Thread: test
View Single Post
  #1  
Old April 15, 2006, 05:28 AM
Shafin's Avatar
Shafin Shafin is offline
Cricket Legend
 
Join Date: January 31, 2006
Location: Vagabond
Posts: 3,016
Default test



Server time clock



Server time ticking clock v2.0


Bugs fixed:


1. Replaced setTimeout with setInterval. The setTimeout loop in v1.0 had in place will cause recursion to eat memory.

2. I optimized the second++ logic that ripples through the minutes and hours.

3. I combined the logic on seconds, minutes, hours for making 2 digits into a function call.

4. I made the seconds,minutes,hours vars global so they can easily work with the setInterval

5. Greatly reduced the delay between client time and server time due to the complex loop in v1.0 (Special thanks to js-x.com)



The experimental server time is:


















Scripts.com - Get the best scripts NOW!

__________________
The connection to the server was reset while the page was loading.
Reply With Quote