On Sun, 2006-08-20 at 10:41 -0400, tedd wrote:
> At 10:36 AM -0400 8/20/06, Robert Cummings wrote:
> >On Sun, 2006-08-20 at 09:53 -0400, tedd wrote:
> >> At 1:49 PM -0400 8/18/06, Robert Cummings wrote:
> >> >-snip-
> >> >I'll leave it to you as an exercise to adapt it properly in PHP using
> >>
At 10:36 AM -0400 8/20/06, Robert Cummings wrote:
On Sun, 2006-08-20 at 09:53 -0400, tedd wrote:
At 1:49 PM -0400 8/18/06, Robert Cummings wrote:
>-snip-
>I'll leave it to you as an exercise to adapt it properly in PHP using
>variables and loops instead of harded coded content :) BTW, this i
On Sun, 2006-08-20 at 09:53 -0400, tedd wrote:
> At 1:49 PM -0400 8/18/06, Robert Cummings wrote:
> >-snip-
> >I'll leave it to you as an exercise to adapt it properly in PHP using
> >variables and loops instead of harded coded content :) BTW, this is not
> >PHP, but I'm feeling benevolent today ;)
At 1:49 PM -0400 8/18/06, Robert Cummings wrote:
-snip-
I'll leave it to you as an exercise to adapt it properly in PHP using
variables and loops instead of harded coded content :) BTW, this is not
PHP, but I'm feeling benevolent today ;)
Cheers,
Rob.
As a minor addition to Rob's code:
http:/
At 1:49 PM -0400 8/18/06, Robert Cummings wrote:
-snip-
BTW, this is not PHP, but I'm feeling benevolent today ;)
You can get benevolent any time you want -- thanks for the code. :-)
tedd
--
---
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailin
Hey!
> Robert,
>
> Isn't it to easy to cheat if you do like this? Just
> view the source and you
> have the answers. But, this is maybe not for
> examination, maybe just for
> learning. If it is examination, AJAX would be
> better, so that they can not
> find out the solution by just looking at t
--- tedd <[EMAIL PROTECTED]> wrote:
> >Just need to figure out how to change the cells
> >background color when the hint is shown and change
> it
> >back when the hint is hidden again.
> >
> >Thanks!
> >Ryan
>
> Use the DOM, Luke.
>
> Or, use a style switcher, like:
>
> http://www.sperling.co
> > Just need to figure out how to change the cells
> > background color when the hint is shown and change
> it
> > back when the hint is hidden again.
> Just set the bckground colour of the that
> contains the hint.
>
>
DUH! Of course... am totally duh! this week, 9 hour
working days and
Just need to figure out how to change the cells
background color when the hint is shown and change it
back when the hint is hidden again.
Thanks!
Ryan
Use the DOM, Luke.
Or, use a style switcher, like:
http://www.sperling.com/examples/styleswitch/
Using css is a good way to accomplish this.
On Sat, 2006-08-19 at 08:09 -0700, Ryan A wrote:
>
> Just need to figure out how to change the cells
> background color when the hint is shown and change it
> back when the hint is hidden again.
Just set the bckground colour of the that contains the hint.
Cheers,
Rob.
--
.
Hey Rob,
> As it were though, an Ajax solution is more involved
> and his request
> didn't seem to indicate a need for it so I went with
> KISS :)
The simple solution is exactly what i needed, it may
not have a lot of bells and whistles but thats the
whole point. Easy to add and update. No points
I am a KISSER! :)
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 19, 2006 1:26 PM
To: Peter Lauri
Cc: 'Ryan A'; 'php php'
Subject: RE: [PHP] Dhtml/javasript layer tips or software (0.T)
On Sat, 2006-08-19 at 12:32 +070
On Sat, 2006-08-19 at 12:32 +0700, Peter Lauri wrote:
> Now I get interested, what is KISS? :)
Keep it Simple Stupid. Generally a reminder not to over engineer
something :)
Cheers,
Rob.
--
..
| InterJinn Application Framework - http://w
ings [mailto:[EMAIL PROTECTED]
> Sent: Saturday, August 19, 2006 12:14 PM
> To: Peter Lauri
> Cc: 'Ryan A'; 'php php'
> Subject: RE: [PHP] Dhtml/javasript layer tips or software (0.T)
>
> On Sat, 2006-08-19 at 11:54 +0700, Peter Lauri wrote:
> > Robert
Peter
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 19, 2006 12:49 AM
To: Ryan A
Cc: php php
Subject: Re: [PHP] Dhtml/javasript layer tips or software (0.T)
On Fri, 2006-08-18 at 08:30 -0700, Ryan A wrote:
> Hello,
> I am working on a php p
Now I get interested, what is KISS? :)
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 19, 2006 12:14 PM
To: Peter Lauri
Cc: 'Ryan A'; 'php php'
Subject: RE: [PHP] Dhtml/javasript layer tips or software (0.T)
On Sat, 2006-
On Sat, 2006-08-19 at 11:54 +0700, Peter Lauri wrote:
> Robert,
>
> Isn't it to easy to cheat if you do like this? Just view the source and you
> have the answers. But, this is maybe not for examination, maybe just for
> learning. If it is examination, AJAX would be better, so that they can not
>
Thanks Rob,
I think thats exactly what was/is needed. Its real
simple and easy to modify.
> BTW, this is not PHP,
Never said it was, didnt you notice my off topic (O.T)
in the subject? Theres enough spam on the list and I
didnt want to offend anyone so made sure I put it
there.
Will come back
Hey Tedd,
> Would this be something that would select
> questions/hints/and
> solutions from a larger dB?
No db, this page would be generated via a DB query but
the answers have to already be on the local page and
accessable to the JS, I dont want to complicate
matters using AJAX either
> Als
Hey Ray/Tedd,
Thanks for replying guys.
Ray, Checked out the Y! library, not really to my
needs and I really doubt I need a whole library to do
this.
Tedd,
> Ryan:
>
> You said:
>
> ... willing to pay.
>
> Music to my ears.
>
Happy to have helped ;D
> This does not do what you want, bu
On Fri, 2006-08-18 at 08:30 -0700, Ryan A wrote:
> Hello,
> I am working on a php project that needs a little
> extra JS/DHTML solution. I am sure some of you might
> have come to use something like this before, please
> recommend a solution (commerial solutions are fine /
> willing to pay)
>
> Ba
On Friday 18 August 2006 10:30, Ryan A wrote:
> Hello,
> I am working on a php project that needs a little
> extra JS/DHTML solution. I am sure some of you might
> have come to use something like this before, please
> recommend a solution (commerial solutions are fine /
> willing to pay)
>
> Basica
22 matches
Mail list logo