If you are doing any kind of JavaScript, especially AJAX, development and you are not using the FireBug plugin for FireFox, shame on you.
I have been using FireBug for quite a while and today I learned about a nifty new feature (Thanks Doug!). I was having issues with an AJAX call where a ColdFusion error was being returned. If you right-click the entry with the GET, you can select 'Open in new tab' and FireBug will make the HTTP request in a new tab so you can see any error messages more clearly, rather than having to decipher the HTML returned.
Sweet!



