Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Tech and Talk » OS and Software » Mozilla Software » [FireFox] Tweaking Firefox for Fun & Speed
Uniqs:
25765
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
How to remove Google from FF3 Navigation Bar? »
« Addons SSL - Conspiracy Theory?  
page: 1 · 2 · 3

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


1 edit

[FireFox] Tweaking Firefox for Fun & Speed

I have been testing some speed tweaks for Firefox v2.0 and 3.0 series browser and have come up with IMO a nice combination for computers with broadband connections regardless of the computers processor speed. Users of Fasterfox will recognize some of the tweaks but some are not included in Fasterfox. This is the original way of tweaking Firefox and IMO still the best way.

You can place these lines of code below in your user.js. Restart Fx when done.

Note* If after restarting Firefox the tweaks do not transfer over to the prefs.js file you can do an about:config from the address bar and manually enter them into the prefs.js.

Your Firefox should now be noticeably peppier.

Enjoy and feel free to post some of your own tweaks.

---------------------------------------------
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 360000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 120000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);

user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 20);
user_pref("network.http.max-persistent-connections-per-server", 16);

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("nglayout.initialpaint.delay", 50);

user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.request.max-start-delay", 4);
user_pref("network.http.connect.timeout", 30);
user_pref("network.dnsCacheExpiration", 60);
user_pref("network.dnsCacheEntries", 20);
user_pref("network.ftp.idleConnectionTimeout", 60);
-------------------------------------------------------

Edit* Corrected spelling and added some new info.

Sir Raleigh
Premium,MVM
join:2001-07-31
Raleigh, NC


1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

Thanks GK. A great set of tweaks.

I installed them all except the two relating to "network.dnsCache.....", which I have set to "0" because I'm using AnalogX's FastCache to store my DNS requests, and I can tell a world of difference.

BTW, the way you have them grouped would suggest the items in each group are related to each other in some way. Are there any notes that can be attached to each group to indicate what each group does?

EDIT: Added "BTW..."
--
I used to know all this stuff.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your all welcome.

The explanations for what each item does is located here:

»kb.mozillazine.org/Category:Twea···ferences

I just have been changing parameters and testing until I found the optimal settings that work well on various types of broadband connections.

Usually the tweaks are listed for:

fast computer/slower connection
fast computer/fast connection

and so on and so forth.
--------------
That was time consuming when applying the tweaks for friends and family members with different types of computers and connections so I attempted to find a happy medium which is what I posted.
--
My browser and email client of choice are Firefox & Thunderbird


ltsnow

join:2006-04-08
Valdosta, GA
Thanks Sir Raleigh for the AnalogX's FastCache tip. I am now using it and it works great. Also, thanks to Grail Knight for the tweaks.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome Itsnow

Sir Raleigh
Premium,MVM
join:2001-07-31
Raleigh, NC
You're welcome ltsnow See Profile. It's working great for me, too.
--
I used to know all this stuff.

Smuuth
Tanstaafl
Premium
join:2001-03-22
Aurora, CO


1 edit
I also want to say thank you, GK. Not just for this post of great tweaks (which I just installed and already see the difference), but for all the help I get on this forum from you and all the other regulars on here. You guys (and/or gals) are amazing.

BTW, (and you probably already know this) an amazing little editor which I use for editing preference files like user.js is something called Win32Pad. It has a lot of features I find useful and missing in Notepad.
--
It's not the destination, it's the journey.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

You are welcome.

