var urchinCalled;
if (!urchinCalled) {
_uacct = "UA-1223303-2";
urchinCalled = true;
urchinTracker();
}
I've been meaning to write about JavaOne for some time, but it's just one of the
many things I haven't gotten to, like commenting my code and cleaning out the gutters. I thought about waiting until after the conference, when I will have a bit more...
var urchinCalled;
if (!urchinCalled) {
_uacct = "UA-1223303-2";
urchinCalled = true;
urchinTracker();
}
I should have linked to this when Chris published it, but it slipped my mind in the usual chaos that precedes JavaOne. Chris wrote an excellent article on image scaling, why getScaledInstance() is not your friend, and how you can get both quality and performance...