Posts

Showing posts with the label tricks

Top Ten Google Search Tricks 2012

Image
Google is a largest search engine in this world which has answer of every query you want. Only we have to know the trick which will help us to find the correct and most acceptable answer by us.So only firing query is not important to google we have to take care about many things while searching with google as well as we have to also care what we are exactly searching and how can we get our relevant result. This post will tell you about the many new and old searching tricks of Google. 1.Selection of Query for Searching  Yes this is most important point you must keep in mind while searching with Google. Appropriate query selection is most helpful factor for search engine. If you are not using a unique query for your search than search engine may show you a lots of result related to your query and many results will be useless for you. So its better to select a Unique query for your search.If you want to search for “hacking tool” than instead of using “hacking tool” query we ...

browse-internet-faster

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 u...

How to Block a Website ?

Some times it becomes necessary to block a website on our Computers for one or other reason. You can easily and effectivily block access to a website by adding it to your Windows HOSTS file. Once the website is blocked in the HOSTS file, it will not appear in any of the browsers. That is, the website becomes completely unavailable. 1. Go to your HOSTS file which is located at: C:\WINDOWS\SYSTEM32\DRIVERS\ETC for XP, Vista and Win 7 C:\WINNT\SYSTEM32\DRIVERS\ETC for Win 2000 C:\WINDOWS for Windows 98 and ME 2. Open HOSTS with Notepad. The default Windows HOSTS looks like this:  ______________________ # Copyright © 1993-1999 Microsoft Corp.  #  # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.  #  # This file contains the mappings of IP addresses to host names. Each  # entry should be kept on an individual line. The IP address should  # be placed in the first column followed by the corresponding host name.  # ...

Know the image from which mobile it is captured

Image
Know The Image From Which Mobile It Is Captured Go to ur xplorer and select image. Then edit its name as shown in below image Example – if your image name is ‘village.jpg’ then edit like this ‘patho.jpg.txt’ Then click on ‘village.jpg.txt’ file there you can see the mobile from which this image is captured and its date on which it is captured IMP NOTE - 1.This will work only with the images captured from mobile camera 2.only works with images which are not edited by any means

How To Make ur mobile no as Number Does not Exist

Have you ever noticed that sometime you got call from ur mobile service provider  like airtel , idea n hutch but when you did call to that no. u got that no. doesnt exist!! :e Here is a simple trick to do this with ur no. and you can make fool to ur friends first by  taunting them with continous misscalls n then switch ur no to not exist as i do sometimes. ITS an simple divert trick which was known by few out there.  STEPS: 1. Go to Divert column of ur mobile no. which will be diff. for diff. models. 2. Activate Divert for all voice calls. (If ur mobile have facility to divert a particular no. then its more better. in case only divert from that particular no. whom u wana make fool) 3. In dstination divert no enter this magic code Code: Select all  0000 without n thats all

Show Hidden files in Folder options doesn't work !!

Image
A new bunch of viruses, malware, spywares around use this technique to hide themselves from the users. Seems like a new work around in the registry can hide files with hidden attribute, and disable the show hidden files option in the Folder options. Even after you set the option to show hidden files and folders. It comes back to Do not show hidden files and folders. Here is a solution to this problem. Go to Run>type Regedit and press enter. Now navigate to - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL Make sure there is an entry called CheckedValue with type REG_DWORD and value is '1' Now come back to folder option and set show hidden files and it will work

Interesting Way To Hack Facebook, Hack Facebook Home Page

This is a simple yet interesting trick which will enable you to hack Facebook homepage. Using this trick you can make changes in the Home page of Facebook. You can edit anything in there First of all open Facebook in your web browser (any Mozilla Firefox, Internet Explorer, Chrome). Now copy paste the following code the address bar replacing the default URL. javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

FIND OUT WHO DELETED YOU FROM FRIEND - FACEBOOK

It is not a hack or tricks.There is a application called WHO DELETED ME which let you know To do this simply to identify with our Facebook account so that we see a screen that will tell us the contacts that are no longer part of our network, or put another way, we have removed from their lists, as well of the new contacts that are part of our network, in any event, either from the day until the current month. Also, if there are changes, so if someone removes us as if we add to your list of contacts, we will be informed by email, that if, in our mailbox as usual. Link: http://who.deleted.me/

Images revolving trick for facebook

Paste the below script in the URL box as shown.And then you'll see the images revolving as you move your mouse cursor. javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);