8 Tips to make Firefox ridiculously fast

Firefox has been outperforming IE in every department for years, and version 3 is speedier than ever.

But tweak the right settings and you could make it faster still, more than doubling your speed in some situations, all for about five minutes work and for the cost of precisely nothing at all. Here's what you need to do.

1. Enable pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times. To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.

2. Render quickly

Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.

Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

3. Faster loading

If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.

Type about:config and press [Enter], right-click in the window and select New > Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.

4. No interruptions

You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.

Type about:config, press [Enter], right-click in the window and select New > Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.

5. Block Flash

Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.

6. Increase the cache size

As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.

7. Enable TraceMonkey

TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.

Install the latest nightly build (ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that's it - you're running the fastest Firefox Javascript engine ever.

8. Compress data

If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.






How to Tell If Someone Is Lying


This information is probably one of the most useful things you can know. It is useful for pretty much anyone to use in everyday situations where telling the truth from a lie can help prevent you from being a victim of scams and other deceptions.

Here is what you need to look out for...

Slip of the tongue
The brain is distracted because it is creating the next lie, or it is questioning the weakness of the one just told.

Hesitation before answering
This means the person is considering any flaws in the lie about to be given

Forced facial expressions such as smiling for a long period of time
Done in order to convince the interviewer of their lack of stress and fear.

Eyes that divert when the interviewer asks a difficult question
Indicates worry that the investigator is going to so through the lie.

Increased body activity, like fiddling with an object in front of them
This is emotion being turned into a physical need to relieve the stress of lying.

The tricky part in all this is just because someone exhibits one or more of these signs does not make them a liar.You have to compare the behavior they are showing with there natural behavior so results can be relative. Lie detecting experts say that a combination of body language and other cues must be used to make an educated guess on whether someone is lying or not.



How to Make Firefox Faster II

Mozilla's Firefox is one of the most popular internet browser ever . With some minor changers, however, you can make Firefox perform up to 40% faster for page transfers. With just a few clicks and some typing, you can experience faster and browsing and surfing Firefox.

The very first thing you will want to do is type “about:config” into your address bar and hit Enter.
(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.) Now change the following entries
Set “network.http.pipelining” to “true
Set “network.http.proxy.pipelining” to “true
Set “network.http.pipelining.maxrequests” to 30
Set “network.http.pipelining.maxrequests” to 8


This following option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click anywhere in the about:config window, select New and then Integer from the pop-up menu.

Enter "content.max.tokenizing.time" in the New integer value pop-up window and click OK. You will be prompted to enter a value. Enter 2333333 and click OK.

Lastly, right-click anywhere and go to New-> Integer.
Name it “nglayout.initialpaint.delay” and set its value to “0“
This number is the amount of time the browser waits before it acts on information it receives.

You're done! Now restart Firefox and your browsing as well as downloading speed will be much more faster. Good luck!




How To Speed Up Firefox

Here's something for broadband people that will really speed Firefox up:
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.
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
If you're using a broadband connection you'll load pages MUCH faster now!




WITH YOU FOREVER

Girl: I'm having my operation now I love you.

The girl lays on operation bed.

Boy stands there with watery eyes without saying I love you too.

Girl finishes heart transplant and the boy is gone.

Girl: Nurse where is he?

Nurse says: They didn't tell you who's heart they gave you, did they?

Nurse hands the girl a note

Girl reads note, I told you it was yours









Today I Will Be The Master Of My Emotions

If I feel depressed I will sing.

If I feel sad I will laugh.

If I feel ill I will double my labour.

If I feel fear I will plunge ahead.

If I feel inferior I will wear new garments.

If I feel uncertain I will raise my voice.

If I feel poverty I will think of wealth to come.

If I feel incompetent I will think of past success.

If I feel insignificant I will remember my goals.

Today I will be the master of my emotions.








linkreferral