Feature
Post

Category
Code


Browser Tools for Web Developers

As web developers, the browser is essentially our “canvas”- it’s where we spend most of the testing stage of our development work. Which is what makes these browser tools so useful: not only do they help tremendously when we’re tweaking code and troubleshooting, they can also give us insight into the coding of other websites. You know, for moments of “inspiration”.

Firebug

firebug-dl
Example of Firebug in action- on Devlounge!

Firebug’s tagline is “Web Development Evolved”- and indeed, if you use Firefox and you’re a web developer, this is almost essential. It’s an extension for Firefox, so it works on any platform that runs the browser, and it allows you to do everything from inspecting and editing a site’s HTML and CSS, to exploring the Document Object Model (DOM), to- my favorite of all- debugging, executing and logging Javascript.

XRAY

xray-dl01
The black window is XRAY. This is how it looks when you first open it on any page.

xray-dl02
XRAY in action!

XRAY from Westciv is an elegant browser tool that you install as a bookmarklet and use to get more information on any element on any website. In the example above, I’ve clicked on the Devlounge logo. XRAY highlights it (by darkening everything else), gives me the logo size, inheritance hierarchy, and other specifications. Very awesome. Works in IE6 and above, and all Webkit and Mozilla based browsers.

Web Developer Add-on

webdevtoolbar
The menu you get when you install the extension.

It’s these types of add-ons that have most developers using Firefox despite all the other great browsers out there. The Web Developer Add-On (currently at Version 1.1.8), as you can see from the screenshot above, installs an additional menu on your browser that allows you to instantly disable CSS styles, view CSS, and more- not as powerful as Firebug or XRAY, but very quick and gets the job done.

IE Only Tools
If you use IE for development testing, check out these tools: IE Watch is very similar to Firebug, featuring things like HTTP and HTML analysis, and including useful goodies such as instant screenshot captures, window resizing and transparency control. From Microsoft there’s the Internet Explorer Developer Toolbar – which is exactly that, a toolbar you install on IE that lets you inspect DOM elements and view HTML and CSS among others.

What browser tools do you use for web development?


  1. By annemoss.com posted on August 29, 2009 at 6:24 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Just what I was searching for! Thank you. Even though it’s woefully out of date, I still need a website to present half decent on ie6, a browser that I hope burns in h#!!.

  2. By Alaska Web Design posted on September 1, 2009 at 3:18 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    Nice! I usually develop in FF because of Firebug and the developer toolbar. I couldn’t find a sweet IE tool, but now am inclined to spend some time trying to use IE watch.

  3. By Syed Tayyab Ali posted on September 3, 2009 at 5:45 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    I use FireBug with YSlow, fire fox web developer tool bar.
    I feel unconformable with Internet Explorer Developer Toolbar .

  4. By Corporate Web Design posted on September 8, 2009 at 11:01 am
    Want an avatar? Get a gravatar! • You can link to this comment

    Some useful tools, Firebug is one of the most useful tools around. Thanks

  5. Trackbacklinks for 2009-08-27 | bloggersUNITEDTwitted by dbambergerYou Can Have a Bright Career in Web Design | Make Money On SurveysBrowser Tools for Web Developers | Devlounge