1 2 3 4
function startup() { setInterval(”pinger(’live’,0)”,10000); setInterval(”pinger(’standby’,1)”,10000); ...
JavaScript Javascript threading
by Dan Simard,
December 06, 2007 14:06,
-36 refactorings
1 2 3 4
Date.prototype.getYesterday = function(){ return d.setDate(d.getDate()-1); } ...
JavaScript On Go Back To Yesterday
by Dan Simard,
October 01, 2007 11:28
I simplified things a littl...

This submission is from a q...