Skip to main content

GOOGLE SEARCH TRICKS

search-tricks
Google Search Tricks
Today google searching is the learning objects. It's very important to know how to search in Google in efficient way. Here I explain some google search tricks and tips. I hope it will be help you.

IF YOU LIKE IT DO NOT FORGET TO SHARE IT WITH YOUR FRIENDS.  
HAPPY GOOGLE SEARCHING .....




Punctuation and symbols

Plus sign (+) is uses in searching for Google+ pages or blood types.
Examples: +chrome    or AB+

@ sign use for to find social tags
Example:  @agoogler

$ sign use for find prices
Example: nikon $400

# sign use for find popular hashtags for trending topics
Example: #throwbackthursday

- sign use  when you use a dash before a word or site, it excludes sites with that info from your results. This is useful for words with multiple meanings, like Jaguar the car brand and Jaguar the animal.
Examples: jaguar speed -car   or  pandas -site:wikipedia.org

Here note that, when you search using operators or punctuation marks, don't add any spaces between the operator and your search terms. A search for site:wikipedia.org will work, but site:  wikipedia.org won't.

" sign uses when you put a word or phrase in quotes, the results will only include pages with the same words in the same order as the ones inside the quotes. Only use this if you are looking for an exact word or phrase, otherwise you will exclude many helpful results by mistake.
Example: "imagine all the people"

* sign is uses for  wildcard terms. You add an asterisk as a placeholder for any unknown or wildcard terms.
Example: "a * saved is a " earned"

..   separate numbers by two periods without spaces to see results that contain numbers in a range.
Example: camera $50..$100
Remember that no space between $50 and $100  otherwise it's means different things in Google search engine and you not get right results.

Search operators

Search operators are words that can be added to searches to help narrow down the results.

Get result from certain sites or domains.  Search like  olympics site:nbc.com  and olympics site:.gov

Find pages that link to a certain pages. Search like  link:youtube.com

Find sites that are similar to a web address you already know . Search like related:time.com

Find pages that might use one of several words. Search like: marathon OR race
***remember that OR must but upper case.

Get information about a web address, including the cached version of the page, similar pages, and pages that link to the site. Search like:  info:google.com

See what  a page looks like the last time Google visited the site. Search like: cache:washington.edu

Conversion 

You can easily convert various things like kilo meter to meter , meter to kilometer  etc . If you want to convert kilo meter to meter just type:    km to m  .  Just type kilo meter value in kilo meter box therefore automatically calculate result are placed in right side box.

*** KEEP WITH US ... MORE EXCITING TECHNIQUE ARE COMING SOON ***

Content source : http://www.gottabemobile.com/2015/02/15/google-search-tips-tricks/
http://distractify.com/mark-pygas/google-tips/

Comments

Popular posts from this blog

ORA-01033 Oracle initialization or shutdown in progress

ORA-01033 Oracle initialization or shutdown in progress When you connect oracle 12c plug gable database, Thus time you have get oracle initialization or shutdown in progress error. This error occurred because pluggable database are not initialized. To fix this error connect as sysdba and run  ALTER PLUGGABLE DATABASE ALL OPEN    command. ALTER PLUGGABLE DATABASE ALL OPEN Thanks.

Checking operating system version: must be 5.0, 5.1 or 5.2 Actual 6.1 Failed

This error occurred when we are installing old oracle software in latest OS (Operating System).   Basically Its’s occurring on windows platform.

AFTER LOGON Trigger not perfectly working

AFTER LOGON not perfectly working.  I have tried it on single instance oracle 12c database it's perfectly work but it's not perfectly working on multi instance Oracle 12c database. I have submitted this matter in oracle forum but not found any perfect answer. Do you know why  it's not working ???