BLOG | FEBRUARY, 2010 4 items to consider when creating a homepage slideshow / bannerFebruary 12, 2010 at 3:59 PM1. Flash:Not all browsers support flash, is there a fallback mechanism for the non-flash browsers eg. iphones. 2. Javascript:If a user does not have javascript, will anything load? 3. User Controls:Can a user control the slides: eg.rewind / forward / pause / go to slide # x by hovering on thumbnail x 4. Customizability:Items that the owner of the site should be able to edit include:
Here are a few....
|
those are great tips
good advice man
George: these are all great points, on a feature that seems to come up every time we build a site. I'm a big fan of using jQuery Tools for these types of widgets. (http://flowplayer.org/tools/index.html). The tab control in particular works really well for slideshows. Very easy to implement, and the code is about as clean as you can get.
Good pointers.