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. Top tricks for reducing server loads on image-heavy site For 4 years I work on some image heavy projects. I started clueless. Now, when I look at first works they are not so good,...
  4. Jedit review I used jedit as php editor of choice for quite a while. Although it is java-based, its features and plugins make it suitable for php...
  5. Hacking scissors wordpress plugin: resize based on image ratio Recently, I had simple but interesting problem on wordpress where I could not find ready automatic solution: thumbnail generation based on image ratio. I use...


Leave a Reply