Debugging with Firebug
Cool article to print out and keep handy on debugging using Firebug. Sadly, I’ve still been using Alert. Call me dinosaur, but it’s worked for me — but I’m trying to change that! An in depth look at the future of JavaScript debugging with Firebug Firebug Tutorial This code snippet will help out with browsers [...]
Cross Browser DOM Ready
This is an interesting post about cross browser DOM Ready… Reinventing the wheel, cross browser DOM ready There are different techniques to have DOM ready functionality. Some techniques are faster,smarter than the other (or a combination of both). Having it working in various of browser has always been an issue, with HTML 5 they introduced [...]

