15 Helpful In-Browser Web Development Tools
There are many useful Web development tools that integrate in your browser. These in-browser tools are commonly known as add-ons or extensions. Though add-ons and extensions aren’t just for Web development, many of them out there are designed specifically for Web developers. In-browser tools vary greatly in the jobs they perform; for example, some of them help you diagnose issues with CSS, HTML and JavaScript, while others evaluate the accessibility of your website.
In this article, we explore some of the most popular and useful in-browser Web development tools. You’ll find tools for popular Web browsers like Firefox and Internet Explorer. Whether you need to debug and inspect your HTML, inspect HTTP headers, access FTP source files, evaluate accessibility or just figure out what color a Web page element is, you may find a variety of tools discussed here useful.
Firebug
Firebug is an extension for the Mozilla Firefox browser that allows you to debug and inspect HTML, CSS, the Document Object Model (DOM) and JavaScript. Though it has many strong features, it’s most known for revolutionizing the way developers debug and profile JavaScript code.
For example, before Firebug, many developers would use the alert() function to see what a variable contains or to find what line the code breaks. With Firebug enabled, you’re told specifically what the error is and which line it comes from. Firebug is an excellent tool for AJAX application developers because it lets you explore and perform on-the-fly edits on the DOM to see what happens when you manipulate Web page elements after a user action.
Aside from its popular JavaScript and DOM functionalities, Firebug can also log network activity to allow you to see detailed results of HTTP connections, inspect and edit HTML on the fly and debug and visualize your CSS.
Further Reading
- Debug and tune applications on the fly with Firebug
- An In-Depth Look At The Future of JavaScript Debugging With Firebug
- Build Better Pages with Firebug
Web Developer
The Web Developer extension (for the Firefox, Flock and SeaMonkey Web browsers) is an add-on that adds a tool bar with a menu of options for debugging and inspecting Web pages. It has a ton of features, my favorite being the View CSS Information option (CSS >> View Style Information, or Control + Shift + Y on Windows) which makes a page element clickable and shows you CSS selectors that affect that particular page element. It’s helpful for exploring and understanding large CSS files and projects that you’re unfamiliar with (such as a new open-source content management system).
It has built-in options for syntax validation for popular Web services, such as W3C’s CSS Validator and HiSoftware’s Web Content Accessibility Report, for your convenience. It has many other useful features, such as disable options for CSS, JavaScript and images, to test for degradation and progressive enhancement; a Forms menu with options for working with Web forms; Display Div Order and Display Block Size options to help you visualize the layout; and so much more.
YSlow
YSlow is a Firefox extension created by Yahoo! developers that integrates with Firebug (therefore you need to have Firebug enabled for it to work). YSlow analyzes a Web page for front-end performance and, in its simplest usage, gives you a letter grade (A being the best and F being the poorest) for each of the best practices for speeding up your website.
YSlow also allows you to inspect in detail things that are essential for a high-performance website. For example, the Stats view gives you the total size of a Web page and a summary of items that are loaded when the Web page is requested (i.e. style sheets, JavaScript files, Flash objects and images), so that you can hunt down the bottlenecks that cause a Web page to load slowly.
The Components view outlines every single component of a Web page in tabular format and allows you to inspect it to see attributes such as size, expiration date (for cached files), whether it uses server-side compression (Gzip) and response time (how long the component took to load).
Further Reading
- What the 80/20 Rule Tells Us about Reducing HTTP Requests
- Maximizing Parallel Downloads in the Carpool Lane
- AJAX performance analysis
- Yahoo’s Problems Are Not Your Problems: counter-arguments for some of the rules developed by Yahoo!, such as penalizing you for not having a Content Delivery Network.
Internet Explorer Web Developer Toolbar
If you need similar functionality to that of Firebug and Web Developer for Firefox, but want to debug, inspect and tune your Web pages and applications on the Internet Explorer browser, check out the Internet Explorer Web Developer Toolbar. The IE Web Developer Toolbar, when enabled, opens a toggle-able pane located at the bottom of the Web browser, giving you access to many helpful options for exploring Web page components.
For example, you can experiment to see how page elements work by editing the Web page’s DOM and HTML directly in the browser, allowing you to quickly change and edit DOM elements to see what happens when you perform certain actions or modify certain parts of the code. You can also debug, test and inspect JavaScript with the IE Web Developer Toolbar, giving you options for setting breakpoints, seeing the call stack and exploring variable attributes.
It has a ton of other helpful features, such as selectively disabling IE settings (to see how your Web pages degrade in IE); the ability to view the HTML and CSS source of any Web page with syntax-highlighting; and an in-browser ruler to help you measure things on a Web page.
Further Reading
Fiddler Web Debugger
Fiddler is an Internet Explorer extension that analyzes and profiles a Web page’s HTTP traffic. If you’ve ever wanted to know exactly what happens when a client requests a Web page, Fiddler is the tool that’ll help you do the job. The HTTP Statistics view exposes all components and files required to generate a particular page, giving you details such as the total number of HTTP requests, total page weight, HTTP response headers and cache expiration.
Fiddler permits you to set up breakpoints, allowing you to step through and edit HTTP traffic (to see how it would affect your Web page), a useful feature for analyzing AJAX-based interaction and potential security flaws in a Web application. Perhaps what makes Fiddler so powerful is its extensibility, allowing you to create your own scripts (or import other developers’ scripts) to perform certain tasks or make interface modifications to the extension itself.
Further Reading
- Fiddler PowerToy – Part 1: HTTP Debugging
- The Fiddler User Interface
- Fiddler Demonstration Videos
- Using Fiddler with non-Internet Explorer Browsers
DebugBar
DebugBar is a debugging in-browser extension for the Internet Explorer browser. It has many helpful features, such as the ability to send a Web page screenshot via email, a color picker, the ability to view both the original and interpreted code (i.e. if you use JavaScript to manipulate the styles of a DOM object, then you can see the interpreted HTML source code of that manipulation) and a Console API (after installing Companion.JS) to help you gain information through a command-line interface about particular components of a Web page.
DebugBar is free for personal and educational use, but you are required to buy a license if you use it for commercial purposes.
HttpWatch
HttpWatch is another HTTP traffic viewer and debugger for Firefox and Internet Explorer that is similar to Fiddler. It has many unique features and a more intuitive, less intimidating interface than Fiddler. Some notable features are the ability to generate request-level time charts (useful for documentation and presentation purposes); decryption of HTTPS traffic to help you debug, inspect and tweak your secure SSL-based connections; and the ability to export captured data to XML and CSV formats for importing into spreadsheet applications such as Microsoft Excel or Google Spreadsheets.
HTTPWatch has a Basic edition, which is free, and a Professional edition, which has more options. Check out the comparison table between the two editions to see the exact differences.
Live HTTP Headers
Live HTTP Headers is a Firefox extension that allows you to inspect HTTP request and response headers. Exploring HTTP headers allows you to debug Web applications, glean some information about the website’s server and inspect cookies sent to the client requesting the page.
For example, the Server response header gives you a website’s HTTP server type (Apache, IIS, nginx, etc.), the HTTP server version and the operating system (though server administrators can remove or limit the information you see for security purposes).
Web Accessibility Toolbar
The Web Accessibility Toolbar is a freeware extension for Internet Explorer and Opera that gives you a slew of options for quickly evaluating and analyzing your Web content’s accessibility. It has validation options for submitting your URL to content accessibility web services such as Juicy Studio tools, a grayscale converter to simulate the user experience of individuals with color-blindness and poor eyesight, and a search function for particular page structures (e.g. finding list objects and unordered lists).
Other useful tools released by Vision Australia are the Colour Contrast Analyser, which analyzes the contrast of foreground and background colors for readability, and the Complex Table Mark-Up (or Com Tab) Toolbar, which can help you understand (and construct) complex tables that are usable by non-traditional Web browsers (such as screen readers).
Further Reading
- WebAIM: Using the AIS Web Accessibility Toolbar
- The Web Accessibility Toolbar and the Web Content Accessibility Guidelines
Fangs
Fangs is an in-browser tool for Firefox that emulates what a screen reader “sees” when visiting a Web page. Its function is simple: to output a transcript of what a screen reader will read out to a user when a Web page is visited. It’s a helpful tool for quickly analyzing if you’ve structured your content effectively so that it’s understandable and usable by vision-impaired individuals, without forcing you to learn to use (and purchase) a screen-reader application such as JAWS or Windows Eyes.
Further Reading
Venkman JavaScript Debugger
Venkman is the codename for Mozilla’s very own JavaScript debugging environment. It is available as an add-on that can be used to extend browsers such as Firefox, Netscape, and SeaMonkey. It is a robust environment for doing complex JavaScript debugging and troubleshooting. The Console view gives you a command-line interface for interacting with the debugger. It has an excellent Stack view feature that allows you to step through active functions when it reaches breakpoints.
Further Reading
- Venkman Walkthrough
- Debugging JavaScript Using Venkman, Part 1
- Venkman 0.9.x Frequently Asked Questions
ColorZilla
ColorZilla is an incredibly simple — but very useful — extension for Firefox. If you’ve ever wanted to determine what colors are used on a Web page, ColorZilla is the tool for the job. It adds an eyedropper icon to the bottom-left corner of Firefox.
Clicking on the eyedropper icon makes objects on the Web page clickable, and upon clicking a particular section of a Web page, it outputs the hexadecimal, RGB and hue/saturation values of that area . Before ColorZilla, you might have pasted a screen capture of a Web page into a graphics editor like Photoshop and then used the eyedropper tool in the editor to sample colors. ColorZilla saves you time and streamlines color-sampling processes.
FireShot
FireShot is an in-browser tool for Firefox and Internet Explorer that allows you to take screenshots and then annotate, edit, organize and export them. Screen-grabbing is a common activity for Web developers to document previews of Web application prototypes and share them with clients, and FireShot gives you a feature-packed in-browser option to manage and streamline your screenshot needs.
Web Inspector
Web Inspector is part of the Webkit open-source browser engine project. It’s an ultra-sleek tool for inspecting the DOM hierarchy in a separate, compact HUD-style window. You can easily search the DOM, explore the DOM tree (hierarchy) and have a useful interface for isolating DOM sub-trees and nodes so that you can focus on particular sections of a Web page. The Web Inspector also provides you with a Style pane to explore CSS rules applied to particular page elements.
FireFTP
FireFTP is a free, cross-platform Firefox extension for FTP’ing files. It offers several advantages to stand-alone FTP applications, such as its operating system-independent requirements. What’s exceptional about FireFTP is that even though it is an in-browser (and free!) application, it has all the features you would expect from a standalone FTP application, such as support for secure (SSL, TLS, SFTP) protocols, a synchronization feature to sync up local and remote files, and directory comparison to help you see what files are missing or different between two directories and much more.
What’s your favorite in-browser tool?
There is an overwhelming amount of in-browser tools for Web development out there. Some are specific to particular Web technologies and set-ups (such as FirePHP for PHP developers, SQLite Manager for developers using SQLite databases, and Opera Dragonfly for developers who prefer using the Opera browser). If your favorite tool isn’t on the list, let us know in the comments section why it’s your favorite and why we should check it out.
(al)



















