About This Code
Brief Description:
Slideshow Application
Contributor:
Andrew Barker
Category:
Application, CSS, Javascript
Notes Version:
R5.x, R6.x
Last Modified:
11 Oct 2004
OpenNTF Disclaimer
All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.
Code / Description
There has been lots of noise regarding slideshows and presentations coming across my radar lately.
Then last week I saw Eric Meyer's beauty... "S5: A Simple Standards-Based Slide Show System", a slideshow application using css and javascript. It is valid xhtml 1.1 and css 2.
Here it is incorporated into an nsf. Individual slides are composed on a per document basis, then the presentation as a whole is delivered as an embedded view.
It was put together as R6, but off the top of my head I can't think of a way R5 would break it.
Usage / Example
Currently, you build the 'slides' on the Client side by writing your xhtml in the field 'Contents' (one document per slide which are then grouped together by 'Project') and view the presentation in your browser. The app may contain multiple presentations, all of which are available from the start page.
Code Attachments