<?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>efliv.com &#187; Software</title>
	<atom:link href="http://blog.efliv.com/category/tech/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.efliv.com</link>
	<description>...from the desk of edward f. lebreton iv</description>
	<lastBuildDate>Sun, 04 Sep 2011 03:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Canvasing Social Games</title>
		<link>http://blog.efliv.com/2010/02/28/canvasing-social-games/</link>
		<comments>http://blog.efliv.com/2010/02/28/canvasing-social-games/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:56:35 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=332</guid>
		<description><![CDATA[A lot has been said about the current struggle to standardize the HTML5 video element and the implications for Flash and Adobe. Yet, there&#8217;s another element within HTML5 that excites me even more, the canvas element. The canvas element promises to allow an open, rich-media experience similar to that of interactive Flash. For examples of [...]]]></description>
			<content:encoded><![CDATA[<p>
<div id="_mcePaste"><a href="http://www.flickr.com/photos/carabanderson/3033798968/"><img class="aligncenter size-full wp-image-334" title="Image by Cara B Anderson" src="http://blog.efliv.com/wp-content/uploads/2010/02/canvas_cropped.jpeg" alt="" width="500" height="200" /></a></p>
<p><a href="http://techcrunch.com/2010/02/05/the-future-of-web-content-html5-flash-mobile-apps/">A lot</a> has been <a href="http://www.0xdeadbeef.com/weblog/2010/01/html5-video-and-h-264-what-history-tells-us-and-why-were-standing-with-the-web/">said</a> about the current <a href="http://daringfireball.net/linked/2010/02/14/hixie">struggle</a> to standardize the <a href="http://en.wikipedia.org/wiki/Html5">HTML5</a> video element and the implications for Flash and Adobe. Yet, there&#8217;s another element within HTML5 that excites me even more, the <a href="http://en.wikipedia.org/wiki/Canvas_element">canvas element</a>.</p>
<p>The canvas element promises to allow an open, rich-media experience similar to that of interactive Flash. For examples of what&#8217;s possible, check out <a href="http://canvasdemos.com">Canvas Demos</a>, especially my favorite blast from the past, <a href="http://www.megidish.net/awjs/">Another World</a>. Note that this is written entirely in open standards and available across all modern browsers without a proprietary plug-in. Not only does this cut out the hassle and cost of a proprietary middle-man, but it allows for true cross-platform development with the caveat of universal browser support. (We&#8217;re looking at you IE.) </p>
<p>In order to gage the benefits of the canvas element, let&#8217;s consider its possible impact on one of hottest areas of the web: social gaming. Companies like <a href="http://zynga.com">Zynga</a>, <a href="http://playfish.com">Playfish</a> and <a href="http://playdom.com">Playdom</a> have unlocked massive value by creating addictive, casual experiences that leverage the interpersonal incentives and virility of social networks. These companies also consider game development an ongoing process. Using sophisticated <a href="http://en.wikipedia.org/wiki/A/B_Testing">A/B testing</a>, they are constantly validating improvements on a subset of their large user base before rolling out successful changes to the full audience. </p>
<p>The majority of these games are written in Flash. Let&#8217;s take Zynga for example. Their mega-hit <a href="http://farmville.com">Farmville</a>, is written entirely in Flash. Even <a href="http://www.facebook.com/MafiaWars">Mafia Wars</a>, which was originally penned in PHP, has started rolling out features coded in Flash, such as the new &#8220;Properties&#8221; section.</p>
<p>While this has worked phenomenally well in the desktop environment, rapid iteration and the use of Flash have limited growth in the mobile space, especially on the iPhone. The iPhone&#8217;s lack of Flash and time-delayed App Store approval process has forced Zynga to bifurcate the development of some titles spanning social networks and the iPhone. For instance, Mafia Wars is a separate experience on Facebook and the iPhone that require users develop entirely new networks of mafia members. In other words, you can&#8217;t play with your Facebook mafia on the iPhone. Other titles like Farmville, which are entirely Flash experiences, are not even available on the iPhone. (Note that this is not true of Zynga&#8217;s Live Poker, which does allow iPhone users to interact with Facebook and MySpace users, presumably due to a longer development cycle that is less constricted by App Store approvals.)</p>
<p>HTML5, however, allows for a single gaming interface that is available across social network platforms and the iPhone while also allowing for rapid feature iteration. Rewriting these games in HTML5 is not a trivial exercise. But, in the same way securities analysts see untapped potential in Apple&#8217;s stock once the iPhone gains greater distributiong by breaking free of AT&amp;T, Zynga can unlock similar value by making their games truly platform agnostic and fully accessible in the mobile environment.</p>
<p>True, HTML5 is not without its problems. The standard is relatively immature. Browser compatibility is far from universal. Functionalities like <a href="http://daringfireball.net/linked/2010/02/22/flash-touch">hover</a> are not present in most mobile interfaces. And awareness and promotion of web-based apps remains inferior to that of native applications on most mobile OSes.</p>
<p>But the benefits of HTML5 and the canvas element are clear and the incentives are real and valuable for both companies and customers. Social gaming is merely one example.</p>
<p><em>Image by </em><a href="http://www.flickr.com/photos/carabanderson/3033798968/"><em>Cara B Anderson</em></a><em> on </em><a href="http://flickr.com"><em>Flickr</em></a><em>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2010/02/28/canvasing-social-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Twitter Bring a Browser to the Xbox 360?</title>
		<link>http://blog.efliv.com/2009/06/24/will-twitter-bring-a-browser-to-the-xbox-360/</link>
		<comments>http://blog.efliv.com/2009/06/24/will-twitter-bring-a-browser-to-the-xbox-360/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 00:32:55 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=218</guid>
		<description><![CDATA[At this past E3, Microsoft announced plans to integrate both Twitter and Facebook into the Xbox 360&#8242;s New Xbox Experience (NXE) dashboard. Smart move. Preceded by the computer and the mobile phone, the living room TV is quickly becoming the &#8220;third screen&#8221; to the web and the 360 has become a popular method of getting [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.flickr.com/photos/clickr-bee/2767790815/"><img class="aligncenter size-full wp-image-236" title="blue_bird" src="http://blog.efliv.com/wp-content/uploads/2009/06/blue_bird.jpg" alt="blue_bird" width="498" height="193" /></a></p>
<p style="text-align: center;">
<p>At this past <a href="http://www.e3expo.com/">E3</a>, Microsoft announced plans to integrate both <a href="http://www.joystiq.com/2009/06/23/pachter-last-fm-twitter-the-most-important-features-of-e3/">Twitter and Facebook</a> into the Xbox 360&#8242;s New Xbox Experience (NXE) dashboard.</p>
<p>Smart move.</p>
<p>Preceded by the computer and the mobile phone, the living room TV is quickly becoming the &#8220;third screen&#8221; to the web and the 360 has become a popular method of getting TVs online. So it&#8217;s only natural for Microsoft to look to integrate with the fastest growing social networks.</p>
<p>But does this decision create a strategic dilemma for Microsoft?</p>
<p>The 360 is, without a doubt, a terrific platform. It is also decidedly closed. Conversely, Twitter is an open, organic web experience that derives an increasing amount of value from the distribution of passed links. <a href="http://www.avc.com/">Fred Wilson</a>, an investor in Twitter at <a href="http://unionsquareventures.com/">Union Square Ventures</a>, <a href="http://www.techcrunch.com/2009/06/16/fred-wilson-the-value-of-twitter-is-in-the-power-of-passed-links/">recently confirmed this</a>. Facebook, as it methodically opens, is also becoming a conduit for <a href="http://www.marcoullier.com/blog/2009/05/05/twitter-broadcasting-vs-facebook-sharing/">passed links</a>. In short, these services are dependent on the browser and an open web.</p>
<p>Therefore, the very addition of Twitter and Facebook leads me to believe that a 360 browser is imminent. After all, the alternative is crippled Twitter and Facebook experiences that would only highlight the limitations of Microsoft&#8217;s closed platform.</p>
<p>Yet, adding a browser is a difficult move for Microsoft, as it brings a host of unwanted issues. Do they block alternative videos sources like Hulu and YouTube to protect their own video marketplace? What about the increased competition to their Xbox live casual game library from free, browser-based alternatives? And (I can&#8217;t believe I&#8217;m writing this) what about putting a conduit to porn on a device marketed to children?</p>
<p>It will be interesting to see how Microsoft balances the demand for openness introduced by these services with the lucrative nature of platform control. However, this much is true; the Xbox will soon have an open browser or a severely limited social network experience.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/clickr-bee/2767790815/">Clickr Bee</a> on <a href="http://flickr.com">Flickr</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2009/06/24/will-twitter-bring-a-browser-to-the-xbox-360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing up my Tumblog with SlimTwitter</title>
		<link>http://blog.efliv.com/2009/06/05/changing-up-my-tumblog-with-slimtwitter/</link>
		<comments>http://blog.efliv.com/2009/06/05/changing-up-my-tumblog-with-slimtwitter/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 02:20:15 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=169</guid>
		<description><![CDATA[As of today, I&#8217;m no longer importing all of my Twitter activity to my Tumblog. I made the change after realizing that, through a haphazard spaghetti of crisscrossing RSS feeds, I had configured my Tumblr and Twitter content to match almost 1:1. While I liked the visually appealing, life-stream effect it created on Tumblr, I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-174" title="spaghetti" src="http://blog.efliv.com/wp-content/uploads/2009/06/spaghetti.jpg" alt="spaghetti" width="500" height="200" /></p>
<p>As of today, I&#8217;m no longer importing all of my <a href="http://twitter.com/efliv">Twitter</a> activity to my <a href="http://tumblr.efliv.com">Tumblog</a>. I made the change after realizing that, through a haphazard spaghetti of crisscrossing RSS feeds, I had configured my Tumblr and Twitter content to match almost 1:1. While I liked the visually appealing, life-stream effect it created on Tumblr, I realized that my tweets were dominating my Tumblog despite the setup making me a very reluctant and infrequent Twitterer. I&#8217;d like to change that.</p>
<p>Yet, it was a tough call. I spent a good deal of time integrating Twitter into Tumblr just so, specifically removing duplicate posts from sites I fed into both services (mainly my <a href="http://blog.efliv.com">blog</a> and <a href="http://www.flickr.com/photos/efliv/">flickr</a> account). I did this through a <a href="http://yahoo.com">Yahoo!</a> <a href="http://pipes.yahoo.com">Pipe</a> I created and call <a href="http://pipes.yahoo.com/efliv/slimtwitter">SlimTwitter</a>. Today, I reworked SlimTwitter to only pass music tweets that come from <a href="http://hypem.com/efliv">The Hype Machine</a> and <a href="http://wearehunted.com">We Are Hunted</a> and those that I mark with an asterik (*), which SlimTwitter rightly removes en route. It ain&#8217;t perfect, but it&#8217;ll work for now.</p>
<p>I think it will make for a cleaner Tumblog and, maybe, make a more active Twitterer.</p>
<p><em>Image by <a href="http://www.flickr.com/photos/poluz/2401303168/">poluz</a> on <a href="http://flickr.com">Flickr</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2009/06/05/changing-up-my-tumblog-with-slimtwitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can&#8217;t quit you, Tumblr</title>
		<link>http://blog.efliv.com/2009/04/28/i-cant-quit-you-tumblr/</link>
		<comments>http://blog.efliv.com/2009/04/28/i-cant-quit-you-tumblr/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:33:12 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=127</guid>
		<description><![CDATA[In my recent redesign, I struggled with the decision of which publishing platform to run, Tumblr or WordPress. In the end, I punted and chose to run both; Tumblr for short, life-stream posts and WordPress for longer pieces. They both sit under the efliv.com domain, organized by tabs. It&#8217;s clunky but, while I never felt [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-128" title="rockies" src="http://blog.efliv.com/wp-content/uploads/2009/04/rockies.jpg" alt="rockies" width="499" height="216" /></p>
<p>In my recent <a href="http://blog.efliv.com/2009/04/26/new-eflivcom-design/">redesign</a>, I struggled with the decision of which publishing platform to run, <a href="http://tumblr.com">Tumblr</a> or <a href="http://wordpress.org">WordPress</a>. In the end, I punted and chose to run both; Tumblr for short, life-stream posts and WordPress for longer pieces. They both sit under the efliv.com domain, organized by tabs.</p>
<p>It&#8217;s clunky but, while I never felt comfortable using Tumblr as my sole platform, I also couldn&#8217;t let it go. Tumblr just has so much going for it and I think <a href="http://www.marco.org/">Marco</a> and <a href="http://www.davidslog.com/">David</a> are on to something. So here are my thoughts on what attracts me to, and bugs me about, Tumblr.</p>
<p>I love Tumblr&#8217;s&#8230;</p>
<ul>
<li><strong>Simplicity</strong>: Posting on Tumblr is easy as pie. You simply head to the dashboard, select the post type, enter the info and presto! You have a post perfectly suited the type of media you&#8217;re blogging about. Even better, the <a href="http://www.tumblr.com/goodies">bookmarklet</a> allows you to post directly from the browser when you run across something you want to blog about.</li>
<li><strong>Versatility</strong>: For those comfortable with basic web design, Tumblr gives you full access to your site&#8217;s HTML and CSS. This is a big departure from other hosted solutions like <a href="http://blogger.com">Blogger</a>. This results in incredibly <a href="http://www.tumblr.com/directory">beautiful and original</a> Tumblogs.</li>
<li><strong>Social Networking</strong>: The Tumblr dashboard allows you to follow other Tumblogs and receive alerts when others start following you or reblog or like your posts. It&#8217;s a minor pain having yet another network to check, but I like it for some reason. And the <a href="http://www.tumblr.com/goodies">iPhone</a> app makes it easy to check on the go.</li>
<li><strong>Easy Importing</strong>: Tumblr allows you to import feeds from other services automatically. My Tumblog includes pics from <a href="http://www.flickr.com/photos/efliv/">flickr</a>, links to my <a href="http://blog.efliv.com/">blog</a> posts, and my <a href="http://twitter.com/efliv">tweets</a>, which I&#8217;ve filtered through <a href="http://yahoo.com">Yahoo!</a> <a href="http://pipes.yahoo.com/pipes/">Pipes</a> to remove duplicate flickr and blog postings (a major pet peeve of mine).</li>
</ul>
<p>However, I couldn&#8217;t get over Tumblr&#8217;s&#8230;</p>
<ul>
<li><strong>Ownership</strong>: Tumblr is a hosted solution, so they own all your content. I trust Marco and the technical team, but I just wasn&#8217;t comfortable leaving all my content on someone else&#8217;s servers with (as far as I can tell) no simple export option.</li>
<li><strong>Lack of comments</strong>: Tumblr lacks a native comment system. Sure they have the &#8216;answers&#8217; feature (end any post with a ? to allow people to leave a short response) and you can always add <a href="http://disqus.com">Disqus</a> or <a href="http://intensedebate.com/">IntenseDebate</a> comment systems. However, answers are pretty limited and the average user may not grok the use or advantages of third-party comment systems.</li>
<li><strong>Limited RSS output</strong>: This is a big one for me. I&#8217;m dying to get an RSS feed of only the Tumblr posts I create through the site, i.e. a feed that strips out all imported posts from my blog, flickr, and twitter. I&#8217;m a big fan of syndication and would push this feed to a number of other sites (Facebook, FriendFeed, etc.). That&#8217;s a good thing for Tumblr as it increases the &#8220;virality&#8221; of their service. However, using the current RSS feed would create numerous duplicate posts on sites where I already import those services. I&#8217;ve emailed Tumblr support and Marco directly about this. Hopefully they get the hint. As far as I know, there isn&#8217;t enough info in the current RSS feed to parse this out with Pipes. Maybe you can via the API, but I haven&#8217;t gotten that far.</li>
<li><strong>Lack of source info</strong>: This is another pain for me. With Tumblr, you can alter the appearance of your posts by type, i.e. video posts look different than text posts. However, you can not alter the appearance of a post by source. For instance, both my imported twitter messages and my reblogs and text posts fall into the &#8220;text&#8221; category. Ideally, I&#8217;d be able to differentiate the formatting of my tweets from my other text posts, adding a twitter logo for instance. This has to be on their to-do list, and I hope they add it soon.</li>
<li><strong>Direction</strong>: Tumblr clearly has big plans for the future, which are likely to include paid services and, possibly, changes to their current services. I simply don&#8217;t feel comfortable putting all my digital eggs in their undefined basket.</li>
</ul>
<p>That about sums up my love/hate relationship with Tumblr. Let me know if you agree or disagree in the comments!</p>
<p><em>Image taken from: <a href="http://travelbyphotos.com/canada-photos.htm">TravelByPhotos.com</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2009/04/28/i-cant-quit-you-tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iThoughts on the iPhone</title>
		<link>http://blog.efliv.com/2008/12/04/ithoughts-on-the-iphone/</link>
		<comments>http://blog.efliv.com/2008/12/04/ithoughts-on-the-iphone/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 18:25:22 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Consumer Electronics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=53</guid>
		<description><![CDATA[The iPhone seems to be everywhere these days. Here are my thoughts on a few of the bigger stories: Games, Games, Games &#8211; I&#8217;ve noticed a significant jump in the quality of iPhone apps recently, especially the games. Anyone who&#8217;s been around me recently knows I can&#8217;t stop playing Fieldrunners (must. beat. hard. setting.) and [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone seems to be everywhere these days. Here are my thoughts on a few of the bigger stories:</p>
<p><strong>Games, Games, Games</strong> &#8211; I&#8217;ve noticed a significant jump in the quality of iPhone apps recently, especially the <a href="http://online.wsj.com/article/SB122644912858819085.html">games</a>. Anyone who&#8217;s been around me recently knows I can&#8217;t stop playing <a href="http://www.subatomicstudios.com/">Fieldrunners</a> (must. beat. hard. setting.) and I&#8217;m eagerly anticipating <a href="http://rolando.ngmoco.com/">Rolando</a>. But today I saw the <a href="http://www.youtube.com/watch?v=eAYfieW9liU&amp;fmt=18">first legitimate first person shooter</a> for the platform: Brothers in Arms. If it looks a little buggy, remember it&#8217;s pre-release, but it appears that they&#8217;ve nailed the controls.</p>
<p><strong>2.2 &amp; Stability</strong> &#8211; Apple released iPhone software 2.2 a few weeks back and there&#8217;s been a lot of controversy over the stability of the update. VentureBeat seems to think the <a href="http://venturebeat.com/2008/11/26/about-those-rampant-iphone-22-problems/">claims are unwarranted</a> (or at the very least exaggerated). But, from my own exprience, stability has definitely taken a dive. I&#8217;m not saying everyone will have these probems, but I certainly have. Now they&#8217;re neither a deal-breaker for everyday use nor have I quantified the severity to any degree, but apps and web pages are crashing more often than before, probably once or more a day. I&#8217;ve even had a couple full system freezes in the short time since updating, which rarely happened before.</p>
<p><strong>Linux On The iPhone</strong> &#8211; This is awesome. I&#8217;ve <a href="http://twitter.com/efliv/status/822023155">been saying for a while</a> that I want the ability to dual boot Linux (i.e. Android) and OS X on my iPhone. I&#8217;d love the abilty to switch over the Android for apps not supported by Apple. Well, the <a href="http://gizmodo.com/5100029/linux-for-iphone-may-open-the-door-to-android-iphone">first steps are underway</a>. And as great as this is, I&#8217;d much prefer an official &#8220;Boot Camp&#8221; quality option from Apple&#8230; but I&#8217;m not holding my breadth.</p>
<p><strong>iPhone Outsells Windows Mobile</strong> &#8211; Not much else to say beyond the title, but <a href="http://www.engadget.com/2008/12/04/smartphone-numbers-are-in-iphone-sales-exceed-windows-mobile-sa/">iPhone sales surpassed those of Windows Mobile</a> for the first time last quarter. It&#8217;s been relatively quiet on the WinMo front. I&#8217;m interested to see how the boys up in Redmond respond.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2008/12/04/ithoughts-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Thoughts on Chrome</title>
		<link>http://blog.efliv.com/2008/09/08/quick-thoughts-on-chrome/</link>
		<comments>http://blog.efliv.com/2008/09/08/quick-thoughts-on-chrome/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:32:37 +0000</pubDate>
		<dc:creator>Eddie LeBreton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.efliv.com/?p=42</guid>
		<description><![CDATA[Thanks to VMware, I&#8217;ve had a chance to play around with Google&#8217;s new Chrome browser. All-in-all it&#8217;s a nice step. Carter made a good point that it won&#8217;t really be a game changer until the new Java engine, V8, and Gears are fully utilized and Chrome apps begin to do things we haven&#8217;t seen before. [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to VMware, I&#8217;ve had a chance to play around with Google&#8217;s new <a href="http://www.google.com/chrome">Chrome</a> browser. All-in-all it&#8217;s a nice step. <a href="http://www.cubanlinks.org">Carter</a> made a good point that it won&#8217;t really be a game changer until the new Java engine, V8, and Gears are fully utilized and Chrome apps begin to do things we haven&#8217;t seen before. Very true.</p>
<p>However, it&#8217;s Chrome&#8217;s Omnibox, a multi-functional URL box, that piqued my interest for a couple reasons:</p>
<p>1) <strong>Bye, Bye YubNub</strong>: I&#8217;ve been a big fan of <a href="http://www.yubnub.org">YubNub</a>, a site that lets a user query numerous sites from a simple, quick-loading web page. (I <a href="http://attentionbandit.com/2007/04/yubnub-my-new-homepage.html">profiled</a> YubNub once before on my old blog.) However, the Omnibox supercedes YubNub by planting this functionality right in the browser.</p>
<p>2) <strong>A New Revenue Stream</strong>: I&#8217;ve yet to see any evidence of this but it&#8217;s entirely possible that Google could plant advertisements into the Omnibox&#8217;s dynamic site suggesetions, either by paid advertisements (more likely) or moving a suggested website&#8217;s position closer to the top of the queue. This loosely parallels what I&#8217;ve seen in the brokerage business aimed at professional investors where firms are doing all they can to move upstream in a client&#8217;s investment process by gaining access to their trading book (i.e. the list of positions they need to enter/exit). The logic is that the earlier you determine a users/traders intentions, the earlier you can capitalize on this knowledge. Chrome&#8217;s Omnibox gives Google just such an advantage should they decide to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.efliv.com/2008/09/08/quick-thoughts-on-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

