<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC developer RSS Feed</title>
 <link>http://www.maximumpc.com/tags/developer</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>Murphy&#039;s Law: Mozilla Crowdsources Open Source</title>
 <link>http://www.maximumpc.com/article/columns/murphys_law_mozilla_crowdsources_open_source</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&lt;!--[if !mso]&gt; &lt;/p&gt;
&lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt;&lt;p&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;     Normal   0   false            false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4                                                   &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;                                                                                                                                                                                                                                                                                                                                                                                                                                &lt;/xml&gt;&lt;![endif]--&gt;  &lt;!--[if gte mso 10]&gt; &lt;/p&gt;
&lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi;} &lt;/style&gt;&lt;p&gt; &lt;![endif]--&gt;
&lt;p&gt;It sounds like Buzzword Bingo, but a new Mozilla Labs project is applying an open-source, crowd-sourced routine to solve common Web developer issues. The program&#039;s called &lt;a href=&quot;http://testswarm.com/&quot;&gt;TestSwarm&lt;/a&gt;, and I must confess, it&#039;s a novel idea for increasing a developer&#039;s ability to test out new JavaScript framework on a variety of browsers at once. And the fact that this an open-source project is cooler still: Aspiring testers can load the framework onto their own servers and set up their own test routines at will. &lt;/p&gt;
&lt;p&gt;TestSwarm was developed by one of the Mozilla Foundation&#039;s JavaScript Tool Developers, John Resig, to deal with &lt;a href=&quot;http://ejohn.org/blog/javascript-testing-does-not-scale/&quot;&gt;the scalability issues&lt;/a&gt; that factor into JavaScript code testing. To Resig, the proper testing platform includes at least five different browsers split into 12 total versions per operating system. Although he doesn&#039;t go into this length in his example, you should triple that number to factor in the Windows XP, Windows Vista, and Windows 7 operating environments. &lt;/p&gt;
&lt;p&gt;Factor these (now) thirty-six tests against an average of ten test suite iterations--a minimum number of variances that Resig runs in a common jQuery testing environment. That&#039;s three hundred and sixty runs for every test you create, more if you&#039;re expanding to include OSX and Linux platforms. And did I mention that the best results tend to occur when actual human beings are behind the testing instead of some automated attempt at user interaction? Yeaaaah...&lt;/p&gt;
&lt;p&gt;So how did Resig address this grand problem of JavaScript testing scalability? You should know--you&#039;re a part of the solution, after all.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_testswarm.jpg&quot; width=&quot;415&quot; height=&quot;230&quot; /&gt;&lt;/div&gt;
&lt;p&gt;To a user, the TestSwarm client just simply &lt;em&gt;works&lt;/em&gt;. When you load up the page, the program checks to see what browser you&#039;re using and determines whether it&#039;s one that is needed for a round of tests. If so, TestSwarm pops up a little window and asks you for your help. If you choose to enter a username and agree to join the fun, you&#039;re placed in a holding queue. The TestSwarm client checks for new tests to run on your machine over a set interval of time. If a particular test screws up, a detailed note is sent back to TestSwarm to help developers identify the root cause of the issue. They also receive &lt;a href=&quot;http://wiki.github.com/jeresig/testswarm&quot;&gt;a giant color-coded chart&lt;/a&gt; that shows off the different tests and browser permutations, as well as a visual representation of tests that succeeded, succumbed to minor errors, or completely fell apart.&lt;/p&gt;
&lt;p&gt;As a concept, I think TestSwarm is an awesome way to go about using the power of a community to spare one poor person (or a group of people/suckers) from having to run an absurd amount of test iterations in the name of usability. It&#039;s analogous to the successful efforts one sees from the many distributed computing applications floating around the Internet. And just as there seems to be an infinite number of [subject]@home distributed programs, I would kill anywhere from three to six people to get a variant of TestSwarm themed for CSS/HTML checks. Instead of looking for faults in JavaScript runs, the client could load up a target Web page into a connected user&#039;s browser, find some way to finagle a screenshot or otherwise record the look of the page, and email that back to the original developer. Gone are the hours spent checking the look of a single page across squillions of platforms.&lt;/p&gt;
&lt;p&gt;It&#039;s an awesome idea--at least, I think so. But what do users get for their contributions to either TestSwarm or the now-aptly named TestMurph?&lt;/p&gt;
&lt;p&gt;Such is a question that invariably arises whenever I think of distributed computing applications or, really, even the open-source world in general. The two travel down similar paths in this regard. In distributed computing, you&#039;re contributing to an effort larger than yourself for (mostly) bragging rights and respect among your Internet peers. The same holds true for TestSwarm. While I don&#039;t necessarily &lt;em&gt;mind&lt;/em&gt; helping some dude test out his JavaScript, am I going to open up a tab for the TestSwarm loading area every time I start a version of Firefox? Not really.&lt;/p&gt;
&lt;p&gt;Sure, Resig could turn TestSwarm into a downloadable application that launches browser windows during your computer&#039;s idle time. But that&#039;s a pretty hefty amount of code spread across multiple operating systems, not to mention an increased amount of steps and potential annoyances for users looking to help out. It&#039;s a catch-22 if I ever heard one: To increase TestSwarm&#039;s popularity and applicability, one has to increase the program&#039;s complexity and user interactivity. But unless TestSwarm is exposed to as many permutations of browsers, operating systems, and setups as possible, the entire point of the platform dies away.&lt;/p&gt;
&lt;p&gt;To his credit, Resig has opened the doors with an innovative idea for online testing that&#039;s sure to be replicated, modified, and distributed in the days to come. In fact, there&#039;s been a bit of interest in corporate versions of TestSuite, which bodes well for future TestSwarm spin-offs. I just hope that, for all his work and creativity, the single variable out of Resig&#039;s control doesn&#039;t ultimately prove to be the suite&#039;s undoing. Were there only some equally innovative way to encourage the adoption of the experiment by its chief guinea pigs--that&#039;s the real question here.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.twitter.com/acererak&quot;&gt;David Murphy (@ Acererak)&lt;/a&gt; is a technology journalist and former Maximum PC editor. He writes weekly columns about the wide world of open-source as well as weekly roundups of awesome, freebie software. Befriend him on Twitter, especially if you have an awesome app or game you&#039;re dying to recommend!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/columns/murphys_law_mozilla_crowdsources_open_source#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8768">code</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/34">Columns</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8652">computing</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8651">distributed</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/9207">iteration</category>
 <category domain="http://www.maximumpc.com/geek_tested/javascript">JavaScript</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/9208">jquery</category>
 <category domain="http://www.maximumpc.com/geek_tested/labs">labs</category>
 <category domain="http://www.maximumpc.com/geek_tested/mozilla">Mozilla</category>
 <category domain="http://www.maximumpc.com/geek_tested/opensource">open-source</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/9206">scalability</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3016">test</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/9205">testswarm</category>
 <pubDate>Thu, 27 Aug 2009 15:30:20 -0500</pubDate>
 <dc:creator>David Murphy</dc:creator>
 <guid isPermaLink="false">7579 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Palm WebOS SDK to be Available When Summer Ends</title>
 <link>http://www.maximumpc.com/article/news/palm_webos_sdk_be_available_when_summer_ends</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;The Palm Pre App Catalog currently features only thirty apps and excepting one all others are in beta mode. A lot of people are eagerly waiting for a deluge of Pre apps to overwhelm them. But apps will only dribble in for a few more months as the official SDK (software development kit) isn’t available as yet. Palm has announced it &lt;a href=&quot;http://www.informationweek.com/news/personal_tech/smartphones/showArticle.jhtml?articleID=218100713&quot;&gt;intends to have the SDK fully ready by the end of the summer.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;We&#039;ve been working very hard on the SDK and are eager to open access on a wider scale, but the software and the developer services to support it just aren&#039;t ready yet,” Palm wrote rather apologetically on its developer blog. It is believed that since the Palm Pre doesn’t still have a huge installed base a la the iPhone, many app developers may stick to developing apps for more popular platforms like the iPhone. But who knows the number of Pres sold during the months leading up to the release of the SDK might allow Palm to woo some of the dithering developers. &lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46168/palmpremojo.jpg&quot; width=&quot;400&quot; height=&quot;260&quot; /&gt;&lt;/div&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/palm_webos_sdk_be_available_when_summer_ends#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4182">3G</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5015">app</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8364">app catalog</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4794">app store</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/geek_tested/iphone">iphone</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8365">mojo sdk</category>
 <category domain="http://www.maximumpc.com/geek_tested/palm">Palm</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6418">palm pre</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2968">SDK</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6656">webos</category>
 <pubDate>Tue, 23 Jun 2009 18:30:55 -0500</pubDate>
 <dc:creator>Pulkit Chandna</dc:creator>
 <guid isPermaLink="false">6700 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Android Market Allows Returns, Forbids Porn</title>
 <link>http://www.maximumpc.com/article/news/android_market_allows_returns_forbids_porn</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;With Google having opened Android Market to paid apps, users of the fledgling mobile platform are eagerly looking forward to an inevitable rise in the number of apps. Google, on its part, is trying its best to offer more reasons for Android users to exult.&lt;/p&gt;
