Category Archives: javascript

Wrapping Paper

I love really intricate graphical treatments around page elements, I also really hate putting extra code fluff into pages. The way I see it, if a chunk of markup is only there strictly for aesthetic purposes, it’s on the chopping block. The more garbage code you have in your document, the tougher it is for […]

Stop bugging me, go debug yourself

The idea behind your code is brilliant, you’ve been cranking on it for hours, you’ve just fired it up to bask in all it’s glory … and nothing. Now what? Now the fun starts, it’s time for bug hunting.

As the old (smarmy) adage goes, the easiest way through debugging your application is to simply not […]