Brendon Kozlowski
November 19th, 2008 8:29 amMany of you are using multiple tools that are capable of doing the same thing. The Web Developer Toolbar has a ruler that gives measurements (you can drag+drop, and resize to the specified places to determine everything MeasureIt does)…someone said that either WebDev toolbar or Firebug has a color picker (haven’t seen it, doesn’t mean it’s not there). One thing to keep in mind is that the more extensions you have, the higher possibility exists for Firefox to use up additional memory – and if you are still using v2, the more prone it is to memory leaks. Know what you have and make sure to use it well. Obviously if some tools are similar but not exact you may want them both, but at least be completely aware of it. Regardless…good list!
TJ
November 19th, 2008 8:44 amSelenium IDE for Firefox is good for testing.
Jason
November 19th, 2008 8:57 amI use YSlow, ColorZilla, FireBug.. but my favorite tool is the Web Developper Toolbar !
JOHN MATHEW
November 19th, 2008 9:55 amWeb Developer Toolbar is very cool..thanks for this collection
Curt Simon Harlinghausen
November 19th, 2008 10:07 amFirebug is just genius.
Mark Price
November 19th, 2008 11:38 amLove Web Developer, Colorzilla, FireBug, et al., but may I suggest the Codetch extension (http://www.codetch.com/)? It adds a code editor to Firefox under a tab or as a float. Doesn’t replace your IDE but has lots of features and comes in right handy. You can now live your entire working life inside Firefox :-)
David Perel
November 19th, 2008 12:29 pmDeveloping websites is no easy task at the best of times. I realized how much you actually learn over the years when my friend was given the task of creating a website. All the small tricks and, dare I say it, hacks that I have picked up and have become accustomed to seem like mountainous tasks to him, being so fresh in web design.
My point being, we need things which make our lives a tad easier, and cut to dev time down as much as possible. This is where Firefox comes in and rocks our world.
Paul B.
November 19th, 2008 1:03 pmAlso there is HTTPAnalyzer, could be used as IE plugin or standalone, very helpful.
Greg Robleto
November 19th, 2008 1:06 pmIt’s Firebug first, and everything else takes a distant second.
Iván Tamayo
November 19th, 2008 1:16 pmReally, I can’t remember the way I worked before using Firebug…
b00m
November 19th, 2008 2:50 pmFirebug is always in my list. XD
Arda
November 19th, 2008 2:50 pmI like the firefox extension Textcomplete. Especially when you need to write something in a browser window, like Expression Engine. You can define any shortcut to anything. As an example, you can predefine “h” as “hello world”, then when you need to write “hello world”, just write “h” and press ctrl+alt+m. that’s all
Aaron
November 19th, 2008 3:16 pmAwesome list, thanks!! Firebug all the way
The Template Blog
November 19th, 2008 4:45 pmThe one that have been using a lot lately is Screengrab, a FF extension that allows you to produce full web browser screen shots. May times it is useful to take screen shots of what is below the fold.
The other biggies are Web Developer and Firebug.
Dave
Eric Lin
November 19th, 2008 6:17 pmYou don’t need most of the rest of tools when you have firebug installed…..
Chetan
November 19th, 2008 8:14 pmNothing new in this post…. i read this kind of post to many time in Some many blogs…. :(
Anthony Sapien
November 19th, 2008 9:01 pmNot that I like testing IE, but IETester is pretty awesome:
http://www.my-debugbar.com/wiki/IETester/HomePage
Allows you to test IE5.5 – IE8 without having to installing them all.
Praba
November 20th, 2008 1:49 amFantastic article, thumbs up!!!! Like all the others Firebug is my all time favourite, then Web Developer toolbar, Thanks
LouCypher
November 20th, 2008 2:00 amWhat? No DOM Inspector? It’s more powerful than Web Inspector, you know
Penuel
November 20th, 2008 2:03 amExcellent, excellent, excellent. I have been looking tools for Web Accessibility and i found them here.
alf
November 20th, 2008 4:59 amtry this, nice tool for develop
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
http://www.my-debugbar.com/wiki/IETester/HomePage
Anthony Bruno
November 20th, 2008 6:15 amThis is whats backwards about the development community. Its great that there is firebug for Firefox, but is it really needed? The two browsers that you primarly need help debugging in are IE6 & IE7. Currently the way to run both of these browsers on one machine is completely messed up. Microsoft needs to support a better method (Like MultipleIE).
Problem is, this developer toolbar does not work with the MultipleIE programs. Therefore if I actually wanted to do debugging in IE6 I would have to install an entire virtual machine for IE6 to work properly.
Release the IE8 Dev Preview with IE6 in the browser mode as well.
Steven Grant
November 20th, 2008 6:50 amgreat list – knew about most of them but the screen grab tool is a real find for me. No more print screen and then pulling together in Photoshop!
ml
November 20th, 2008 10:36 amfirebug, fireftp and developer. the latter one I’ll gave a try after reading this article.
Jacob Gube
November 20th, 2008 2:01 pmThanks everyone for your input! It looks like Firebug is king, seconded by Web Developer tool.
@Chris and @Marc: I apologize for not linking to the most recent blog post about WebKit, forgive me for my oversight.
@jimbo : I don’t think it’s fair to compare IE Web Developer vs. Firebug because the way I see IE Web Developer is for people testing in IE5+ browsers (which Firebug obviously can’t do). It lacks a lot of features that Firebug has, not to mention a sub-par interface compared to the most recent version of Firebug – but that’s what you gotta use if you’re browser testing in IE.
@Justin: In FF Web Developer Toolbar, you can go to
CSS > Edit CSS option to edit (preview) style changes on-the-fly. For HTML, you can go toMiscellaneous > Edit HTML option.@Anthony Bruno: Firebug isn't just for testing in Firefox, it's a tool you can use to improve your workflow. You can use it to debug your JS for bugs that causes your script/s to break (for example)without having to use a standalone application or hunting it down manually using a combination of error reporting through your browser and alert(foo), which save you a lot of time and frustration. You can also use it to quickly inspect the DOM of remote websites, to see how things fit together. You can edit HTML and CSS on-the-fly to preview how it would look... and more. In short, though Firebug is definitely a great tool for testing In FF, that's not the sole reason for its existence.
Hannes
November 20th, 2008 2:37 pmFirebug saved our Souls. Thnanks for the good article
Tiitu
November 21st, 2008 4:14 amHi, thank you for these. I didn’t know much about these before. I think I will first test Web Developer, it sounds great.
Janckos
November 21st, 2008 5:20 amFirebug!
Nathan Roberts
November 21st, 2008 9:53 amScreen Grab Plugin – where have you been all my life!!
Hasan Tayyar BEŞİK
November 22nd, 2008 6:40 amOf course Firebug! Saved my life lots of time.
Peter
November 22nd, 2008 6:54 amThe most powerful http-proxy tool I’ve seen is Owasp Web Scarab – features here
About Charles mentioned above – it has AMF decoding capabilites what is VERY helpful or debugging RIA’s on Flash Platform.
elango
November 22nd, 2008 8:14 amcolor picker helps a lot for web desiner and developer
halbesbit
November 22nd, 2008 9:31 pmMy Favorites : CSSViewer, Firebug (+ FirePHP), FireFTP and Web Developer Toolbar theres are Cool Add-ons for Firefox ;)
Karina Myers
November 23rd, 2008 2:20 pmReally useful post.
I use Firebug, Web Developer and Fireshot all the time, they are really useful plugins and make your work as a developer so much easier and faster.
After reading this post, I’ll download ColorZilla, it looks pretty good. thank you!
si
November 24th, 2008 12:58 amGreat article, a really handy one to add to the list is MeasureIt.
ger
November 24th, 2008 2:53 amThe Blackbird javascript logging utility should get a mention too:
http://www.gscottolson.com/blackbirdjs/
Medhinou
November 24th, 2008 8:13 amGreat tools I always use, some of them I didn’t know, i will try !
And take a look on iPhoneSoft which is a database of useful software for iPhone !
Dean
November 24th, 2008 4:41 pmNice post. I’ve been using most of these for a long time, especially firebug, it’s a lifesaver!
camilo
November 25th, 2008 4:42 amfireBug+webDeveloper+pixelPerfect
Simon Martin
November 26th, 2008 1:43 amYou missed out MesaureIt, which sits down beside ColorZilla and lets you measure things on the screen giving you their size in pixels. Very handy when you need to know how big something is
Grant Day
November 27th, 2008 12:05 amI love firebug, web developer and yslow. Particularly the Edit CSS feature in Web Developer, allows me to have a look into the workings of any site and tweak settings realtime.
Steve Buell
November 29th, 2008 5:21 amVersion 2 of the Web Accessibility Toolbar is available at http://www.paciellogroup.com/resources/wat-ie-about.html.
The CC license is a bit different as it allows for commercial use. The feature set is a bit different too.
Very good tool to support your knowledge of web accessibility.
darki777
December 11th, 2008 7:24 amThe combo Firebug + Firecookie is the best ever :) saved me massively much time.
But I also love a little bit Webdeveloper + User Agent Switcher (for mobile development) + Live HTTP Headers (+ FirePHP) for specific Development.
Greetings, darki
Philips
December 18th, 2008 6:01 amVery good tool to support your knowledge of web accessibility.
http://www.openwavecomp.com
I agree completely with teamwork. Thanks for this article
Thomas Montana
December 23rd, 2008 4:38 amThe latest of the Web Inspector is simply fantastic. You can live-edit the code, styles, through a wonderful GUI; You can inspect every sigle element wich has been loaded w/ the page, and a powerful JavaScript debugger/sampler is part oh all of that.
paolo
December 23rd, 2008 5:54 amIt has already been mentionned, but scrapbook ia an amazing tool to capture and edit pages; It can also capture whole site (like httrack), inside firefox, and add note or higlight your captures.
dendie
January 21st, 2009 6:28 pmvery useful tools..
i am always use firebug and webdevelopor
aak
January 24th, 2009 3:48 amFireFtp is the best ftp program anyway.. and one of the most useful in-browser tools
vpn
March 1st, 2009 5:31 amI use FireBug and Web Developer and vpn .. anyway can be helpful…
amrelgarhy
March 3rd, 2009 8:14 amfirebug is my best tool
marsie
March 19th, 2009 7:09 pmi too heart firebug :o)
squareart
June 4th, 2009 5:03 amNice apps list, looking forward to trying out a few. I wish there was Fireshot for mac though!
Kim
July 16th, 2009 11:03 amHere is a useful app I setup recently to edit html or web pages in realtime, hope you like it. URL is: http://text-saver.com/saveasutype/ or you can go to http://www.download.com or http://www.google.com and search for “save as u type”. try and let me know what you think…
Pritesh Loke
December 26th, 2009 8:42 pmFirebug, web developer, fireshot, yslow and fireftp
Jemmy
March 2nd, 2010 2:51 amOhhh, Nice list of tool.I try to use firebug.It is very nice tool.Also visit espinteractivesolutions. com and try to view other useful tools.
Shahid
April 4th, 2010 6:59 amReally this is very useful link,,,i was able to get lot of information….
I would like to thank ,,,,,to people who took time to prepare wonder full articles and publish on web…..Cheer up….
Shahid
Emsoftwaredotin.com
Milos Mandic
October 10th, 2010 1:54 amPerfect – sum up all the tools we need! Thank you for sharing! Best regards from Germany.
PR
February 17th, 2011 8:09 amI would suggest in-browser maps generator. Even if almost every webmaster knows how Google maps API works, this tool makes a map in a few seconds. I personally use it for client’s contact pages. Link is there: http://en.tixik.com/api/map/
Allegro
May 24th, 2011 5:08 amYou made some respectable factors there. I looked on the internet for the difficulty and located most people will associate with with your website.
pkhach
June 13th, 2011 8:28 pmHow about HTTP Debugger?
http://www.httpdebugger.com
It is a good HTTP Watch alternative and it is 3 times cheaper.
Carolina
September 28th, 2011 5:40 amI Love working with firebug, really i cant forget it…
Abbott
October 3rd, 2011 3:58 amI’m grateful I found your site on google. Thanks for the sensible critique. Me and my wife had been just preparing to do some research concerning this. I’m very happy to see these great details being shared freely out there.