Blog TIL Now Tags Projects About
Post · June 21, 2012

CasperJS Presentation

It's been a good 4 years since I last gave a public presentation in Memphis (it was on PowerShell), so I figured it was time to give another talk. Tonight, I...

Post · December 14, 2006

Say what is not an object?!?

Ahhh, JavaScript error messages. <sarcasm> They are the epitome of the user friendly error message. Developers love them, because they always tell you...

Post · February 16, 2006

Spy++ for Managed Code: ManagedSpy!

Benjamin Wulfe wrote an article for the April issue of MSDN magazine about a utility called ManagedSpy, which is basically the managed version of Spy++. If...

Post · February 15, 2006

If GUI is pronounced "gooey", is YUI pronounced "yooey"?

For those two or three who missed it, Yahoo! released two libraries yesterday: the Yahoo! Design Patterns Library and the Yahoo! User Interface Library. I...

Post · February 9, 2006

outerHTML in Firefox

Now this is different, eh? A post on JavaScript instead of .NET! This is a little trick I came up with to add outerHTML functionality in Firefox. For those who...