Recommend this page to a friend! |
Classes of Barton Phillips | Slide Show | README.md | Download |
|
DownloadSlideshow ClassBLP 2022-11-30 - Updated.Removed prototype logic. Works with php 8.1. Added more demos. Removed carousel.html as it ses prototype.js which is no longer supported. The SlideShow PHP class gets a list of images from the local filesystem or from a remote web site. A JavaScript class displays the images collected by the PHP class. HistoryThis was originally written in 2008. This version is a rewrite of that code. I have upgraded the code to use more recent inovations. DisclaimerI have not tried any of this with IE on any version of Windows. I don't use MS-Windows, I don't like MS-Window, and I don't have MS-Windows. I have always hated that OS for what I think are very good reasons. I use Ubuntu Mate. I have not tested this package on any OS that has not evolved from Debian. InstallThere are three ways to install the package:
If you don't have composer do:
Or if you don't have curl:
After composer is downloaded move the 'composer.phar' to '/usr/local/bin/composer' and make sure it is executable. To install the SlideShow make a project directory as follows:
The package is under the 'vendor/bartonlp/slideshow' directory. You can run the examples from there or copy them to your project root. Extra StuffThe are several additional directories for the project:
ExamplesThere are several example files:
Configure the ExamplesYou may need to configure the demo files for your filesystem. At the beginning of the files there are several statements. The files are pretty well documented. Contact me at: bartonphillips@gmail.com Enjoy Copyright © 2022 Barton Phillips http://www.bartonphillips.com Last Modified 2022-11-30 |