I like to have Firefox automatically clear my download history whenever a download finishes. It seems the location for this changed slightly in FF 3.0.
- Go to: Tools -> Options
- Click on the Privacy Tab
- From the pull-down menu (“Firefox will:”), selected: Use custom settings for history
- Uncheck: Remember Download History

September 18th, 2008
shyam
I was recently doing a small JavaScript/XML project. Everything was working fine locally, but when I tried to test it out on my server, I got a “Permission denied to get property Element.childNodes” error in Firefox. Internet Explorer had no problems.
Turns out I had the Firebug add-on installed in Firefox. I had to disable this, and everything worked.
You will also have a problem on the w3schools site, if you try to use their “Tryit Editor” to view any code. You will need to disable the add-on in order to get the output of the right-side box to display correctly.