Articles tagged with “slideshow”
- Slideshow Code for Dead Letter Art
- Pardon this post! I am posting this information online for personal references purposes. I may need to revisit this code at some point in the future, and if I post it here I will always know where to find it (trust me, it would disappear into the abyss if I tried storing it offline). So, although it is intended solely for myself, feel free to extract and use ...
- Flash-Detection Triple-Threat
- In our previous article, Alternate JavaScript Slideshow for SlideshowPro, we present an elaborate method for providing alternate content specifically for SlideshowPro. Although the method points toward a more generalized adaptation, its overall functional implementation remains focused on the presentation of slideshows.
This article explores the generalization of the previously defined method for providing alternate JavaScript content when Flash support is not detected. Using skyzyx.com’s excellent Flash-detection script, ...
- Alternate JavaScript Slideshow for SlideshowPro
- For the unenlightened, SlideshowPro (SP) is a Flash-based slideshow-authoring system that delivers full-featured, high-end, Flash-based slideshows. Websites featuring SP slideshows present content in sophisticated fashion, inspiring users with elegant captions, beautiful transitions, and intuitive navigation.
However, many visitors are unable to experience SP slideshows because they lack the requisite Flash support. SlideshowPro-based slideshows currently require Flash 7 or better to function. And, although Flash 7 is quite common, it is far from ubiquitous. In the ...
- Lightbox Notes
- To add Lightbox functionality to any single image:
Add rel="lightbox" to the anchor tag.
Add a title="" attribute to the anchor tag.
Add an alt="" attribute to the image tag.
To add Lightbox functionality to any series of images:
Add rel="lightbox[value]" to the anchor tag of each image.
Add a title="" attribute to the anchor tag of each image.
Add an alt="" attribute to the image tag of each image.
Any set of pictures with the same rel="lightbox[value]" will display with nav buttons.