Creating a wrapper namespace for the FireBug console.log function for IE and other browsers
Most web application/AJAX development takes place within the confines of either FireFox + Firebug or Webkit browsers and their consoles (firebug is now available on chrome?). However, other browsers (such as IE) lack console functionality and this presents a problem. When in a hurry / under pressure, I have been known to forget to take out a console reference out… Read more →
Recent Comments