Posts Tagged: special syntax


28
Mar 08

Google Speed Search Lesson #9 – Features

This is part nine of my Google Speed-Search series. In the last lesson, I gave examples of using Google’s site: syntax. In this lesson, we’re going to have some fun with some really useful search features.

Google as a calculator

Did you know you can use Google as a calculator? Using either math or plain English, just search with your query, and the Big G will give you the answer!

Examples:

Google as a calculator

Using Google to convert measurements
Google can also be used for measurement conversion. This is very handy for converting between imperial and metric, and is so much faster than searching for a dedicated website and using that.

Examples:

Google for currency conversion

If you live in Japan, you’re probably converting yen to dollars or pounds and back again quite regularly. You might even use a website like xe.com, but did you know you could do it all in Google?

Examples:

Using Google as a dictionary

When you’ve lived in Japan a long time, you’ll start to forget how to spell English words, and even forget the meaning of some of them! If you are like me, you’ll absolutely love Google’s define: syntax.

Examples:

Google as a know-it-all smarty pants!

Although Google as a search engine typically points you to websites that can answer your questions, it occasionally likes to show off and just tell you the answers without you needing to visit any websites at all! Try these:

This is all just a little of what you can do with Google, and maybe I’ll come back and cover more search features another time. If you’re keen to learn more, you should take a look at Google Help : Search Features.


17
Mar 08

Google Speed Search Lesson #8 – Site:

This is part eight of my Google Speed-Search series. In the last lesson, I showed you some of Google’s special syntax. This time, I’ll continue that theme with the site: syntax element.

Searching a web site

If you know which site you want to search, Google’s site command is a wonderful time saver that often cuts two or three steps out of the search process, helping you find what you need more quickly. It’s particularly useful when you remember seeing something on a site, and want to go straight to that article. Here are a few examples of how I use it:

Searching Japan Probe

Japanprobe.com has a lot of posts about the nation’s favorite chimpanzee, Pan-kun. So if you are looking for those, you could either wade through the “Animal videos” category, or use JapanProbe’s own search box… if you can find it. ;)

A quicker way would be to fire up Google and type:

site:japanprobe.com pan-kun

What this does is limit your search to pages from the site, JapanProbe.com, containing the word “pan-kun”. Note that there’s no space after the colon.

Searching Dave’s ESL Cafe

I believe Dave’s ESL Cafe is the biggest ESL site on the net, and its forums are loaded with rants and raves about teaching English. With such a huge site, Google’s special syntax comes in very handy. Let’s say you were looking for discussion about the textbook, New Interchange, this would save you a lot of time:

site:eslcafe.com "New Interchange" textbook

That search will only return pages from eslcafe.com which contain both the phrase “New Interchange” and the word “textbook”.

Searching Tokyo Times

Every blog seems to have a different way of displaying search results. For example, I’ve set up this blog to show 30 summaries per page that match your search term. Tokyo Times on the other hand gives you five full articles. That’s great if you want to read recent posts on the topic you are searching for, but if you’re trying to find something buried in the archives, it could take you a while… unless:

site:tokyotimes.org "Hello Kitty"

This has to be the best way to get to all of the “Hello Kitty” posts on Tokyo Times (if you have that urge). Note: Make sure you know whether the site is a .com, .net, .org. or whatever, otherwise you’ll be searching the wrong site!

Searching What Japan Thinks

What Japan Thinks is the complete resource for Japanese opinion polls in English, and if any site could benefit from a search box it would be this one. Unfortunately, there doesn’t seem to be one on the site itself, which is why Google’s special syntax for searching specific sites is so handy:

site:whatjapanthinks.com iPhone

That should tell you what Japan thinks about Apple’s button-less cell phone.

Exploring sites further

The above examples should give you some ideas about how the site command can help you speed up your searches. For more power at your fingertips, combine it with what you’ve learned in the rest of this series and you’ll be able to track down almost anything!

Next: Lesson #9 – Features


6
Feb 08

Google Speed Search Lesson #7 – Special Syntax

Here’s part seven of my Google Speed-Search series. This post looks at how you can use special syntax to finds results based on title, body text or url.

Searching only page titles

Let’s say you wanted to find profile pages for Michael Jackson. The most relevant will have “Michael Jackson profile” in the title, right? So, try searching with the intitle command:

intitle:"michael jackson profile"

This will only return web pages with that term in the title. If you are one of the few people actually looking for Osama Bin Laden, you might find him with this:

intitle:"osama bin laden location"

Searching through the body of a page

If you are looking for blog posts that recommend something better than Windows Vista, you can use the intext command to restrict your search to the body of each page:

intext:"better than Windows Vista"

That will return pages where the author has either suggested a superior alternative to the Windows operating system, or has decided that “there is nothing better than Windows Vista”

Searching through urls only

Sometimes it’s useful to search the urls of web pages to find what you’re looking for. For example, if you want to find the help page on Amazon.com, you might try using the inurl command.

inurl:help Amazon

This brings up all the help pages you could possibly need for the massive online “bookstore”. inurl has its uses, but for webmasters, you can’t beat the site command which I’ll be addressing next time.

Next: Lesson #8 – Site