javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
PASTE ABOVE CODE IN ADDRESS BAR AND SEE THE SHAKE
Friday, December 11, 2009
SPEED UP FIREFOX
Speed up mozilla firefox
Just follow these.....
Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:
network.http.pipelining
network.http.pipelining.maxrequests
network.http.proxy.pipelining
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.
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 receives.
WEB PAGES WILL BE MUCH FASTER NOW...!!!!!!!!
WORKS REAL SMOOTH.......
Just follow these.....
Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:
network.http.pipelining
network.http.pipelining.maxrequests
network.http.proxy.pipelining
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.
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 receives.
WEB PAGES WILL BE MUCH FASTER NOW...!!!!!!!!
WORKS REAL SMOOTH.......
Labels:
COMPUTER TIPS AND TRICKS
Make the hard drive inaccessible
when double clicked on this drive an error message will open saying it is inaccessible .This is an alternate to hiding a drive and making it inaccisible. Here's how u do that :
Go to the registry editor and navigate to the following place :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
In the right hand pane for the Explorer key, create a new "DWORD" value named ViewNoDrive
Double click the new value and enter it as .......
for hiding A drive set value as 1 , for B its 2 and C its 4 and so on and for Z its 33554432
generally multiply it by 2 for the next alphabet to hide
Once done, reboot or log off and login in again. Then try double clicking the drive you made inaccessible.
You should receive a message stating that the drive cannot be accessed
Go to the registry editor and navigate to the following place :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
In the right hand pane for the Explorer key, create a new "DWORD" value named ViewNoDrive
Double click the new value and enter it as .......
for hiding A drive set value as 1 , for B its 2 and C its 4 and so on and for Z its 33554432
generally multiply it by 2 for the next alphabet to hide
Once done, reboot or log off and login in again. Then try double clicking the drive you made inaccessible.
You should receive a message stating that the drive cannot be accessed
Labels:
COMPUTER TIPS AND TRICKS
Chat with your friends through MS-DOS
1. All you need is your friends IP address and your Command Prompt.
2. Open your notepad and write this code as it is.................. I would prefer you to copy this !
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3. Now save this as "Messenger.Bat".
4. Drag this file (.bat file)over to Command Prompt and press enter!
5. You would then see some thing like this:
MESSENGER
User:

6. After "User" type the IP address of the computer you want to contact.
2. Open your notepad and write this code as it is.................. I would prefer you to copy this !
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3. Now save this as "Messenger.Bat".
4. Drag this file (.bat file)over to Command Prompt and press enter!
5. You would then see some thing like this:
MESSENGER
User:
6. After "User" type the IP address of the computer you want to contact.
Labels:
COMPUTER TIPS AND TRICKS
How to Empty My Recent Documents Automatically on Log off?
All the files you open will be stored in your user profile in a hidden folder named My Recent Documents. This is really annoying and a treat to our privacy! We can make this folder auto cleared on log off using a single registry change.
1. Click Start > Run > Type in regedit
2. In the Registry editor navigate to the following key.
HKEY_Current_User > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer
3. Right click on the Right Pane > New > Dword Value & name it as ClearRecentDocsOnExit .
4. Double Click on it & set the value to 1 .
This will clear the My Recent Documents Folder automatically on log off.
To Revert back either delete the Dword value or set the value to 0.
1. Click Start > Run > Type in regedit
2. In the Registry editor navigate to the following key.
HKEY_Current_User > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer
3. Right click on the Right Pane > New > Dword Value & name it as ClearRecentDocsOnExit .
4. Double Click on it & set the value to 1 .
This will clear the My Recent Documents Folder automatically on log off.
To Revert back either delete the Dword value or set the value to 0.
Labels:
COMPUTER TIPS AND TRICKS
Subscribe to:
Posts (Atom)