&lt;p&gt;And exult they will on hearing that the Android Market will let users return any application within 24 hours from the time of purchase. Google has stolen a march on Apple’s App Store by espousing an application return policy.  &lt;/p&gt;
&lt;p&gt;Also, users will be allowed unlimited reinstalls by Google. If any dispute arises - including billing issues - between a user and a developer, the two parties will have to settle it directly as Google is not interested in playing arbitrator. Another thing Google is not interested in is porn. The &lt;a href=&quot;http://www.google.com/intl/en_us/mobile/android/market-policies.html&quot;&gt;Android Market policies&lt;/a&gt; expressly prohibit “nudity, graphic sex acts, or sexually explicit material.”&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46168/android_market_combo_8_28_2008_wide_600x297.png&quot; width=&quot;400&quot; height=&quot;198&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Image Credit: Cnet &lt;/em&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/android_market_allows_returns_forbids_porn#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/geek_tested/android">android</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7064">android market</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4794">app store</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4926">mobile OS</category>
 <category domain="http://www.maximumpc.com/geek_tested/os">OS</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7065">policy. paid apps</category>
 <category domain="http://www.maximumpc.com/geek_tested/porn">porn</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/geek_tested/user">user</category>
 <pubDate>Thu, 19 Feb 2009 16:12:09 -0600</pubDate>
 <dc:creator>Pulkit Chandna</dc:creator>
 <guid isPermaLink="false">5367 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Microsoft Looks for Blue Skies Ahead with its Azure Cloud Computing Platform</title>
 <link>http://www.maximumpc.com/article/news/microsoft_looks_blue_skies_ahead_with_its_azure_cloud_computing_platform</link>
 <description>&lt;!--paging_filter--&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u21826/header-winazure.png&quot; alt=&quot;Windows Azure is Microsoft&#039;s entree into Cloud Computing&quot; width=&quot;410&quot; height=&quot;205&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;It was called &amp;quot;Project Red Dog&amp;quot; during development, but this week Microsoft &lt;a href=&quot;http://www.eweek.com/c/a/Cloud-Computing/Microsoft-Unveils-Cloud-Platform-Windows-Azure/&quot;&gt;revealed&lt;/a&gt; its favorite color for its cloud computing development platform is actually blue - Azure, in fact. &lt;/p&gt;
