<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:idx="urn:atom-extension:indexing" xmlns:gr="http://www.google.com/schemas/reader/atom/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" idx:index="no"><!--
Content-type: Preventing XSRF in IE.

--><generator uri="http://www.google.com/reader">Google Reader</generator><id>tag:google.com,2005:reader/user/05124445697159870090/state/com.google/broadcast</id><title>Shine's shared items in Google Reader</title><gr:continuation>CKi2o_HByJsC</gr:continuation><author><name>Shine</name></author><updated>2009-07-10T21:44:41Z</updated><link rel="self" href="http://feeds.feedburner.com/CreativeMindsShared" type="application/atom+xml" /><entry gr:crawl-timestamp-msec="1247262281791"><id gr:original-id="9d4b03f4-ce39-4703-ab9d-5b341a2c824e:35764">tag:google.com,2005:reader/item/ae387ff63905ecf2</id><category term=".NET 3.5" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/.NET+3.5/default.aspx" /><category term="Microsoft" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Microsoft/default.aspx" /><category term="Entity Framework" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Entity+Framework/default.aspx" /><category term=".NET 4.0" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/.NET+4.0/default.aspx" /><title type="html">Interesting reading about Entity Framework 4.0</title><published>2009-07-08T17:29:57Z</published><updated>2009-07-08T17:29:57Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/gOMZBL4vL3U/interesting-reading-about-entity-framework-4-0.aspx" type="text/html" /><summary xml:base="http://pontonetpt.com/blogs/" type="html">&lt;p&gt;Entity Framework has suffered great changes and in order to know more about them I recommend the following reading:&lt;/p&gt;  &lt;p&gt;POCO (&lt;strong&gt;P&lt;/strong&gt;lain &lt;strong&gt;O&lt;/strong&gt;ld &lt;strong&gt;C&lt;/strong&gt;LR &lt;strong&gt;O&lt;/strong&gt;bject or Persistence ) in the Entity Framework 4.0&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/05/11/sneak-preview-persistence-ignorance-and-poco-in-entity-framework-4-0.aspx"&gt;Sneak Preview: Persistence Ignorance and POCO in Entity Framework 4.0&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;POCO in the Entity Framework: &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;“Why is POCO important in Entity Framework? Is important because now we have the ability to really separate the Storage Model from the Conceptual Model, and being the Conceptual Model our &lt;strong&gt;normal&lt;/strong&gt; CLR Objects, that was not possible in previous versions of Entity Framework. This is a huge breakthrough for this 4.0 version. Is not perfect, and in this technologies it never is but it’s very interesting”&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ol&gt;     &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx"&gt;Part 1 - The Experience&lt;/a&gt; (Explains how to make this two parts of the POCO experience with Entity Framework 4.0, from making the Model to the designing of the POCO entities, as well as answering some interesting questions) &lt;/li&gt;      &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/05/28/poco-in-the-entity-framework-part-2-complex-types-deferred-loading-and-explicit-loading.aspx"&gt;Part 2 – Complex Types, Deferred Loading and Explicit Loading&lt;/a&gt; (Goes further in the POCO entities and make changes shows how to implement Complex Types as well as configuring the Loading by using Deferred/Lazy Loading or Explicit Loading) &lt;/li&gt;      &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/06/10/poco-in-the-entity-framework-part-3-change-tracking-with-poco.aspx"&gt;Part 3 – Change Tracking with POCO&lt;/a&gt; (Explains furthermore how the Change Tracking, that is so important in Entity Framework, works in POCO entities and how can it be configured by using Metadata) &lt;/li&gt;   &lt;/ol&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/06/16/using-repository-and-unit-of-work-patterns-with-entity-framework-4-0.aspx"&gt;Using Repository and Unit of Work patterns with Entity Framework 4.0&lt;/a&gt; (Explains how to implement common patterns like &lt;a href="http://martinfowler.com/eaaCatalog/repository.html"&gt;Repository&lt;/a&gt; and &lt;a href="http://www.martinfowler.com/eaaCatalog/unitOfWork.html"&gt;Unit of Work&lt;/a&gt; using Entity Framework 4.0) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/archive/2009/06/22/announcing-entity-framework-feature-ctp-1.aspx"&gt;Entity Framework Feature CTP 1&lt;/a&gt; (Announcement of the Entity Framework CTP Features for .NET 4.0 Beta 1)       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-self-tracking-entities-for-the-entity-framework.aspx"&gt;Feature CTP Walkthrough: Self Tracking Entities for Entity Framework&lt;/a&gt; (Explains the scenarios on where to use the Self Tracking Entities) &lt;/li&gt;        &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx"&gt;Feature CTP Walkthrough: POCO Templates for Entity Framework&lt;/a&gt; (Explains how to use POCO Templates, that is a kind of T4 Template in order to generate POCO entities) &lt;/li&gt;        &lt;li&gt;&lt;a href="http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-code-only-for-the-entity-framework.aspx"&gt;Feature CTP Walkthrough: Code Only for Entity Framework&lt;/a&gt; (Explains how to Entity Framework without any model like EDMX, just code) &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I hope you enjoy the reading.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;img src="http://pontonetpt.com/aggbug.aspx?PostID=35764" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/gOMZBL4vL3U" height="1" width="1"/&gt;</summary><author><name>Nuno Filipe Godinho</name></author><source gr:stream-id="feed/http://weblogs.pontonetpt.com/MainFeed.aspx"><id>tag:google.com,2005:reader/feed/http://weblogs.pontonetpt.com/MainFeed.aspx</id><title type="html">PontoNetPT</title><link rel="alternate" href="http://pontonetpt.com/blogs/" type="text/html" /></source><feedburner:origLink>http://pontonetpt.com/blogs/mutley/archive/2009/07/08/interesting-reading-about-entity-framework-4-0.aspx</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247262269522"><id gr:original-id="9d4b03f4-ce39-4703-ab9d-5b341a2c824e:35765">tag:google.com,2005:reader/item/b7f4d6d4a7441e37</id><category term="Architecture" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Architecture/default.aspx" /><category term="Windows Azure" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Windows+Azure/default.aspx" /><category term=".NET Services" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/.NET+Services/default.aspx" /><category term="Microsoft" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Microsoft/default.aspx" /><category term="Windows Azure Service Platform" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Windows+Azure+Service+Platform/default.aspx" /><category term="SQL Data Services" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/SQL+Data+Services/default.aspx" /><category term="Cloud Computing" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/Cloud+Computing/default.aspx" /><category term="ADO.NET Data Services" scheme="http://pontonetpt.com/blogs/mutley/archive/tags/ADO.NET+Data+Services/default.aspx" /><title type="html">Data Services – Can be ADO.NET or SQL – What’s the difference</title><published>2009-07-08T17:30:37Z</published><updated>2009-07-08T17:30:37Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/mMWEtRdLkEE/data-services-can-be-ado-net-or-sql-what-s-the-difference.aspx" type="text/html" /><summary xml:base="http://pontonetpt.com/blogs/" type="html">&lt;p&gt;Just a while ago I was talking about Data Services and suddenly a confusion between ADO.NET Data Services and SQL Data Services took place, because we were talking about different Data Services, and so in order to try to clarify the differences I remembered to write this post. &lt;/p&gt;  &lt;p&gt;There are two types of Data Services that are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;SQL Data Services      &lt;ul&gt;       &lt;li&gt;&lt;em&gt;Cloud&lt;/em&gt; – at this moment is being converted from ACE (Activity, Container and Entity)  to TDS (Tabular Data Stream) as I’ve &lt;a href="http://weblogs.asp.net/nunogodinho/archive/2009/07/06/experiments-with-the-new-sql-data-services.aspx"&gt;presented in this post&lt;/a&gt;. &lt;/li&gt;        &lt;li&gt;In this case we are talking about a Database in the &lt;em&gt;Cloud&lt;/em&gt; and the ultimate desire will be to just change the ConnectionString used. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;ADO.NET Data Services aka. “Project Astoria”      &lt;ul&gt;       &lt;li&gt;This one is about making available a set of &lt;a href="http://msdn.microsoft.com/en-us/data/bb931106.aspx"&gt;REST Services on top of ADO.NET&lt;/a&gt;           &lt;ul&gt;           &lt;li&gt;Highly Extensible:              &lt;ul&gt;               &lt;li&gt;Query Filtering (GET requests) &lt;/li&gt;                &lt;li&gt;Operation Filtering (PUT, POST, DELETE, etc requests) &lt;/li&gt;                &lt;li&gt;Making other Operations available with the same capabilities as the ones associated with ADO.NET Data Services.                  &lt;ul&gt;                   &lt;li&gt;Filter &lt;/li&gt;                    &lt;li&gt;Sort &lt;/li&gt;                    &lt;li&gt;Group &lt;/li&gt;                    &lt;li&gt;Take &lt;/li&gt;                    &lt;li&gt;Skip &lt;/li&gt;                    &lt;li&gt;and so on. &lt;/li&gt;                 &lt;/ul&gt;               &lt;/li&gt;             &lt;/ul&gt;           &lt;/li&gt;            &lt;li&gt;This layer can be placed on top of:              &lt;ul&gt;               &lt;li&gt;Entity Framework &lt;/li&gt;                &lt;li&gt;Linq-to-SQL &lt;/li&gt;                &lt;li&gt;Custom CLR Objects &lt;/li&gt;             &lt;/ul&gt;           &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;        &lt;li&gt;Where to know more:          &lt;ul&gt;           &lt;li&gt;Overview: &lt;a href="http://msdn.microsoft.com/en-us/library/cc956153.aspx"&gt;http://msdn.microsoft.com/en-us/library/cc956153.aspx&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;Sample: &lt;a href="http://msdn.microsoft.com/en-us/magazine/cc748663.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/cc748663.aspx&lt;/a&gt; &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;        &lt;li&gt;Offline Version:          &lt;ul&gt;           &lt;li&gt;&lt;a href="http://channel9.msdn.com/pdc2008/TL08/"&gt;http://channel9.msdn.com/pdc2008/TL08/&lt;/a&gt; &lt;/li&gt;            &lt;li&gt;&lt;a href="http://blogs.msdn.com/astoriateam/archive/2008/10/22/astoria-futures-offline-enabled-data-services.aspx"&gt;http://blogs.msdn.com/astoriateam/archive/2008/10/22/astoria-futures-offline-enabled-data-services.aspx&lt;/a&gt; &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Hope it helps you get the confusions out of discussions on this topic.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;img src="http://pontonetpt.com/aggbug.aspx?PostID=35765" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/mMWEtRdLkEE" height="1" width="1"/&gt;</summary><author><name>Nuno Filipe Godinho</name></author><source gr:stream-id="feed/http://weblogs.pontonetpt.com/MainFeed.aspx"><id>tag:google.com,2005:reader/feed/http://weblogs.pontonetpt.com/MainFeed.aspx</id><title type="html">PontoNetPT</title><link rel="alternate" href="http://pontonetpt.com/blogs/" type="text/html" /></source><feedburner:origLink>http://pontonetpt.com/blogs/mutley/archive/2009/07/08/data-services-can-be-ado-net-or-sql-what-s-the-difference.aspx</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247156187526"><id gr:original-id="http://www.dzone.com/links/200404.html">tag:google.com,2005:reader/item/0a05549f01d1ff33</id><category term="methodology" /><title type="html">Writing specifications for web applications</title><published>2009-07-08T15:06:45Z</published><updated>2009-07-08T15:06:45Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/rmzqBqjs_xg/writing_specifications_for_web_applications.html" type="text/html" /><content xml:base="http://www.dzone.com/links/" type="html">&lt;a href="http://www.dzone.com/links/rss/writing_specifications_for_web_applications.html"&gt;&lt;img src="http://cdn.dzone.com/images/thumbs/120x90/200404.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc"&gt;&lt;/a&gt;&lt;p style="margin-left:130px"&gt;Why and how you should write specifications for your next web project.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.dzone.com/links/rss/writing_specifications_for_web_applications.html"&gt;&lt;img src="http://www.dzone.com/links/voteCountImage?linkId=200404" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dzone/frontpage/~4/h-PAwcAEEjU" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/rmzqBqjs_xg" height="1" width="1"/&gt;</content><author><name>pytrin</name></author><source gr:stream-id="feed/http://www.dzone.com/feed/frontpage/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.dzone.com/feed/frontpage/rss.xml</id><title type="html">dzone.com: latest front page</title><link rel="alternate" href="http://www.dzone.com/links/" type="text/html" /></source><feedburner:origLink>http://feeds.dzone.com/~r/dzone/frontpage/~3/h-PAwcAEEjU/writing_specifications_for_web_applications.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247155734318"><id gr:original-id="http://www.dzone.com/links/200721.html">tag:google.com,2005:reader/item/1b282cd9d95b4219</id><category term="java" /><category term="methodology" /><category term="opinion" /><title type="html">Why are We Embarrassed to Admit That We Don’t Know How to Write Tests?</title><published>2009-07-08T17:26:06Z</published><updated>2009-07-08T17:26:06Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/e81j4bfpiUo/why_are_we_embarrassed_to_admit_that_we_dont_know.html" type="text/html" /><content xml:base="http://www.dzone.com/links/" type="html">&lt;a href="http://www.dzone.com/links/rss/why_are_we_embarrassed_to_admit_that_we_dont_know.html"&gt;&lt;img src="http://cdn.dzone.com/images/thumbs/120x90/200721.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc"&gt;&lt;/a&gt;&lt;p style="margin-left:130px"&gt;Take your average developer and ask “do you know language/technology X?” None of us will feel any shame in admitting that we do not know X. After all there are so many languages, frameworks and technologies, how could you know them all? But what if X is writing testable code? Somehow we have trouble answering the question “do you know how to write tests?” Everyone says yes, whether or not  we actually know it. It is as if there is some shame in admitting that you don’t know how to write tests.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.dzone.com/links/rss/why_are_we_embarrassed_to_admit_that_we_dont_know.html"&gt;&lt;img src="http://www.dzone.com/links/voteCountImage?linkId=200721" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dzone/frontpage/~4/naUFXbuNn5I" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/e81j4bfpiUo" height="1" width="1"/&gt;</content><author><name>jsugrue</name></author><source gr:stream-id="feed/http://www.dzone.com/feed/frontpage/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.dzone.com/feed/frontpage/rss.xml</id><title type="html">dzone.com: latest front page</title><link rel="alternate" href="http://www.dzone.com/links/" type="text/html" /></source><feedburner:origLink>http://feeds.dzone.com/~r/dzone/frontpage/~3/naUFXbuNn5I/why_are_we_embarrassed_to_admit_that_we_dont_know.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247155702148"><id gr:original-id="http://www.liliputing.com/?p=10463">tag:google.com,2005:reader/item/960cfe19e69d49f4</id><category term="1" /><category term="nec" /><category term="nec versapro ultralite vis" /><title type="html">NEC VersaPro UltraLite VS shows just how thin 15.8mm is</title><published>2009-07-08T17:03:13Z</published><updated>2009-07-08T17:03:13Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/cVdhvq5ld4k/nec-versapro-ultralite-vs-shows-just-how-thin-15-8mm-is.html" type="text/html" /><content xml:base="http://www.liliputing.com/" type="html">&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/rtv67netmubmiucocucdofmths/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fwww.liliputing.com%2F2009%2F07%2Fnec-versapro-ultralite-vs-shows-just-how-thin-15-8mm-is.html" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;&lt;p&gt;&lt;a href="http://www.akihabaranews.com/en/news-18437-Nec+Versa+Pro+J+UltraLite+Type+VS%E2%80%A6+15.8mm+thick,+752g%E2%80%A6+In+Da+House.html"&gt;&lt;img title="nec versapro ultralite vs" src="http://www.liliputing.com/wp-content/uploads/2009/07/nec-versapro-ultralite-vs.jpg" alt="nec versapro ultralite vs" width="490" height="359"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The NEC VersaPro UltraLite VS may be a small and light computer with an Intel Atom processor. But its high price tag (&lt;a href="http://www.liliputing.com/2009/05/nec-launches-thin-light-and-pricey-atom-powered-mini-notebook.html"&gt;around $1000&lt;/a&gt;) firmly prices it out of the netbook categroy. But the laptop may have one feature that almost makes it worth the price, if you happen to have a whole lot of cash burning a hole in your pocket. It’s thin. Like super, duper thin, measuring just 15.8mm  thick at its thinnest point and 19.4mm at its thickest. That’s about 0.62 to 0.76 inches.&lt;/p&gt;
&lt;p&gt;Akihabara News got some hands-on time with the laptop recently, and &lt;a href="http://www.akihabaranews.com/en/news-18437-Nec+Versa+Pro+J+UltraLite+Type+VS%E2%80%A6+15.8mm+thick,+752g%E2%80%A6+In+Da+House.html"&gt;shot a few photos&lt;/a&gt; to show just how slim the laptop looks in person. The answer? Very. Hit up the photo link for more images.&lt;/p&gt;
&lt;p&gt;Post from: &lt;a href="http://www.liliputing.com"&gt;Liliputing&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/cVdhvq5ld4k" height="1" width="1"/&gt;</content><author><name>Brad</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/Liliputing"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/Liliputing</id><title type="html">Liliputing</title><link rel="alternate" href="http://www.liliputing.com" type="text/html" /></source><feedburner:origLink>http://www.liliputing.com/2009/07/nec-versapro-ultralite-vs-shows-just-how-thin-15-8mm-is.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247140142764"><id gr:original-id="Gizmodo-5310236">tag:google.com,2005:reader/item/01623deba168d8fd</id><category term=" Smartphones " /><category term="Clips" /><category term="Gallery" /><category term="rachael" /><category term="Sony Ericsson" /><category term="Sony ericsson rachael" /><category term="Top" /><category term="Video" /><title type="html">Sony Ericsson's Android Rachael UI Makes Me Want to Ditch My iPhone [Smartphones]</title><published>2009-07-08T18:17:00Z</published><updated>2009-07-08T18:17:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/YgkAs_pY8G8/sony-ericssons-android-rachael-ui-makes-me-want-to-ditch-my-iphone" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;  &lt;embed src="http://www.youtube.com/v/YDCDUKGaYwI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;fmt=22" allowFullScreen="true" width="502" height="309" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;a title="Click here to read more posts tagged SONY ERICSSON" href="http://gizmodo.com/tag/sony-ericsson/"&gt;Sony Ericsson&lt;/a&gt; will use their own interface in their next &lt;a href="http://gizmodo.com/5307466/is-sony-ericssons-racheal-their-first-android-handset"&gt;Android-powered Rachael smartphone&lt;/a&gt;. The good news: It kicks serious ass. Check out the video demonstration, as well as the new images of this hot Android smartphone and the new Kiki.&lt;/p&gt; &lt;p&gt;As you can see in the video, the user interface in the 7.2Mbps HSDPA Rachael—which is rumored to have a Snapdragon processor, an 8-megapixel camera with auto-focus, and 3D acceleration—is extremely sleek, making full use of the touch interface, with pretty widgets everywhere. It also appears to be heavily oriented to social networks like Facebook and Twitter. I like it enough to make me want to ditch my iPhone—if it had equivalent apps to the ones I use, that is.&lt;/p&gt; &lt;p&gt;People were discarding already Sony Ericsson—&lt;a href="http://gizmodo.com/5279250/dumb-cellphones-must-die"&gt;myself included&lt;/a&gt;—but if they release this on time, bug free, and with this interface, they may have an opportunity to become the leading Android smartphone. [&lt;a href="http://www.esato.com/"&gt;Esato&lt;/a&gt; via &lt;a href="http://www.boygeniusreport.com/2009/07/08/new-images-of-sony-ericsson-rachael-and-kiki-surface-along-with-a-rachael-ui-video/"&gt;Boy Genius Report&lt;/a&gt;]&lt;/p&gt; &lt;p&gt; &lt;a href="http://gizmodo.com/5310236/sony-ericssons-android-rachael-ui-makes-me-want-to-ditch-my-iphone"&gt; &lt;img src="http://cache.gawker.com/assets/images/4/2009/07/smallish_kiki-preview.jpg" alt=" " title=" " align="left" hspace="2" vspace="2"&gt; &lt;/a&gt; &lt;a href="http://gizmodo.com/5310236/sony-ericssons-android-rachael-ui-makes-me-want-to-ditch-my-iphone"&gt; &lt;img src="http://cache.gawker.com/assets/images/4/2009/07/smallish_rachael-preview.jpg" alt=" " title=" " align="left" hspace="2" vspace="2"&gt; &lt;/a&gt; &lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=37035048369ef3bed2d91dafd906563f&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=37035048369ef3bed2d91dafd906563f&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/468/60#http%3A%2F%2Fgizmodo.com%2F5310236%2Fsony-ericssons-android-rachael-ui-makes-me-want-to-ditch-my-iphone" width="100%" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=vAUM8Ez1xoQ:YWqVjQwfrMw:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=vAUM8Ez1xoQ:YWqVjQwfrMw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=vAUM8Ez1xoQ:YWqVjQwfrMw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=vAUM8Ez1xoQ:YWqVjQwfrMw:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=vAUM8Ez1xoQ:YWqVjQwfrMw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=vAUM8Ez1xoQ:YWqVjQwfrMw:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/vAUM8Ez1xoQ" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/YgkAs_pY8G8" height="1" width="1"/&gt;</summary><author><name>Jesus Diaz</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/vAUM8Ez1xoQ/sony-ericssons-android-rachael-ui-makes-me-want-to-ditch-my-iphone</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247140068939"><id gr:original-id="http://www.engadget.com/2009/07/08/modder-adds-twitter-irc-email-led-to-eee-pc-lives-to-tell-t/">tag:google.com,2005:reader/item/19ea61d6eeee4b41</id><category term="901" /><category term="eee pc 901" /><category term="eeepc" /><category term="EeePc901" /><category term="hack" /><category term="justblair" /><category term="mod" /><category term="netbook" /><category term="notification" /><category term="pidgin" /><category term="spencer pratt" /><category term="SpencerPratt" /><category term="thunderbird" /><category term="twitter" /><title type="html">Modder adds Twitter / IRC / email LED to Eee PC, lives to tell the tale</title><published>2009-07-08T20:33:00Z</published><updated>2009-07-08T20:33:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/Man3chRv4Go/" type="text/html" /><summary xml:base="http://www.engadget.com/" type="html">&lt;div align="center"&gt;&lt;a href="http://www.justblair.co.uk/the-attiny45-usb-led-e-mail-twitter-and-pidgin-notifier.html"&gt;&lt;img vspace="4" hspace="4" border="0" alt="" src="http://www.blogcdn.com/www.engadget.com/media/2009/07/090708-twitled-01.jpg"&gt;&lt;/a&gt;&lt;br&gt;
&lt;div align="left"&gt;You know, we were cruisin' the blogosphere the other day on our &lt;a href="http://www.engadget.com/2008/01/20/eee-pc-with-all-the-hacks-but-can-it-ever-learn-to-love/"&gt;tricked out Eee PC&lt;/a&gt;, rocking our &lt;a href="http://www.engadget.com/2009/07/02/shadowy-modder-gives-eee-pc-a-risky-back-alley-trackball-implant/"&gt;newly installed trackball&lt;/a&gt;, when we realized that we were enjoying ourselves so much that we had completely lost track of the time -- and the way that news moves around here, that's a very dangerous thing. Like, what if @spencerpratt got to the bottom of the moon landing hoax or the conspiracy to fluoridate our water and we totally missed the tweet? Well, we can thank our lucky stars that a certain Justblair has already given this some thought. With little more than an AtMel AtTiny45 microprocessor, a red / green / blue LED, and some programming chops, this guy has rigged a netbook with a little light that notifies the user when they get a new message in Thunderbird, Pidgin or Twitter. This is definitely not a project for beginners, but if you'd like to take a crack at it hit the read link for the whole low down. As for us, it's back to &lt;em&gt;Loose Change: the Blooper Reel&lt;/em&gt; on Google Video.&lt;br&gt;&lt;br&gt;[Via &lt;a href="http://www.liliputing.com/2009/07/eee-pc-hack-adding-an-led-for-twitter-im-email-notifications.html"&gt;Liliputing&lt;/a&gt;]&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Filed under: &lt;a href="http://www.engadget.com/category/laptops/" rel="tag"&gt;Laptops&lt;/a&gt;&lt;/p&gt;&lt;p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"&gt;&lt;a href="http://www.engadget.com/2009/07/08/modder-adds-twitter-irc-email-led-to-eee-pc-lives-to-tell-t/"&gt;Modder adds Twitter / IRC / email LED to Eee PC, lives to tell the tale&lt;/a&gt; originally appeared on &lt;a href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Wed, 08 Jul 2009 15:33:00 EST.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;&lt;h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"&gt;&lt;/h6&gt;&lt;a href="http://www.justblair.co.uk/the-attiny45-usb-led-e-mail-twitter-and-pidgin-notifier.html"&gt;Read&lt;/a&gt; | &lt;a href="http://www.engadget.com/2009/07/08/modder-adds-twitter-irc-email-led-to-eee-pc-lives-to-tell-t/" rel="bookmark" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt; | &lt;a href="http://www.engadget.com/forward/19090658/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt; | &lt;a href="http://www.engadget.com/2009/07/08/modder-adds-twitter-irc-email-led-to-eee-pc-lives-to-tell-t/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/Man3chRv4Go" height="1" width="1"/&gt;</summary><author><name>Joseph L. Flatley</name></author><source gr:stream-id="feed/http://www.engadget.com/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.engadget.com/rss.xml</id><title type="html">Engadget</title><link rel="alternate" href="http://www.engadget.com" type="text/html" /></source><feedburner:origLink>http://www.engadget.com/2009/07/08/modder-adds-twitter-irc-email-led-to-eee-pc-lives-to-tell-t/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247140051455"><id gr:original-id="http://www.dzone.com/links/200551.html">tag:google.com,2005:reader/item/5109554369a81cd0</id><category term="microsoft" /><category term="open source" /><category term="reviews" /><title type="html">Will Microsoft promise split the open source movement</title><published>2009-07-08T18:24:29Z</published><updated>2009-07-08T18:24:29Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/dVLhV9aQ6uY/will_microsoft_promise_split_the_open_source_move.html" type="text/html" /><content xml:base="http://www.dzone.com/links/" type="html">&lt;a href="http://www.dzone.com/links/rss/will_microsoft_promise_split_the_open_source_move.html"&gt;&lt;img src="http://cdn.dzone.com/images/thumbs/120x90/200551.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc"&gt;&lt;/a&gt;&lt;p style="margin-left:130px"&gt;When we last left “As the .Net Turns,” Richard Stallman was promising that Microsoft would never, ever marry his open source daughter.

