Can anyone suggest some good browser add-on tools/extensions to help with development? I have firebug installed in Firefox which is great for dealing with CSS, HTML and javascript; any other suggestions?
|
|
|
|
|
|
|
Firefox:
Edit: This is in addition to the Web Development Toolbar mentioned by others |
||
|
|
|
|
The other must-have for Firefox is Chris Pederick's Web Developer Toolbar. |
||
|
|
|
|
Developer Console and DOM Snapshot for Opera: Awesomeness is that these are bookmarklets implemented with JS. Suckiness is that they require the Internetz. |
||
|
|
|
|
For Firefox: Firebug is awesome for investigation and development. Web Developer Toolbar is good also. Really helps with CSS and page layout stuff as well as much more. I also use Live HTTP Headers (I think it is called, but it is on my work machine, so can't find the link now). Which has helped us out with caching issues and the like. I do a lot of mobile phone development, so I also use UserAgent Switcher. Very helpful for pretending to be different mobile phones. I tend to only use Firefox for development, and just test in other browsers as most do not have the extensive range of plugins to aid development that Firefox does. |
|||
|
|
|
|
You should definitely install Safari. It has a number of tools built-in. I use it in combination with other browsers all the time.
Plus it lets you set the user agent for your requests. Consider this, it has a separate top-level menu called Develop. |
||
|
|
|
|
In case of IE, next tools can be useful
The "uber" extension for IE - "Developer Tools", provided as a part of IE8 |
||
|
|
|
|
This list by Cebjyre is nearly complete (since FireBug was already mentioned in the question). I would only add Tamperdata. From time to time it is very useful. |
||
|
|
|
|
Opera has: Dragonfly (tools -> advanced -> developer tools) UserJS methods for intercepting things opera:config#CompatMode%20Override for forcing quirks or standards mode You can view source of files, edit them, apply changes and reload from cache. |
|||
|
|
|
|
Other than the excellent tools already mentioned, I find Charles to be extremely useful. Especially since I do alot of work with Flash Remoting which it handles excellently.
It's crossplatform, costs $50, but there's a "30 minute per session"-evaluation you can download. |
||
|
|
|
|
Here's what I use: Firefox:
IE:
Misc:
|
|||
|
|
|
|
Here's my development oriented add-ons for Firefox 3: |
||
|
|
|
|
YSlow is a sweet Firebug addon for troubleshooting a page's load time. |
||
|
|