fphall
The Guardian
Premium
join:2003-11-01
Bristol, CT
Smuuth: It would have been nice if you had asked permission to use my dogs picture for your avatar. :-(
--
The Troops Stay Until We Win!
Patriotic Americans don't like their Country to lose wars.

Smuuth
Tanstaafl
Premium
join:2001-03-22
Aurora, CO

Re: [FireFox] Tweaking Firefox for Fun & Speed

said by fphall See Profile :

Smuuth: It would have been nice if you had asked permission to use my dogs picture for your avatar. :-(
WTH are you talking about?
--
It's not the destination, it's the journey.

fphall
The Guardian
Premium
join:2003-11-01
Bristol, CT

Re: [FireFox] Tweaking Firefox for Fun & Speed

Oops, my error. I apologize... something in FF must be hosed as my avatar is getting substituted for yours. Only when viewed in FF and not with IE. Sorry.

DataDoc
My avatar looks like me, if I was 2D.
Premium
join:2000-05-14
Greenville, NC
·Suddenlink

Thanks, for this and all of your (and Sir Raleigh's) help and support of this forum.

One question, should we uninstall FasterFox before making these tweaks? It sounds like it won't be needed.
--
If you’re not part of the solution, you’re part of the precipitate.
That Snows the Goat & Craig's Crafts

Sir Raleigh
Premium,MVM
join:2001-07-31
Raleigh, NC


2 edits

Re: [FireFox] Tweaking Firefox for Fun & Speed

Yes, I would uninstall FasterFox.

Each time Firefox loads it reads, if it's there, the three files; user.js, userChrome,css, and userContent.css and adds the contents to whatever area within Firefox it's designed for. If you have FasterFox installed it could then overwrite the changes you made in user.js/about:config negating your changes.

For changes to about:config, I've always used user.js and then save a copy elsewhere. That way you will always have a record of what changes you've made to about:config without having to remember these changes. Also, if the "perfs.js" file (which is the about:config entries) ever gets corrupted and you reinstall Firefox or have to create a new Profile again you can just place a copy of your user.js file back in your Profiles root directory and when you start Firefox everything's back the way it was.
--
I used to know all this stuff.

Lanik
Lab-nik
Premium,ExMod 2002-03
join:2001-06-25
Bay Area

Re: [FireFox] Tweaking Firefox for Fun & Speed

said by Sir Raleigh See Profile :

Yes, I would uninstall FasterFox.
I finally decided to remove it as well. Plus one of the settings is incorrect in the extension. Probably best to set it yourself just like above.

Oh thanks Grail Knight See Profile feel better.
--
"If it ain't broke don't fix it."
Computer Consulting for the Next Generation.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
You do not need Fasterfox using the tweaks I posted.

Cudni
La Merma - Vigilado
Premium,MVM
join:2003-12-20
Someshire
Thanks for the tweaks. I used them in my user.js

You will hear from me if they don't make my FF fly

Cudni

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome.

Please let me know how they work out.

I can make adjustments if needed.

You will have to bear with me though I have a touch of the flu and will be here off and on depending on how I feel.
--
My browser and email client of choice are Firefox & Thunderbird


kingb71

join:2000-10-09
Mississauga, ON

Re: [FireFox] Tweaking Firefox for Fun & Speed

GK, thanks for this & all of your Mozilla product tweaking help, you are a valuable resource to this forum!

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Thank you and you are welcome.

Just having some fun with my favorite browser and thought I would share.

AB
Premium
join:2006-04-04
Leesburg, VA

Whoa! These pages have been flying by so fast-- I finally got one to slow down long enough to make this post!

Thank you, G.K.! I'll integrate these with those others you recently posted.

BTW, who's going to pay these Internet speeding tickets Verizon keeps writing me now?

And I hope you feel better real fast, too.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Thank you.

I will be up to speed myself in a couple of days hopefully.

kingb71

join:2000-10-09
Mississauga, ON

Re: [FireFox] Tweaking Firefox for Fun & Speed

did you add any new settings when you edited your original post?
I'm very impressed with these btw, especially on my laptop.
Hope you're feeling better!

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL

Re: [FireFox] Tweaking Firefox for Fun & Speed

I did not change any settings when I edited my post.

Just wanted to let people know what to do if their settings did not take through use of the user.js.

quote:
Hope you're feeling better!
Thanks
--
My browser and email client of choice are Firefox & Thunderbird


kingb71

join:2000-10-09
Mississauga, ON

1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

great!
Just checking, so I won't have to make any additional changes.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

If I change anything I will make a separate note but I am going to leave things as they are. Seems to be working well for everyone so far.

jmorlan
Hmm... That's funny.
Premium
join:2001-02-05
Pacifica, CA

Re: [FireFox] Tweaking Firefox for Fun & Speed

No problems here, but I honestly don't see significant improvement either.

Some sites seem slightly faster but at least one site seems slightly slower.

Are there some tests we can run before & after?

Thanks.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL

Re: [FireFox] Tweaking Firefox for Fun & Speed

You may not see anything at all.

If you want to test speed here are 2 sites.

You can always Google for more.

»www.24fun.com/downloadcenter/benchjs/

»review.zdnet.com/7004-7254_16-0.html

Remember you can play with the numbers to suit your needs just make sure you refer to the site below so you do not go outside of any of the parameters and adversely affect your speed.

»kb.mozillazine.org/Category:Twea···ferences
--
My browser and email client of choice are Firefox & Thunderbird


CCat
Purrplexity
Premium
join:2005-12-06
Wonderland

Re: [FireFox] Tweaking Firefox for Fun & Speed

Tried out the tweaks and had a substantial boost in speed. Thanks GK.
--
Somewhere In Texas Theres A Village Missing An Idiot!

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome CCat.

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
Another big Thank You! I just installed these tweaks and my Firefox seems faster.

Tim

crossedeyed
Troublemaker

join:2004-07-30
Malvern, AR

Re: [FireFox] Tweaking Firefox for Fun & Speed

Wow, talk about a LARGE differance. Thanks GK

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Good deal.

You are welcome.

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Your welcome.
hfam95

join:2003-06-20
Woodbridge, VA
is there a way to put this into stylish?

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Stylish is for tweaking how a site looks.

Thses tweaks do not have anything to do with visual effects or .css.
hfam95

join:2003-06-20
Woodbridge, VA

Re: [FireFox] Tweaking Firefox for Fun & Speed

Actually you can tweak how firefox behaves too.(hidden menus, icon location, icon design, etc.)

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

That is true and we had a small thread on that last here Winter but it pales in comparison to the 53 page thread on those types of tweaks at MozillaZine.

Edit* Here is the link for that thread if you are interested.

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
·AT&T Southeast


1 edit
Click for full size
Click for full size
I have noticed a problem since applying these settings. I am not 100% sure it is because of the settings, but I think it is.

When I surf to my gateway's configuration screens, most of the command buttons are not shown as graphics. If I right click on them, they bring up a new screen with nothing but the correct graphic image in them, but if I go back to the screen where they are supposed to be displayed, they still are not displayed. In case this doesn't make sense, I am attaching some screen shots.

Tim
--
The shortest sentence is, "I am". The longest is, "I do".
~ Project Hope ~

See 6 replies to this post

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
·AT&T Southeast

Now I am trying to edit these things, manually. I made a mistake and put in a new descriptor named "true". How do I get rid of it?

Tim
--
The shortest sentence is, "I am". The longest is, "I do".
~ Project Hope ~

See 7 replies to this post

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
Okay, I cleared the cache, then I restarted FF, again. It is still not painting those buttons.

Tim

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

I see it is for your router.

Are you by any chance blocking js?

Other then those 3 items you switched back to default nothing else in the tweak list should mess with images. You would see problems on other sites if they did.

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
·AT&T Southeast

Re: [FireFox] Tweaking Firefox for Fun & Speed

said by Grail Knight See Profile :

Post the link please.
It is my DSL modem's configuration and info screens on my private LAN. I guess it is not really all that important to get it working. It just looks nicer if the buttons are displayed.

I'll go to MSIE 7 and see if theyt display correctly in it.

Tim
--
The shortest sentence is, "I am". The longest is, "I do".
~ Project Hope ~

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
·AT&T Southeast

Re: [FireFox] Tweaking Firefox for Fun & Speed

Click for full size
Yes, MSIE displays them, just fine.

Tim

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

I would imagine you have been surfing since you tweaked Fx. Have you had other sites fail to render correctly.

Do you use Fx all of the time to access your router?

I have a question for you now.

How do you like using open dns?

I was thinking of taking it for a spin.

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
·AT&T Southeast


1 edit
No, I haven't noticed any other rendering problems. And yes, I almost always use FF for everything except Microsoft updates.

Opendns: Ha ha, I had forgotten about it. So, I guess it is working, perfectly.

Tim

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Might just be something new that cropped up with Fx and the router if other sites are working okay.

timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
Okay, I may as well go back to the full set of tweaks, then, I suppose.

Thanks for all your help.

Tim

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome of course.

Have fun with Fx that is what it is there for.

iEvolution

join:2006-06-24
Ogden, UT
Doesn't FasterFox extension do these for you?

See 8 replies to this post

Babar
Premium
join:2001-05-09
Washington
Thank you, GK!

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome Babar.

Weirdal
Premium
join:2003-06-28
Lincoln, NE
Aren't some of these effectively performing a ddos attack on every site you visit?

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


1 edit

Re: [FireFox] Tweaking Firefox for Fun & Speed

I believe anything over 225 connections would be loosely construed as a ddos. I only read that on one site.

Anything over 225 would be denied by the server and possibly slow the connection down.

The tweaks are not even close and taken from Mozilla Guide to tweaking Fx and within the parameters of what Firefox is capable of.

Did you look at the link I posted to the Firefox Tweak Site?

Edit*

More on ddos here.

»en.wikipedia.org/wiki/Denial-of-···e_attack

Weirdal
Premium
join:2003-06-28
Lincoln, NE

Re: [FireFox] Tweaking Firefox for Fun & Speed

said by Grail Knight See Profile :

I believe anything over 225 connections would be loosely construed as a ddos. I only read that on one site.

Anything over 225 would be denied by the server and possibly slow the connection down.

The tweaks are not even close and taken from Mozilla Guide to tweaking Fx and within the parameters of what Firefox is capable of.

Did you look at the link I posted to the Firefox Tweak Site?

Edit*

More on ddos here.

»en.wikipedia.org/wiki/Denial-of-···e_attack
Oh, I didn't know anything under 225 connections is considered ok. I just figured that more connections = more server load = slower site for the rest of us.
--
Journal | SBKRadio


Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

I would imagine if thousands of us visited the same site simultaneously we would create a ruckus.
PentiumIII

join:2002-06-28
Thanks for the tweak, I have adjusted it a bit to suit my pc a bit better, it seems a bit more responsive to me with the following changes.

user_pref("network.http.request.max-start-delay", 0;
user_pref("nglayout.initialpaint.delay", 0);

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome.

Tweaks are made to be further tweaked.

Psicop
More human than human
Premium
join:2005-12-21
user_pref("network.http.pipelining.maxrequests", 8);

I read in several places this tweak:

network.http.pipelining.maxrequests = 30

What do you think?

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL

Re: [FireFox] Tweaking Firefox for Fun & Speed

Setting it higher then 8 based will do nothing.

»kb.mozillazine.org/Network.http.···requests

This is from the original Fx Tuning Site:

»forums.mozillazine.org/viewtopic.php?t=53650

network.http.pipelining.maxrequests

* Description: maximum number of consecutive requests in one pipeline.
* Type: integer
* Limit: 8
* Default: 4
* Additional Info: nsHTTP.h. Optimal value depends on connection bandwidth/latency.
* Recommendation: 8. While it doesn't hurt to set it to 100 like in other tweak examples, it will have no effect whatsoever because of the mentioned limit.
--
My browser and email client of choice are Firefox & Thunderbird.

DRM is here to stay thankfully.


MysticGogeta
The Robot Devil
Premium
join:2005-03-14
League City, TX
clubs:

1 edit
Woha! Defiantly faster thanks a bunch!

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Good deal.

Your welcome.

GhostReaper
Welcome to Hell
Premium
join:2007-04-18
Englewood, CO

Pretty cool tweak in that codes perameters man kudos to you...
I was workin on a very similiar tweak and had a few characters off on the code and gettin errors still I saw this post and went well duh.. Anyways goodjob and thanks again.. I am fairly new to this site and have a very extensive knowledge myself in almost all fields of computer technology... I sit here and read about problems ppl have and add in a few cents worth of my wisdom.. If thats what its called nowadays....

All in All I am goin to be a member of this community for life now...

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

Your welcome.

Tweaking Fx is for everyone.

MysticGogeta
The Robot Devil
Premium
join:2005-03-14
League City, TX
clubs:

Re: [FireFox] Tweaking Firefox for Fun & Speed

Works well with Ubuntu also

Grail Knight
Who Dares Wins
Premium
join:2003-05-31

Re: [FireFox] Tweaking Firefox for Fun & Speed

That is good to hear.

MysticGogeta
The Robot Devil
Premium
join:2005-03-14
League City, TX
clubs:
·Comcast

Re: [FireFox] Tweaking Firefox for Fun & Speed

Grail you should consider adding that into this
»ubuntuguide.org/wiki/Ubuntu_Feis···_Firefox
It defiantly helps along with the other tip in this guide.
--
Team Discovery-Join the fight

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


2 edits

Re: [FireFox] Tweaking Firefox for Fun & Speed

Thanks.

I have the pipelining and max requests already in the tweak.

I left network.dns.disableIPv6 out originally because I considered it more of a per user item. I have had it disabled myself all along but sure I can add it to the Master List

Edit* It has been too many days so I can not edit the OP. I will leave it here.

user_pref("network.dns.disableIPv6", true);

Grail Knight
Who Dares Wins
Premium
join:2003-05-31
·Verizon Online DSL


4 edits
Updated Tweaks. Minor typo error fixed to allow tweaks to change or create the needed values in the prefs.js.
------------------------------------------------------------

user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 360000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);

user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 20);
user_pref("network.http.max-persistent-connections-per-server", 16);

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("nglayout.initialpaint.delay", 100);

user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.request.max-start-delay", 4);
user_pref("network.http.connect.timeout", 30);
user_pref("network.dnsCacheExpiration", 60);
user_pref("network.dnsCacheEntries", 20);
user_pref("network.ftp.idleConnectionTimeout", 60);

user_pref("network.enableIDN", true);
user_pref("network.dns.disableIPv6", true);
user_pref("network.prefetch-next", false);
---------------------------------------------------------
Edit* As before you can play with the settings as long as you stay within the parameters as defined by Mozilla.

Removed cookie policy.

See 10 replies to this post
(topic locked)
Forums » Tech and Talk » OS and Software » Mozilla SoftwareHow to remove Google from FF3 Navigation Bar? »
« Addons SSL - Conspiracy Theory?  
page: 1 · 2 · 3


Saturday, 05-Dec 21:45:02 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [163] Comcast Releasing Promised Usage Meter
· [147] Avast Antivirus Has Gone Mad
· [128] Comcast Makes NBC Universal Acquisition Official
· [121] The Bandwidth Hog Does Not Exist
· [105] Graduate Student Unveils Sprint's GPS Sharing With Feds
· [101] Google Invades ISP, OpenDNS Turf With Google Public DNS
· [85] FCC Ponders Moving From PSTN To IP Voice
· [82] Latest Consumer Reports Survey Not Kind To AT&T
· [80] New Bill Aims To Limit ETFs
· [74] Sprint Defuses GPS Privacy Media Bomb
Most people now reading
· Wife might have to work in.... Iowa for a few months!!! [General Questions]
· False positive in Avast! or is it real? [Security]
· UPS - What do you people think happened? [General Questions]
· Windows 7 boot manager editing questions [Microsoft Help]
· Many Sites Unreachable [Rogers]
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· First commercial tool to crack BitLocker arrives (Updated) [Security]
· [How to] Install Asterisk on an Asus WL-520GU router [VOIP Tech Chat]
· What is the spell hit cap for a lvl 80 full arcane spec mage [World of Warcraft]
· [Newsgroups] Newzleech down? [Filesharing Software]