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, 6 refactorings

This submission is from a q...

A969cbe277419ae0af0acee58f4cfa15 Talk
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 Star_fullStar_fullStar_full

I simplified things a littl...

A969cbe277419ae0af0acee58f4cfa15 Talk