&lt;p&gt;Windows Azure Services Platform was introduced at this week&#039;s PDC, and includes the following key components, according to &lt;strong&gt;eWeek&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Azure (service hosting, management, low-level scalable storage, computation and networking)&lt;/li&gt;
&lt;li&gt;Microsoft SQL Services (databases and reporting)&lt;/li&gt;
&lt;li&gt;Microsoft .NET Services (.NET Framework workflow, access control, and so forth)&lt;/li&gt;
&lt;li&gt;Live Services (file and media synchronization between PCs, phones, apps and website)&lt;/li&gt;
&lt;li&gt;Microsoft SharePoint Services and CRN Services (business content, collaboration, and rapid solution development)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Applications developed using the Azure platform can be tested offline, and can be deployed locally or to the cloud, thanks to the incorporation of existing Microsoft technologies. Azure will first be made available through Microsoft data centers. Developers can use HTTP or other common Internet standards to access Azure services. &lt;a href=&quot;http://www.microsoft.com/azure/default.mspx &quot;&gt;Learn more&lt;/a&gt; at Microsoft&#039;s Azure Services Platform website. &lt;/p&gt;
&lt;p&gt;What&#039;s the appeal of Azure for Microsoft - and developers? &lt;a href=&quot;http://www.informationweek.com/blog/main/archives/2008/10/windows_azure_t.html&quot;&gt;According to&lt;/a&gt; the &lt;strong&gt;Information Week&lt;/strong&gt; blog, Azure offers scalable pay as you go services. It might not be &amp;quot;The End of Software?&amp;quot; as Information Week wonders, but Azure is the latest sign that services, not shrinkwrapped packages of Microsoft whatever, may be the wave of the future for profitability in Redmond - and for maximum flexibility in uncertain times for developers. &lt;/p&gt;
&lt;p&gt;With Amazon.com &lt;a href=&quot;/article/news/cloud_wars_ii_amazons_elastic_compute_cloud_envelops_windows_server_sql_server&quot;&gt;already in the game&lt;/a&gt;, Windows Azure is playing catch up. Will the sky remain the intense &amp;quot;October blue&amp;quot; of azure for Redmond, or will its vision of cloud computing be clouded over by the competition? Developers, you can &lt;a href=&quot;http://www.microsoft.com/azure/register.mspx&quot;&gt;register&lt;/a&gt; for the Community Technology Preview to find out for yourself (and your company). But, whether you&#039;re a developer or a user, feel free to click the Comments button to tell us what you think about Windows Azure and cloud computing.&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/microsoft_looks_blue_skies_ahead_with_its_azure_cloud_computing_platform#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/article_type/news/windows">Windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5567">.NET Framework</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3626">cloud computing</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5568">CRN Services</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5570">Live Services</category>
 <category domain="http://www.maximumpc.com/geek_tested/microsoft">microsoft</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5569">SharePoint Services</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5190">SQL Server</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5566">Windows Azure</category>
 <pubDate>Wed, 29 Oct 2008 14:49:54 -0500</pubDate>
 <dc:creator>Mark Edward Soper</dc:creator>
 <guid isPermaLink="false">4070 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Amazon Enters Casual Games Market by Acquiring Reflexive Entertainment</title>
 <link>http://www.maximumpc.com/article/news/amazon_enters_casual_games_market_acquiring_reflexive_entertainment</link>
 <description>&lt;!--paging_filter--&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46168/ReflexiveGames11.jpg&quot; width=&quot;400&quot; height=&quot;267&quot; /&gt;&lt;/div&gt;
