This user has contributed 0 articles, 4 code samples and posted 0 messages in our discussion forums.
Code Samples
-
Capture keypress in the current document.
Simple function that you call on each kepress detected in the document window, will only apply to the current document that has focus, if focus is lost, keystrokes are not caught.. 
-
Calculate the time of a remote server based on the clients current timezone, this is used to calculate the remote server time so that appropriate content can be shown in a relative time to the clients timezone, in testing, the result for 10am was 4am, correct for a -5hour time difference in a Daylight savings zone.. 
-
Feed the timer-tracker with your many interval timer requirements and kill them off as easily as you set them. No need to keep track of many variables the system keeps a log of all current timers that are set.. 
-
Multiple timers on one page with large master clock. not a complete project but working, required modifaction to enable use of extended functions.. 