Sunday, December 11, 2011

How to Optimize Your Firefox Page Loading Time


  • Type about:config into the address bar
  • Type browser.cache into the Filter field
  • Set browser.cache.disk.enable to false (double click it)
  • Set browser.cache.memory.enable to true (double click it)
  • Right click > New > Integer; type browser.cache.memory.capacity; press OK
  • Type in 100000 (this is equivalent to 100 megabytes); press OK
  • Close all Firefox tabs and windows, and then restart the browser
If you want more than 100 megabytes of cache -- if you have lots of spare memory, or you're prone to mammoth browsing sessions -- type in 500000 instead for 500 megabytes of cache. To confirm everything is working, visit about:cache and you should see some 'Memory cache device' information

Thursday, December 8, 2011

Search The Internet From The Start Menu

How to Search The Internet From The Start Menu in Windows

The new Search feature in Windows 7 has greatly improved for navigating your PC. But how neat would it be to search the Internet from the Start Menu? Here we show you how to do it.

This method uses Group Policy Editor which is not available in Home versions of Windows 7
  • First type gpedit.msc into the Search box in the Start Menu and hit Enter.
  • When Group Policy Editor opens navigate to User Configuration \ Administrative Templates \ Start Menu and Taskbar. Then double-click on Add Search Internet link to Start Menu.
  • In the screen that comes up select Enable, click OK, and close out of Group Policy Editor.
  • Now when you want to search for something in the Start Menu, you’ll see an extra link so you can search the Internet.
  • Then your search query will open up in your favorite browser…

How to Download Torrents with IDM


Trick: How to Download Torrents with IDM (Internet Download Manager)
  • Download torrent file from any torrent sites.
  • Go to Torcache - Torrent Cache
  • Now upload that torrent file that you have just downloaded and click on the cache button.
  • This will generate a new torrent link of your file just copy that link.
  • Now go to the Download torrents from the web. Fast. Easy. and get register there if you don’t have account otherwise login into your account.
  • In the text field paste that new torrent file that you have get in the 4th step and click on get button.
  • You will see all the torrent files that are present in that torrent . Click on initiate bittorrent transmission button.

  • Now all the files that are present in that torrent file will be available to download just click on any of the file that you want to download and IDM window will popup.













  • Now Start Downloading your file.

Note:
You should use this method only if you are getting very poor speed with your torrent client because if you download it with IDM the link will not be resumable and you have to finish it without breaking your internet connection.


Tuesday, December 6, 2011

How to "Delete Administrator Password" Without Any Software

Trick : "Delete Administrator Password" Without Any Software

There Are Two Methods,  Mentioned Below.

Method 1
Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.

Method 2

Step 1. Put your hard disk of your computer in any other pc .
Step 2. Boot that computer and use your hard disk as a secondary hard disk (Don't boot as primary hard disk ).
Step 3. Then open that drive in which the victim’s window(or your window) is installed.
Step 4. Go to location windows->system32->config
Step 5. And delete SAM.exe and SAM.log
Step 6. Now remove hard disk and put in your computer.
Step 7. And boot your computer

Thursday, December 1, 2011

How to Try Google's New Navigation Menu



Google has recently announced a new interface that hides the navigation menu until you mouse over the logo. If you'd like to try to interface before, you can edit your Google cookie and use some values that trigger the new UI.

If you use Chrome, Firefox, Safari or Internet Explorer 8+, open google.com in a new tab, load Chrome's JavaScript console (Ctrl+Shift+J), Firefox's Web Console (Ctrl+Shift+K), Safari's Web Inspector (how to do that?) or IE's Developer Tools (press F12 and select the "console" tab) and paste the following code:

document.cookie="PREF=ID=03fd476a699d6487:U=88e8716486ff1e5d:FF=0:LD=en:CR=2:TM=1322688084:LM=1322688085:S=McEsyvcXKMiVfGds; path=/; domain=.google.com";window.location.reload();



Then press Enter and close the console. If you're not in the US and you're using a different Google domain, replace ".google.com" with your domain in the code (for example: ".google.co.uk" in the UK). Please note that this only works for the English interface, so you many need to adjust the language in the preferences page.