&lt;p&gt;Amazon has agreed to acquire &lt;a href=&quot;http://www.techcrunch.com/2008/10/21/amazon-snaps-up-video-game-provider-reflexive/&quot;&gt;casual web gaming company Reflexive Entertainment&lt;/a&gt;. The move marks the internet behemoth’s foray into casual gaming. Reflexive was constituted in 1997 and is stationed in Orange County, California. Reflexive is working on a game development and distribution service called Reflexive Arcade. &lt;/p&gt;
&lt;p&gt;The Reflexive Arcade service will be restricted to only PC, Mac and web-based games. The true motivation behind this particular acquisition is not yet known. The two companies haven’t made the details of the transaction public.&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/amazon_enters_casual_games_market_acquiring_reflexive_entertainment#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2875">acquisition</category>
 <category domain="http://www.maximumpc.com/geek_tested/amazon">amazon</category>
 <category domain="http://www.maximumpc.com/geek_tested/browser">browser</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4726">casual games</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5499">distributor</category>
 <category domain="http://www.maximumpc.com/geek_tested/games">games</category>
 <category domain="http://www.maximumpc.com/geek_tested/mac">Mac</category>
 <category domain="http://www.maximumpc.com/geek_tested/pc">pc</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5498">reflexive entertainment</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/geek_tested/video_games">video games</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3675">web</category>
 <pubDate>Fri, 24 Oct 2008 04:28:29 -0500</pubDate>
 <dc:creator>Pulkit Chandna</dc:creator>
 <guid isPermaLink="false">4009 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>DreamBuildPlay, Ready to Get Your Design On?</title>
 <link>http://www.maximumpc.com/article/news/dreambuildplay_ready_get_your_design_on</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;
