Monthly Archives: juli 2009

Nerdapalooza 2009 – I wish I had been there

Looks like Schaffer the DarkLord has been kicking it in Orlando this month for the nerdapalooza 2009.

Dual core looked cool to:

I had the chance to visit Orlando this year for the ExtJS user conference 2009. Hey! Maybe the ExtJS crew can make some kind of deal with nerdapalooza for the next conference? [...]

so Copenhagen is not the center of the world?

“flueknepperi”:

danish slang for being overly obsessed with details

I was recently asked to start blogging in english instead of danish. This makes sense since I start making more online friends these days – I also hope to be able to contribute more back to the various communities I am a part of.

“What is the meaning [...]

closures -oh yeah?

Hvad mon der sker her :

var a=1;
function foo() {
var a;
function bar() {
a=2;
return a;
}
return bar;
}
a=3;
var b=foo();
var c=b();
alert(c);
alert(a);

Cloud computing man kan bruge til noget

Jeg har tidligere kigget på brugen af vmware ifm test og udvikling. Jeg har fundet ud af det det kan være fordelagtigt at opbevare udviklingsmiljøer og databaseopsætninger på virtuelle maskiner – det hjælper typisk med at min hoved-udviklingsmaskine ikke bliver ‘møget’ til af diverse projekter jeg kigger på i løbet af ugen. Jeg har [...]