Simple Firefox DNS Hacks To Boost PerformanceAugust 10th, 2007 While an individual DNS request often takes small time to execute, when the primary DNS server is overloaded or unavailable it can take quite sometime to resolve your requests. Now what has that to do with improving Firefox performance?
Firefox makes DNS requests to convert host name (like blog.taragana.com) to IP addresses (like 72.36.134.131), which is then used to fetch the web page.
Two 'Extremely Critical' Bugs Found In FirefoxMay 9th, 2005 Discussion of the vulnerabilities and how to temporarily fix them before FireFox comes up with 1.04 update.
How To Enable window.status in FirefoxMay 14th, 2006 Strangely you cannot set browser window status bar using javascript (by setting window.status) in Firefox. There are two simple ways you can enable it.
Firefox Woes: Memory Leaking, Hanging, Incorrect Rendering etc.December 16th, 2005 Firefox has its own share of troubles. If I happen to open few sites with Flash advertisements on them and leave it open for some time, Firefox gobbles up most of the memory and becomes dog-slow.
How To Change Firefox Location Bar SearchingNovember 18th, 2007 By default in Firefox you can type one or more keywords in the location bar. Firefox recognizes that it is not an URL and uses I'm Lucky search with Google search engine for version < 2; it uses Google search by name for Firefox version 2 and above.
5 Must-Have Firefox Add-ons for Web Development & QAJune 24th, 2008 These add-ons are so useful that I cannot work for a single day without them and so I would suspect most web developers and QA Engineers. These plugins / add-ons makes Firefox a formidable web development and testing platform.
Firefox Tip: How To Change The Default Home Page LocationJuly 14th, 2007 This question was posed by a visitor of this site. Here is how you can change the default home page location in Firefox and everything you can do with it.
Firefox & pkill - Inseparable Friends?August 26th, 2008 Every one in my company knows about pkill, an obscure Linux command because we use Firefox (we are 100% Linux based) as the default browser. What is the relation, you ask? The answer is simple.
How To Run Multiple Firefox Instance From Different Accounts in LinuxSeptember 2nd, 2007 In Linux, unlike Windows, multiple users can simultaneously connect to the same machine and get a full GUI using windows managers like VNC. However when one of the account has Firefox opened, others are prevented from bringing up firefox which can be very much irritating.
How to Change Default Download Location for Firefox BrowsersSeptember 7th, 2005 Problem
Firefox downloads any file to desktop by default. This soon leads to a cluttered desktop.
Javascript nodeValue Implementaion: IE Versus Firefox / OperaNovember 16th, 2006 Internet Explorer (since 5.0) supports nodeValue() method to fetch the value of a node like Firefox or Opera, albeit with an exception. IE will provide the nodeValue only if the node is of type TextNode.
Firefox 3.5.1 fixes serious security flawsJuly 17th, 2009 Mozillla releases Firefox 3.5.1 update version for Windows, Mac, and Linux on Tuesday. This new version claims a fix for critical security hole and available in more than 70 different languages.
How to Change Firefox Default Email Client to Gmail, Yahoo AOL or Zoho February 6th, 2009 Like a leopard cannot change its spots, most people do not prefer to change their email client. When you get used to the likes of Gmail or Yahoo, things come naturally.
Firefox Tip: How To Change "Do This Automatically For Files Like This From Now On" OptionJuly 14th, 2007 In Firefox when you click on a file to download / view the browser comes up with a prompt which allows you to either open the file with a specified program or save it to disk. You are also given the option to "Do this automatically for files like this from now on".
Biggest Internet Explorer Problem With JavascriptJuly 26th, 2007 You would be surprised to know that the biggest Internet Explorer issue I am facing while writing rather complex cross-browser javascript code is related to just a comma. In javascript array if you add a comma after the last element in the array then Internet Explorer fails with a variety of undecipherable (Microsoft style) error messages.