[wdvltalk] Re: Searching with Google.

2004-02-19 Thread Peter MacGregor
At 22:46 18/02/2004, BJ wrote: http://www.uvmodular.co.uk/ Getcha ambulances here Thanks BJ - seems they are back in business!! I'll contact them. Peter • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts

[wdvltalk] RE: help with secure site

2004-02-19 Thread J.R. Pitts
Sent this yesterday, but it never came through... secure is this context means that communications between your user agent (browser) and the server are encrypted. They are encrypted using an cipher based on an electronic key (certificate) registered at a third-party certificate issuer, such as

[wdvltalk] Pay as you use sites

2004-02-19 Thread Peter MacGregor
Has anyone done a Pay as you use site - at least that's what I'm calling it for now. I've been approached to produce a site that would enable users to register and then download paid-for material. The idea is that they could pay either per download - which would be expensive for them and the

[wdvltalk] Re: Pay as you use sites

2004-02-19 Thread Scott Glasgow
Haven't done one, but here's an example of one that uses the approach you describe: http://free-game-downloads.mosw.com/abandonware/pc/utilities/thinktank.html You can download all you want for a day for $4.00, or for a month for $6.00. You might look about their site to see if there are any

[wdvltalk] Arrays

2004-02-19 Thread Hoenig, Robert
I'm trying to write out an array. For a = 0 to ubound(arr_cstctr) response.Write(a br) a = a + 1 Next My results are only the even numbers of the array. And when I change to For a = 1 to ubound(arr_cstctr) I only get the odd entries. I've written arrays using this before

[wdvltalk] RE: Arrays

2004-02-19 Thread Hewitt, Cheryl
Robert, You do not need to increment your counter. A 'For Next' statement automatically increments the counter for you. HTH, Cheryl -Original Message- From: Hoenig, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: [wdvltalk]

[wdvltalk] RE: Arrays

2004-02-19 Thread Hewitt, Cheryl
:) We've all been there. -Original Message- From: Hoenig, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 10:56 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: Arrays That was it. Not sure why I didn't see that when looking at the other ones I've done. Guess I've

[wdvltalk] Re: Pay as you use sites

2004-02-19 Thread Peter MacGregor
Thanks Scott. Peter At 15:02 19/02/2004, you wrote: Haven't done one, but here's an example of one that uses the approach you describe: http://free-game-downloads.mosw.com/abandonware/pc/utilities/thinktank.html You can download all you want for a day for $4.00, or for a month for $6.00. You

[wdvltalk] Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread Computer Perceptions
http://computerperceptions.com/HelpWanted/ Erik • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: set

[wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread rudy
http://computerperceptions.com/HelpWanted/ i don't get the joke i did notice this, though -- img border=0 width=1 height=1 src=http://ad.linksynergy.com/fs-bin/show?id=pkLSxShViEEbids=50252.117 3type=4subid=0 are you trying to boost your impressions numbers or something? ;o) •

[wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread Computer Perceptions
It's a standard footer Rudy. Impression numbers on that don't help me any. -Original Message- From: rudy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 3:45 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

[wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread Computer Perceptions
The joke is that Bush is a dinosaur and keeps people out of the barn. -Original Message- From: rudy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 3:45 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

[wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread rudy
The joke is that Bush is a dinosaur and keeps people out of the barn. there's nothing in the image to connect the t-rex to bush and if impressions don't count, keep the ad, but drop that particular image it's just slowing down the load of your page ;o) • The WDVL Discussion List from

[wdvltalk] Re: Joke: Why people can't find work in U.S. Economy

2004-02-19 Thread Computer Perceptions
There is now! Erik The joke is that Bush is a dinosaur and keeps people out of the barn. there's nothing in the image to connect the t-rex to bush • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To:

[wdvltalk] 5 second redirect

2004-02-19 Thread Jan
Hi Gerrie A while back, you had a redirect on one of your web pages. Could you please send me that info? I want to do a redirect and I especially liked yours because it would redirect in 5 seconds. Thanks. Jan www.jdvisions.com • The WDVL Discussion List from WDVL.COM • To Join

[wdvltalk] Re: [OT] Abandonware (Was: Re: Adobe Found!)

2004-02-19 Thread Cyberspace Publishing
At 01:51 AM 02/19/2004 +, you wrote: Tom, Just had a quick look at your 'what's new' page. At the bottom the tooltip to the 'what's new' links comes up behind the entity 7 - Web design banner. I assume this is the effect of layers. Here it looks like the difficulty of the banner

[wdvltalk] Re: 5 second redirect

2004-02-19 Thread michael ensor
META HTTP-EQUIV=REFRESH CONTENT=5; URL=foo/foo.html - Original Message - From: Jan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:10 PM Subject: [wdvltalk] 5 second redirect : Hi Gerrie : A while back, you had a redirect on one of your web pages. Could you :

[wdvltalk] Re: 5 second redirect

2004-02-19 Thread purkers
Here's what I use for a 5-second redirect (it seems to work :^): html head meta HTTP-EQUIV=refresh CONTENT=5 ;URL=http://www.page-to-go-to.com/name.html; titleExternal redirect/title /head body pYou will be redirected in 5 seconds.../p /body /html • The WDVL Discussion List from

[wdvltalk] Re: 5 second redirect

2004-02-19 Thread Jan
Scott and Michael, Thanks loads, my brain is pretty filled up lately and couldn't find my redirect and couldn't even make one up. I tried something similar, but it wouldn't work. Guys, your redirect works perfectly. :o) Jan • The WDVL Discussion List from WDVL.COM • To Join wdvltalk,

[wdvltalk] PHP question concerning folders

2004-02-19 Thread William Stewart
Hi all, Well I'm finally seriously learning PHP and so far (*fingers crossed*) it's been great! I am trying to dynamically include a file based on what folder the file that is calling it is in. For instance: The file www.whatever.com/abc/index.php would include the file:

[wdvltalk] Re: PHP question concerning folders

2004-02-19 Thread Sheila Fenelon
William Stewart wrote: I am trying to dynamically include a file based on what folder the file that is calling it is in. For instance: The file www.whatever.com/abc/index.php would include the file: www.whatever.com/template/abc.php and the file www.whatever.com/xyz/index.php would include the

[wdvltalk] Re: [OT] Abandonware (Was: Re: Adobe Found!)

2004-02-19 Thread Cyberspace Publishing
At 01:04 AM 02/20/2004 +, you wrote: Tom, Sorry. I was a bit vague. It's the mouseovers for the navmenu. They get lost behind the 'ads by google' strip. On the 'what's new' page. I've sent a screenshot. I wonder how often people find these unexpected effects. Joseph Joseph, Thanks