Via: pcpundit
You really don’t need to tweak your browser in case you are using Firefox because it is a browser which has been specially designed for optimized and fast browsing but if you can make it even a little more fast that would certainly be a treat for you. Likewise there is a trick to make Internet Explorer 6 fast too. Browsers are designed to work with fast connections but with this trick even dial-up users can experience fast and smooth browsing.
Optimize Firefox and IE Browsing Speed
I shall be teaching you two tricks which work separately on Firefox and Internet Explorer. It doesn’t require you to be some expert rather all you have to do is change some registry values and you are done. I have also included a video tutorial for those who want to see it step by step visually. This is perhaps one of the oldest tricks to optimize Firefox and IE but it still works great.
Trick to Increase Firefox Speed
1. Open firefox and in the address bar write about:config and press enter
2. Double click network.http.pipelining and set it to True
3. Double click network.http.pipelining.maxrequests and set value to 10 from 4
4. Right click and create a new string nglayout.initialpaint.delay and set its value to 0
You are done. Enjoy lightning fast Firefox browsing and now for IE.
Trick to Increase Internet Explorer Speed
1. Go to Start –> Run and type regedit
2. Select HKEY_CURRENT_USER –> Software –> Microsoft –> Windows –> Current Version –> Internet Settings
3. Increase the values (DECIMAL) from default to a higher value e.g. 10
See the difference in speed of IE
Don’t forget to apply this tweak and share your thoughts if the magics work and don’t forget to bookmark this post too. :-D
Laptop-Computers Headline Animator
Trick To Increase Browsing Speed for IE and Firefox
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: browser, Desktop Computer, laptop, PC, Trick To Increase Browsing Speed for IE and Firefox, Useful Tips
Speed up Firefox without Re-Installation
pcpundit:
Problem: You cannot imagine life without Firefox but over time, your favorite browser keeps getting slower and slower.
Not only is it slow, Firefox sometimes hangs for no reason, consumes a large amount of memory and CPU usage can climb to 90% or more when you have multiple tabs open simultaneously.
You have uninstalled most of the extensions and toolbars, deleted all the cookies and internet temporary files, cleared up the file download queue and disabled the background check for software updates - but none of this has helped you speed-up Firefox.
Solution: This is a common problem especially if you have been running Firefox for some time - I don't know why Firefox slows down but here's a small trick to rejuvenate the aged copy of Firefox without doing a fresh install.
Step 1: Start Firefox and export your bookmarks as a file on your hard-drive (we'll need them later).
Step 2: Type firefox.exe - P in the Run box of Windows. (see screenshot)
Step 3: Click the Create Profile button without making any modifications to your existing profile (which is normally called "default")
Yes, there won't be any old Firefox add-ons in the new profile but the browser will be extremely quick and won't hog the CPU - just the way you want Firefox to run on your computer.
And if you ever need to revert to the old profile, just type Firefox -P again and click the old profile. Nothing is lost.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: browser, Desktop Computer, laptop, PC, Speed up firefox, Useful Tips
Cleaning up XP Junk Via Batch
pcpundit:
Clean up your system TEMP, RECENT, HISTORY, TEMPORARY INTERNET FILES, & PREFETCH files Via a simple Batch File
Copy This Coding To Notepad And save it as Cleanup.bat
Please Note ALWAYS RUN THIS FILE FROM SYSTEM DESKTOP
**********
@echo Off
@Title Ghost Nt Cleaning System File
@
@cd\
@
Echo. Cleaning Prefetch Files
@cd %windir%\prefetch
@del /s /q *.* |echo. >nul
@cd\
Echo. Cleaning Temprory Files
@cd %USERPROFILE%\Local Settings\Temporary Internet Files
@del /f /s /q /a s *.* |echo. >nul
@cd..
@rd /s /q Temp |echo. >nul
@rd /s /q History |echo. >nul
@@MD Temp
@cd\
@del /s /q *.tmp
@
@cd %USERPROFILE%\Recent
@del /s /q *.* |echo. >nul
Echo. Please Wait More For Last Cleanup
@del /s /q *.chk |echo. >nul
@
Echo. Cleanup Sucessfull
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Clean up your system TEMP, Desktop Computer, HISTORY, laptop, PC, RECENT, TEMPORARY INTERNET FILES, Useful Tips
Speed up the Start Menu
Sourced From:
The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key.
Fire up the Registry Editor and navigate to the following key:
HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay
By default, the value is 400.
Change this to a smaller value, such as 0, to speed it up
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, laptop, PC, Speed up the Start Menu, Useful Tips
Turn Off Hibernation save space in your computer
Source:
Hibernation is a feature that allows your system to shut down quickly and save everything that is open in the RAM to be stored on the hard drive until the computer is powered on again.
XP and 2000 use a file called hiberfil.sys to save everything it needs when they go go into hibernation. If you never use the hibernate function, you can turn it off.
When this feature is disabled, the hiberfil.sys file is deleted. This can free up the as much disk space as the amount of ram that you computer has. For example, if you have 1GB of RAM, you could be freeing up to 1GB of hard drive space.
In XP, go to Control Panel > Power Options > Hibernation and uncheck / Enable hibernation.
In 2000, go to Control Panel > Power Options > Hibernate / tab and uncheck / Enable hibernate support.
If you should want to re-enable hibernation, go back in and check / Enable hibernation in XP or Enable hibernate support in 2000.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, Hibernation, laptop, PC, Save space in Computer, Useful Tips
Disable Indexing Service and Use a Better Substitute
Source:
In order to search through a hard drive faster, XP keeps a record of all files on the hard drive.
It sounds useful, but if you use Windows' search tool infrequently, the indexing service just constantly runs in the background without being taken advantage of and used.
Indexing can slow down actions as simple as opening or closing files. To disable this service, go to Start > Run and type services.msc. Double click "Indexing Services" and set the startup type to "Disabled".
If you want to search, there is a freeware program called Locate that can index 400GB of data in under 2 minutes and can perform instant searches.
File > Update Databases re-indexes all your drives, in case you miss where the indexing option is located. You should only re-index before a search. This way, system resources are used only when you actually need to perform a search.
In addition, you can use Task Scheduler (a.k.a. Scheduled Tasks) to run the shortcut named "Updtdb32" in place of using the "Update Database" option manually within the program.
For example, have the task run daily at a time you are not usually at your computer, such as early in the morning.
So, all the files that had been added, moved and changed from the previous day can be indexed. If you have this re-indexing task done daily, it only takes a few seconds each time it is done.
You can get to the task scheduler by going to Start > Run. Type %systemroot%Tasks, and hit enter. Double click on "Add Scheduled Task" and the wizard will help take you through the process of setting up a scheduled task.
Make sure you hit "Browse" when asked for what application you want to be run. Navigate to the folder where you have the "Updtdb32" shortcut. Other than that, creating the scheduled task should be fairly self-explanatory, thanks to the wizard.
You can also download the tool here.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Alternate software, Desktop Computer, Disable Indexing, laptop, PC, Search Option, Substitute, Useful Tips
Access Stored User Names and Passwords with rundll32.exe
Source: | |
| |
The Stored User Names and Passwords applet lets you assign user names and passwords to use when needing to authenticate yourself to services in domains other than the one you are currently logged into. The normal way of running this applet can be difficult to find quickly, so here is a way to launch it using a desktop shortcut using the rundll32.exe program: Click on START - RUN and type the following (follwed by ENTER): rundll32.exe keymgr.dll,KRShowKeyMgr |
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Access Stored User Names and Passwords, Desktop Computer, laptop, PC, Tips for Windows
Hide a Drive in your Laptop or Computer
Source:
If you don’t want other users stumbling over a drive while browsing the computer through Explorer, this tweak may help out.
Although this tweak will render the drive invisible in Windows Explorer, it will still be accessible through Windows’ search utility, as well as other third-party file managing applications.
Microsoft Office applications will also be able to access the cloaked drive with no problem.
To cloak a drive, open up regedit and go to HKEY_CURRENT_USER/Software/Microsoft/Windows/
CurrentVersion/Policies/Explorer.
Create/modify the DWORD value “NoDrives” to match a corresponding drive letter you wish to hide.
A: 1; B: 2; C: 4; D: 8; E: 16; F: 32; G: 64; H: 128; I: 256; J: 512; etc. To hide multiple drives, just add the values together and enter the sum as the value for the DWORD value “NoDrives”.
To hide all the drives, just enter the value 67108863.
Hope it is useful for u..
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, Hide a Drive, laptop, PC, Useful Tips
http VS https
| ![]() |
The main difference between http:// and https:// is, It's all about keeping you secure
HTTP stands for HyperText Transport Protocol, which is just a fancy way of saying it's a protocol (a language, in a manner of speaking) for information to be passed back and forth between web servers and clients.
The important thing is the letter S which makes the difference between HTTP and HTTPS.
The S (big surprise) stands for "Secure".
If you visit a website or webpage, and look at the address in the web browser, it will likely begin with the following: http://.
This means that the website is talking to your browser using the regular 'unsecure' language.
In other words, it is possible for someone to "eavesdrop" on your computer's conversation with the website.
If you fill out a form on the website, someone might see the information you send to that site.
This is why you never ever ever enter your credit card number in an http website!
But if the web address begins with https://, that basically means your computer is talking to the website in a secure code that no one can eavesdrop on.
You understand why this is so important, right?
If a website ever asks you to enter your credit card information, you should automatically look to see if the web address begins with https://.
If it doesn't, there's no way you're going to enter sensitive information like a credit card number
Source
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Computer, Exciting Facts of Technology, http VS https, Knowledge, laptop, security, terminology
THE TECHNO TERMS DICTIONARY
| |
THE TECHNO TERMS DICTIONARY
|
STATE-OF-THE-ART
Any computer you can't afford.
OBSOLETE
Any computer you own.
MICROSECOND
The time it takes for your state-of-the-art computer to become obsolete.
SYNTAX ERROR
Walking into a computer store and saying... 'Hi, I want to buy a computer and money is no object.'
HARD DRIVE
The sales technique employed by computer salesmen, especially after a Syntax Error.
GUI
What your computer becomes after spilling your coffee on it. (pronounced 'gooey')
KEYBOARD
The standard way to generate computer errors.
MOUSE
An advanced input device to make computer errors easier to generate.
FLOPPY
The state of your wallet after purchasing a computer.
PORTABLE COMPUTER
A device invented to force businessmen to work at home, on vacation, and on business trips.
DISK CRASH
A typical computer response to any critical deadline.
POWER USER
Anyone who can format a disk from DOS.
SYSTEM UPDATE
A quick method of trashing ALL of your software.
386
The average IQ needed to understand a PC.
Posted by
ADMIN
at
Monday, January 07, 2008
0
comments
Labels: Computer, Knowledge Fun, laptop, Technology, THE TECHNO TERMS DICTIONARY
Strong passwords: How to create and use them
The passwords are the keys we use to access personal information that we've stored on our computer and in our online accounts.
What makes a strong password?
To an attacker, a strong password should appear to be a random string of characters. The following criteria can help our passwords do so:
Make it lengthy
Each character that we add to our password increases the protection that it provides many times over.
The passwords should be 8 or more characters in length; 14 characters or longer is ideal.
Many systems also support use of the space bar in passwords, so we can create a phrase made of many words (a "pass phrase"). A pass phrase is often easier to remember than a simple password, as well as longer and harder to guess.
Combine letters, numbers, and symbols
The greater variety of characters that we have in our password, the harder it is to guess. Other important specifics include:
Use words and phrases that are easy for US to remember, but difficult for others to guess.
The easiest way to remember our passwords and pass phrases is to write them down.
Contrary to popular belief, there is nothing wrong with writing passwords down, but they need to be adequately protected in order to remain secure and effective.
In general, passwords written on a piece of paper are more difficult to compromise across the Internet than a password manager, Web site, or other software-based storage tool, such as password managers.
E.g.: Password
Name: Jack, DOB: 03/04/1984, Complexion: Wheatish
Password: jK4891Wheat$
Phrase: I like You.
Password: I2L1kU
Source: Internet
Posted by
ADMIN
at
Monday, January 07, 2008
0
comments
Labels: Computer, laptop, security, Strong passwords: How to create and use them, Useful Tips