Archives for: February 2010, 02
Sorting out the Silkie Problem
February 2nd, 2010We're slowly getting things sorted out, although there is a virus running through the flock at the moment that's causing a few deaths - some of the older and very younger stock have died, which has again added a bit more complication to the "excess roos… more »
Does IE precompile Javascript?
February 2nd, 2010What's the difference between these two pieces of code:
dojo.addOnLoad(function() {
dojo.connect(dijit.byId('mainTabContainer').tablist,
'onButtonClick', tabClick);
});
and:
dojo.addOnLoad(function() {
var container = d… more »
