Re: [PHP] Quarters

2008-04-15 Thread tedd
At 5:43 PM -0400 4/15/08, Wolf wrote: Dang it! You beat me to it! Hey Tedd, Make it rotate between [EMAIL PROTECTED] and [EMAIL PROTECTED] You guys make me laugh. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (htt

Re: [PHP] Quarters

2008-04-15 Thread Wolf
Dang it! You beat me to it! Hey Tedd, Make it rotate between [EMAIL PROTECTED] and [EMAIL PROTECTED] :-D Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 5:17 PM, tedd <[EMAIL PROTECTED]> wrote: > > > > It was a very interesting experience and I've always wanted to put

Re: [PHP] Quarters

2008-04-15 Thread Daniel Brown
On Tue, Apr 15, 2008 at 5:17 PM, tedd <[EMAIL PROTECTED]> wrote: > > It was a very interesting experience and I've always wanted to put the game > up on my site to see what would happen. It's not for the money, but rather > the life experience. That being the case, please update the PayPal li

Re: [PHP] Quarters

2008-04-15 Thread tedd
At 8:40 PM +0200 4/15/08, Zoltán Németh wrote: tedd írta: Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? that's cool, the only problem is that I lost ten times out of ten ;) maybe on the weekend I give it a deeper analysis and so I can figure out the win

Re: [PHP] Quarters

2008-04-15 Thread Zoltán Németh
tedd írta: Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? that's cool, the only problem is that I lost ten times out of ten ;) maybe on the weekend I give it a deeper analysis and so I can figure out the winning strategy - because there must be one, which

Re: [PHP] Quarters

2008-04-14 Thread Andrew Ballard
On Mon, Apr 14, 2008 at 6:34 PM, tedd <[EMAIL PROTECTED]> wrote: > > Really? I was starting to think that the secret was the coins that > > kept magically reappearing. I gave up. (That was in IE, bearing > > through the JavaScript error alert boxes.) > > > > Andrew > > > > Andrew: > > Try it agai

Re: [PHP] Quarters

2008-04-14 Thread tedd
Really? I was starting to think that the secret was the coins that kept magically reappearing. I gave up. (That was in IE, bearing through the JavaScript error alert boxes.) Andrew Andrew: Try it again: http://webbytedd.com/quarters/ The js errors have been fixed. Cheers, tedd -- ---

Re: [PHP] Quarters

2008-04-14 Thread Andrew Ballard
On Fri, Apr 11, 2008 at 11:08 PM, Casey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 11, 2008 at 6:49 AM, tedd <[EMAIL PROTECTED]> wrote: > > > > Hi gang: > > > > Check out my new game: > > > > http://webbytedd.com/quarters/ > > > > What do you think? > > > > Cheers, > > > > tedd > > >

Re: [PHP] Quarters -- ERRORS --

2008-04-14 Thread tedd
What you talkin' bout? Document.getElementById() works fine in IE5 and later. There must be some other error. The error was that I was passing the id as an array and not as a string. What's interesting is that only IE's would not accept that mistake. Cheers, tedd -- --- http://sperling.c

Re: [PHP] Quarters -- ERRORS --

2008-04-14 Thread Peter Ford
tedd wrote: Hi gang: Sorry for the lame app, but the program worked for Safari (Mac and Win). However, I did get it to work for FF and a couple of other browsers (Mac and Win), see again: http://webbytedd.com/quarters But the critter is dead in the water for all versions of IE -- if -- I d

[PHP] Quarters [SOLVED]

2008-04-12 Thread tedd
Hi gang: The error was simply one of variable type in javascript. In the statement: document.getElementById(id2).checked = true; I used id2 = 'c' + id[2] + id[3] and by doing so unknowingly made the result an array instead of a string. In some other languages it would have worked -- and did

Re: [PHP] Quarters -- ERRORS --

2008-04-11 Thread Nathan Nobbe
On Fri, Apr 11, 2008 at 4:49 PM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Sorry for the lame app, but the program worked for Safari (Mac and Win). > However, I did get it to work for FF and a couple of other browsers (Mac and > Win), see again: > > http://webbytedd.com/quarters > > But the c

Re: [PHP] Quarters

2008-04-11 Thread Casey
On Fri, Apr 11, 2008 at 6:49 AM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Check out my new game: > > http://webbytedd.com/quarters/ > > What do you think? > > Cheers, > > tedd > > PS: I originally wrote the game for the Mac over eight years ago. > -- > --- > http://sperling.com

Re: [PHP] Quarters

2008-04-11 Thread Daniel Kolbo
It was fun! thanks tedd wrote: Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? Cheers, tedd PS: I originally wrote the game for the Mac over eight years ago. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Quarters -- ERRORS --

2008-04-11 Thread Kirk . Johnson
tedd <[EMAIL PROTECTED]> wrote on 04/11/2008 02:49:21 PM: > But the critter is dead in the water for all versions of IE -- if -- > I don't figure out a way around the following single statement. > > document.getElementById(id).checked = true; > > After reading a bunch, it seems that M$ has a be

[PHP] Quarters -- ERRORS --

2008-04-11 Thread tedd
Hi gang: Sorry for the lame app, but the program worked for Safari (Mac and Win). However, I did get it to work for FF and a couple of other browsers (Mac and Win), see again: http://webbytedd.com/quarters But the critter is dead in the water for all versions of IE -- if -- I don't figure o

Re: [PHP] Quarters

2008-04-11 Thread Steve Holmes
Works great in Safari. Except I can't win :-).Steve On Fri, Apr 11, 2008 at 9:49 AM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Check out my new game: > > http://webbytedd.com/quarters/ > > What do you think? > > Cheers, > > tedd > > PS: I originally wrote the game for the Mac over eight year

Re: [PHP] Quarters

2008-04-11 Thread Wolf
tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Check out my new game: > > http://webbytedd.com/quarters/ > > What do you think? > > Cheers, > > tedd > > PS: I originally wrote the game for the Mac over eight years ago. > -- Tedd, What happened? I got nothing in FIrefox on Ubuntu...

Re: [PHP] Quarters

2008-04-11 Thread Jim Lucas
tedd wrote: Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? Cheers, tedd PS: I originally wrote the game for the Mac over eight years ago. I keep getting JS errors. I get this when I select a coin, or coins, and click remove coins. Line: 122 Char: 3 Err

Re: [PHP] Quarters

2008-04-11 Thread Andrew Ballard
OTECTED] > Enviada em: sexta-feira, 11 de abril de 2008 11:43 > Para: PHP General list > Assunto: Re: [PHP] Quarters > > > > On Fri, Apr 11, 2008 at 9:49 AM, tedd <[EMAIL PROTECTED]> wrote: > > Hi gang: > > > > Check out my new game: >

RES: [PHP] Quarters

2008-04-11 Thread Thiago Pojda
Same for me, I was like "hmm ok, checkboxes..." Just tried IE, now I can see what you're talking about :) -Mensagem original- De: Andrew Ballard [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 11 de abril de 2008 11:43 Para: PHP General list Assunto: Re: [PHP] Quarte

Re: [PHP] Quarters

2008-04-11 Thread Andrew Ballard
On Fri, Apr 11, 2008 at 9:49 AM, tedd <[EMAIL PROTECTED]> wrote: > Hi gang: > > Check out my new game: > > http://webbytedd.com/quarters/ > > What do you think? > > Cheers, > > tedd > > PS: I originally wrote the game for the Mac over eight years ago. Seems not to work in FF. (At least for m

RE: [PHP] Quarters

2008-04-11 Thread Jay Blanchard
[snip] Check out my new game: http://webbytedd.com/quarters/ What do you think? [/snip] Cool...but why do quarters keep appearing in other piles? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Quarters

2008-04-11 Thread tedd
Hi gang: Check out my new game: http://webbytedd.com/quarters/ What do you think? Cheers, tedd PS: I originally wrote the game for the Mac over eight years ago. -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/)