Recommend this page to a friend! |
Classes of Barton Phillips | > | Slide Show | > | README.md | > | Download |
|
|
![]() slideshowThe 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 (April 2015) is a rewrite of that code. I have upgraded the code to use more recent inovation. 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 Linux Mint which evolved from Ubuntu via Debian. I have not tested this package on any OS that has not evolved from Debian. InstallThere are two ways to install the package:
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. ExamplesThere are several example files:
'photos-prototype.html' uses the 'prototype1.7.2.js' version of the 'prototype' JavaScript framework (http://http://prototypejs.org/). 'photos-jquery.html' uses the jQuery JavaScript framework (http://jquery.com) via a CDN (Content Delivery Network). 'photos-jquery.php' is like the above HTML but instantiates the class differently. 'carousel.html' is an adaptation of Harry Armadillo (http://www.codingforums.com/showthread.php?t=58814) nice program. Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code etc. There are two versions of the JavaScript SlideShow class, one for 'prototype' and one for 'jQuery'. To install this demo do a 'tar xvzf SlideShow.tar.gz' in the 'Document Root' of the web server or in a sub-directory. The tar will create a 'photosTest' directory and 'photosTest/images'. If you have already untared this demo some place else before you read this README you can just do a 'mv photosTest <Docuement Root>'. Configure the ExamplesYou may need to configure the 'photos-xxx.html' files for your filesystem. At the beginning of these files there are several statements in the <head> section. To contact me email to bartonphillips@gmail.com Enjoy Barton Phillips Copyright © 2015 Barton Phillips bartonphillips@gmail.com http://www.bartonphillips.com |