PDA

View Full Version : Image rotation


slickroyale
01-01-2002, 07:46 PM
Whats your take on the best code to rotate images, I need to rotate about 25 images only upon load though, just so it changes when you load the front page....

Any info appreciated in advance.
Royale

toker
01-01-2002, 07:53 PM
Ever notice this board has a search tool??

Most of the new guys dont but you really should try it just to prove you dont fit that catagory. Most of the questions i see you asking have been answered time and time again just see for yourself. ;)

slickroyale
01-01-2002, 08:18 PM
Toker, honestly this is only my second day here and I did not notice the function. Again, please excuse me, I am just a little Jerk.

slickroyale
01-01-2002, 08:25 PM
Toker, I did a search for image rotation and this post came up? one big circle, its cool Ill stick to the code I have..

slickroyale
01-01-2002, 08:28 PM
Wow, Toker, seriously, the search function is much easier than scrolling the pages hahaha... thanks man. ;)

blind
01-01-2002, 09:41 PM
Not to be a Big Jerk or anything, but how did you manage to post 81 messages in 2 days?

toker
01-02-2002, 06:58 AM
ROFL i think every newbee on AWI would love to know the answer to that.. :D

slickroyale
01-02-2002, 03:15 PM
Well I THOUGHT a msg board was for communication, and I just replied to posts I thought were interesting, but as I have seen here, people think you're trying to be a BigJerk whatever rank that gives you, unless being a BigJerk makes ClickCash stats work I can really care less, I like to post and help other and communicate, I took my URL out of my sig so you guys wouldnt think i was spamming, hasn't helped, sorry... i guess its better to lurk than participate, which is what I shall mostly do, good luck everyone. :D

AIS
01-02-2002, 03:44 PM
I'd use a javascript for this...it's simple and won't put any pressure on your server even if you have a lot of traffic. You can always display a standard image for surfers who have java turned off via the noscript tags.

Here is an easy one: http://www.knowledgehound.com/bannerup.htm

slickroyale
01-02-2002, 04:35 PM
Well I have been using javascript but the code I got from a friend is mainly a slide show, which I liked at first, but it pulls too much on loading the lets say (10) banners in rotation, and I just want more of one banner loaded upon "load" ya know, Ive found the code though, but thanks for the help, ... ;)

aactive
01-02-2002, 05:41 PM
Originally posted by Royale:
<STRONG>Whats your take on the best code to rotate images, I need to rotate about 25 images only upon load though, just so it changes when you load the front page....

Any info appreciated in advance.
Royale</STRONG>

Royale:

If your looking for something in PHP for banner rotating, witch is usually easier on your server and page speed, here are a couple links;
http://markdonline.com/code/code.php3 http://www.davecarrera.com/index.php

Good luck