Pages

Thursday 20 November 2014

Google Search Tricks

1. Identify Local Time for Any City in the World using Google
If you want to know current local time in a particular city, use the following method. To see the current local time in Los Angeles do the following. Go-ahead and try this yourself for your local city and see how it works.
Syntax: time in PLACE

time in New York

2. Identify Local Weather for Any City in the World using Google
To see the current weather in Los Angeles do the following. Go-ahead and try this yourself for your local city and see how it works.
Syntax: weather PLACE

weather New York


3. Exclude Keywords in the Search
If you want Google to exclude a word while searching the web page, use – (minus) before the search as shown below. This example searches for the pages which has the word ebooks, and without the word free.
ebooks -free

4. Search for Keywords with Similar Meaning. Include Synonym Keywords in Search
Instead of searching for only the given word, using ~ before the keyword you can instruct Google to search for webpages with the exact given word or the words which has same meaning. In the following example, giving ~tutorial also searches for keywords: guide, manual, reference etc.
ios ~tutorial

5. Match Any Single Word in the Search Using *
While searching, if you are not sure about which keyword to be placed in the phrase, you can match any single word using *.

For example, if you want to search for examples of vim substitution, and you are not sure whether to search for “vim editor find and replace examples”, or “vim editor search and replace examples”, then use * , which will match either find, search or any other word, as shown below.
vim editor * and replace examples
Note: You can also match multiple words by using multiple number of *’s respectively.

6. Use OR in Google Search
Using OR operator in between the words makes the following kind of search possible in Google. Following example will search for bash examples or bash programs.
bash examples OR programs
 
Note:
The keyword OR should be in uppercase

7. Identify Definition a Word
To view the definition of a word use the following method.
Syntax: define: <word>

define: big data

8. Search for a Range Using ..
If you are looking for a product in a specific price range use the following. It will search for the pages with text PDA, and $400 to $450 ranged text.
Syntax: text $100..$125

olympics 1900..2000

9. Searching within a Specific Website
You can search for a text in a specific website. The following example shows how to search only within our blog – www.thegeekstuff.com.

examples site:stackoverflow.com

Note: There is no space between site: and the website address.


10. Google Search for a Given Keywords (both without and with sequence)
Basic Search for a Given Keywords – Without Sequence
The very basic feature of Google which everybody is using today is searching for pages which has the given text as:
linux command line history examples

Note: Highlighted words are not in the order as we given in the search box.
Basic Search with Keywords In a Given Sequence
If you want Google to show only the pages which has the words in the given sequence, then double quote that search string as:
"linux command line history examples"

Note: Highlighted words are in the same order as we given in the search box.

11. Search Based on File Type
The following examples searches only the matching keywords inside a Power Point presentations. In the same way, you can search for the doc, pdf and other file types.
iphone filetype:pdf

12. Use Google as a calculator.
Google has a built-in calculator — try entering a calculation like 110 * (654/8 + 3). Yes, your computer also has a calculator, but if you spend most of your day inside a browser, typing your calculation into the browser’s search box is quicker than firing up your calculator app.

Also type the following in the search box and hit enter.
online money converter
online conversion
online calculator


Also, you can do all the above things in the google advanced search

No comments:

Post a Comment