<?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>elephantsquared &#187; George T</title>
	<atom:link href="http://elephantsquared.com/author/george/feed/" rel="self" type="application/rss+xml" />
	<link>http://elephantsquared.com</link>
	<description>technology, gadgets and stuff that matter</description>
	<lastBuildDate>Mon, 12 Jul 2010 11:01:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='http://elephantsquared.com/?pushpress=hub'/>
		<item>
		<title>Android 2.x handling the &#8216;F&#8217; word</title>
		<link>http://elephantsquared.com/2010/07/02/android-2-x-handling-the-f-word/</link>
		<comments>http://elephantsquared.com/2010/07/02/android-2-x-handling-the-f-word/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:07:04 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 2.1]]></category>
		<category><![CDATA[android 2.2]]></category>
		<category><![CDATA[android 2.x]]></category>
		<category><![CDATA[fragmentation]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1346</guid>
		<description><![CDATA[Google’s latest platform versions breakdown came out 3 days later this time. The expected time was last Tuesday. The good thing though is that Android 2.x now seems to handle well the &#8216;F&#8217; word (aka &#8216;Fragmentation&#8217;). Since mid-June, Android 2.x has grown from 50.3% to 54.9% outgrowing earlier Android versions like 1.5 and 1.6. In addition, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1348" title="android-2-x-handling-the-f-word" src="http://elephantsquared.com/wp-content/uploads/2010/07/android-2-x-handling-the-f-word.png" alt="" width="550" height="300" /></p>
<p>Google’s latest <a href="http://d.android.com/resources/dashboard/platform-versions.html" target="_blank">platform versions</a> breakdown came out 3 days later this time. The expected time was last Tuesday. The good thing though is that Android 2.x now seems to handle well the &#8216;F&#8217; word (aka &#8216;Fragmentation&#8217;). Since mid-June, Android 2.x has grown from <strong>50.3</strong>% to <strong>54.9</strong>% outgrowing earlier Android versions like 1.5 and 1.6.</p>
<p>In addition, on a <a href="http://elephantsquared.com/2010/06/02/almost-half-android-devices-out-there-are-running-android-2-1/">post</a> about a month ago regarding Android platform versions, I mentioned  it would be nice to have a historical analysis of this data. I was glad to see that the latest platform versions stats came along with a nice stacked line graph<em> providing a history of the relative number of active Android devices running different versions of the Android platform</em>.</p>
<blockquote><p>Each dataset in the timeline is based on the number of Android devices that accessed Android Market within a 14-day period ending on the date indicated on the x-axis.</p></blockquote>
<p>It looks like that Android 2.x is taking over control. What version are you running?</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/07/02/android-2-x-handling-the-f-word/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Live train map</title>
		<link>http://elephantsquared.com/2010/06/21/live-train-map/</link>
		<comments>http://elephantsquared.com/2010/06/21/live-train-map/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:00:50 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[real-time]]></category>
		<category><![CDATA[train]]></category>
		<category><![CDATA[underground]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1340</guid>
		<description><![CDATA[Ok, so this is so cool I just had to blog about it. Using some departure data fetched from the TfL API along with a bit of maths and magic, Matthew Somerville (with helpful hinderances from Frances Berriman and James Aylett) made a live train map for the London Underground. Yes, that&#8217;s right, this map shows all trains [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1342" title="live-train-map-london-underground" src="http://elephantsquared.com/wp-content/uploads/2010/06/live-train-map-london-underground.png" alt="" width="550" height="300" /></p>
<p>Ok, so this is so cool I just had to blog about it. Using some departure data fetched from the <a href="http://data.london.gov.uk/apibeta" target="_blank">TfL API</a> along with a bit of maths and magic, <a href="http://twitter.com/dracos">Matthew Somerville</a> (with helpful hinderances from <a href="http://twitter.com/phae">Frances Berriman</a> and <a href="http://twitter.com/jaylett">James Aylett</a>) made a <a href="http://traintimes.org.uk/map/tube/" target="_blank"><strong>live train map for the London Underground</strong></a>. Yes, that&#8217;s right, this map shows all trains on the <strong>London Underground network</strong>.</p>
<blockquote><p>The yellow pins are stations, the red pins trains. The trains move in approximately real time.</p></blockquote>
<p>Apart from that you can also stalk all trains <em>currently on approach to a particular station</em> via this <a href="http://traintimes.org.uk/map/" target="_blank"><strong>live train map</strong></a>.</p>
<p><img class="alignnone size-full wp-image-1343" title="live-train-map" src="http://elephantsquared.com/wp-content/uploads/2010/06/live-train-map.png" alt="" width="550" height="300" /></p>
<p>Note that this was done in only a few hours at <a href="http://sciencehackday.com/" target="_blank">Science Hackday</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/06/21/live-train-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave: The Tutorials</title>
		<link>http://elephantsquared.com/2010/06/16/google-wave-the-tutorials/</link>
		<comments>http://elephantsquared.com/2010/06/16/google-wave-the-tutorials/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:02:42 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[brainstorm]]></category>
		<category><![CDATA[google labs]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[quick start]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1336</guid>
		<description><![CDATA[Remember those quick start templates Google added to Wave back in April? Well, time has come for some official Google Wave tutorials covering 3 basic tasks like planning an event, drafting documents and brainstorming. So the next time you visit Wave pay some attention to that link, under the quick start templates, titled &#8220;Tutorials: train [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1339" title="google-wave-the-tutorials" src="http://elephantsquared.com/wp-content/uploads/2010/06/google-wave-the-tutorials.png" alt="" width="550" height="300" /></p>
<p>Remember those <a href="http://elephantsquared.com/2010/04/20/google-wave-added-some-quick-start-templates/">quick start templates</a> Google added to Wave back in April? Well, time has come for some official <strong>Google Wave tutorials</strong> covering 3 basic tasks like <em>planning an event</em>, <em>drafting documents</em> and <em>brainstorming</em>. So the next time you visit Wave pay some attention to that link, under the quick start templates, titled &#8220;<strong>Tutorials: train me in the Wave way &#8230;</strong>&#8221; that brings you to this question: &#8220;<strong>What do you want to master?</strong>&#8220;. This will create a new wave pre-loaded with some content for you along with some instructions in order to get a quick grasp of using Google Wave.</p>
<p>By the way, Google Wave is now <a href="http://googlewave.blogspot.com/2010/05/google-wave-available-for-everyone.html" target="_blank">available</a> for everyone as part of Google Labs. Just visit <a href="http://wave.google.com/">wave.google.com</a> to try these tutorials for yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/06/16/google-wave-the-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost half Android devices out there are running Android 2.1</title>
		<link>http://elephantsquared.com/2010/06/02/almost-half-android-devices-out-there-are-running-android-2-1/</link>
		<comments>http://elephantsquared.com/2010/06/02/almost-half-android-devices-out-there-are-running-android-2-1/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 22:09:56 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 2.1]]></category>
		<category><![CDATA[fragmentation]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1332</guid>
		<description><![CDATA[As suspected, Google’s latest platform versions breakdown came out ~2 weeks after the latest report. Correct me if I am wrong, but it seems that the platform versions report will be updated on a more steady frequency from now on, that is every 2 weeks. If so, it would be nice to have a historical analysis of this data. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1333" title="half-android-devices-running-android-2-1" src="http://elephantsquared.com/wp-content/uploads/2010/06/half-android-devices-running-android-2-1.png" alt="" width="550" height="300" /></p>
<p>As suspected, Google’s latest <a href="http://d.android.com/resources/dashboard/platform-versions.html" target="_blank">platform versions</a> breakdown came out ~2 weeks after the latest report. Correct me if I am wrong, but it seems that the <em>platform versions</em> report will be updated on a more steady frequency from now on, that is every 2 weeks. If so, it would be nice to have a historical analysis of this data.</p>
<blockquote><p>Note: This data is based on the number of Android devices that have accessed Android Market within a 14-day period.</p></blockquote>
<p>Today&#8217;s <em>platform versions</em> report shows Android 2.1 gaining significant ground on other platform versions, rising from 37.2% to 45.1%. Incredibly, now <strong>almost half Android devices out there are running Android 2.1</strong>. It is also notable that Android 1.5 dropped from 34.1% to 27.6%.</p>
<p>But I guess that the <strong>Android &#8220;fragmentation&#8221; problem</strong> will probably be there for quite some time yet. Especially now with the forthcoming <strong>Froyo</strong> release possibly coming this or the next week.</p>
<p><strong>Update</strong>: There has been some interesting buzz on Android &#8220;fragmentation&#8221; since Reto Meier made a post about it. Read more <a href="http://blog.radioactiveyak.com/2010/06/whats-in-word.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/06/02/almost-half-android-devices-out-there-are-running-android-2-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome goes stable for Mac and Linux</title>
		<link>http://elephantsquared.com/2010/05/25/google-chrome-goes-stable-for-mac-and-linux/</link>
		<comments>http://elephantsquared.com/2010/05/25/google-chrome-goes-stable-for-mac-and-linux/#comments</comments>
		<pubDate>Tue, 25 May 2010 20:47:29 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[stable]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1329</guid>
		<description><![CDATA[The web browser is undeniably the most important piece of software on your computer. These days much of what you do with your computer happens in your browser. Today, Google Chrome leaves beta on Mac and Linux. Just in time! I recently made Google Chrome (beta by then) my default browser. So, that made me [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1330" title="google-chrome-goes-stable-for-mac-and-linux" src="http://elephantsquared.com/wp-content/uploads/2010/05/google-chrome-goes-stable-for-mac-and-linux.png" alt="" width="550" height="300" /></p>
<p>The web browser is undeniably<em> the most important piece of software on your computer.</em> These days much of what you do with your computer happens in your browser. Today, <strong>Google Chrome</strong> leaves beta on Mac and Linux. Just in time! I <a href="http://twitter.com/georgetsiolis/status/14498683717" target="_blank">recently</a> made Google Chrome (beta by then) my default browser. So, that made me feel better about my decision.</p>
<p>How about you? Which browser do you prefer/use?</p>
<p>You can now download Chrome from <a href="http://google.com/chrome" target="_blank">google.com/chrome</a>.</p>
<p>[ illustration by <a href="http://www.christophniemann.com/" target="_blank">Christoph Niemann</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/25/google-chrome-goes-stable-for-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google I/O 2010: Day 2 (hint: android)</title>
		<link>http://elephantsquared.com/2010/05/21/google-io-2010-day-2-hint-android/</link>
		<comments>http://elephantsquared.com/2010/05/21/google-io-2010-day-2-hint-android/#comments</comments>
		<pubDate>Thu, 20 May 2010 22:15:51 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 2.2]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[boxee box]]></category>
		<category><![CDATA[dalvik]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[gingerbread]]></category>
		<category><![CDATA[google io]]></category>
		<category><![CDATA[google tv]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jit]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[over-the-air]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1325</guid>
		<description><![CDATA[I mean, having an Android overdose was expected today, but this?! Oh, I bet this day made some Apple fanboys jealous. So, the second day at the Google I/O 2010 was about 2 things; Android and Google TV. This time, live-blogging and live-waving was not enough so Matt Cutts started live-buzzing here along with the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1326" title="android-froyo" src="http://elephantsquared.com/wp-content/uploads/2010/05/android-froyo.png" alt="" width="550" height="300" /></p>
<p>I mean, having an Android <em>overdose</em> was expected today, but this?! Oh, I bet this day made some Apple fanboys jealous. So, the second day at the Google I/O 2010 was about 2 things; <strong>Android</strong> and <strong>Google TV</strong>. This time, <em>live-blogging</em> and <em>live-waving</em> was not enough so Matt Cutts started <em>live-buzzing</em> <a href="http://www.google.com/buzz/109412257237874861202/RXsQ4oG885h/Heres-my-live-buzz-of-the-keynote-for-day-2-of" target="_blank">here</a> along with the event.</p>
<h3>Android</h3>
<p>Yes, <strong>Froyo</strong> is <a href="http://android-developers.blogspot.com/2010/05/android-22-and-developers-goodies.html" target="_blank">out</a>. <span style="background-color: #ffff99;">(Android <strong>Gingerbread</strong> release currently planned for Q4,  2010)</span>. Froyo release includes major updates to these areas:</p>
<ul>
<li>Speed</li>
<li>APIs and Services</li>
<li>Browser</li>
<li>Android Market</li>
</ul>
<p>Three of the most striking changes there include <strong>over-the-air application  installation</strong>, <strong>remote music streaming</strong> and the ability to <strong>turn your Android phone into a portable Wi-Fi hotspot</strong>.</p>
<p>Except for that, Android 2.2 aims towards improved overall performance that includes (and is not limited to):</p>
<ul>
<li>Performance of the browser that has been enhanced using the V8 engine, which enables faster loading of JavaScript-heavy pages.</li>
<li>Dalvik VM performance boost: 2x-5x performance  speedup for CPU-heavy code over Android 2.1 with Dalvik JIT.</li>
</ul>
<h3>Google TV</h3>
<p>Google TV is the second big thing revealed on the second day at  the Google I/O this year.</p>
<blockquote><p>Google TV is a new experience made for television that combines the TV   you know and love with the freedom and power of the Internet.</p></blockquote>
<p>If you ask me, the closest thing to Google TV is <a href="http://elephantsquared.com/2010/01/06/boxee-box-to-be-announced-tomorrow-at-ces/">Boxee box</a>. Have you tried Boxee?</p>
<p><span id="more-1325"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yAZYSVr2Bhc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/yAZYSVr2Bhc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/21/google-io-2010-day-2-hint-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google I/O 2010: Day 1 (hint: open standards)</title>
		<link>http://elephantsquared.com/2010/05/20/google-io-2010-day-1/</link>
		<comments>http://elephantsquared.com/2010/05/20/google-io-2010-day-1/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:59:23 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[google io]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[on2]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[web store]]></category>
		<category><![CDATA[webm]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1323</guid>
		<description><![CDATA[As expected, Google I/O keynote was thrilling. Google made some major announcements regarding the future of the web. The event began at 9 a.m. PDT, that is around 7 p.m. here in Greece. The keynote started with VP of Engineering Vic Gundotra taking the stage followed by VP of Product Management Sundar Pichai. It was all about [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1324" title="google-io-2010-day-1" src="http://elephantsquared.com/wp-content/uploads/2010/05/google-io-2010-day-1.png" alt="" width="550" height="300" /></p>
<p>As expected, Google I/O keynote was thrilling. Google made some major announcements regarding the future of the web. The event began at 9 a.m. PDT, that is around 7 p.m. here in Greece. The keynote started with VP of Engineering Vic Gundotra taking the stage followed by VP of Product Management Sundar Pichai. It was all about <strong>HTML5</strong> and <strong>open standards</strong>.</p>
<p>First and foremost, the VP8 codec. Last summer Google acquired <a href="http://www.on2.com/" target="_blank">On2</a> for its video compression technology. Today, Google announced VP8 codec as part of a new project named <strong><a href="http://www.webmproject.org/" target="_blank">WebM</a></strong>. By the way, VP8 is now open-source.</p>
<blockquote><p>The WebM project is dedicated to developing a high-quality, open video format for the web that is freely available to everyone.</p></blockquote>
<p>One of the most important things about this is that <em>the <strong>WebM</strong></em><em> launch is supported by Mozilla, Opera, Google and more than forty other publishers, software and hardware vendors</em>! Read more <a href="http://webmproject.blogspot.com/2010/05/introducing-webm-open-web-media-project.html" target="_blank">here</a>.</p>
<p>&#8230;<a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2010/05/19/another-follow-up-on-html5-video-in-ie9.aspx" target="_blank">including</a> Microsoft!</p>
<blockquote><p>In its HTML5 support, IE9 will support playback of H.264 video as well as VP8 video when the user has installed a VP8 codec on Windows.</p></blockquote>
<p>What’s Great About <strong>WebM</strong></p>
<ul>
<li>Very high quality video</li>
<li>Great video playback performance, even on older computers</li>
<li>100% free and open to everyone</li>
<li>Supported on popular video sites like YouTube</li>
</ul>
<p>Later on, Adobe shared some HTML5 love on the stage.</p>
<p>The keynote continued with the <strong><a href="https://chrome.google.com/webstore" target="_blank">Chrome Web Store</a></strong>. The Chrome Web Store opens later this year.</p>
<blockquote><p>Users will be able to discover a broad range of amazing web apps while developers will be able to reach millions of new users.</p></blockquote>
<p>Next was <strong>Wave</strong>. Google Wave has been opened up to everyone as of today (also part of Google Apps as of today).</p>
<p>The keynote ended with an extensive reference to App Engine, GWT and some great things coming from Google + VMWare.</p>
<blockquote><p>VMWare has been working with Google to bring an open-source layer for the cloud</p></blockquote>
<p>You can watch the Google I/O 2010 Keynote online <a href="http://www.youtube.com/watch?v=mbVVDDu8f9k" target="_blank">here</a>.</p>
<p>I am guessing <strong>Day 2</strong> will be all about <strong>Android</strong>. Woo hoo!</p>
<p>P.S. By the time I am writing this Google Buzz APIs come into play. Take a look <a href="http://www.buzz-demos.com/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/20/google-io-2010-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Square: Accept payment cards using your mobile device</title>
		<link>http://elephantsquared.com/2010/05/16/square-accept-payment-cards-using-your-mobile-device/</link>
		<comments>http://elephantsquared.com/2010/05/16/square-accept-payment-cards-using-your-mobile-device/#comments</comments>
		<pubDate>Sat, 15 May 2010 23:20:03 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[square]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1321</guid>
		<description><![CDATA[So, Square has arrived at another phase of rollout these days. It is now available to everyone who is interested in mobile payments. You should know that it works on the iPhone, iPod touch, iPad, and Android devices. In case you are not familiar with Square, Square is an application that allows anyone to accept [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1322" title="square-accept-payment-cards-using-your-mobile-device" src="http://elephantsquared.com/wp-content/uploads/2010/05/square-accept-payment-cards-using-your-mobile-device.png" alt="" width="550" height="300" /></p>
<p>So, <a href="https://squareup.com/" target="_blank"><strong>Square</strong></a> has arrived at <em>another phase of rollout</em> these days. It is now available to <strong>everyone</strong> who is interested in mobile payments. You should know that it works on the iPhone, iPod touch, iPad, and Android devices.</p>
<p>In case you are not familiar with Square, <em>Square is an application that allows anyone to accept payment cards  using their mobile device</em>. This is done with a tiny card reader that plugs into the headphone jack on the device. Unfortunately, Square is unavailable outside U.S. for the time being.</p>
<blockquote><p>Square intends to bring immediacy, transparency, and approachability to  the financial world. We want to enable all people to accept payments  instantly, with access to all the information they need, in a way that  feels amazing and engaging.  When you think about it, paying someone is  just another form of communication, an exchange of value that deserves  to have the same design and product considerations that every social  service prides itself on maintaining.</p></blockquote>
<p>Square is, in my opinion, a very interesting and innovative technology and I am really looking forward to see how this turns out. Have you tried Square? What do you think?</p>
<p>You can follow <a href="http://twitter.com/Square" target="_blank">@Square</a> on Twitter.</p>
<p><span id="more-1321"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/iBieYjxUj5Q&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/iBieYjxUj5Q&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/16/square-accept-payment-cards-using-your-mobile-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NaCl: Google released a developer preview of the Native Client SDK</title>
		<link>http://elephantsquared.com/2010/05/12/nacl-google-released-a-developer-preview-of-the-native-client-sdk/</link>
		<comments>http://elephantsquared.com/2010/05/12/nacl-google-released-a-developer-preview-of-the-native-client-sdk/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:21:40 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[nacl]]></category>
		<category><![CDATA[native client]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1315</guid>
		<description><![CDATA[Do you recall the Native Client technology revealed last fall by Google? Well, today Google released a developer preview of the Native Client SDK. Native Client is an open-source technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps. With the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1318" title="developer-preview-of-the-native-client-sdk" src="http://elephantsquared.com/wp-content/uploads/2010/05/developer-preview-of-the-native-client-sdk.png" alt="" width="550" height="300" /></p>
<p>Do you recall the Native Client technology <a href="http://www.youtube.com/watch?v=zgng4C18nNk" target="_blank">revealed</a> last fall by Google? Well, today Google released a developer preview of the <strong>Native Client SDK</strong>.</p>
<blockquote><p>Native Client is an open-source technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps.</p></blockquote>
<p>With the Native Client SDK -which is available under Windows, Mac OS X, or Linux- you can build web apps that seamlessly use native C/C++ code to perform high-performance computation, render 2D/3D graphics, play audio, and respond to mouse and keyboard events. If you are interested in building Native Client apps, visit <a href="http://code.google.com/p/nativeclient-sdk/" target="_blank">code.google.com/p/nativeclient-sdk</a>.</p>
<p>Check out the <strong>Getting Started</strong> <a href="http://code.google.com/p/nativeclient-sdk/wiki/GettingStarted" target="_blank">guide</a> for more instructions for building and running the examples.</p>
<p><span id="more-1315"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nP8Mo0jGQDk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/nP8Mo0jGQDk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/12/nacl-google-released-a-developer-preview-of-the-native-client-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla: Plugin Check for all browsers</title>
		<link>http://elephantsquared.com/2010/05/11/mozilla-plugin-check-for-all-browsers/</link>
		<comments>http://elephantsquared.com/2010/05/11/mozilla-plugin-check-for-all-browsers/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:59:15 +0000</pubDate>
		<dc:creator>George T</dc:creator>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[secbrowsing]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://elephantsquared.com/?p=1314</guid>
		<description><![CDATA[Last year, Mozilla introduced this nice tool that helped Firefox users keep their plugins up-to-date. Today, Mozilla announced the expansion of this plugin check coverage to work with Safari 4, Chrome 4, and Opera 10.5. Outdated plugins are a major source of security and stability risk for web users, and some studies have put the [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, Mozilla introduced this nice tool that helped Firefox users keep their plugins up-to-date. Today, Mozilla <a href="http://blog.mozilla.com/security/2010/05/11/plugin-check-for-everyone/" target="_blank">announced</a> the expansion of this plugin check coverage to work with <strong>Safari 4</strong>, <strong>Chrome 4</strong>, and <strong>Opera 10.5</strong>.</p>
<blockquote><p>Outdated plugins are a major source of security and stability risk for  web users, and some studies have put the proportion of users with older  versions <a href="http://www.h-online.com/security/80-per-cent-of-users-surf-with-vulnerable-versions-of-Flash--/news/114090" target="_blank">as  high as 80%</a>.</p></blockquote>
<p>Just visit <a href="http://mozilla.com/plugincheck/" target="_blank">mozilla.com/plugincheck/</a> to run a plugin check for your browser.</p>
<p>You should also check out <a href="http://elephantsquared.com/2010/04/25/secbrowsing-keep-your-browser-and-plugins-up-to-date/">SecBrowsing</a>, another powerful tool that helps you keep your browser and plugins up-to-date. If you are using Google Chrome, there is a SecBrowsing <a href="https://chrome.google.com/extensions/detail/pgkcfihepeihdlfphbndagmompiakeci" target="_blank">extension</a> that alerts you if plugins are out-of-date.</p>
]]></content:encoded>
			<wfw:commentRss>http://elephantsquared.com/2010/05/11/mozilla-plugin-check-for-all-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
