Re: Timer/Stopwatch
- From: RedGrittyBrick <RedGrittyBrick@xxxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 09:21:49 +0100
Lamer wrote:
How would I even begin to make a stopwatch with perl, cgi, and js?
I'd begin the same way I begin any project. Do some planning, break big problems down into many smaller problems until I have something I know how to do.
Maybe I'd start by thinking about what it would look like to the user. Will there be buttons labelled start and stop? Will there be a display of seconds elapsed? I'd ask myself whether the server should keep track of the seconds elapsed for each user or whether it might be better to do that part in Javascript.
--
RGB
.
- References:
- Timer/Stopwatch
- From: Lamer
- Timer/Stopwatch
- Prev by Date: Re: empty variables - getting rid of "uninitialized value" warnings?
- Next by Date: Re: printf: zero pad after the decimal a given amount
- Previous by thread: Timer/Stopwatch
- Next by thread: FAQ 8.4 How do I print something out in color?
- Index(es):