
Firefox is the most popular browser because of the fact that it is fast, secure and free. Even though Firefox is pretty efficient on its own, there are some simple tweaks to speed up Firefox by 10%-20%. Download the latest version of Firefox from here.
Note: The following steps include modifying Firefox Configuration Settings. You are advised to following instructions carefully as entering wrong information can make Firefox stop working. So do it at your own risk!
Firefox stores its layout and rendering settings, which are inaccessible from the menus, in 'about:confiq'. We have to edit these settings to reveal the true power of Firefox. Type in about:config in the address bar and press [Enter]. You will be shown a warning message as in the screenshot below.
Click on I Promise I'll be careful button and you are taken to the settings window.
Now is the tweaking part....
Firefox render web pages incrementally, they display what's been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn't have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. The key called nglayout.initialpaint.delay controls that interval. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK. You will be prompted to enter a value. Enter 0 and click OK.
Find the key network.http.max-connections and change its value to 32. This specifies the total number of connections that Firefox makes from your computer.
Change the value of network.http.max-persistent-connections-per-server to 8. As the name suggests, it defines the number of connections that Firefox makes with the server. Some sites allow upto 8 persistent connections, but entering a larger number can make you banned from the server.
Firefox can sent multiple server requests before any responses are received from the server. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it! To enable this, in the Filter search bar type network.http.proxy.pipelining and double-click on it to set it value to True.
While you are here, change the value of network.http.pipelining.maxrequests to 16. As the name suggests, this define the maximum number of pipelining requests to be sent.
Also change the value of network.http.proxy.pipelining to True to use proxy settings.
Firefox has a feature by which you can make it use less memory when minimized. To activate this feature create a new Boolean called config.trim_on_minimize and set its value to True.
Type network.dns.disableIPv6 in the filter search bar and set this option to True by double clicking on it.In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced. Changing this key disables it.
Firefox tends to consume more and more memory as you keep using it along the day. The key called browser.cache.memory.capacity defines the amount of memory that Firefox can have access to. Set the value to 15000 for RAM sizes between 512 MB and 1 GB. For anything less, choose 5000.
In news websites long articles are often divided into many sections and are placed in seperate web pages. So you have to click on Next Page or something like that in order to read the rest of the article. Firefox automaically 'prefetches' the next page with the help of the HTML tag rel='next'. This ensures that the page loads very fast when you click on Next Page. Users with limited bandwidth will find this feature a bit annoying as their internet bills will go up.Also you are not always going to click the Next Page if the article is not interesting enough. So the prefetched data is of no use. You can disable this feature by changing the key network.prefetch-next to False. But still, it is better to leave it to True.
Using these settings, your Firefox should show an increase in its speed. Let me remind you, I cannot guaranty a large increase in the browsing speed as it depends upon various factors like bandwidth availability and speed of the web server. Still, its worth a try!
This is a very cool trick to hide your private folder from others which I read in TechnoGeekz. This trick changes the folder you want to hide to system icons and when you click on them you are taken to the corresponding system tab or folder.
To do this open notepad or any other text editing tool and type in the following:
ren XXX XXX.{21EC2020-3AEA-1069-A2DD-08002B30309D}
where XXX is the name of the folder you want to hide.
Now save this file as lock.bat in the same drive where the folder is. That is if you are hiding the folder "C:\My Folder\XXX" then save lock.bat in "C:\My Folder".
Create another text file and type in it:
ren XXX.{21EC2020-3AEA-1069-A2DD-08002B30309D} XXX
Now save this text file as key.bat
Now you can see 2 batch files loc and key. Double click on lock.bat and the folder XXX will change to control panel and you cannot view its contents. Double click on key.bat and you will get back your original folder.
You can also turn the XXX to any icon as you like. Just change the text in blue to any of the following to get the corresponding icon.
{20D04FE0-3AEA-1069-A2D8-08002B30309D} - Explorer
{0DF44EAA-FF21-4412-828E-260A8728E7F1} - Start menu properties
{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF} - Folder Options
{7007ACC7-3202-11D1-AAD2-00805FC1270E} - Network Connections
{D20EA4E1-3957-11d2-A40B-0C5020524152} - Fonts Folder
{D6277990-4C6A-11CF-8D87-00AA0060F5BF} - Shedule tasks
{E211B736-43FD-11D1-9EFB-0000F8757FCD} - Scanners & camera
{645FF040-5081-101B-9F08-00AA002F954E} - Recycle bin
{2227A280-3AEA-1069-A2DE-08002B30309D} - Printers Folder
This is a very cool way to hide all your personal data from others. Hide the loc and key to make sure no one finds your data.
When you enable the option 'Show ads between posts' in Blogger, the ads show after the post. But these ads often not seen by readers, especially if your post is long. The best place to keep your ads is under the post title, as it maximizes the exposure of your ads. More exposure means more clicks and greater revenue.There is a simple trick to make your ads appear under the post title rather than the default position (Under every post).
First log in to your Blogger Dashboard and go to Layout > Edit HTML. Now search for the following code in the box below.
This is is code which show the ads when you enable 'Show ads between posts'. Cut this code and paste above this in your template.
You may have to click on Expand Widget to see the code.
You can also tweak these codes more to show ads only on post pages and not when an user visits your home page, or browse categories. To do this you will have to change your code into this.
If you use Blogger, then I suggest you try this.