Tag: google search

Search Syntax basics and advanced tricks for Google

September 16, 2009 by Jason

Here are some search syntax basics and advanced tricks for Google.com. You might know most of these, but if you spot a new one, it may come in handy in future searches.

• A quote/ phrase search can be written with both quotations ["like this"] as well as a minus in-between words, [like-this].

• Google didn’t always understand certain special characters like [#], but now they do; a search for [C#], for example, yields meaningful results (a few years ago, it didn’t). This doesn’t mean you can use just any character; e.g. entering [t.] and [t-] and [t^] will always return the same results.

• Google allows 32 words within the search query (some years ago, only up to 10 were used, and Google ignored subsequent words). You rarely will need so many words in a single query – [just thinking of such a long query is a hard thing to do, as this query with twenty words shows] – however, it can come in handy for advanced searching… especially as a developer using the Google API.

• You can find synonyms of words. E.g. when you search for [house] but you want to find “home” too, search for [~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: [~house -house -home -housing -floor].
Read More»

Ten Tips and Tricks for Google Chrome

December 10, 2008 by Jason

Now that you have enjoyed the speed of Google Chrome, it’s time to dig deeper and get more out of it. Here are 10 tips/tricks to supercharge your chroming experience.

1) Install flash player in Google Chrome

After you have installed Chrome, some of you will find that you are not able to view Youtube video. This is especially true if you are installing Chrome under Ubuntu (or other Linux distro).

Here is what you can do to fix the problem:

  • Download the flash player for windows xpi file.
  • Change the xpi extension to zip
  • Extract the content of the zip file into a folder
  • Copy the files flashplayer.xpt and NPSWF32.dll to the directory /home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/Application/Plugins.
  • For Vista, copy to the directory: C:\Users\\AppData\Local\Google\Chrome\Application\Plugins
  • For XP,copy to the directory C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\Application\Plugins
  • Create the Plugins folder if it does not exist.

Restart your Chrome. Your flash player should be working now. Read More»