<?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>bobpeers -&#62; blog &#187; google</title>
	<atom:link href="http://blog.bobpeers.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:34:48 +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>AddToAny WordPress Plugin Fix for the Google +1 Button</title>
		<link>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/</link>
		<comments>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 12:35:07 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AddToAny]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plusone]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=258</guid>
		<description><![CDATA[I just added the AddToAny links on my blog but could see that it gave a parsing error when I tried to use the Google +1 button. Having looked at the code it&#8217;s easy to see the error, in line 371 the code says this: 'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&#038;size=medium&#038;count=' Whereas the ampersands should be [...]]]></description>
			<content:encoded><![CDATA[<p>I just added the <a href="http://wordpress.org/extend/plugins/add-to-any/">AddToAny</a> links on my blog but could see that it gave a parsing error when I tried to use the Google +1 button.</p>
<p>Having looked at the code it&#8217;s easy to see the error, in line 371 the code says this:</p>
<p><code>'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&#038;size=medium&#038;count='</code></p>
<p>Whereas the ampersands should be encoded as &amp; (as they are in all the other services), just change the line to read this and all is well.</p>
<p><code>'https://plusone.google.com/u/0/_/%2B1/button#url=' . $linkurl_enc . '&amp;amp;size=medium&amp;amp;count='</code></p>
<p><strong>Update</strong> &#8211; I entered the bug onto the forum and the developer responded within a few hours saying it will be fixed for the next release. It&#8217;s nice when a developer is so responsive.</p>
<p>Here&#8217;s the <a href="http://wordpress.org/support/topic/google-1-button-creates-invalid-html?replies=3&#038;post-2184096">forum thread</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;count=none&amp;text=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;count=none&amp;text=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;linkname=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2011%2F06%2F23%2Faddtoany-wordpress-plugin-fix-for-the-google-1-button%2F&amp;title=AddToAny%20WordPress%20Plugin%20Fix%20for%20the%20Google%20%2B1%20Button" id="wpa2a_2"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2011/06/23/addtoany-wordpress-plugin-fix-for-the-google-1-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Navigation now in Denmark</title>
		<link>http://blog.bobpeers.com/2010/06/09/google-maps-navigation-now-in-denmark/</link>
		<comments>http://blog.bobpeers.com/2010/06/09/google-maps-navigation-now-in-denmark/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 12:17:59 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/?p=244</guid>
		<description><![CDATA[You can read the full story on Engadget or the Google page, but here&#8217;s a few screen shots taken from my HTC Desire. If you don&#8217;t have the Android navigation app installed just download it from the market.]]></description>
			<content:encoded><![CDATA[<p>You can read the full story on <a href="http://www.engadget.com/2010/06/09/google-maps-navigation-visits-canada-and-mainland-europe-remain/">Engadget</a> or the <a href="http://www.google.dk/mobile/navigation/">Google page</a>, but here&#8217;s a few screen shots taken from my HTC Desire.</p>
<p>If you don&#8217;t have the Android navigation app installed just download it from the market.</p>
<p><img class="centered" src="http://blog.bobpeers.com/wp-content/uploads/2010/06/navigation1.png" alt="Google Maps Navigation" /></p>
<p><img class="centered" src="http://blog.bobpeers.com/wp-content/uploads/2010/06/navigation2.png" alt="Google Maps Navigation" /></p>
<p><img class="centered" src="http://blog.bobpeers.com/wp-content/uploads/2010/06/navigation3.png" alt="Google Maps Navigation" /></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;count=none&amp;text=Google%20Maps%20Navigation%20now%20in%20Denmark" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;count=none&amp;text=Google%20Maps%20Navigation%20now%20in%20Denmark" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;linkname=Google%20Maps%20Navigation%20now%20in%20Denmark" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2010%2F06%2F09%2Fgoogle-maps-navigation-now-in-denmark%2F&amp;title=Google%20Maps%20Navigation%20now%20in%20Denmark" id="wpa2a_4"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2010/06/09/google-maps-navigation-now-in-denmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Take on Google Chrome OS</title>
		<link>http://blog.bobpeers.com/2009/07/15/my-take-on-google-chrome-os/</link>
		<comments>http://blog.bobpeers.com/2009/07/15/my-take-on-google-chrome-os/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:28:55 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/07/15/my-take-on-google-chrome-os/</guid>
		<description><![CDATA[It seems everyone has an opinion on the Google Chrome OS announcement (me included!). In the past week I must have read 30-40 different articles or blogs on the subject. Opinion seems very divided on whether it&#8217;s a serious threat to Microsoft Windows, no threat, or rather ironically, a threat to Linux. I see it [...]]]></description>
			<content:encoded><![CDATA[<p>It seems everyone has an opinion on the Google Chrome OS announcement (me included!). In the past week I must have read 30-40 different articles or blogs on the subject.</p>
<p>Opinion seems very divided on whether it&#8217;s a serious threat to Microsoft Windows, no threat, or rather ironically, a threat to Linux.</p>
<p>I see it like this.</p>
<ol>
<li>Google will have a very hard time getting any market share if they only look at netbooks. Of course I&#8217;d be naive to think that they don&#8217;t intend to attack the desktop at some point.</li>
<li>It will be even harder to get any traction on the desktop. Most people still expect to download some .exe file and just install it. The familiarity and enormous installed user base of Windows is a major hurdle to overcome.</li>
<li>If it&#8217;s locked down to work with Google Apps then am I any better off then being locked into Apple or Windows environments.</li>
<li>As for the comments that it further splits the Linux community I can&#8217;t really see the problem. I view diversity in the Linux world as a good thing and any work done by Google on instant-on system will undoubtedly feed through to the wider Linux ecosystem.</li>
<li>At the end of the day Google were forced into this position. They must know that who controls the desktop also controls (or heavily influences) the online world. Microsoft constantly try to make our online experience a Microsoft-only one by changing the default browser without asking and search to Live Search (or Bing). There&#8217;s no way Google can rely on a future where visitors are fed to their apps using Microsoft tools.</li>
</ol>
<p>Despite the obstacles, from a purely technical point of view, I&#8217;m looking forward to see what they come up with. Google have masses of smart people and if they can make a full OS boot and connect to a network in, say 5 seconds, I for one will be very impressed.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;count=none&amp;text=My%20Take%20on%20Google%20Chrome%20OS" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;count=none&amp;text=My%20Take%20on%20Google%20Chrome%20OS" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;linkname=My%20Take%20on%20Google%20Chrome%20OS" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F15%2Fmy-take-on-google-chrome-os%2F&amp;title=My%20Take%20on%20Google%20Chrome%20OS" id="wpa2a_6"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/07/15/my-take-on-google-chrome-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Google Andriod for x86</title>
		<link>http://blog.bobpeers.com/2009/02/22/compiling-google-andriod-for-x86/</link>
		<comments>http://blog.bobpeers.com/2009/02/22/compiling-google-andriod-for-x86/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 11:34:13 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/22/compiling-google-andriod-for-x86/</guid>
		<description><![CDATA[After downloading and running the Google Andriod vdi for Virtualbox I decided to try and compile the source myself. I&#8217;m following the directions on the andriod-porting Google group including trying to enable networking that didn&#8217;t work in the vdi file I downloaded. I&#8217;ve just finished downloading the cupcake source tree from git that takes quite [...]]]></description>
			<content:encoded><![CDATA[<p>After downloading and running the Google Andriod vdi for Virtualbox I decided to try and compile the source myself. I&#8217;m following the directions on the <a href="http://www.mail-archive.com/android-porting@googlegroups.com/msg01386.html">andriod-porting Google group</a> including trying to enable networking that didn&#8217;t work in the vdi file I downloaded.</p>
<p>I&#8217;ve just finished downloading the cupcake source tree from git that takes quite a while as I&#8217;m not able to get more than about  1 to 2 Mbit/s when downloading. I&#8217;ve also modified the kernel config to include the &#8216;AMD PCnet32 PCI support&#8217; that is one of the network devices supported by Virtualbox.</p>
<p>Next step is to compile but that&#8217;s for another post.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;count=none&amp;text=Compiling%20Google%20Andriod%20for%20x86" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;count=none&amp;text=Compiling%20Google%20Andriod%20for%20x86" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;linkname=Compiling%20Google%20Andriod%20for%20x86" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F22%2Fcompiling-google-andriod-for-x86%2F&amp;title=Compiling%20Google%20Andriod%20for%20x86" id="wpa2a_8"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/22/compiling-google-andriod-for-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Android in Virtualbox</title>
		<link>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/</link>
		<comments>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 20:22:28 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/</guid>
		<description><![CDATA[After reading this page about running Google Android in Virtualbox I thought it might be fun to have a go. Just download the vdi file from the above site and create a new virtual machine. On booting I selected a video mode of 640x480x16 (use letter g) for best results. Note that you also have [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://eoghans.devsite.googlepages.com/androidinvirtualbox">this</a> page about running <a href="http://code.google.com/android/">Google Android</a> in Virtualbox I thought it might be fun to have a go.</p>
<p>Just download the vdi file from the above site and create a new virtual machine. On booting I selected a video mode of 640x480x16 (use letter g) for best results. Note that you also have to enable the Serial Ports in Virtualbox otherwise it hangs at the grub menu. Apart from that it boots in a matter of seconds and looks really good.</p>
<p>Note that there&#8217;s no networking or mouse support right now but it&#8217;s still fun to play around with. Many thanks to the above site for sharing the vdi file for anyone to try.</p>
<p><img height="405px" width="480px" src="http://blog.bobpeers.com/wp-content/uploads/2009/02/android.png" alt="Google Andriod" /><br />
<img height="405px" width="480px" src="http://blog.bobpeers.com/wp-content/uploads/2009/02/android_menu.png" alt="Google Android" /></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;count=none&amp;text=Google%20Android%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;count=none&amp;text=Google%20Android%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;title=Google%20Android%20in%20Virtualbox" id="wpa2a_10"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://blog.bobpeers.com/2008/09/03/google-chrome/</link>
		<comments>http://blog.bobpeers.com/2008/09/03/google-chrome/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:09:58 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[v8]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2008/09/03/google-chrome/</guid>
		<description><![CDATA[Well I guess like every other technology blogger I should give my impression of Google Chrome so as not to disappoint here goes. Overall I&#8217;m very impressed, especially for a first beta release. It&#8217;s fast, start up speed is blazingly fast and rendering time on regular pages is good. Javascript heavy sites are very responsive [...]]]></description>
			<content:encoded><![CDATA[<p>Well I guess like every other technology blogger I should give my impression of <a href="http://www.google.com/chrome/">Google Chrome</a> so as not to disappoint here goes.</p>
<p>Overall I&#8217;m very impressed, especially for a first beta release.</p>
<ol>
<li>It&#8217;s fast, start up speed is blazingly fast and rendering time on regular pages is good. Javascript heavy sites are very responsive with little or no delay.</li>
<li>It&#8217;s simple, uncluttered interface is very appealing. It gets the job done with a minimum of options and fuss.</li>
<li>If you save pages as applications shortcuts it really does blur the line between local applications on your PC and those running from the internet. A bit like the shortcuts using in some netbooks where email points directly to gmail but even more so.</li>
<li>As far as another browser in the marketplace I think more competition can only be a good thing.</li>
<li>Very pleased they made it open source, no doubt the new V8 Javascript virtual machine and other elements will make it into other browsers. This will raise the bar for all browser vendors.</li>
<li>Looking at the speed improvements it leaves the other browsers way behind and makes IE7/8 seem even more bloated. If Google really push this then it I think it&#8217;s a major threat to IE, plus it really takes the wind out of the sails of the unreleased IE8 (not like there was much excitement to begin with).</li>
<li>If people are going to use this as their main browser it will need extensions. I just can&#8217;t handle seeing adverts again!</li>
</ol>
<p>Of course I&#8217;ve only tested this on Windows (not my OS of choice) but I&#8217;m really looking forward to running it on Linux when available.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;count=none&amp;text=Google%20Chrome" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;count=none&amp;text=Google%20Chrome" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;linkname=Google%20Chrome" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2008%2F09%2F03%2Fgoogle-chrome%2F&amp;title=Google%20Chrome" id="wpa2a_12"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2008/09/03/google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

