Uncategorized
Updated jClicker- web slide show template (free too!)
Finally got around to some revamps to a web slide show template I’ve been rolling for a few years, the “jClicker” (little “j” is for JavaScript). We do many many photos for our many events at work, and this has been a very handy way to organize photos into a slide show format. The main site includes a step-by-step construction guide.
Basically, all one has to do is to assemble your image files (any web format), write some captions and edit one text file to control the settings and define the order of the slide show. Previously, one had to actually write incrementing numbers for the lists (arrays) manage the image files, menus names, and captions, but a email from a user generated a beautiful idea– just have a running self-incrementing counter (javascript- “i++;) before each section that lists the next slides image file, menu name, and caption. Now deleting, adding, or re-arranging the slide order is a trivial cut and paste, whereas previously one who have to re-order all the data.
A key feature since the first version is that every slide page also pre-loads the next image for a smoother slide to slide flow.