A Developer's Work Log

RSS

JSDay: Win8 Metro Style Presentation

Just demoed the new “live DOM” browser of VS2011…

Come on guys…this is nothing mind-blowing…Firebug had this since ever, Chrome as well….

Presentation: Breaking the Monolith

May 6

Chrome: Disable same origin policy

Can be useful when testing your javascript app before compiling it with PhoneGap.

May 2

Start doing code reviews - Seriously

Some good hints, however I don’t really agree with this statement…

From now on, every code being checked in has to pass a code review first.

…as that would really slow down the development process. I understand doing it at the earliest possible moment with the gain of immediately spotting any problems without risking to loose valuable time and work… But on the other side we teach to check-in early and often and small pieces

Modern Web Development

A very interesting blog post showing some of the power user features of using Webkit Inspector for debugging.