August 24th, 2006 by nrhinela
I haven’t tried this yet…but looks interesting given our internal tendancy toward FF. And our users’ tendency for IE.
—–Original Message—–
This was in a cnet newsletters. Do not know if everyone knows about it. It’s a firefox extension that converts the renderer to IE. Probably some active x call..
https://addons.mozilla.org/firefox/1419/
Posted in Browser Plugins | 4 Comments »
August 15th, 2006 by Aaron N.
Posted in Browser Plugins | Enter your password to view comments
June 29th, 2006 by Aaron N.
Its about time – Webkit – the development version of Safari, has gotten a real javascript debugger. Its called Drosera, and the Surfin Safari blog has the announcement. Or you can just download the latest nightly of Webkit and go. Its interesting to note that this and the Web Inspector tool for Safari are about 90% plain HTML and Javascript. Hows that for a something that isn’t even a ‘real programming language’? Read the rest of this entry »
Posted in Browser Plugins | Comments Off
June 1st, 2006 by Aaron N.
Holy crap. I’m watching this video of Joe Hewitt (author of Dom Inspector and Firebug) and I’m blown away by the latest version. I’m a little miffed that the printfire() function (which let you put error messages into the firebug console) is now deprecated, which means that all my libraries need to be updated, but I think I’ll get over it fast enough.
Read the rest of this entry »
Posted in Browser Plugins | Comments Off
June 1st, 2006 by Aaron N.
via ajaxian; I’m watching this now and it’s instructive. Check it out.
If you’ll remember a little while back, we posted about the latest release of a handy Javascript extension for Firefox that makes working with the language much simpler. Well, the folks over at the Yahoo! Interface Blog have posted even more information about it – this time, in the format of a video from a presentation. Read the rest of this entry »
Posted in Browser Plugins | Comments Off
May 15th, 2006 by Aaron N.
via ajaxian:
Julien Couvreur has once again made his mark on the Ajax world – first with the release of the widely-used Ajax debugger for Firefox (using Greasemonkey) and now with his latest – a bookmarklet for IE containing a port of the same script. Read the rest of this entry »
Posted in Browser Plugins | Comments Off
March 29th, 2006 by Aaron N.
via Ajaxian:
When debugging your Ajax (or other Javascript) applications, you can never have too much information. Sometimes, it helps to have things all laid out there before you can really see the issue at hand. This handy little script can help you get a better idea of what the Javascript on your page is really like.
The Javascript ObjectTree Favelet superimposes the current Javascript landscape of the page you’re viewing and is as simple as clicking a link and calling a function.
This will overlay your current document with a DIV element containing a collapsed list of all the javascript object types currently referenced by the page, from functions to strings to booleans and all else that falls between. Clicking the object type – for example “function”, will expand a new list with all of the function names. Clicking one of the function names will expand into the function’s body.
So, what’s the best part of the script, you ask? Well, maybe the fact that it’s not a script at all – it’s actually a bookmarklet, making it possible for you to use it on any page you visit. All you need to do is visit their page and all the link at the bottom to your toolbar or bookmarks list. It’s that easy.

Posted in Browser Plugins | Comments Off
February 24th, 2006 by Aaron N.
Via Ajaxian:
David Schontzler came up with a quick and useful bookmarklet, ReCSS.
It reloads all the stylesheets pulled in via links by adding a query string argument to the end of the URL. Quite handy for applying CSS tweaks to dynamic apps.
Tested in Firefox, IE, and Safari.
Posted in Browser Plugins | Comments Off
February 8th, 2006 by Aaron N.
“An essential extension for any web developer/designer as it provides a raft of incredibly useful features all under one roof. You will wonder how you ever managed without it!”
Mozilla Update :: Extensions — More Info:Web Developer – All Releases
Greg Penhaligon’s blog entry on DL.com about this plugin.
Posted in Browser Plugins | Comments Off
February 8th, 2006 by Aaron N.
Firebug is a Firefox plugin that makes managing clientside development a breeze. AJAX and DOM information, as well as easy logging, make this plugin a must have.
Mozilla Update :: Extensions — More Info:FireBug – All Releases
FireBug – JoeHewitt.com
Posted in Browser Plugins | Comments Off