Category Archives: Web Design
Remove Firebug’s Console.Debug() calls in 3 lines
I love Firebug’s console.debug() calls and use them often while writing & debugging Javascript. I find it extremely helpful (it does dump out objects after all) and it is much faster than setting a break point and stepping through. So … Continue reading
Switch Subdomain Bookmarklet
At work it is often necessary for us to swap subdomains to go between working copies, QA and production. So to make this a little easier I’ve made a simple bookmarklet to do the work for me. Just bookmark the … Continue reading