Firefox

You are currently browsing articles tagged Firefox.

Returning to work after the Christmas holidays I was confronted with a brand new, clean install version of Firefox 3.0. Very strange, because I already had said browser/version installed, along with all bookmarks, cookies, plugins and history.

But every cloud has a silver lining. A chance to rid myself of no longer needed cruft, and cut back to the bare essentials. So here is my list of plugins, in no particular order, that make Firefox such a cool tool for any web developer.

  • NoScript – makes the web a safer place to browse. Selectively allow scripts and browser plugins to run on individual sites, block the stuff you don't want, never be click-jacked!
  • Foxmarks – synchronise bookmarks between all of your computers. Home, work, mobile – all in sync, all the time.
  • Firebug – live editing, debugging and monitoring of CSS, HTML and JavaScript as you browse. Plus network monitoring, JavaScript profiling, DOM exploration. Is there anything this magical tool cannot do?
  • Web Developer Toolbar -information and page control at your fingertips. Turn stuff on, turn stuff off, view hidden stuff, measure it, highlight it, analyse it. Beautiful!
  • Colorzilla – the latest version of this add-on adds the ability to create colour palletes from any page, on top of it's already outstanding eyedropper and colour picker. Lots of other features make this an essential tool for working with colour.
  • LiveHTTP Headers -View headers and responses as you browse the web. Essential for debugging cookie, server and HTTP transaction information.
  • Operator – View and interact with microformat and other semantic data on a web page. Extract contact, location, event, taxanomic details into various applications for storage and/or immediate use.

So there we have it, seven plugins that make light of many web development tasks. No doubt there are others that do the same type of job, but these are the best of breed as far as I'm concerned.

Do you use something different, or have a must have recommendation? Comments are open, feel free to let everyone know what you think.

Tags: ,

Joe Hewitt has just released the latest version of FireBug, a holistic debugging tool for Firefox. FireBug reports on errors and warnings in CSS, JavaScript, AJAX and the DOM, and allows you to inspect and debug each in a handy console. Another very useful tool in the web developers box, and one that I'm already finding I can't live without.

Tags: , ,

This article was originally published on 28/03/2005.

Firefox browser could not display Java applets following a recent upgrade to the Firefox browser and the Java JRE. A simple solution found.

A little background to this story. As a devout convert to the Firefox browser, I immediately upgraded to the latest release, Version 1.0.2, when it became available. Shortly after upgrading the Firefox browser I found I was unable to access my internet banking account, and was displayed a standard message from the internet banking service that my browser did not have Java installed. Necessity forced me to use IE, which worked with no problems. I had also accessed the internet banking account through Firefox only a few days previously, so there was something wrong with Firefox!

I dutifully checked my browser settings and Java was enabled. I then checked the Java control panel and noticed that the option to use Java with Mozilla/Netscape was unchecked. Found the culprit? Unfortunately not. After checking the option and pressing apply, I was informed that the action could not be completed as I did not have sufficient rights to change the browser settings. Now this was a concern, as I am administrator, super-administrator, and any other kind of controlling power over my pc, or so I thought.

Time to start on a solution, so Google in hand I went on a wild search for others who had faced the same problem. It would seem that this is a reasonably new problem (at the time of writing), as very few results were returned. Those results that were on-topic offered a selection of causes/solutions, none of which worked for me. As a result of trying each solution in turn, and scouring through the folders and files associated with both Firefox and Java, I did find what was the apparent cause of the problem in my case. On the latest update to the Java JRE, the Java Plugin dll had not been updated in the Firefox plugins folder. On a whim I renamed the existing Java plugin dll and fired up Firefox again, and hey presto, everything was working. Now I don't know why the original dll had not been updated, but it hadn't, and I don't know if this solution will work for everybody, but it did for me, and I offer this advice in the hope that it can help somebody in the same position as I found myself.

Symptoms:

  • Unable to view Java applet content in Firefox browser

Cause:

  • Upgrade of Java JRE to version 1.5.0_02 does not update Java plugin dll in Firefox plugins folder

Solution:

  • Delete previous Java plugin dll file NPOJI610.dll from Firefox plugins folder.
  • Prior to deleting the file I would suggest renaming the file (zz_NPOJI610.dll) to test that this solution works for you.

Machine Spec:

  • Windows XP Pro SP1
  • Firefox 1.0.1
  • Java JRE 1.5.0_02

Tags: , ,