Now Microsoft has raised the tension in the room by giving that daughter a ring, to the cheers of the rest of her family.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.dzone.com/links/rss/will_microsoft_promise_split_the_open_source_move.html"&gt;&lt;img src="http://www.dzone.com/links/voteCountImage?linkId=200551" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dzone/frontpage/~4/-yMqQuT_sHo" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/dVLhV9aQ6uY" height="1" width="1"/&gt;</content><author><name>mswatcher</name></author><source gr:stream-id="feed/http://www.dzone.com/feed/frontpage/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.dzone.com/feed/frontpage/rss.xml</id><title type="html">dzone.com: latest front page</title><link rel="alternate" href="http://www.dzone.com/links/" type="text/html" /></source><feedburner:origLink>http://feeds.dzone.com/~r/dzone/frontpage/~3/-yMqQuT_sHo/will_microsoft_promise_split_the_open_source_move.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247140034461"><id gr:original-id="http://www.dzone.com/links/199991.html">tag:google.com,2005:reader/item/3bde4c860f1b2945</id><category term="apple" /><category term="mobile" /><category term="reviews" /><title type="html">4 Companies Leading the Mobile Revolution</title><published>2009-07-08T18:53:15Z</published><updated>2009-07-08T18:53:15Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/tmrFNf-eUwI/4_companies_leading_the_mobile_revolution.html" type="text/html" /><content xml:base="http://www.dzone.com/links/" type="html">&lt;a href="http://www.dzone.com/links/rss/4_companies_leading_the_mobile_revolution.html"&gt;&lt;img src="http://cdn.dzone.com/images/thumbs/120x90/199991.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc"&gt;&lt;/a&gt;&lt;p style="margin-left:130px"&gt;The four IT  leader companies in mobile innovation.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.dzone.com/links/rss/4_companies_leading_the_mobile_revolution.html"&gt;&lt;img src="http://www.dzone.com/links/voteCountImage?linkId=199991" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dzone/frontpage/~4/lhRXY2q0N6U" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/tmrFNf-eUwI" height="1" width="1"/&gt;</content><author><name>Mohamed Shaheen</name></author><source gr:stream-id="feed/http://www.dzone.com/feed/frontpage/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.dzone.com/feed/frontpage/rss.xml</id><title type="html">dzone.com: latest front page</title><link rel="alternate" href="http://www.dzone.com/links/" type="text/html" /></source><feedburner:origLink>http://feeds.dzone.com/~r/dzone/frontpage/~3/lhRXY2q0N6U/4_companies_leading_the_mobile_revolution.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247140019198"><id gr:original-id="Gizmodo-5310337">tag:google.com,2005:reader/item/62029eea8c8dc051</id><category term=" Browser " /><category term="Browser os" /><category term="Browsers" /><category term="Chrome" /><category term="chrome os" /><category term="Google" /><category term="Microsoft" /><category term="Microsoft gazelle" /><category term="Software" /><category term="unconfirmed" /><title type="html">Microsoft's Gazelle Browser Could Be the Google Chrome OS Competitor? [Browser]</title><published>2009-07-08T19:40:00Z</published><updated>2009-07-08T19:40:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/13pa2WXvoM4/microsofts-gazelle-browser-could-be-the-google-chrome-os-competitor" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;&lt;img src="http://cache.gawker.com/assets/images/gizmodo/2009/07/gazelle.jpg" width="422" height="419" style="display:block"&gt;That &lt;a href="http://gizmodo.com/5310276/microsoft-has-a-counter-to-chrome-os-on-monday"&gt;Google Chrome OS counter&lt;/a&gt; Microsoft was supposedly working on could be this Gazelle browser, which wants to treat the browser more like an OS.&lt;/p&gt; &lt;p&gt;The Gazelle prototype is supposed to do stuff like protect webapps from each other, and isolate different browser tabs (like Google Chrome does now and &lt;a href="https://wiki.mozilla.org/Content_Processes"&gt;Firefox is going to do&lt;/a&gt;). It's one of the many, many research projects Microsoft has incubating, but might be the one that they trot out next week to show that they're still in the loop in terms of keeping up with Google.&lt;/p&gt; &lt;p&gt;What it won&amp;#39;t do is replace IE—at least not in the short term. [&lt;a href="http://news.cnet.com/8301-13860_3-10280270-56.html"&gt;CNET&lt;/a&gt; - &lt;i&gt;Thanks tipsters!&lt;/i&gt;]&lt;/p&gt; &lt;p&gt;&lt;i&gt;&lt;a href="http://blog.taragana.com/wp-content/uploads/2009/02/gazelle01.jpg"&gt;Image credit&lt;/a&gt;&lt;/i&gt;&lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=645cdd0ca08811c05e94712eedd40c27&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=645cdd0ca08811c05e94712eedd40c27&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fgizmodo.com%2F5310337%2Fmicrosofts-gazelle-browser-could-be-the-google-chrome-os-competitor" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=LU9Eis3_VNs:UHbytQOIvQs:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=LU9Eis3_VNs:UHbytQOIvQs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=LU9Eis3_VNs:UHbytQOIvQs:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=LU9Eis3_VNs:UHbytQOIvQs:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=LU9Eis3_VNs:UHbytQOIvQs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=LU9Eis3_VNs:UHbytQOIvQs:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/LU9Eis3_VNs" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/13pa2WXvoM4" height="1" width="1"/&gt;</summary><author><name>Jason Chen</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/LU9Eis3_VNs/microsofts-gazelle-browser-could-be-the-google-chrome-os-competitor</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139975917"><id gr:original-id="http://www.liliputing.com/?p=10476">tag:google.com,2005:reader/item/86daa9ec945d6394</id><category term="1" /><category term="deezer" /><category term="jolicloud" /><category term="linux" /><category term="moovida" /><category term="operating systems" /><category term="ubuntu" /><category term="ubuntu netbook remix" /><title type="html">Jolicloud Alpha 2b released, Alpha 3 coming soon</title><published>2009-07-08T19:55:11Z</published><updated>2009-07-08T19:55:11Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/bxtEdiIw5U4/jolicloud-alpha-2b-released-alpha-3-coming-soon.html" type="text/html" /><content xml:base="http://www.liliputing.com/" type="html">&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/rtv67netmubmiucocucdofmths/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fwww.liliputing.com%2F2009%2F07%2Fjolicloud-alpha-2b-released-alpha-3-coming-soon.html" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;&lt;p&gt;&lt;a href="http://www.jolicloud.com/blog/2009/07/07/releasing-alpha-2b-and-more-cool-applications/"&gt;&lt;img title="moovida jolicloud" src="http://www.liliputing.com/wp-content/uploads/2009/07/moovida-jolicloud.jpg" alt="moovida jolicloud" width="490" height="287"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;While the &lt;a href="http://www.liliputing.com/2009/07/google-announces-chrome-operating-system-targeted-at-netbooks.html"&gt;Google Chrome Operating System&lt;/a&gt; due out later this year is designed to provide quick and easy access to web-based applications, that’s exactly what Jolicloud offers today (plus the ability to run desktop Linux apps). While the operating system is still available only to a small group of testers, development is coming along. This week Jolicloud &lt;a href="http://www.jolicloud.com/blog/2009/07/07/releasing-alpha-2b-and-more-cool-applications/"&gt;released Alpha 2b&lt;/a&gt;, which is a minor update on the recently launched Jolicloud Alpha 2.&lt;/p&gt;
&lt;p&gt;The update includes an improved search engine, an easier way to upload pictures to your Jolicloud profile, and overall improved responsiveness. There aer also new applications available including music streaming service &lt;a href="http://www.deezer.com/"&gt;Deezer&lt;/a&gt; and desktop media player &lt;a href="http://www.moovida.com/"&gt;Moovida&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Work is also underway on Jolicloud Alpha 3, which will be the first version to drop the &lt;a href="http://www.ubuntu.com/GetUbuntu/download-netbook"&gt;Ubuntu Netbok Remix&lt;/a&gt; interface. While the operating system will still be based on Ubuntu, and thus able to run most applications that can run on Ubuntu Linux, Jolicloud Alpha 3 will have a custom user interface written in HTML and Javascript. Right now, only certain portions of Jolicloud like the application installer and community sections use the new interface. The program launcher and other areas of Jolicloud use the Ubuntu Netbook Remix interface. When Alpha 3 is available, the entire operating system will have a consistent UI.&lt;/p&gt;
&lt;p&gt;Post from: &lt;a href="http://www.liliputing.com"&gt;Liliputing&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/bxtEdiIw5U4" height="1" width="1"/&gt;</content><author><name>Brad</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/Liliputing"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/Liliputing</id><title type="html">Liliputing</title><link rel="alternate" href="http://www.liliputing.com" type="text/html" /></source><feedburner:origLink>http://www.liliputing.com/2009/07/jolicloud-alpha-2b-released-alpha-3-coming-soon.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139959683"><id gr:original-id="Gizmodo-5310338">tag:google.com,2005:reader/item/3336fee9d903332d</id><category term=" Android " /><category term="Cellphones" /><category term="cupcake" /><category term="donut" /><category term="Google" /><category term="google android" /><category term="Software" /><category term="Update" /><title type="html">Two More Android Updates This Year [Android]</title><published>2009-07-08T19:43:06Z</published><updated>2009-07-08T19:43:06Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/C0TasLh0_Ko/two-more-android-updates-this-year" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;In addition to the one minor and one major (Cupcake) update Google rolled out, there's going to be two more updates for the 2009 year. One's minor and one's major (&lt;a href="http://gizmodo.com/5271590/google-android-20-donut-has-universal-search-and-text+to+speech-powers"&gt;Donut&lt;/a&gt;). [&lt;a href="http://www.mobilecrunch.com/2009/07/08/t-mobile-to-push-out-four-android-updates-this-year-maybe-every-year/"&gt;Mobile Crunch&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=747a80c3fa4e8d2785fe3b96933d4ca9&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=747a80c3fa4e8d2785fe3b96933d4ca9&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/300/250#http%3A%2F%2Fgizmodo.com%2F5310338%2Ftwo-more-android-updates-this-year" width="100%" height="250" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=zVCo0du2W9Y:0nWcGCgx2do:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=zVCo0du2W9Y:0nWcGCgx2do:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=zVCo0du2W9Y:0nWcGCgx2do:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=zVCo0du2W9Y:0nWcGCgx2do:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=zVCo0du2W9Y:0nWcGCgx2do:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=zVCo0du2W9Y:0nWcGCgx2do:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/zVCo0du2W9Y" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/C0TasLh0_Ko" height="1" width="1"/&gt;</summary><author><name>Jason Chen</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/zVCo0du2W9Y/two-more-android-updates-this-year</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139336260"><id gr:original-id="d21fbbc9-c112-4f32-ad14-95939a2c53d4:249858">tag:google.com,2005:reader/item/a525911d050401cf</id><title type="html">Downloadable Videos from NDC</title><published>2009-07-08T21:15:00Z</published><updated>2009-07-08T21:15:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/uBRde_8h2NQ/downloadable-videos-from-ndc.aspx" type="text/html" /><summary xml:base="http://codebetter.com/blogs/" type="html">&lt;p&gt;&lt;a href="http://blogs.msdn.com/grothaug/pages/downloadable-ndc2009-videos.aspx"&gt;http://blogs.msdn.com/grothaug/pages/downloadable-ndc2009-videos.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This time they&amp;#39;re easy to download.  There&amp;#39;s some awfully good content in there.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;&lt;img src="http://codebetter.com/aggbug.aspx?PostID=249858" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CodeBetter/~4/dai7WdlptPw" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/uBRde_8h2NQ" height="1" width="1"/&gt;</summary><author><name>Jeremy D. Miller</name></author><source gr:stream-id="feed/http://feeds.feedburner.com/CodeBetter"><id>tag:google.com,2005:reader/feed/http://feeds.feedburner.com/CodeBetter</id><title type="html">CodeBetter.Com - Stuff you need to Code Better!</title><link rel="alternate" href="http://codebetter.com/blogs/" type="text/html" /></source><feedburner:origLink>http://feedproxy.google.com/~r/CodeBetter/~3/dai7WdlptPw/downloadable-videos-from-ndc.aspx</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139309066"><id gr:original-id="Gizmodo-5310406">tag:google.com,2005:reader/item/b23d834dabf15dc1</id><category term=" Giz Explains " /><category term="Chrome" /><category term="chrome os" /><category term="Feature" /><category term="Google" /><category term="Google Chrome OS" /><category term="Microsoft" /><category term="Os" /><category term="Os X" /><category term="Oses" /><category term="Top" /><category term="Windows" /><title type="html">Giz Explains: What the Hell's Google Chrome OS? [Giz Explains]</title><published>2009-07-08T21:50:00Z</published><updated>2009-07-08T21:50:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/fPPnN4QYuXE/giz-explains-what-the-hells-google-chrome-os" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;&lt;img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/chromedeathray.jpg" style="display:block"&gt;Google. Chrome. OS. Just reading that makes my pants tingle. But, uh, what is it exactly?&lt;/p&gt; &lt;p&gt;Here's &lt;a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html"&gt;what Google says&lt;/a&gt;: "Google &lt;a title="Click here to read more posts tagged CHROME OS" href="http://gizmodo.com/tag/chrome-os/"&gt;Chrome OS&lt;/a&gt; is an open source, lightweight operating system that will initially be targeted at netbooks" and "most of the user experience takes place on the web." That is, it's "Google Chrome running within a new windowing system on top of a Linux kernel" with the web as the platform. It runs on x86 processors (like your standard Core 2 Duo) and ARM processors (like inside every mobile smartphone). Underneath lies security architecture that's completely redesigned to be virus-resistant and easy to update. Okay, that tells us, um, not much.&lt;/p&gt; &lt;p&gt;After all, Google's Android is a mobile OS that runs on top of a Linux kernel. But Chrome OS is different! Android is designed to work on phones and set-top boxes and other &lt;a href="http://gizmodo.com/5273032/android-meets-energy-shows-why-android-will-be-powering-way-more-than-just-phones"&gt;random gadgets&lt;/a&gt;. Chrome OS is "designed to power computers ranging from small netbooks to full-size desktop systems" for "people who spend most of their time on the web." Hey wait, they both run on netbooks? Hmm!&lt;/p&gt; &lt;p&gt;Since the official blog post is all Google has said about Chrome OS and it doesn't say much, let's do something I learned in college, turning tiny paragraphs into pages of "deep reading."&lt;/p&gt; &lt;p&gt;It seems like there are two possibilities for what Chrome OS is, on a general level. The more mundane—and frankly uninspired—possibility is that it&amp;#39;s essentially a Linux distro with a custom user interface running the Chrome browser. As someone quipped on Twitter (sorry I don&amp;#39;t remember who), if you uninstall everything but Firefox 3.5 on Ubuntu, would that be the Firefox OS? What&amp;#39;s the difference between Chrome OS and a version of Chrome with Google Gears on &lt;a href="http://gizmodo.com/5261664/id-actually-use-a-netbook-with-intels-moblin-20-os"&gt;Intel's pretty Moblin OS&lt;/a&gt;?&lt;/p&gt; &lt;p&gt;The other possibility is more interesting. Look at this closely: "Most of the user experience takes place on the web." The software architecture is simply "Google Chrome running within a new windowing system on top of a Linux kernel." That sounds familiar. A lot like &lt;a href="http://gizmodo.com/5307487/crunchpad-web-tablet-landing-as-soon-as-possible-for-less-than-300"&gt;Mike Arrington's CrunchPad&lt;/a&gt;, actually, which boots directly into the WebKit browser running on top of Linux.&lt;/p&gt; &lt;p&gt;Meaning? The entire experience of the CrunchPad takes place on the internet, and the web is its "platform" as well, essentially. Chrome is WebKit-based as well. (I'm surprised Arrington didn't mention this &lt;a href="http://www.techcrunch.com/2009/07/08/google-chrome-redefining-the-operating-system/"&gt;in his post&lt;/a&gt;, actually.) If I had to guess, I'd say Chrome OS is somewhere in between an &lt;em&gt;entirely&lt;/em&gt; browser-based OS and a generic Linux distro, though leaning toward the former.&lt;/p&gt; &lt;p&gt;  &lt;embed src="http://www.youtube.com/v/cOAZaIaeIrI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;fmt=22" allowFullScreen="true" width="502" height="309" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;But running a full computer like Chrome OS, based entirely on web apps, is crazy, right—I mean, what if you&amp;#39;re not online? There are two things that show it actually might not be completely retarded.&lt;/p&gt; &lt;p&gt;You can already use &lt;a href="http://gmailblog.blogspot.com/2009/01/new-in-labs-offline-gmail.html"&gt;Gmail offline&lt;/a&gt;. I think that will be really indicative of other app experiences in a totally web-oriented Chrome OS with Google Gears. The same goes for Google Docs in offline mode, an option some people have been using for over a year. It's no coincidence that Google pulled "Beta" off of its web apps the day it announced Chrome OS.&lt;/p&gt; &lt;p&gt;Another reason it might work is Palm's WebOS on the Pre, where most of the apps, like Pandora, are written simply using web languages. (It, too, is running WebKit on top of Linux kernel.) As &lt;a href="http://technologizer.com/2009/07/08/whatever-became-of-gdrive/"&gt;Harry McCracken notes&lt;/a&gt;, it seems like a prime opportunity for Google's &lt;a href="http://gizmodo.com/5142791/google-gdrive-online-storage-getting-closer"&gt;long rumored GDrive online storage&lt;/a&gt; to finally rear its head, picking up on the line "people want their data to be accessible to them wherever they are and not have to worry about losing their computer or forgetting to back up files." That could make Chrome OS wildly more compelling. And don't get me started on all the app-like possibilities from HTML5 by the time Chrome OS launches in the second half of 2010.&lt;/p&gt; &lt;p&gt;Actually, the more minimal it is, the more I think Chrome OS could be better, in some ways, than Android. Google half-assed a lot of Android at launch (UI inconsistencies, missing video player, etc.). If Chrome OS really is just a glorified browser, Google can afford to be that lethargic—all they have to do is maintain the browser, and everyone else will take care of the web apps. Which developers &lt;em&gt;will&lt;/em&gt; code, because they&amp;#39;ll run on any OS with a browser—Windows, &lt;a title="Click here to read more posts tagged OS X" href="http://gizmodo.com/tag/os-x/"&gt;OS X&lt;/a&gt;, whatever—and because the web as a platform is the way things are going. Even Microsoft knows this, deep down, as &lt;a href="http://news.cnet.com/8301-13860_3-10280270-56.html"&gt;their Gazelle browser&lt;/a&gt; project shows.&lt;/p&gt; &lt;p&gt;How will you sync an iPod, manage printers and network drives, or yank photos and videos from your camera? We don't know. Some things may be impossible. Will there be an uproar, like there was with iPhone 1.0, about the limitations of web apps? Surely &lt;i&gt;someone&lt;/i&gt; will bitch.&lt;/p&gt; &lt;p&gt;But I can almost see a day where phones run Chrome OS, too, when wireless internet is truly ubiquitous. It seems obvious, now, that this is Google&amp;#39;s long-haul play—not Android, even. Either way, Microsoft doesn&amp;#39;t have to be scared today. But they might be in about a year.&lt;/p&gt; &lt;p&gt;&lt;i&gt;Still something you wanna know? Send questions about web tablets, web apps, the wicked webs Google weaves and anything else to tips@gizmodo.com, with "&lt;a title="Click here to read more posts tagged GIZ EXPLAINS" href="http://gizmodo.com/tag/giz-explains/"&gt;Giz Explains&lt;/a&gt;" in the subject line. Top image by Cobra Commander, from our totally insaney &lt;a href="http://gizmodo.com/5047808/googles-chrome-comic-gets-bastardized-70-different-ways"&gt;Google Chrome comic Photoshop contest&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=7ff1f4ce60bdbde79a59fdb6f6b6297c&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=7ff1f4ce60bdbde79a59fdb6f6b6297c&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fgizmodo.com%2F5310406%2Fgiz-explains-what-the-hells-google-chrome-os" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=VeYijsh16tk:_MIm66OdkDg:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=VeYijsh16tk:_MIm66OdkDg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=VeYijsh16tk:_MIm66OdkDg:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=VeYijsh16tk:_MIm66OdkDg:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=VeYijsh16tk:_MIm66OdkDg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=VeYijsh16tk:_MIm66OdkDg:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/VeYijsh16tk" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/fPPnN4QYuXE" height="1" width="1"/&gt;</summary><author><name>matt buchanan</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/VeYijsh16tk/giz-explains-what-the-hells-google-chrome-os</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139259051"><id gr:original-id="http://www.engadget.com/2009/07/08/htc-hero-vs-t-mobile-mytouch-3g-fight/">tag:google.com,2005:reader/item/cb9e5407337e8982</id><category term="features" /><category term="fight" /><category term="hands-on" /><category term="hero" /><category term="htc" /><category term="htc hero" /><category term="HtcHero" /><category term="mytouch" /><category term="mytouch 3g" /><category term="Mytouch3g" /><category term="t-mobile" /><category term="vs" /><title type="html">HTC Hero vs. T-Mobile myTouch 3G... fight!</title><published>2009-07-09T00:04:00Z</published><updated>2009-07-09T00:04:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/s1K8MYsLI7I/" type="text/html" /><summary xml:base="http://www.engadget.com/" type="html">&lt;div align="center"&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/"&gt;&lt;img vspace="4" hspace="4" border="1" src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-001.jpg" alt=""&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;
Two long lost siblings, at last reunited. But can there ever be unity? We don't think so. At every turn, the &lt;a href="http://www.engadget.com/tag/HTCHero/"&gt;HTC Hero&lt;/a&gt; seems to trounce the &lt;a href="http://www.engadget.com/tag/myTouch3G/"&gt;myTouch 3G&lt;/a&gt; -- it's really hardly a contest. The myTouch is certainly lighter, and in many ways "feels" smaller because of it, but the size differences really are negligible. They're still both great phones, but the Hero really feels like a million bucks, while the myTouch feels a bit like a toy. Unfortunately, only one of them &lt;a href="http://www.engadget.com/2009/07/08/t-mobiles-mytouch-3g-launch-event-pre-orders-now-available/"&gt;just went up for pre-order on T-Mobile&lt;/a&gt;, and it's not the one we want to marry.&lt;br&gt;&lt;div&gt;&lt;p&gt;&lt;strong&gt;Gallery: &lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/"&gt;HTC Hero vs. T-Mobile myTouch 3G... fight!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/2132989/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-002_thumbnail.jpg" alt="" title=""&gt;&lt;/a&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/2132986/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-003_thumbnail.jpg" alt="" title=""&gt;&lt;/a&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/2132993/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-004_thumbnail.jpg" alt="" title=""&gt;&lt;/a&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/2132991/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-005_thumbnail.jpg" alt="" title=""&gt;&lt;/a&gt;&lt;a href="http://www.engadget.com/photos/htc-hero-vs-t-mobile-mytouch-3g-fight/2132981/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2009/07/heromytouch-fight-006_thumbnail.jpg" alt="" title=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Filed under: &lt;a href="http://www.engadget.com/category/cellphones/" rel="tag"&gt;Cellphones&lt;/a&gt;, &lt;a href="http://www.engadget.com/category/handhelds/" rel="tag"&gt;Handhelds&lt;/a&gt;&lt;/p&gt;&lt;p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both"&gt;&lt;a href="http://www.engadget.com/2009/07/08/htc-hero-vs-t-mobile-mytouch-3g-fight/"&gt;HTC Hero vs. T-Mobile myTouch 3G... fight!&lt;/a&gt; originally appeared on &lt;a href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Wed, 08 Jul 2009 19:04:00 EST.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;&lt;h6 style="clear:both;padding:8px 0 0 0;height:2px;font-size:1px;border:0;margin:0;padding:0"&gt;&lt;/h6&gt;&lt;a href="http://www.engadget.com/2009/07/08/htc-hero-vs-t-mobile-mytouch-3g-fight/" rel="bookmark" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt; | &lt;a href="http://www.engadget.com/forward/19091413/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt; | &lt;a href="http://www.engadget.com/2009/07/08/htc-hero-vs-t-mobile-mytouch-3g-fight/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/s1K8MYsLI7I" height="1" width="1"/&gt;</summary><author><name>Paul Miller</name></author><source gr:stream-id="feed/http://www.engadget.com/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.engadget.com/rss.xml</id><title type="html">Engadget</title><link rel="alternate" href="http://www.engadget.com" type="text/html" /></source><feedburner:origLink>http://www.engadget.com/2009/07/08/htc-hero-vs-t-mobile-mytouch-3g-fight/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139241487"><id gr:original-id="http://blog.laptopmag.com/?p=17734">tag:google.com,2005:reader/item/86edf81eaebba94a</id><category term="Uncategorized" /><title type="html">Why Google Chrome OS Could Save Microsoft and Intel From Themselves</title><published>2009-07-08T17:35:45Z</published><updated>2009-07-08T17:35:45Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/-lMaxXWWyuM/why-google-chrome-could-save-microsoft-and-intel-from-themselves" type="text/html" /><content xml:base="http://blog.laptopmag.com/" type="html">&lt;p&gt;&lt;img title="chrome-logo" src="http://blog.laptopmag.com/wpress/wp-content/uploads/2009/07/chrome-logo.jpg" alt="chrome-logo" width="250" height="178"&gt;Google’s announcement that it is launching a new operating system, entitled Google Chrome, is seen by many as a gauntlet thrown down to Microsoft. Somewhere deep in Google HQ, a few executives probably believe that the company’s new cloud-based OS is the beginning of the end for Windows. And in the halls of power in Redmond, executives may be girding for a desktop battle. They’re wrong. Google’s Chrome OS has the potential to save Microsoft, Intel, and the rest of the notebook industry from falling margins by creating a meaningful distinction between notebooks and netbooks.&lt;/p&gt;
&lt;p&gt;Let’s journey back in time to October 2007, when the first commercial netbook, the ASUS Eee PC 701, hit store shelves. The Eee PC 701 had a paltry 7-inch 800×400 screen, a 4GB flash chip for storage, an underpowered Celeron processor, a tiny keyboard, and short battery life. Its small form factor and simple custom Xandros UI made it look more like a toy than a notebook, but a lot of people loved it. Consumers were excited because it was inexpensive and easy to carry. Notebook vendors were stoked because they saw an opportunity to sell a new class of companion device in addition to traditional notebooks and desktops. Then things changed.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The original netbook vision was of a Linux-based companion device that was extremely inexpensive and let you perform mainly Web-based tasks. It was meant to be like a smart phone, but with a bigger screen and keyboard. The buzzword “$100 laptop” was bandied about, with the hope that someday the netbook would achieve price parity with an iPod.&lt;/p&gt;
&lt;p&gt;However, as the months went by, more and more users looked at the Eee PC and wanted more functionality. They demanded larger screens and keyboards, longer battery life, more storage, and the ability to run their favorite programs. Vendors wanted to meet these needs and grab a  share of the new netbook market so they started coming out with 9-, 10-, and recently even 12-inch models.&lt;/p&gt;
&lt;p&gt;Intel knew that its rusty old Celeron chip wasn’t right for this new market and it saw VIA CPUs emerging in early netbooks like the HP Mini-Note, so it introduced Atom. And Microsoft saw that Vista would not run well on netbooks so it lowered the price and extended the life of Windows XP just for netbook-makers.&lt;/p&gt;
&lt;p&gt;Even while netbook makers added the above features and more, prices remained in the $299 to $399 range, and carriers even started to subsidize these machines for $199–and now 99 cents.&lt;/p&gt;
&lt;p&gt;As the netbook revolution was getting underway, several landmark ultraportable notebooks hit the marketplace. The MacBook Air, Lenovo X300, and Voodoo Envy 133 all hit store shelves with prices north of or close to $2,000. Consumers looked at many of these traditional notebooks, particularly the underpowered first-gen Air and the underwhelming Envy and said “why should I pay thousands more for this than I pay for a 10-inch netbook?”&lt;/p&gt;
&lt;p&gt;Unfortunately for Intel, Microsoft, and the notebook vendors, they did too good a job of making netbooks more powerful. Users realized that what they were looking for all along were lighter, cheaper, longer-lasting notebooks and that a single core Atom processor and Windows XP were good enough for most of the everyday tasks they wanted to perform. Now, “cannibalization” is the big concern, with many consumers  buying $400 netbooks in lieu of mainstream notebooks. And, partly because of netbooks and partly because of the economy, the cost of regular notebooks has continued to plummet.&lt;/p&gt;
&lt;p&gt;The industry desperately wants to restore the distinction between netbooks and notebooks so consumers will have an incentive to buy higher-priced systems with faster processors and more expensive versions of Windows. Microsoft has tried to set a screen size limit of 10-inches for OEMs to install its lower cost Windows XP and Windows 7 Starter Edition licenses on their systems. And Intel is reportedly trying to prevent manufacturers from using its popular Atom N270 and N280 processors on anything larger than 10 inches, steering them instead toward its  pricier consumer ultra-low voltage (CULV) chips. Yet these efforts are doing little to stem the popularity of low cost systems with screens ranging from 10 to 12 inches.&lt;/p&gt;
&lt;p&gt;Enter Google’s Chrome OS, which has the ambition of replacing Windows on all PCs, but is most likely to appear on netbooks. We don’t know how much Chrome will cost, but let’s assume for a second that it will be either free or incredibly inexpensive. Unlike Windows, it’s going to be designed almost exclusively for cloud-computing. Also unlike Windows, it will run on both traditional PCs and a new generation of “smartbooks” that use inexpensive ARM processors. Because of Google’s clout, it has a decent chance to succeed where other Linuxes — we’re looking at you, Xandros, Ubuntu, Linpus, and Moblin– have failed.&lt;/p&gt;
&lt;p&gt;If Chrome OS succeeds, it could lead to mass adoption of sub-$200 smartbooks. While Google could very well take market share away from Microsoft (and from Intel if the CPUs are ARM-based), it also draws a bright line between notebooks and netbooks. Today’s Atom-based Windows XP machines would be considered bargain notebooks, not netbooks. And with a clear focus on providing the full computing experience, vendors can push performance and bottom-line enhancing features like multi-core processors, larger screens, speedy SSDs, gobs of RAM, and powerful operating systems such as Windows 7 Home Premium.&lt;/p&gt;
&lt;p&gt;Microsoft and Intel won’t cede the companion device space to Google easily, but losing in the low-cost war could help them win more high-margin customers–and save their very hides from the perils of cannibalization.&lt;/p&gt;
&lt;div style="width:450px;padding:0px"&gt;
&lt;b&gt;Poll&lt;/b&gt;&lt;table style="width:430px;font-size:.9em;margin-left:10px"&gt;&lt;tr&gt;&lt;td colspan="2" align="left"&gt;&lt;b&gt;Will Google Chrome be good or bad news for Microsoft?&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="2"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="left" style="width:5px"&gt;&lt;/td&gt;&lt;td style="width:425px"&gt;Good news, because it will make Windows a premium OS.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="left" style="width:5px"&gt;&lt;/td&gt;&lt;td style="width:425px"&gt;Bad news, because it will cost Microsoft marketshare.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" align="center"&gt; | &lt;a href="javascript:void(0);"&gt;&lt;b&gt;Results&lt;/b&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/-lMaxXWWyuM" height="1" width="1"/&gt;</content><author><name>Avram Piltch</name></author><source gr:stream-id="feed/http://blog.laptopmag.com/feed"><id>tag:google.com,2005:reader/feed/http://blog.laptopmag.com/feed</id><title type="html">LAPTOP Magazine: The Pulse of Mobile Technology</title><link rel="alternate" href="http://blog.laptopmag.com" type="text/html" /></source><feedburner:origLink>http://blog.laptopmag.com/why-google-chrome-could-save-microsoft-and-intel-from-themselves</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139182706"><id gr:original-id="Gizmodo-5310487">tag:google.com,2005:reader/item/e3ddea650a822406</id><category term=" Microsoft " /><category term="Reller" /><category term="Sinofsky" /><category term="Steven Sinofsky" /><category term="Veghte" /><category term="Windows" /><category term="windows 7" /><title type="html">Windows Software Guru Now President of the Whole Windows Business [Microsoft]</title><published>2009-07-08T23:13:13Z</published><updated>2009-07-08T23:13:13Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/l6uC6I3dM5Q/windows-software-guru-now-president-of-the-whole-windows-business" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;&lt;a title="Click here to read more posts tagged STEVEN SINOFSKY" href="http://gizmodo.com/tag/steven-sinofsky/"&gt;Steven Sinofsky&lt;/a&gt;, the amazingly competent dude at the helm of &lt;a title="Click here to read more posts tagged WINDOWS 7" href="http://gizmodo.com/tag/windows-7/"&gt;Windows 7&lt;/a&gt; software development, has just been named president of the whole Windows division. He basically assumes the managerial duties of Bill Veghte, who was overseeing the business side.&lt;/p&gt; &lt;p&gt;&lt;a href="http://gizmodo.com/5127024/windows-7-open-beta-why-it-is-and-isnt-a-free-vista-upgrade"&gt;Having met Sinofsky&lt;/a&gt; on a number of occasions, I can say that it makes total sense. He's sharp, and now that he doesn't need to focus all his managerial efforts on meeting development deadlines, it's time to put the rest of his brain to use in getting the product into distribution. My sense is, given the man's focus and drive, he was probably already making most of the key logistical decisions already.&lt;/p&gt; &lt;p&gt;It's weird that Veghte is being bumped at a time when sales messaging for Windows 7 is so vital. The task of marketing Windows 7 will be taken over by Tami Reller, current CFO of the Windows division, who will report to Sinofsky. Veghte's a really nice guy, and I was under the impression that some people thought he could be the next Ballmer, so I'm not too worried for him. However, it &lt;i&gt;sounds&lt;/i&gt; like a demotion. All Microsoft says is that Veghte "will be moving to a new leadership role in the company to be announced later this year." Let's just hope it's not leader of sanitation and food services. [&lt;a href="http://www.microsoft.com/Presspass/press/2009/jul09/07-08WindowsLeadershipPR.mspx"&gt;Microsoft&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=5807e3cdd9258b8566145e60c86a7900&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=5807e3cdd9258b8566145e60c86a7900&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fgizmodo.com%2F5310487%2Fwindows-software-guru-now-president-of-the-whole-windows-business" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=iM-1HPhgn-A:VKThN9ORfFw:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=iM-1HPhgn-A:VKThN9ORfFw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=iM-1HPhgn-A:VKThN9ORfFw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=iM-1HPhgn-A:VKThN9ORfFw:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=iM-1HPhgn-A:VKThN9ORfFw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=iM-1HPhgn-A:VKThN9ORfFw:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/iM-1HPhgn-A" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/l6uC6I3dM5Q" height="1" width="1"/&gt;</summary><author><name>Wilson Rothman</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/iM-1HPhgn-A/windows-software-guru-now-president-of-the-whole-windows-business</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247139046375"><id gr:original-id="Gizmodo-5310531">tag:google.com,2005:reader/item/bbbbc730f1dd7988</id><category term=" Android " /><category term="Dream" /><category term="g1" /><category term="Google" /><category term="Google ion" /><category term="Hero" /><category term="Htc" /><category term="HTC Hero" /><category term="Magic" /><category term="myTouch 3G" /><category term="T-Mobile" /><title type="html">HTC Android Family Portraits: G1, myTouch 3G and Hero [Android]</title><published>2009-07-09T00:30:00Z</published><updated>2009-07-09T00:30:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/GxhLLd5qF98/" type="text/html" /><summary xml:base="http://gizmodo.com/" type="html">&lt;p&gt;Ever wondered what it&amp;#39;d be like to get three generations of Android phones together—&lt;a href="http://gizmodo.com/5062977/t+mobile-g1-google-android-phone-review"&gt;G1&lt;/a&gt;, &lt;a href="http://gizmodo.com/5272229/t+mobile-g2-google-ion-review-most-improved-award"&gt;myTouch 3G&lt;/a&gt; and &lt;a href="http://gizmodo.com/5301955/htc-hero-android-phone-hands+on-with-video"&gt;Hero&lt;/a&gt;? If you think that's kind of kinky, oh man, I hope you have a clean pair of pants lying around.&lt;/p&gt; &lt;p&gt;A couple interesting things gleaned about the Hero as I barely refrained from cramming it down my pants: There&amp;#39;s a ton of HTC software on there, not just the Sense UI—they&amp;#39;ve built their own mail client with Exchange support, and even a slick, iPhone-worthy Twitter app. Also, the grey Hero has a rubber back—only the white one is &lt;a href="http://gizmodo.com/5302637/htc-heros-teflon-coating-makes-the-iphone-feel-like-junk"&gt;rocking out the Teflon&lt;/a&gt; (but it's the only one that needs it).&lt;/p&gt; &lt;p&gt;Oh yeah, dear god &lt;em&gt;please&lt;/em&gt; give me one. Right now. Thanks.&lt;/p&gt; &lt;p&gt;&lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9719.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9719.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9697.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9697.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9709.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9709.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9720.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9720.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9708.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9708.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9716.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9716.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9706.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9706.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9713.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9713.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9717.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9717.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9704.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9704.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9711.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9711.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;br&gt; &lt;a rel="lytebox" href="http://cache.gawker.com/assets/images/gizmodo/2009/07/IMG_9673.jpg"&gt;&lt;img src="http://cache.gawker.com/assets/images/4/2009/07/504x_IMG_9673.jpg" width="500" style="display:block;float:none"&gt;&lt;/a&gt;&lt;/p&gt; &lt;br style="clear:both"&gt;
&lt;br style="clear:both"&gt;
&lt;a href="http://ads.pheedo.com/click.phdo?s=168e212c8ca1ae919cb25305cce1d0aa&amp;amp;p=1"&gt;&lt;img alt="" style="border:0" border="0" src="http://ads.pheedo.com/img.phdo?s=168e212c8ca1ae919cb25305cce1d0aa&amp;amp;p=1"&gt;&lt;/a&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/2vrroe33vbbeargtb2gi9i1pqg/300/250?ca=1&amp;amp;fh=280#http%3A%2F%2Fgizmodo.com%2F5310531%2Fhtc-android-family-portraits-g1-mytouch-3g-and-hero%2Fgallery%2F" width="100%" height="280" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=eMtkEeVRPjc:amPhZ44-pwQ:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=eMtkEeVRPjc:amPhZ44-pwQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?d=yIl2AUoC8zA" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=eMtkEeVRPjc:amPhZ44-pwQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=eMtkEeVRPjc:amPhZ44-pwQ:D7DqB2pKExk" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~ff/gizmodo/full?a=eMtkEeVRPjc:amPhZ44-pwQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/gizmodo/full?i=eMtkEeVRPjc:amPhZ44-pwQ:V_sGLiPBpWU" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/gizmodo/full/~4/eMtkEeVRPjc" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/GxhLLd5qF98" height="1" width="1"/&gt;</summary><author><name>matt buchanan</name></author><source gr:stream-id="feed/http://www.gizmodo.net/index.xml"><id>tag:google.com,2005:reader/feed/http://www.gizmodo.net/index.xml</id><title type="html">Gizmodo</title><link rel="alternate" href="http://gizmodo.com" type="text/html" /></source><feedburner:origLink>http://feeds.gawker.com/~r/gizmodo/full/~3/eMtkEeVRPjc/</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247138906251"><id gr:original-id="">tag:google.com,2005:reader/item/329d153c3b4afb81</id><category term="Pocket PC Articles" /><title type="html">Does Windows Mobile Still Have a Market Left?</title><published>2009-07-08T20:08:00Z</published><updated>2009-07-08T20:08:00Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/F5dZqdi3cLQ/does-windows-mobile-still-have-a-market-left.html" type="text/html" /><summary xml:base="http://www.PocketPCThoughts.com/" type="html">&lt;div&gt;&lt;a href="http://www.marketwatch.com/story/microsofts-mobile-business-faces-tough-questions?pagenumber=1"&gt;http://www.marketwatch.com/story/mi...ns?pagenumber=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;p&gt;&lt;em&gt;"As computing goes mobile thanks to the emergence of more powerful devices, Microsoft Corp. is finding itself increasingly threatened by new rivals -- and some old ones, too. The company's mobile technology has suffered in comparison to both the iPhone, from traditional foe Apple Inc., and Research In Motion Ltd.'s BlackBerry. Meanwhile device makers who have normally been big supporters of Microsoft's mobile operating system software, such as Motorola Corp. and Palm Inc., have been moving toward the use of different technology."&lt;/em&gt;&lt;/p&gt;&lt;p&gt;We've already had an &lt;a href="http://www.smartphonethoughts.com/news/show/94220/is-windows-mobile-in-danger-of-becoming-software-plumbing.html"&gt;interesting discussion about this topic&lt;/a&gt;, but as people look at the mobile market it's going to come up again and again: Microsoft has really dropped the ball in terms of competing in this space. In some ways, this echoes what they did with Windows XP: it was a good product when it launched, but they took their eye off the ball and got lazy - and Vista shipped years late, and missing many of the features it was supposed to have. Similarly, Windows Mobile was a great mobile operating system back in the day - but Microsoft focused on the wrong things, year after year, and now have ended up at the bottom of the marketshare heap. They can do better - and they will do better - but for now, they're going to take some lumps.&lt;/p&gt;&lt;p&gt;&lt;iframe src="http://feedads.g.doubleclick.net/~ah/f/fe8v0r6d6s38m6dv18cll0aong/468/60#http%3A%2F%2Fwww.pocketpcthoughts.com%2Fnews%2Fshow%2F94407%2Fdoes-windows-mobile-still-have-a-market-left.html" width="100%" height="60" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;div&gt;
&lt;a href="http://feeds.pocketpcthoughts.com/~ff/pocketpcthoughts?a=S5dDOqnCiig:RQW6pQFTqpQ:2nqncYFp4_M"&gt;&lt;img src="http://feeds.feedburner.com/~ff/pocketpcthoughts?d=2nqncYFp4_M" border="0"&gt;&lt;/a&gt; &lt;a href="http://feeds.pocketpcthoughts.com/~ff/pocketpcthoughts?a=S5dDOqnCiig:RQW6pQFTqpQ:H0mrP-F8Qgo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/pocketpcthoughts?d=H0mrP-F8Qgo" border="0"&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/pocketpcthoughts/~4/S5dDOqnCiig" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/F5dZqdi3cLQ" height="1" width="1"/&gt;</summary><author><name>Jason Dunn</name></author><source gr:stream-id="feed/http://feeds.pocketpcthoughts.com/pocketpcthoughts"><id>tag:google.com,2005:reader/feed/http://feeds.pocketpcthoughts.com/pocketpcthoughts</id><title type="html">Pocket PC Thoughts.com</title><link rel="alternate" href="http://www.PocketPCThoughts.com" type="text/html" /></source><feedburner:origLink>http://feeds.pocketpcthoughts.com/~r/pocketpcthoughts/~3/S5dDOqnCiig/does-windows-mobile-still-have-a-market-left.html</feedburner:origLink></entry><entry gr:crawl-timestamp-msec="1247138835246"><id gr:original-id="http://www.dzone.com/links/200942.html">tag:google.com,2005:reader/item/e722df541b3c7715</id><category term="frameworks" /><title type="html">Testing With "The Force"</title><published>2009-07-09T05:48:33Z</published><updated>2009-07-09T05:48:33Z</updated><link rel="alternate" href="http://feedproxy.google.com/~r/CreativeMindsShared/~3/MfNfbiSZAYY/testing_with_the_force.html" type="text/html" /><content xml:base="http://www.dzone.com/links/" type="html">&lt;a href="http://www.dzone.com/links/rss/testing_with_the_force.html"&gt;&lt;img src="http://cdn.dzone.com/images/thumbs/120x90/200942.jpg" style="width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc"&gt;&lt;/a&gt;&lt;p style="margin-left:130px"&gt;Markdown was one of the humane markup languages that we evaluated and adopted for Stack Overflow. I've been pretty happy with it, overall. So much so that I wanted to implement a tiny, lightweight subset of Markdown for comments as well. &lt;br&gt;&lt;br&gt;&lt;a href="http://www.dzone.com/links/rss/testing_with_the_force.html"&gt;&lt;img src="http://www.dzone.com/links/voteCountImage?linkId=200942" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/dzone/frontpage/~4/z7B3sEEHlX0" height="1" width="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/CreativeMindsShared/~4/MfNfbiSZAYY" height="1" width="1"/&gt;</content><author><name>Thierry.Lefort</name></author><source gr:stream-id="feed/http://www.dzone.com/feed/frontpage/rss.xml"><id>tag:google.com,2005:reader/feed/http://www.dzone.com/feed/frontpage/rss.xml</id><title type="html">dzone.com: latest front page</title><link rel="alternate" href="http://www.dzone.com/links/" type="text/html" /></source><feedburner:origLink>http://feeds.dzone.com/~r/dzone/frontpage/~3/z7B3sEEHlX0/testing_with_the_force.html</feedburner:origLink></entry></feed>