Microsoft has issued a challenge for developers and newbie&lt;br /&gt;
developers worldwide to use Microsoft&#039;s XNA Game Studio 2.0 to build&lt;br /&gt;
their game for the Xbox 360. This year they are accepting teams from 1&lt;br /&gt;
to 7 people to compete. First prize is $40,000, second is $20,000,&lt;br /&gt;
third $10,000, and fourth is $5,000.&lt;/p&gt;
&lt;p&gt;The deadline is September 23, 2008, after which the judges will be&lt;br /&gt;
choosing the best entries on 3 main criteria: Fun Factor (40%),&lt;br /&gt;
Innovation (30%), and Production Quality (30%).&lt;/p&gt;
&lt;p&gt;Ready to get your Design On? Head over to &lt;a href=&quot;http://www.dreambuildplay.com/main/default.aspx&quot; target=&quot;_blank&quot;&gt;dreambuildplay.com&lt;/a&gt; and sign up!&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/u3606/dreambuildplay2008.jpg&quot; alt=&quot;dreambuildplay&quot; width=&quot;410&quot; height=&quot;133&quot; align=&quot;middle&quot; /&gt;  &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/dreambuildplay_ready_get_your_design_on#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/article_type/news/the_game_boy">Gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/contest">contest</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2970">DreamBuildPlay</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2978">Game Studio</category>
 <category domain="http://www.maximumpc.com/geek_tested/gaming">gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/microsoft">microsoft</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2979">Prize</category>
 <category domain="http://www.maximumpc.com/geek_tested/xbox_360">Xbox 360</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2971">XNA</category>
 <pubDate>Fri, 20 Jun 2008 09:46:31 -0500</pubDate>
 <dc:creator>Chris Moody</dc:creator>
 <guid isPermaLink="false">2312 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Microsoft&#039;s Surface, More Than Just a Really Big iPhone Screen</title>
 <link>http://www.maximumpc.com/article/news/microsoft_surface_ultimate_cool_factor_or_usefulness</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;
Just how much cooler can they make &lt;a href=&quot;http://www.microsoft.com/surface/index.html&quot; target=&quot;_blank&quot;&gt;Microsoft&#039;s Surface&lt;/a&gt;? Oh, I suppose they could do a nifty holographic 3D interface but that is for the future. In the here and now, the Surface gives new meaning to &amp;quot;Desktop&amp;quot;. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.crunchgear.com/2008/06/18/more-surface-secrets-youll-wish-you-were-here/&quot; target=&quot;_blank&quot;&gt;Crunchgear&lt;/a&gt; reports that at a recent conference they got to look at the SDK, which allows developers the ability to slide an object around and have it stop based on friction or what objects it hits. Think about sliding a photo across a desktop with your fingertips into a folder. The good thing is if you miss, it doesn&#039;t end up on the floor. It takes the intuitive interface of the desktop as we know it and brings it together with our most intuitive interface device, our hands. The promise for this technology for the future is outstanding.&lt;/p&gt;
&lt;p&gt;Object Recognition is planned for the future.  Users will be able to place physical objects on the display to trigger different types of response, like downloading images from your Bluetooth enabled phone or uploading music to an MP3 player.  &lt;/p&gt;
&lt;p&gt;Now don&#039;t you just want one of these for a coffee table in your living room?
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;/files/u3606/surface_ripple.jpg&quot; alt=&quot;Microsoft Surface&quot; width=&quot;410&quot; height=&quot;227&quot; align=&quot;middle&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: xx-small&quot;&gt;Image Credit: Microsoft &lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/microsoft_surface_ultimate_cool_factor_or_usefulness#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/geek_tested/consumer_electronics">consumer electronics</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2969">developer</category>
 <category domain="http://www.maximumpc.com/geek_tested/display">display</category>
 <category domain="http://www.maximumpc.com/geek_tested/microsoft">microsoft</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2968">SDK</category>
 <category domain="http://www.maximumpc.com/geek_tested/surface">Surface</category>
 <pubDate>Fri, 20 Jun 2008 08:03:26 -0500</pubDate>
 <dc:creator>Chris Moody</dc:creator>
 <guid isPermaLink="false">2311 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
