<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Bart G. Dev...: Google advanced features</title>
    <link>http://bartgdev.com/articles/2007/11/08/google-advanced-features</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>&lt;b&gt;Dev&lt;/b&gt;eloping well &lt;b&gt;dev&lt;/b&gt;ised applications</description>
    <item>
      <title>Google advanced features</title>
      <description>&lt;p&gt;By now I'm sure lots of people know about the cool little and big &lt;a href="http://www.google.ca/intl/en/options/"&gt;tools&lt;/a&gt; that &lt;a href="http://google.com"&gt;Google&lt;/a&gt; provides.  &lt;a href="scholar.google.com"&gt;Google Scholar&lt;/a&gt; is a great way to look up publications, &lt;a href="http://books.google.com/"&gt;Google Book&lt;/a&gt; is becoming an efficient way to browse libraries, not the internet (the internet is virtual library, yes, I see that relation), and there's many utilities you can quickly get information on.
&lt;/p&gt;


&lt;p&gt;Ever  want to know what the population of Canada is? type in:
&lt;pre&gt;
  &lt;a href="http://www.google.com/search?hl=en&amp;q=population+canada&amp;btnG=Search"&gt;population canada&lt;/a&gt;
&lt;/pre&gt;
A quick calculator:
&lt;pre&gt;
 &lt;a href="http://www.google.com/search?hl=en&amp;q=5+%2B+3&amp;btnG=Search"&gt;5 + 3&lt;/a&gt; = 8
 &lt;a href="http://www.google.com/search?hl=en&amp;q=sqrt%28-3%29&amp;btnG=Search"&gt;sqrt(-3)&lt;/a&gt; = = 1.73205081 i
 &lt;a href="http://www.google.com/search?hl=en&amp;sa=X&amp;oi=spell&amp;resnum=0&amp;ct=result&amp;cd=1&amp;q=28+fahrenheit+in+celsius&amp;spell=1"&gt;28 fahrenheit in celsius&lt;/a&gt; = = -2.22222222 degrees Celsius
&lt;/pre&gt;

Custom domain search:
&lt;pre&gt;
 &lt;a href="http://www.google.com/search?hl=en&amp;q=site%3Abartgdev.com+rails&amp;btnG=Search"&gt; site:bartgdev.com rails&lt;/a&gt;
&lt;/pre&gt;
&lt;/p&gt;

So these are cool utilities, but there's also a ton of &lt;a href="http://www.google.com/advanced_search?"&gt;advanced features&lt;/a&gt; you can use to perform your searches right in the search bar as well. For &lt;b&gt;scripting&lt;/b&gt; these features become &lt;b&gt;powerful tools&lt;/b&gt;, such as &lt;b&gt;daterange&lt;/b&gt;.  I &lt;a href="http://www.vladville.com/2007/08/google-temporal-search.html"&gt;found&lt;/a&gt; it today while researching something.
&lt;/p&gt;

&lt;p&gt;Google lets you restrict your search to specific time frames.  So to check out my site's existence, changes, and references can be tracked nicely through this feature:

&lt;pre&gt;
  &lt;a href="http://www.google.com/search?hl=en&amp;q=bartgdev+daterange%3A2454101-2454131&amp;btnG=Search"&gt;bartgdev daterange:2454101-2454131&lt;/a&gt; 
&lt;/pre&gt;
has a few results, and:
&lt;pre&gt;
 &lt;a href="http://www.google.com/search?hl=en&amp;q=bartgdev+&amp;btnG=Search"&gt;bartgdev&lt;/a&gt;
&lt;/pre&gt;
has the whole picture, telling you how long (not that long apparently) my site has been up.  
&lt;/p&gt;
&lt;p&gt;Very neat utility I think.
&lt;p/&gt;

</description>
      <pubDate>Thu, 08 Nov 2007 02:09:29 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:2f35561c-6e1b-40e4-86cf-3d18ad4424e5</guid>
      <author>Bart</author>
      <link>http://bartgdev.com/articles/2007/11/08/google-advanced-features</link>
      <category>Google</category>
      <category>daterange</category>
      <category>tools</category>
      <category>web</category>
      <category>scripting</category>
    </item>
  </channel>
</rss>
