Andrew Maxwell

Entries for the ‘Technology and Web’ Category

Note Driven Development (NDD)

Note Driven Development (NDD for short) is my take on the rubber ducky debugging technique with an added bonus. Before I begin explaining NDD let […]

console.time() – The performance debug hotness

console.time('myMethod()'); console.timeEnd('myMethod()'); These two simple lines will help you get to the bottom of your web performance bottlenecks in your timeline. Start tracking: console.time('myMethod()'); console.time() […]

The Motorola Xoom and My First Week

What a wonderful device. My First Impressions: The device is very responsive and is a wonderful addition to have between my smart phone and desktop […]