As a web developer i prefer following add-ons which are more productive for web development
1. FireBug |
|
Allows you to manipulate various Web Development Entities Like CSS , JavaScript , HTML , etc |
2. FireFTP |
|
- Working in live server directly . u might be using an IDE , Browser and a FTP Client that allows u to upload content.
- what u do ? change Code in IDE , Upload to server , Refresh page in Browser
- Imagine U can have FTP in browser itself then switching and processing of one seperate process is ultimately reduced.
- Yes FireFtp is an ftp client embeded in mozilla
|
3. Web Developer |
|
- Manage Enable/Disable CSS , JavaScript,Cookies,Forms,Images , HTML , etc
- Allows You To Validate CSS , Feeds , HTML , Links etc
- It has a Lot More To Look At
|
4. Image Spider |
|
- Highlights all the Image elements in WebBrowser
- If U change to current image in addon preferences , The Image Highlighted by mouse movement will be displayed with consecutive information
|
5. View source chart |
|
- Allows You To See Source in a Proper XML Format , rather than how it look’s in View Source
- Allows You To Navigate Various Tags With a Tree style navigation
- i hope u got what im trying to say by looking at the icon.
|
6. User Agent switcher |
|
- Allows U to run same page in different modes like iphone , internet explorer 6 7 8 , etc
- allow u to look in search robots mode like slurp , googlebot , msnbot etc
- the add on developer says there are more user agents on the way
|
7. Auto Fill Forms |
|
- Some Times U need to reenter similar data into various forms , etc
- Allows developer to do unit testing in much efficient way etc
|
8. HTML Validator |
|
- Validates Your HTML and shows error information in staus bar2. Use it and Develop Errorless and bug free html pages
|
9. Regular Expressions Tester |
|
- Validate , Save Reqular Expressions easily even ehile typing
- allows u to validate regular expressions over JVM rather than JS DOM also
- it has ability to import,export,save regex’s etc
|
10. CSS Reloader |
|
- Doing some CSS Modifications in ur site , dont refresh or reload the site each time to test , just use this one and reload only the css file needful , it will automatically apply new css.
- This helps faster designing.
- This helps a lot for the developers who has limited download and bandwidth internet connections , save lots of memory (i mean page wait can be reduced while u develop)
|