Smashing Magazine ~ we smash you with the information that will make your life easier. really.
Smashing Magazine we smash you with the information that will make your life easier. really.

15 Helpful In-Browser Web Development Tools

November 18th, 2008 in Developer's Toolbox | 166 Comments

Advertisement

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 - screen shot.

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

Web Developer

Web Developer - screen shot.

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 - screen shot.

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

Internet Explorer Web Developer Toolbar

Internet Explorer Web Developer Toolbar - screen shot.

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 Web Debugger - screen shot.

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

DebugBar

DebugBar - screen shot.

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 - screen shot.

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

LiveHTTPHeaders - screen shot,

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

Web Accessibility Toolbar - screen shot.

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

Fangs

Fangs - screen shot.

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 JavaScript Debugger - screen shot

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

ColorZilla

ColorZilla - screen shot.

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 - screen shot.

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 - screen shot.

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 - screen shot.

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.

About the Author

Jacob Gube is a Web developer/designer and author of Six Revisions, a blog on Web development and design. If you want to connect with the author, you can follow him on Twitter.

(al)

Delicious button Stumbleupon

Advertisement
  1. 1.

    Daniel (November 18th, 2008, 2:14 pm)

    Very useful tools.

    I always use FireBug and Web Developer.

  2. 2.

    Eddy Munn (November 18th, 2008, 2:18 pm)

    FireBug has helped me on many projects to crease out the bugs!

  3. 3.

    Chris (November 18th, 2008, 2:22 pm)

    The Safari (WebKit) Web Inspector is much different than the link in the article provides. A more recent overview can be seen at Link [webkit.org]

    It keeps getting better and is beginning to approach Firebug usability. The most recent build has the Inspect Element contextual menu item missing which reduces it’s convenience greatly. You can still invoke it from the menus when you enable the debug menu. I hope it returns soon.

  4. 4.

    Marc (November 18th, 2008, 2:25 pm)

    Safari’s Web Inspector has been redesigned, the mentioned feature set and screenshot taken are way too old. Take a look at this blog post by Dave Hyatt: Link [webkit.org].

  5. 5.

    Paddy (November 18th, 2008, 2:28 pm)

    Great list!

    I have to look at a lot of websites in other languages so I use the Link [addons.mozilla.org] add-on for Firefox. Really handy to translate the whole page in one click.

  6. 6.

    Neko (November 18th, 2008, 2:29 pm)

    FireBug has saved my life countless times…..it has even saved my marriage.

    Who-da-thunk-it!

  7. 7.

    Matthew (November 18th, 2008, 2:29 pm)

    I use Charles (http://www.charlesproxy.com/) over fiddler, its a lot better!

  8. 8.

    neimado (November 18th, 2008, 2:29 pm)

    Fiddler is not an IE extension, it is a stand-alone application.

  9. 9.

    Michael (November 18th, 2008, 2:30 pm)

    FIREBUG! I love you.

  10. 10.

    backseatsurfer (November 18th, 2008, 2:39 pm)

    I cant exist without Firebug!

  11. 11.

    Ivan Nikolic (November 18th, 2008, 2:45 pm)

    Nice reviews, although I still use Photoshop for grabbing color codes, part of my habit :)

  12. 12.

    Ricardo (November 18th, 2008, 2:59 pm)

    Another one who can’t live without Firebug. I’ll give a try on the other ones.

  13. 13.

    Jesper (November 18th, 2008, 3:00 pm)

    Check out Link [karmatics.com] for Firefox :-)

  14. 14.

    k7 (November 18th, 2008, 3:03 pm)

    Great post, as usual!

    Did not notice the RSS icon… awesome!

  15. 15.

    Michael (November 18th, 2008, 3:03 pm)

    webdeveloper toolbar for color info

  16. 16.

    mikemike (November 18th, 2008, 3:09 pm)

    Forget FireBug. It’s really only great for JS debugging or hacking sites that use hidden inputs or JS to validate forms.

    Web Developer is the best FF addon ever created. All I’ll say is hot keys. Check them out.

  17. 17.

    Darren (November 18th, 2008, 3:11 pm)

    FireBug is the best tool out there! It has saved me who knows how many times!

  18. 18.

    kocsmy (November 18th, 2008, 3:17 pm)

    measureIT is quite usefull tool too.

  19. 19.

    Nate (November 18th, 2008, 4:08 pm)

    Wow… pretty shweet!

  20. 20.

    aditia (November 18th, 2008, 4:13 pm)

    too bad fireshot not avaliable for linux, i’m using abduction to take screenshot
    use aardvark to view site layout

  21. 21.

    Shaun (November 18th, 2008, 4:39 pm)

    Another great tool is HTML Validator / HTML Tidy which is available for FireFox.

    I find it must more convenient than the validator built in to Web Developer.

  22. 22.

    Steve Robillard (November 18th, 2008, 4:53 pm)

    While not my favorite one tool I think deserves to be on this list is pencil.

  23. 23.

    John Faulds (November 18th, 2008, 5:05 pm)

    Firebug is definitely my favourite. It might’ve also been worth mentioning that Opera now has Link [www.opera.com] which offers similar functionality to Firebug and Webkit’s Inspector.

  24. 24.

    Brian B (November 18th, 2008, 5:29 pm)

    FireFox - WASP

  25. 25.

    Mr Javo (November 18th, 2008, 5:42 pm)

    Web Developers, FireBug/FirePHP and Colorzilla are my favorites, but I’m going to install a couple of this great list. Thanks for sharing!

  26. 26.

    Jonathan V (November 18th, 2008, 5:47 pm)

    Am allready using FireFTP , FireBug and the Web Developer toolbar and I have to agree they are awesome to say the least ^^

  27. 27.

    Marc Morgan (November 18th, 2008, 6:38 pm)

    I like Westciv’s bookmarklets Link [westciv.com] and Link [westciv.com]. You don’t have to install anything. Just have an Internet connection.

  28. 28.

    jhOy (November 18th, 2008, 6:53 pm)

    i really love firebug! since i’ve known it, i never let it go :)

  29. 29.

    AJ (November 18th, 2008, 6:56 pm)

    Another useful accessibility plugin is the WAVE Toolbar, which provides similar functionality to WAVE’s online web accessibility checking service, but can be used on your own machine.

    Link [wave.webaim.org]

  30. 30.

    Jagat (November 18th, 2008, 7:01 pm)

    Great post.

    I am already using Fire bug, Web developer, fire shot & Internet Explorer Web Developer Toolbar. Thanks for providing information about other Internet explorer related development tools.

    I just installed Debug Bar for IE. Its good 1.

  31. 31.

    AnggaRifandi (November 18th, 2008, 7:03 pm)

    really nice list :D

  32. 32.

    Luis (November 18th, 2008, 7:09 pm)

    Opera DragonFly, it’s alpha software, but it deserves a mention.

  33. 33.

    Nick (November 18th, 2008, 7:18 pm)

    +1 for measureIt. Very useful when getting your layout right.

  34. 34.

    Stahn (November 18th, 2008, 7:25 pm)

    Where’s DragonFly?

  35. 35.

    sahil (November 18th, 2008, 7:28 pm)

    firebug, web developer and fireftp…ive always used them…now im gonna fangs…will help me restructuring my site…thanks

  36. 36.

    Allan Wind (November 18th, 2008, 7:45 pm)

    HackBar is a great way to manipulate complicated URLs interactively. Modify Headers, while imperfect, has been handy to access name based virtual servers, but you do not have the required DNS records in place to access the server by name.

  37. 37.

    Norm (November 18th, 2008, 8:06 pm)

    A fantastic image optimizer is smush.it! (http://www.smushit.com/) which is developed by developers at Yahoo. It does as advertized and goes beyond images optimized in Photoshop. To run this tool, you will need to install Firebug first (as smush.it! is a firebug extension).
    The amount of memory shaved off of images varies, but for those who want to squeeze the most out of an image file size, the savings can add up. Sites with heavy traffic can benefit from having images site-wide reduced in file size without any image quality compromises.

  38. 38.

    Norm (November 18th, 2008, 8:14 pm)

    My mistake… smush.it! is not a firebug extension. It is simply a Firefox add-on.

  39. 39.

    Christian (November 18th, 2008, 8:21 pm)

    I’d easily marry Firebug! FireFTP is also an awesome addon.

    Christian

  40. 40.

    Viggie (November 18th, 2008, 8:39 pm)

    Interesting to know that extensions were available for IE now. I use Web developer, FireFTP, ColorZilla & ScreenGrab for Firefox on Linux.

    Fireshot is good but is available for Windows only.

  41. 41.

    Joe Payton (November 18th, 2008, 9:34 pm)

    I also use firebug/YSlow, webdeveloper, colorzilla, & measureIT. But there is also Screengrab!. It allows you to copy selections, viewport, or full pages and paste into photoshop. no saving to the desktop and dragging to PS. I hate creativity droppings on my desktop.

  42. 42.

    Playhead (November 18th, 2008, 10:48 pm)

    Firebug is Best

  43. 43.

    Tobi (November 18th, 2008, 11:14 pm)

    i love firebug! without this little plugin i would often get MAD!
    web developer bar is the perfect combination for firebug!

  44. 44.

    Viv Singh (November 18th, 2008, 11:15 pm)

    Plugins like fireFTP are really good, I hate installing standalone programs for every tit bit.

    Firefox is a real swiss army knife.

  45. 45.

    Marina (November 19th, 2008, 12:05 am)

    Hi!!

    I love firebug and webdevoloper, I think I can’t live without those plugins

  46. 46.

    Yummy (November 19th, 2008, 12:10 am)

    very useful! thank you

  47. 47.

    Grackie (November 19th, 2008, 12:17 am)

    horray Webdeveloper! firefox has more addons than IE

  48. 48.

    speedcu (November 19th, 2008, 12:23 am)

    very useful article - thx a lot!

    I always use firebug, it is very useful and handy :)

  49. 49.

    Ivan (November 19th, 2008, 12:46 am)

    Colorzilla, can’t live without it :-)
    Second best would be Measure-it! :-)

  50. 50.

    Константин (November 19th, 2008, 12:50 am)

    «tails export» for microformats

  51. 51.

    Dele (November 19th, 2008, 12:51 am)

    Awesome list. Thanks guys :)

  52. 52.

    paolo (November 19th, 2008, 12:57 am)

    Scrapbook is also an amazing extension to capture html pages (better than “save a”s)

  53. 53.

    Adam Elleston (November 19th, 2008, 1:00 am)

    Firebug is without a doubt the most used developer tool that I have installed. I would sacrifice my text editor of choice (with syntax highlighting and tabs etc) for notepad just to use Firebug. Web developer is then second for me as its provides a large range of options. Also Show IP is useful for me as it allows me quickly see what server I am working on when on a development or staging server.

  54. 54.

    Gordon (November 19th, 2008, 1:04 am)

    Dummy Lipsum is a very handy little Firefox extension. It does just one thing, but the one thing it does is extremely handy if you’re developing an application with a lot of forms. It simply allows you to right click on a text accepting element (a textarea, line input control, etc) and populate it with Lorem Ipsum text. When you’re testing a web app and need to repeatedly fill in the same form over and over again I can’t tell you just how much time this little plugin saves!

  55. 55.

    Jhay (November 19th, 2008, 1:08 am)

    Cool nice! I use Firebug and Web Developer also. :)

    JHAY

  56. 56.

    mostafa (November 19th, 2008, 1:09 am)

    my favorite tools in G Chrome browser , reaaaally cool things only for debugging but not a good browser.

  57. 57.

    handy (November 19th, 2008, 1:15 am)

    I like the fire bug!

  58. 58.

    Tyler Tate (November 19th, 2008, 1:41 am)

    Don’t forget about the Link [www.westciv.com]… it’s fairly limited, but a good option for debugging IE6.

    Tyler

  59. 59.

    V1 (November 19th, 2008, 2:13 am)

    Erm, the url you posted to webkit is from 2006… Its 2008 now. thats a 2 years old article…

    I suggest you link to this post instead: Link [webkit.org]

  60. 60.

    Zorgatos (November 19th, 2008, 2:19 am)

    You forgot Dust-Me Selectors, IE Tab and Mozilla Accessibility Extension. But my favourite has to be Firebug. I can’t even remember what it was like before Firebug.

  61. 61.

    zeroone (November 19th, 2008, 2:21 am)

    Definitely Firebug.

  62. 62.

    Stephen Blake (November 19th, 2008, 2:29 am)

    I also use HTML tidy, which has a plugin for Firefox. It provides you with a simple view of validation errors and also gives a more detailed view of the exact problem on each line. There are other tools that do the same things, but I just find it really useful: Link [users.skynet.be]

  63. 63.

    Stephan (November 19th, 2008, 2:29 am)

    Tamper Data is a little bit more powerful than Live HTTP Headers.

  64. 64.

    Az (November 19th, 2008, 2:31 am)

    Is there anything out there where you can edit the CSS of a website in IE7 and IE6? Just like you can with the web developer extension in Firefox??

  65. 65.

    BlabberStar.com (November 19th, 2008, 2:33 am)

    I would definitely say FIREBUG!
    I am sure it has saved me 500h+ of developing time!

  66. 66.

    jeroen (November 19th, 2008, 2:45 am)

    very handy for every webdeveloper: the w3c validator plugin for firefox!

  67. 67.

    Robin (November 19th, 2008, 3:02 am)

    Firebug, FireFTP are essential to how I work. I used to use Web Developer Toolbar a lot, but that’s changed since Firefox 3 went and broke the keyboard shortcuts :-(

  68. 68.

    anamii (November 19th, 2008, 3:06 am)

    Another mention should go to ScreenGrab. I frankly cannot live without it. Invaluable for sending whole page screen shots of a site that is being designed/developed.

    Not a truly web developer based plugin - I found using Pencil to be very useful for mocking up forms and dialogs. At the very least you don’t need any image manipulation apps - just Firefox.

  69. 69.

    tom hermans (November 19th, 2008, 3:07 am)

    FireFTP, ColorZilla, MeasureIt, Firebug, Webdeveloper extension

    I code websites just using Firefox and Notepad++, all freeware and a lot handier than all those heavy, expensive wysiwyg web-editors

  70. 70.

    Martin Majling (November 19th, 2008, 3:38 am)

    FireBug and Web Developer and screengrab (good for making fast screenshot) and iMacro

  71. 71.

    Daan (November 19th, 2008, 3:41 am)

    I use Web Developer :D
    Great list by the way ;)

  72. 72.

    Oliver (November 19th, 2008, 3:44 am)

    I like httpfox. It is similiar to httpwatch but it is a free addon for FireFox.

  73. 73.

    EOL (November 19th, 2008, 3:47 am)

    Xray is indispensable:
    Link [www.westciv.com]

    It’s a bookmarklet that, when activated, describes any element you click on. Awesome!

  74. 74.

    MK (November 19th, 2008, 3:58 am)

    Web developer, any day

  75. 75.

    Gusat Silviu (November 19th, 2008, 4:03 am)

    My favorite is firebux :X

  76. 76.

    J (November 19th, 2008, 4:17 am)

    Man, seriously, enable the function to make small posts in RSS

  77. 77.

    Sam Dwyer (November 19th, 2008, 4:17 am)

    Good list, the few firefox addons that I’d add that weren’t included in the list are:
    Selenium
    Pencil
    HTML Tidy
    Obtrusive javascript checker
    Measureit

  78. 78.

    Boss (November 19th, 2008, 4:21 am)

    Installed FireShot and ColorZilla after reading this article, thanks!!!

  79. 79.

    Aravinda (November 19th, 2008, 4:26 am)

    Nice article,

    Link [addons.mozilla.org] for Firefox and Link [www.bayden.com] for Internet Explorer.

  80. 80.

    sweetL (November 19th, 2008, 4:32 am)

    Been well into firebug for a while… recently got into using Link [www.firephp.org]. Its awesome for php developers, especially php developers wanting to debug their ajax (or ajajson) applications.

  81. 81.

    Matt (November 19th, 2008, 4:39 am)

    Three words: “Link [www.visionaustralia.org.au]”

    Not sure if this has been mentioned yet but, if everyone used this when choosing their colour schemes the web would be a better place.

    The tool allows me to check and compare foreground and background colour contrast inline with checkpoint 1.1 of the WCAG v1.0.

    If someone was to integrate this into a nice, easy to use, Firefox Add-on it would be awesome!

  82. 82.

    adee (November 19th, 2008, 4:39 am)

    You can easily add pixel perfect to firebug :

    “Pixel Perfect is a firefox firebug extension that allows web developers to easily overlay a web composition over top of the developed html. Switching the composition on and off allows the developer to see how many pixels they are off while in development.”

  83. 83.

    Mark Nutter (November 19th, 2008, 4:48 am)

    These are great, I thought I knew about all the good ones but apparently not. Like debug mode in Safari/Webkit, there’s also a lot of other great tools that Link [www.nuttersmark.com] that I take advantage of. I didn’t know Webkit had a debug mode that was different than Safari, I’ll be checking that out this morning.

  84. 84.

    Julien (November 19th, 2008, 5:10 am)

    Nice list, thanks for sharing.
    I would add Link [addons.mozilla.org]

  85. 85.

    Igor Jovic (November 19th, 2008, 5:35 am)

    Thank you very much for this!

  86. 86.

    Justin (November 19th, 2008, 6:11 am)

    Firebug allows me to edit the CSS and HTLM and see the changes instantly.

    Can Web developer do that? I have not seen the ability to edit the CSS directly in browser with Web Developer or IE Developer.

    IF anyone knows how please tell me. Thanks!

  87. 87.

    kevin (November 19th, 2008, 6:13 am)

    I use Firebug, web developer toolbar, fiddler, liveHttp headers, fireFTP. I would try to use other tools mentioned in here as well.

  88. 88.

    Timothy (November 19th, 2008, 6:29 am)

    If you are familiar with Firebug and love its features then the IE Developer Toolbar is a big let-down. You can’t manipulate the DOM or HTML, it does not improve error messages (wish it did!) and it doesn’t give you load times.

    Firebug is much, much better. IE is a slacker…

  89. 89.

    Gabe Diaz (November 19th, 2008, 6:38 am)

    @Justin Web Developer lets you edit CSS and HTML on the fly as well. Load the toolbar and the options will be included in the CSS drop down and the MISC dropdown. CTRL + Shift + E for the CSS

    I used alot of the plugins mentioned but can’t live without Web Developer or FireFTP. Also along with FireShot, ScreenGrab! is a must have.

    Great list!

  90. 90.

    Fabryz (November 19th, 2008, 6:44 am)

    I use WebDeveloper, Firebug and Colour Contrast Analyzer

  91. 91.

    Lippe (November 19th, 2008, 6:47 am)

    I’d like to add CSSViewer, HttpFox and Screen grab! to the list.

    CSSViewer: Activate it with a button, hover over your website and get the resulting CSS for the specific element in a layover. Great, because it is fast (at least faster than activating Firebug/WebDeveloper)!

    HttpFox: Fiddler in Firefox

    Screen grab!: Another great screenshot tool for a quick shot…

  92. 92.

    Joshua Tilson (November 19th, 2008, 6:48 am)

    This is a great post, and I either have used most of these or currently use them. My set up right now is: Web Developer, Firebug, Colorzilla. They are all amazingly useful, However i am still missing one part that I would like to find, Is there any way to fully integrate the web development into the browser: I.E.: edit and upload all from Firefox, so i can minimize the alt + tabbing? I will implement the FireFTP for the upload part, but is there a solution similar to firebug that will allow me to edit the files from Firefox as well?

  93. 93.

    jimbo (November 19th, 2008, 6:59 am)

    IE Web Developer Toolbar is a little hokey compared to firebug. Firebug Lite can be be used to view page elements in a more “Firebuggy” style. Its basically a javascript include that you drop into your page. Not the greatest solution but definitely better. Or you could just forgot about IE altogether :)

  94. 94.

    Joel S (November 19th, 2008, 7:00 am)

    Great list. I’m already using most of these tools, and will definitely try out the others here. Firebug,Web Developer, Yslow, and Fire FTP have changed the way work dramatically

  95. 95.

    Davd Bone (November 19th, 2008, 7:03 am)

    Great list! With all the lists out there this one stood out for me and actually introduced me to something new and useful to my set-up.

    Thanks!
    db

  96. 96.

    Victor Aponte (November 19th, 2008, 7:03 am)

    Very cool post. Thanks for the info.

    I’ve been using Link [www.gscottolson.com]. It’s a neat javascript widget you can include on your page to send console messages to during development and it works on most browsers.

    Thanks!

  97. 97.

    Ken (November 19th, 2008, 7:16 am)

    excellent collection. I use FireBug, but didn’t know about YSlow. Will definitely be give it a try. Dugg.

  98. 98.

    Justin (November 19th, 2008, 7:19 am)

    @Gabe Diaz - Thanks Gabe. I just started playing around, but I find it is not as easy to use as firebug. I could not select the individual cell with the inspector and then edit the css in the same window. It’s in two seperate windows. I would have to search for the tag and edit.

    Firebug rules all. I just wish IE Developer would allow me to edit the CSS to help my browser testing. God how can they suck so hard when there are so many good examples of how to do things.

    ahah…

  99. 99.

    Michael (November 19th, 2008, 7:24 am)

    My favourite development tools for firefox are:
    ColorZilla
    CSSViewer
    HTML Validator
    IE Tab
    MeasureIt
    Screengrab
    and finally Web Developer Toolbar

  100. 100.

    tomexx (November 19th, 2008, 8:07 am)

    I think Opera Dragonfly should be listed at the top of this list. It’s much more better than Firebug.

  101. 101.

    Brendon Kozlowski (November 19th, 2008, 8:29 am)

    Many 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!

  102. 102.

    TJ (November 19th, 2008, 8:44 am)

    Link [selenium-ide.seleniumhq.org] for Firefox is good for testing.

  103. 103.

    Jason (November 19th, 2008, 8:57 am)

    I use YSlow, ColorZilla, FireBug.. but my favorite tool is the Web Developper Toolbar !

  104. 104.

    JOHN MATHEW (November 19th, 2008, 9:55 am)

    Web Developer Toolbar is very cool..thanks for this collection

  105. 105.

    Curt Simon Harlinghausen (November 19th, 2008, 10:07 am)

    Firebug is just genius.

  106. 106.

    Mark Price (November 19th, 2008, 11:38 am)

    Love 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 :-)

  107. 107.

    David Perel (November 19th, 2008, 12:29 pm)

    Developing 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.

  108. 108.

    Paul B. (November 19th, 2008, 1:03 pm)

    Also there is HTTPAnalyzer, could be used as IE plugin or standalone, very helpful.

  109. 109.

    Greg Robleto (November 19th, 2008, 1:06 pm)

    It’s Firebug first, and everything else takes a distant second.

  110. 110.

    Iván Tamayo (November 19th, 2008, 1:16 pm)

    Really, I can’t remember the way I worked before using Firebug…

  111. 111.

    b00m (November 19th, 2008, 2:50 pm)

    Firebug is always in my list. XD

  112. 112.

    Arda (November 19th, 2008, 2:50 pm)

    I 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

  113. 113.

    Aaron (November 19th, 2008, 3:16 pm)

    Awesome list, thanks!! Firebug all the way

  114. 114.

    The Template Blog (November 19th, 2008, 4:45 pm)

    The 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

  115. 115.

    Eric Lin (November 19th, 2008, 6:17 pm)

    You don’t need most of the rest of tools when you have firebug installed…..

  116. 116.

    Chetan (November 19th, 2008, 8:14 pm)

    Nothing new in this post…. i read this kind of post to many time in Some many blogs…. :(

  117. 117.

    Anthony Sapien (November 19th, 2008, 9:01 pm)

    Not that I like testing IE, but IETester is pretty awesome:
    Link [www.my-debugbar.com]

    Allows you to test IE5.5 - IE8 without having to installing them all.

  118. 118.

    Praba (November 20th, 2008, 1:49 am)

    Fantastic article, thumbs up!!!! Like all the others Firebug is my all time favourite, then Web Developer toolbar, Thanks

  119. 119.

    LouCypher (November 20th, 2008, 2:00 am)

    What? No Link [addons.mozilla.org]? It’s more powerful than Web Inspector, you know

  120. 120.

    Penuel (November 20th, 2008, 2:03 am)

    Excellent, excellent, excellent. I have been looking tools for Web Accessibility and i found them here.

  121. 121.

    alf (November 20th, 2008, 4:59 am)

    try 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.

    Link [www.my-debugbar.com]

  122. 122.

    Anthony Bruno (November 20th, 2008, 6:15 am)

    This 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.

  123. 123.

    Steven Grant (November 20th, 2008, 6:50 am)

    great 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!

  124. 124.

    ml (November 20th, 2008, 10:36 am)

    firebug, fireftp and developer. the latter one I’ll gave a try after reading this article.

  125. 125.

    Jacob Gube (November 20th, 2008, 2:01 pm)

    Thanks 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 to Miscellaneous > 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.

  126. 126.

    Hannes (November 20th, 2008, 2:37 pm)

    Firebug saved our Souls. Thnanks for the good article

  127. 127.

    Tiitu (November 21st, 2008, 4:14 am)

    Hi, thank you for these. I didn’t know much about these before. I think I will first test Web Developer, it sounds great.