Development tools – Firefox

Personally, I prefer programming using Firefox as the fronted for looking at programming results. The benefit of this over the usage of explorer is that one sees mistakes better and there are better set of tools to evaluate the result or check the design in progress. The first and perhaps most important tool is DOM inspector, that allows visual checking of html (or xhtml) code for matches between visual representation and code. This is often required when changing site design to more complex one and something does not work.
One of such tools is Webdeveloper – a free Firefox plugin with nice capabilities to manipulate the output of web page. Plugin includes website image control (disabling, enabling), CSS, java and javascript control, various methods for form manipulation and extracting information from the site. This is a very valuable tool, as most of the times one had to switch to other web tools or shell programs that are not very effective. Now we have this in single download.
When the design looks like it should in firefox and is standard-compiliant, we have to check how it will look on explorer, though. It is possible to do this in another Firefox tab using IETab. A quite handly for people who like tabs as much as I do.
Some of other tools that I use will be reviewed later.

Related posts:

  1. Why do I use firefox Couple of years ago the browser world looked simple: There is internet explorer and that’s it. Of cause, there were opera, safari for MAC, and...
  2. Firefox security release 2.0.0.5 If you have not upgraded to Firefox 2.0.0.5 and you use Internet Explorer together with firefox, Please upgrade ASAP. There is a lot of finger...
  3. The comparisson between Mysql and Postgresql for website development Most, if not all, common websites that run under PHP and apache use mysql for the database. Mysql is fast, reliable and free. However, there...
  4. New development in virus market – Conficker family Conficker (latest one is Conficker.C) is one of the few malwares nowdays that bring something new in the market that relies on new names and new...
  5. Website development outsourcing : pitfalls for small and medium business owners Business management software and websites are a necessity in downturn economy for many small-medium businesses that have to squeeze maximum from their employees and advertising...


Leave a Reply