Javascript Advance Timer

flurgal

New Member
Messages
25
Reaction score
0
Points
0
Hi guys i havent posted here since november lol so anyway welcome me back ;)

Anyway i have been very busy on my site, and i created my first application for it

http://piccygen.co.cc/timer/

Feedback and comments? Oh and also i need any bugs that prop up.
Thanks
 

cursedpsp

New Member
Messages
237
Reaction score
0
Points
0
I likes! I found a bug though, when it goes down an hour, the minutes go to -1 but then it sorts itself out

Hope you fix it :) oh and is it possible if you can have different coloured progressbars?
 

marasm

New Member
Messages
34
Reaction score
0
Points
0
You should check the input before starting timer.

I entered 0h 0m -1s and timer is hanging on -1h 59m 58s ;)

Cheers,
Maras
 

flurgal

New Member
Messages
25
Reaction score
0
Points
0
Oooh thanks - i stopped people entering more than 59 but i didnt think about the other way round lol

Just fixing that now :)

edit:

Fixed
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
I noticed the "Values must be positive" error, you may want to also add a "Values must be digits" error too. I inserted A as the seconds and it showed as NaN seconds remaining.
 
Top