Page 1 of 1

Google Tips and Tricks

Posted: Thu Mar 29, 2007 5:36 pm
by Paramvir
heres how to use Google to restrict your search for a keyword within a particular site ONLY
(example, you want to search for all things ORANGE available on IKEA, and IKEA's search engine doesnt perform)

type the following code into Google:

Code: Select all

"Orange"site:www.ikea.com

Posted: Thu Mar 29, 2007 7:56 pm
by kikikikikiki
no it throws up results from other sites also toh

Posted: Fri Mar 30, 2007 11:30 am
by Paramvir
no, it does not. run it in google.

I just tried the sample code below, from page 1 to page 10, ALL results are from Google.

try this:

Code: Select all

"Monsoon Wedding"site:www.imdb.com
it will throw up all instances of the words Monsoon Wedding on the website www.imdb.com

Posted: Fri Mar 30, 2007 1:05 pm
by kikikikikiki
this is so weird! coz u r right. yesterday i did the same thing and got other results, and today i get just ikea sites! how is that possible! in both cases i copy pasted the code. any way. thanks for the tip.

Posted: Wed Apr 11, 2007 10:09 am
by Paramvir
Searching for Synonyms: When you are searching for House[/i[ but want to search for Home too, search for

Code: Select all

~house
To get to know which synonyms the Google database stores for individual words, simply use the minus operator to exclude synonym after synonym (they will always show as bold in the SERPs, the search engine result pages). Like this:

Code: Select all

[~house -home -housing -floor]
interesting, if you search for

Code: Select all

[~house -house]
you get no results, as you cancelled out your search word

To see a really large page-count (possibly, the Google index size, though one can only speculate about that), search for

Code: Select all

[* *]

Google has some exciting back-end AI to allow you to find just the facts upong entering simple questions or phrases like

Code: Select all

 [when was Einstein born?] 
or
[einstein birthday]
(the answer to both of these queries is “Albert Einstein – Date of Birth: 14 March 1879”). This feature was introduced April this year and is called Google Q&A. (See some of the various working Q&A sample queries to get a feeling for what’s possible.)

Also Try the Google Calculator

Re: Google Tips and Tricks

Posted: Tue Jun 23, 2009 11:31 am
by kikikikikiki
(reattaching more readable pix-admin)

Re: Google Tips and Tricks

Posted: Wed Jun 24, 2009 12:06 am
by TruthHurts
To get Local Time of a big city

Code: Select all

at time is it mumbai
Convert currency, metrics etc
Google has a powerful built in calculator-converter that can convert/calculate basically anything, i think

Code: Select all

seconds in a year

Code: Select all

quarter cup in teaspoons

Code: Select all

8 USD in Indian Rupees
Find Music and Comic books (from lifehacker)
You can turn Google into your personal Napster. Go ahead, try this search for Nirvana tracks: -

Code: Select all

inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3) "Nirvana"
(Sub out Nirvana for the band you're interested in; use this one in conjunction with number 7 to find new music, too.) The same type of search recipe can find comic books as well.

Specific
suppose you are searching for people called Rose. Typing 'rose' in google search bar (in google images ) will thrown up pictures of rose

but i took this URL of the search parameter 'rose'
h*tp://images.google.com/images?hl=en&sa=1&q=rose&btnG=Search+images&aq=f&oq=ros
and changed it a bit by adding "&imgtype=face" to the end of my image search url to restrict to faces

Code: Select all

http://images.google.com/images?hl=en&sa=1&q=rose&btnG=Search+images&aq=f&oq=ros&imgtype=face
see what you get. you can use it to custommake your own search codes.

Re: Google Tips and Tricks

Posted: Wed Jun 24, 2009 12:12 am
by TruthHurts
Local Movie times
Movie Name + City,State
(replace movie name, city state with your relevance)

Code: Select all

Angels and Demons + Mumbai, Maharashtra, India

Weather
weather city

Code: Select all

weather mumbai

Re: Google Tips and Tricks

Posted: Wed Jun 24, 2009 12:36 am
by Paramvir
some more from kikikikikiki's earlier post

Re: Google Tips and Tricks

Posted: Wed Aug 05, 2009 9:25 am
by Desh Premi
hahahha, love this one. I typed "Hanuman Mandir Delhi" and I got so many results on the maps!