View Single Post
04-16-2005, 02:48 PM
#12
Koobi is offline Koobi
Koobi's Avatar
Status: Member
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 312
iTrader: 0 / 0%
 

Koobi is on a distinguished road

  Old

PHP based image rotator:
Pro's = Will always work no matter what browser or hand held device you're on on whatever OS.
Con's = It's server side so it won't be as fast as a client side language like JavaScript, naturally.

JavaScript based image rotator:
Pro's = It's client side, so it's pretty fast.
Con's = JavaScript can be very easily turned off from within the browser settings so there's no 100% guarantee that it will work for everyone.

Take your pick.
Here's a Random image rotator I wrote using PHP:
http://koobi-studio.com/downloads/ph...showSource.php

Directions are at the top, in the comments but if you have problems with it, let me know.




If you do use a JavaScript image rotator, consider the <noscript> tag.