Findings and Notes in Web Development
I need a slide show script for my portfolio pages but couldn’t find a good one anywhere so I decided to write one myself. The slide show script will be able to display image and the respective description in a predefined order. However, in this version, visitors would not be able to directly jump to a particular slide yet. The script is written in prototype’s object-orientation approach hence you need to have prototype called.
olImageSlide in following format:
<ol id="olImageSlide">
<li id="liImageSlide1"><!--Insert image here-></li>
<li id="liImageSlide2"><!--Insert image here-></li>
</ol>
olDescriptionSlide in following format:
<ol id="olDescriptionSlide">
<li id="liDescriptionSlide1"><!--Insert Description here-></li>
<li id="liDescriptionSlide2"><!--Insert Description here-></li>
</ol>


This is the description for the first slide
This is the description for the second slide and is relatively longer
It is advisible to have all the image cropped into the same size.
I am having trouble getting your script to work, but had spent 4 hours trying to find something like it and it is exactly what I am looking for. I am having trouble getting the transition to work. Can you email me any thoughts. You can see the thing not working at http://www.ravennainteractive.com/new_site/portfolio.html
I have sent you an email few weeks ago but there is no reply. Perhaps it was blocked? Anyway i found it working on ur portfolio site while testing with fx3