RE: Rotating banners

2002-03-06 Thread Kevan . Windle
and the application variable might access might not be a problem. -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: 05 March 2002 19:03 To: CF-Talk Subject: RE: Rotating banners I don't think this will work well Yes, you have listed the banner ID's in the proper percentage

RE: Rotating banners

2002-03-06 Thread Shawn Grover
the list's guidance on this topic. My $0.25 worth. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 3:10 AM To: CF-Talk Subject: RE: Rotating banners It all depends really on the level of traffic on the site. The higher

Re: Rotating banners

2002-03-05 Thread savan . thongvanh
i've done this by using time. it's kind of 2 fold. Weight 6 ad1,ad2,ad3,ad4 weight 3 ad5, ad6, ad7, ad8 -I'd assign the weight of each banner before hand. -Grab the last digit in the seconds of the current time. -Display an ad from the weight group that corresponds w/ the time integ er i.e.

RE: Rotating banners

2002-03-05 Thread Elizabeth Walter
Gotcha. Interesting solution- I wouldn't have thought to do it that way. I'll give it a shot! Thanks a lot, Elizabeth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:29 PM To: CF-Talk Subject: Re: Rotating banners i've done

Re: Rotating banners

2002-03-05 Thread BEN MORRIS
I would think that you would loop through your query, and build a list. For each query record, loop from 1 to the weight value, and add the bannerID to the a list called bannerIDList for each nested loop. This way if you have one banner with bannerID=301 and weight=2, and a second banner

RE: Rotating banners

2002-03-05 Thread Shawn Grover
banners - but I'm normally good at finding holes in solutions (sorry Ben). Shawn Grover -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 11:35 AM To: CF-Talk Subject: Re: Rotating banners I would think that you would loop through your query