<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Online Cortex &#187; Google</title>
	<atom:link href="http://www.huginn.com/knuth/blog/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huginn.com/knuth/blog</link>
	<description>Thoughts on Science and Technology</description>
	<lastBuildDate>Fri, 23 Sep 2011 03:17:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My First Google Gadget</title>
		<link>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/</link>
		<comments>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:40:26 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[Birds]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bird of the Daym Birdplanner]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/</guid>
		<description><![CDATA[I have just submitted my first Google Gadget. It is called Bird of the Day, and it simply presents a photo of a new bird species each day. The photo is a public domain image from Wikipedia, and I link back to it so that you can get more information. Here it is: You can [...]]]></description>
			<content:encoded><![CDATA[<p>I have just submitted my first <a href="http://code.google.com/apis/gadgets/">Google Gadget</a>.<br />
It is called <a target="_blank" href="http://www.google.com/ig/adde?hl=en&amp;moduleurl=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;source=imag">Bird of the Day</a>, and it simply presents a photo of a new bird species each day. The photo is a public domain image from <a href="http://www.wikipedia.org/">Wikipedia</a>, and I link back to it so that you can get more information.</p>
<p>Here it is:</p>
<p><script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;up_bkgcolor=White&amp;synd=open&amp;w=320&amp;h=200&amp;title=Bird+of+the+Day&amp;border=http%3A%2F%2Fgmodules.com%2Fig%2Fimages%2F&amp;output=js"></script>You can put it on your <a target="_blank" href="http://www.google.com/ig">iGoogle</a> page by <a target="_blank" href="http://www.google.com/ig/adde?hl=en&amp;moduleurl=http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml&amp;source=imag">clicking here&#8230;</a></p>
<p>I am going to write a few other versions that will complement my <a href="http://birdplanner.com/index.php">BirdPlanner.com</a> site. The first will be a modification of the above where the user can enter their latitude and longitude to get birds that are present in that locale. That way people can prepare for their birdwatching trips.</p>
<p>I will also try writing one which is a Bird Identification Quiz. It will be a multiple choice quiz. I can vary the difficulty by sampling from birds of the same genus, from the same family, or from the whole set of birds.</p>
<p>This is a fun way for me to become familiar with the computational technology. The google gadget is just an XML file. The tag &lt;Module&gt; identifies it as a Google Gadget.</p>
<p>The remaining XML has three parts:</p>
<ol>
<li><font face="Courier New">&lt;ModulePrefs&gt;</font>, which encodes the properties of the gadget.</li>
<li><font face="Courier New">&lt;UserPref&gt;</font>, which encodes the user information.</li>
<li><font face="Courier New">&lt;Content&gt;</font>, which encodes the content.</li>
</ol>
<p>My gadget is pretty straightforward.  There are no User Preferences, so I just have the first and last sections. </p>
<p>You can look at the <a target="_blank" href="http://hosting.gmodules.com/ig/gadgets/file/118338762254680645661/bird-of-the-day.xml">xml code here</a>.  You will see that the workhorse of the content section is a php file that emits an html file.  In this case the gadget simply holds a simple web page.</p>
<p>In the future, I will write more details about how all of this works.</p>
<p>Kevin Knuth<br />
Albany NY<br />
<script>          f(clean);</script></p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=My%20First%20Google%20Gadget%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=My%20First%20Google%20Gadget&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&title=My%20First%20Google%20Gadget"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;notes=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;Title=My%20First%20Google%20Gadget"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-171'), event, 'post-171')" onMouseOver="more(this,'post-171')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-171')" id="sociable-post-171" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;bodytext=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;annotation=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=My%20First%20Google%20Gadget&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget&amp;selection=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;t=My%20First%20Google%20Gadget&amp;s=I%20have%20just%20submitted%20my%20first%20Google%20Gadget.%0D%0AIt%20is%20called%20Bird%20of%20the%20Day%2C%20and%20it%20simply%20presents%20a%20photo%20of%20a%20new%20bird%20species%20each%20day.%20The%20photo%20is%20a%20public%20domain%20image%20from%20Wikipedia%2C%20and%20I%20link%20back%20to%20it%20so%20that%20you%20can%20get%20more%20information."></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-171',true)" class="close">
		  <img onclick="hide_sociable('post-171',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="My First Google Gadget - http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2008%2F03%2F08%2Fmy-first-google-gadget%2F&amp;title=My%20First%20Google%20Gadget'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2008/03/08/my-first-google-gadget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Lunar X Prize</title>
		<link>http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/</link>
		<comments>http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 14:54:30 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Exploration]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Intelligent Systems]]></category>
		<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[lander]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[lunar]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[prize]]></category>
		<category><![CDATA[X]]></category>
		<category><![CDATA[X Prize]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/</guid>
		<description><![CDATA[  Google announced yesterday that they are joining with the X Prize Foundation to sponsor the Google Lunar X Prize which offers $30 Million to the first two privately-funded teams that successfully lands and roves a robotic explorer the lunar surface.  This prize, which is the largest private prize ever, is aimed at creating a global private space [...]]]></description>
			<content:encoded><![CDATA[<p><img align="middle" src="ani-geneva-knuth.gifpics/glxp_title.jpg" alt="Google X Prize" title="Google X Prize" /> </p>
<p>Google announced yesterday that they are joining with the <a target="_blank" href="http://www.xprize.org/xprizes/ansari_x_prize.html">X Prize Foundation</a> to sponsor the <a target="_blank" href="http://www.googlelunarxprize.org/">Google Lunar X Prize</a> which offers $30 Million to the first two privately-funded teams that successfully lands and roves a robotic explorer the lunar surface.  This prize, which is the largest private prize ever, is aimed at creating a global private space race that involves the public in space exploration. </p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/9K4zosGUMBw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9K4zosGUMBw" type="application/x-shockwave-flash" wmode="transparent" width="350" height="288"></embed></object></p>
<p>The recent <a target="_blank" href="http://en.wikipedia.org/wiki/Ansari_X_Prize">Ansari X Prize</a> was awarded to Burt Rutan and <a target="_blank" href="http://www.scaled.com/">Scaled Composites</a> who succeeded in launching the first manned reusable private spacecraft into space.  These prizes are motivated by the early prizes in aviation that led to Charles Lindbergh&#8217;s solo flight across the Atlantic only 80 years ago.</p>
<p>So start aiming at the Moon!</p>
<p>Kevin Knuth<br />
Albany NY</p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=Google%20Lunar%20X%20Prize%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;t=Google%20Lunar%20X%20Prize"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Google%20Lunar%20X%20Prize&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&title=Google%20Lunar%20X%20Prize"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;notes=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;Title=Google%20Lunar%20X%20Prize"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-105'), event, 'post-105')" onMouseOver="more(this,'post-105')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-105')" id="sociable-post-105" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;t=Google%20Lunar%20X%20Prize"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;bodytext=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;annotation=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;t=Google%20Lunar%20X%20Prize"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=Google%20Lunar%20X%20Prize&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize&amp;selection=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;t=Google%20Lunar%20X%20Prize&amp;s=%C2%A0%0D%0A%0D%0AGoogle%20announced%20yesterday%20that%20they%20are%20joining%20with%20the%20X%20Prize%20Foundation%20to%20sponsor%20the%20Google%20Lunar%20X%20Prize%20which%20offers%20%2430%20Million%20to%20the%20first%20two%20privately-funded%20teams%20that%20successfully%C2%A0lands%20and%20roves%C2%A0a%20robotic%20explorer%20the%20lunar%20s"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-105',true)" class="close">
		  <img onclick="hide_sociable('post-105',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="Google Lunar X Prize - http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F09%2F14%2Fgoogle-lunar-x-prize%2F&amp;title=Google%20Lunar%20X%20Prize'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2007/09/14/google-lunar-x-prize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Patents</title>
		<link>http://www.huginn.com/knuth/blog/2007/04/20/google-patents/</link>
		<comments>http://www.huginn.com/knuth/blog/2007/04/20/google-patents/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 04:51:14 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Inventions]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[invent]]></category>
		<category><![CDATA[invention]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2007/04/20/google-patents/</guid>
		<description><![CDATA[  Google has a relatively new search engine that searches for patents. This is extremely useful for that entrepreneur involved in patenting his or her ideas. http://www.google.com/patents Kevin Knuth Albany NY Be Sociable, Share! Tweet]]></description>
			<content:encoded><![CDATA[<p> <img align="middle" src="http://www.huginn.com/knuth/blog/pics/google-logo_sm.gif" alt="Google Logo" title="Google Logo" /></p>
<p>Google has a relatively new search engine that searches for patents.<br />
This is extremely useful for that entrepreneur involved in patenting his or her ideas.</p>
<p><a href="http://www.google.com/patents">http://www.google.com/patents</a></p>
<p>Kevin Knuth<br />
Albany NY</p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=Google%20Patents%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;t=Google%20Patents"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Google%20Patents&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&title=Google%20Patents"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;notes=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;Title=Google%20Patents"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-58'), event, 'post-58')" onMouseOver="more(this,'post-58')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-58')" id="sociable-post-58" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;t=Google%20Patents"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;bodytext=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;annotation=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;t=Google%20Patents"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=Google%20Patents&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents&amp;selection=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;t=Google%20Patents&amp;s=%C2%A0%0D%0A%0D%0AGoogle%20has%20a%20relatively%20new%20search%20engine%C2%A0that%20searches%20for%20patents.%0D%0AThis%20is%20extremely%20useful%20for%20that%20entrepreneur%20involved%20in%20patenting%20his%20or%20her%20ideas.%0D%0A%0D%0Ahttp%3A%2F%2Fwww.google.com%2Fpatents%0D%0A%0D%0AKevin%20Knuth%0D%0AAlbany%20NY"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-58',true)" class="close">
		  <img onclick="hide_sociable('post-58',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="Google Patents - http://www.huginn.com/knuth/blog/2007/04/20/google-patents/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2007/04/20/google-patents/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2007/04/20/google-patents/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2007/04/20/google-patents/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2007/04/20/google-patents/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2007/04/20/google-patents/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F20%2Fgoogle-patents%2F&amp;title=Google%20Patents'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2007/04/20/google-patents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unit Conversions with Google</title>
		<link>http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/</link>
		<comments>http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 05:14:24 +0000</pubDate>
		<dc:creator>drknuth</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false">http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/</guid>
		<description><![CDATA[Here is another note-to-self. Instead of Googling a web site that allows you to convert units.  Simply type the following into Google: 0 degrees celsius in fahrenheit 373 degrees Kelvin in fahrenheit 36 inches in yards 60 miles in kilometers 21 light-years in parsecs 48 days in fortnights 15 pounds in stones 6 kilograms in [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another note-to-self.</p>
<p>Instead of Googling a web site that allows you to convert units.  Simply type the following into Google:</p>
<p>0 degrees celsius in fahrenheit<br />
373 degrees Kelvin in fahrenheit<br />
36 inches in yards<br />
60 miles in kilometers<br />
21 light-years in parsecs<br />
48 days in fortnights<br />
15 pounds in stones<br />
6 kilograms in pounds<br />
5 newtons in pounds<br />
3 euros in dollars</p>
<p>Note that 6 kilograms in pounds is correct only on Earth, since kilograms is a unit of mass, and pounds is a unit of force.  But Google even knows you are on Earth!!!  Those guys in Mountain View are AMAZING!  What will they think of next&#8230;free wireless for all?</p>
<p>Happy converting.</p>
<p>Kevin Knuth<br />
Albany NY</p>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline"><a class='sociable_tagline' target='_blank' href='http://blogplay.com' style='color:#333333;text-decoration:none'>Be Sociable, Share!</a></div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=Unit%20Conversions%20with%20Google%20-%20http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F%20(via%20@sociablesite)"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;t=Unit%20Conversions%20with%20Google"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Unit%20Conversions%20with%20Google&body=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&ui=2&tf=1&shva=1"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&title=Unit%20Conversions%20with%20Google"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;notes=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;srcURL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;srcTitle=Online+Cortex+Thoughts+on+Science+and+Technology"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;source=Online+Cortex+Thoughts+on+Science+and+Technology&amp;summary=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;Title=Unit%20Conversions%20with%20Google"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-44'), event, 'post-44')" onMouseOver="more(this,'post-44')"><img style='margin-top:9px' src='http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-44')" id="sociable-post-44" style="display:none;">   

    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">

			<div class="content">

				<ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;t=Unit%20Conversions%20with%20Google"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;bodytext=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;annotation=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;t=Unit%20Conversions%20with%20Google"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=Unit%20Conversions%20with%20Google&amp;URL=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google&amp;selection=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;t=Unit%20Conversions%20with%20Google&amp;s=Here%20is%20another%20note-to-self.%0D%0A%0D%0AInstead%20of%20Googling%20a%20web%20site%20that%20allows%20you%20to%20convert%20units.%C2%A0%20Simply%20type%20the%20following%20into%20Google%3A%0D%0A%0D%0A0%20degrees%20celsius%20in%20fahrenheit%0D%0A373%20degrees%20Kelvin%20in%20fahrenheit%0D%0A36%20inches%20in%20yards%0D%0A60%20miles%20in%20kilometer"></a></li></ul>			

			</div>        

		  <a style="cursor:pointer" onclick="hide_sociable('post-44',true)" class="close">
		  <img onclick="hide_sociable('post-44',true)" title="close" src="http://www.huginn.com/knuth/blog/wp-content/plugins/sociable/images/closelabel.png">

		  </a>

		</div>

	</div> 

  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="Unit Conversions with Google - http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/ (via #sociablesite)" data-url="http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/"></script></li><li id="Digg_Counter"><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script><a href='http://digg.com/submit?url=http%3A%2F%2Fwww.huginn.com%2Fknuth%2Fblog%2F2007%2F04%2F05%2Funit-conversions-with-google%2F&amp;title=Unit%20Conversions%20with%20Google'  class='DiggThisButton DiggCompact'></a></li></ul></div><!-- End Sociable -->]]></content:encoded>
			<wfw:commentRss>http://www.huginn.com/knuth/blog/2007/04/05/unit-conversions-with-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

