This is Timer On A Stick.

It's a very simple countdown timer. You may specify any amount of time from 1 second to 99 hours, 59 minutes, and 59 seconds.
Timer On A Stick - countdown timer app for Palm webOS
One problem I've experienced: timer stops while screen is turned off. I cannot reproduce this 100% of the time, however. It's implemented via a function passed to window.setInterval that decrements the counter every second, incase that's of any help to anyone who can shed some light.
CAVEAT: After you start a timer, do not close the app, or the timer will stop running and you will not be alerted.
i take no credit for this app and the original thread can be found here:


It's a very simple countdown timer. You may specify any amount of time from 1 second to 99 hours, 59 minutes, and 59 seconds.
Timer On A Stick - countdown timer app for Palm webOS
One problem I've experienced: timer stops while screen is turned off. I cannot reproduce this 100% of the time, however. It's implemented via a function passed to window.setInterval that decrements the counter every second, incase that's of any help to anyone who can shed some light.
CAVEAT: After you start a timer, do not close the app, or the timer will stop running and you will not be alerted.
i take no credit for this app and the original thread can be found here:
Code:
http://forums.precentral.net/homebrew-apps/190086-timer-stick-countdown-timer-v0-1-0-nrr.html