Posts Tagged "firefox"

Extensive tests for User friendly Websites

I always wondered how web designers would check thier websites in all the browsers there are in the market. But then I found this useful article posted in  Amit Agarwal’s Labnol.org website.

Some of the tools are a must have for any web developer!

IE NetRenderer allows you to check how a website is Read more…

Increase Firefox Speed

A great tip to increase the firefox speed I would like to share .

Here is how to do it:

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading. Read more…