<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with Devices</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/devices/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with Devices</title>
      <link>http://channel9.msdn.com/Tags/devices</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/devices</link>
    <language>en</language>
    <pubDate>Sun, 19 May 2013 20:23:11 GMT</pubDate>
    <lastBuildDate>Sun, 19 May 2013 20:23:11 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>11</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Driving Devices with the .NET Micro Framework [Device] Toolbox</title>
      <description><![CDATA[<p>Today's Hardware Friday post is one that I help those of you with shiny new .Net Micro Framework devices...</p><h2><a href="http://netmftoolbox.codeplex.com/">.NET Micro Framework Toolbox</a></h2><blockquote><p><strong>Project Description</strong><br>This project is a sub-framework for the .NET Micro Framework that gives support for several electrical components in the form of drivers NETMF-devices.</p><p><strong>What's in the project?</strong><br>In this project is support for multiple <a href="http://netmftoolbox.codeplex.com/wikipage?title=Supported%20devices&amp;referringTitle=Home">devices</a> by adding several drivers in the form of <a href="http://netmftoolbox.codeplex.com/wikipage?title=Available%20classes&amp;referringTitle=Home">classes</a>. See the <a href="http://netmftoolbox.codeplex.com/documentation?referringTitle=Home">documentation</a> for more details about them.</p><p><strong>How to download the source code</strong><br>All source code is available on Codeplex. To download the latest release, follow these two simple steps:<br>1. Browse through the latest build using this direct link: <a href="http://netmftoolbox.codeplex.com/SourceControl/BrowseLatest">http://netmftoolbox.codeplex.com/SourceControl/BrowseLatest</a><br>2. Click on the big download-button</p><p><strong>If you need support</strong><br>The developers and maintainer of this library are all active at <a href="http://forums.netduino.com/">http://forums.netduino.com/</a></p><p>If you encounter any problems with Netduino hardware, it's best to post a thread on those forums.</p><p>Also, there's the <a href="http://netmftoolbox.codeplex.com/discussions">Discussions tab</a>.</p><p><strong>Note about Visual Basic support</strong><br>Although the framework code is completely written in C#, all samples are available for both C# and Visual Basic. This requires .NET Micro Framework 4.2 or higher.</p></blockquote><p>Here's an example if one of the classes/devices in action;</p><h2><a href="http://forums.netduino.com/index.php?/topic/6555-netduino-hd44780-snake/">Netduino HD44780 Snake</a></h2><blockquote><p>I [<a href="http://forums.netduino.com/index.php?/user/3331-stefan/">Stefan Thoolen</a>] just updated the .NETMF Toolbox with some additional samples for both <strong>Visual C#</strong> and <strong>VB.NET</strong>. One of them is this awesome game which demonstrates custom character support for the HD44780 text LCDs:</p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3YMlDvjhpPo&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3YMlDvjhpPo&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p></blockquote><p>So what kind of devices are supported?</p><p><a href="http://netmftoolbox.codeplex.com/wikipage?title=Supported%20devices">Supported devices</a></p><blockquote><p><a href="http://netmftoolbox.codeplex.com/wikipage?title=Supported%20devices"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B4%5D-11.png" alt="image" width="167" height="384" border="0"></a></p></blockquote><p>And it's not just all about hardware devices. Check out these classes</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-49.png" alt="image" width="506" height="257" border="0"></p><p>And the source for all of this is available too!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fb1f75000ced4f259e92a1360163cb67">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Driving-Devices-with-the-NET-Micro-Framework-Device-Toolbox</comments>
      <itunes:summary>Today&#39;s Hardware Friday post is one that I help those of you with shiny new .Net Micro Framework devices... .NET Micro Framework ToolboxProject DescriptionThis project is a sub-framework for the .NET Micro Framework that gives support for several electrical components in the form of drivers NETMF-devices. What&#39;s in the project?In this project is support for multiple devices by adding several drivers in the form of classes. See the documentation for more details about them. How to download the source codeAll source code is available on Codeplex. To download the latest release, follow these two simple steps:1. Browse through the latest build using this direct link: http://netmftoolbox.codeplex.com/SourceControl/BrowseLatest2. Click on the big download-button If you need supportThe developers and maintainer of this library are all active at http://forums.netduino.com/ If you encounter any problems with Netduino hardware, it&#39;s best to post a thread on those forums. Also, there&#39;s the Discussions tab. Note about Visual Basic supportAlthough the framework code is completely written in C#, all samples are available for both C# and Visual Basic. This requires .NET Micro Framework 4.2 or higher. Here&#39;s an example if one of the classes/devices in action; Netduino HD44780 SnakeI [Stefan Thoolen] just updated the .NETMF Toolbox with some additional samples for both Visual C# and VB.NET. One of them is this awesome game which demonstrates custom character support for the HD44780 text LCDs:  So what kind of devices are supported? Supported devices  And it&#39;s not just all about hardware devices. Check out these classes  And the source for all of this is available too! </itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Driving-Devices-with-the-NET-Micro-Framework-Device-Toolbox</link>
      <pubDate>Fri, 04 Jan 2013 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Driving-Devices-with-the-NET-Micro-Framework-Device-Toolbox</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/f2f1cb23-5762-4f0d-a7e6-3da35c504b17.png" height="50" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/2c7c970b-91df-43cf-9b1a-f63326e1aa79.png" height="111" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Driving-Devices-with-the-NET-Micro-Framework-Device-Toolbox/RSS</wfw:commentRss>
      <category>.NET Micro Framework</category>
      <category>C#</category>
      <category>Coding4Fun</category>
      <category>Devices</category>
      <category>Visual Basic</category>
    </item>
  <item>
      <title>System design for the Modern PC</title>
      <description><![CDATA[<p>This video presentation focuses on how UEFI impacts system designers. It discusses how Windows 8 has two separate boot plans to choose from.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1cba5d18f52b4d3fac519fc2007891a1">]]></description>
      <comments>http://channel9.msdn.com/posts/System-design-for-the-Modern-PC</comments>
      <itunes:summary>This video presentation focuses on how UEFI impacts system designers. It discusses how Windows 8 has two separate boot plans to choose from. </itunes:summary>
      <itunes:duration>488</itunes:duration>
      <link>http://channel9.msdn.com/posts/System-design-for-the-Modern-PC</link>
      <pubDate>Fri, 23 Dec 2011 09:08:30 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/System-design-for-the-Modern-PC</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_2MB_ch9.wmv" expression="full" duration="488" fileSize="85944488" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_ch9.mp3" expression="full" duration="488" fileSize="3907277" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_ch9.webm" expression="full" duration="488" fileSize="28080050" type="video/webm" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_ch9.wma" expression="full" duration="488" fileSize="3955237" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_ch9.wmv" expression="full" duration="488" fileSize="30728359" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_high_ch9.mp4" expression="full" duration="488" fileSize="84371072" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_low_ch9.mp4" expression="full" duration="488" fileSize="13982780" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_med_ch9.mp4" expression="full" duration="488" fileSize="63785362" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC.ism/manifest" expression="full" duration="488" fileSize="8606" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/91a1/1cba5d18-f52b-4d3f-ac51-9fc2007891a1/SystemDesignForModernPC_ch9.wmv" length="30728359" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Roxanne Beaver</dc:creator>
      <itunes:author>Roxanne Beaver</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/System-design-for-the-Modern-PC/rss</wfw:commentRss>
      <category>Devices</category>
      <category>Boot</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Touch User Experiences : Multi-touch Application Showcase &#39;The Story of Phebus&#39;</title>
      <description><![CDATA[ <p><strong>Touch User Experiences</strong></p><p>Multi-touch Application Showcase 'The Story of Phebus'</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5623b943e04c4e6ea9579f2f00a2d7b2">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-Application-Showcase-The-Story-of-Phebus</comments>
      <itunes:summary> Touch User Experiences Multi-touch Application Showcase &#39;The Story of Phebus&#39; </itunes:summary>
      <itunes:duration>1263</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-Application-Showcase-The-Story-of-Phebus</link>
      <pubDate>Tue, 02 Aug 2011 07:25:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-Application-Showcase-The-Story-of-Phebus</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_2MB_ch9.wmv" expression="full" duration="1263" fileSize="34901063" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_ch9.mp3" expression="full" duration="1263" fileSize="10105415" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_ch9.wma" expression="full" duration="1263" fileSize="10227589" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_ch9.wmv" expression="full" duration="1263" fileSize="43725003" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_high_ch9.mp4" expression="full" duration="1263" fileSize="311322533" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_low_ch9.mp4" expression="full" duration="1263" fileSize="18748124" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_Zune_ch9.wmv" expression="full" duration="1263" fileSize="37533056" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus.ism/manifest" expression="full" duration="1263" fileSize="6338" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/d7b2/5623b943-e04c-4e6e-a957-9f2f00a2d7b2/touchuserexperienceshowcasephebus_ch9.wmv" length="43725003" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-Application-Showcase-The-Story-of-Phebus/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>Design Patterns</category>
      <category>Devices</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>MSDN</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Touch</category>
      <category>User Experience</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch User Experiences : User Experience Design Patterns for multi-touch devices</title>
      <description><![CDATA[ <p><strong>Touch User Experiences </strong></p><p>User Experience Design Patterns for multi-touch devices</p><p>&nbsp;</p><p><strong>Speaker</strong> : Sigrid Vandeweghe - Human Interface Group</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4916064132df4a17ba209f2f00a1aedf">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--User-Experience-Design-Patterns-for-multi-touch-devices</comments>
      <itunes:summary> Touch User Experiences  User Experience Design Patterns for multi-touch devices &amp;nbsp; Speaker : Sigrid Vandeweghe - Human Interface Group </itunes:summary>
      <itunes:duration>1998</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--User-Experience-Design-Patterns-for-multi-touch-devices</link>
      <pubDate>Mon, 01 Aug 2011 09:45:58 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--User-Experience-Design-Patterns-for-multi-touch-devices</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_2MB_ch9.wmv" expression="full" duration="1998" fileSize="46169479" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_ch9.mp3" expression="full" duration="1998" fileSize="15989446" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_ch9.wma" expression="full" duration="1998" fileSize="16166497" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_ch9.wmv" expression="full" duration="1998" fileSize="65057419" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_high_ch9.mp4" expression="full" duration="1998" fileSize="490299665" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_low_ch9.mp4" expression="full" duration="1998" fileSize="26535759" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_Zune_ch9.wmv" expression="full" duration="1998" fileSize="56289472" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns.ism/manifest" expression="full" duration="1998" fileSize="6348" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/aedf/49160641-32df-4a17-ba20-9f2f00a1aedf/touchuserexperiencesdesignpatterns_ch9.wmv" length="65057419" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--User-Experience-Design-Patterns-for-multi-touch-devices/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>Design Patterns</category>
      <category>Devices</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>MSDN</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Touch</category>
      <category>User Experience</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Windows Multiscreen webcast series</title>
      <description><![CDATA[ <p>Watch upcoming and on-demand webcasts on Windows Multiscreen. Discover how to blend the best technology, innovation and creativity to create stunning applications across multiple devices. Learn from subject matter experts how to use Windows 7, Microsoft Silverlight 4 and Internet Explorer 9 to optimize your end-users’ experiences, no matter where or how they’re interacting with your applications. See what other customers and partners are doing and what short cuts and tips you can use to enhance the user experience.<br><br><strong>On-demand Videos:</strong><br><a href="http://www.microsoft.com/events/series/windowsmultiscreen.aspx?tab=Webcasts&amp;seriesid=185&amp;webcastid=15350">Integrating Sensor and Location Support</a><br><a href="http://www.microsoft.com/events/series/windowsmultiscreen.aspx?tab=Webcasts&amp;seriesid=185&amp;webcastid=15645">The Associated Press: Embracing a Multi-screen Ecosystem for News Delivery</a><br><a href="http://www.microsoft.com/events/series/windowsmultiscreen.aspx?tab=Webcasts&amp;seriesid=185&amp;webcastid=15352">Better User Experience with Windows 7 Multitouch &amp; Gestures</a><br><a href="http://www.microsoft.com/events/series/windowsmultiscreen.aspx?tab=Webcasts&amp;seriesid=185&amp;webcastid=15874">Making Your Applications Available in Multiple Form Factors</a><br><a href="http://www.microsoft.com/events/series/windowsmultiscreen.aspx?tab=Webcasts&amp;seriesid=185&amp;webcastid=15873">A&nbsp;Lap Around the Microsoft Multiscreen Ecosystem</a><strong><br><br>Upcoming Webcasts:</strong><br>01/06 &gt;&gt; <a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472794&amp;Culture=en-US">Services Powering Experiences<br></a>01/11 &gt;&gt; <a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032472796&amp;Culture=en-US">Computing and Connected Experiences<br></a>01/13 &gt;&gt; <a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032467413&amp;Culture=en-US">Delivering Multiscreen Experiences with Microsoft Technologies</a><br>01/20 &gt;&gt; <a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032473320&amp;EventCategory=4&amp;culture=en-US&amp;CountryCode=US">XNA: One Code Base, Many Devices<br></a>01/27&nbsp;&gt;&gt; <a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032471457&amp;EventCategory=4&amp;culture=en-US&amp;CountryCode=US">Embracing Multiple Screens: Who's Doing It and Why Should You Care?<br></a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:32d9d6571f874d6585719e220152446c">]]></description>
      <comments>http://channel9.msdn.com/posts/Windows-Multiscreen-Build-Applications-across-Multiple-Devices</comments>
      <itunes:summary> Watch upcoming and on-demand webcasts on Windows Multiscreen. Discover how to blend the best technology, innovation and creativity to create stunning applications across multiple devices. Learn from subject matter experts how to use Windows 7, Microsoft Silverlight 4 and Internet Explorer 9 to optimize your end-users’ experiences, no matter where or how they’re interacting with your applications. See what other customers and partners are doing and what short cuts and tips you can use to enhance the user experience.On-demand Videos:Integrating Sensor and Location SupportThe Associated Press: Embracing a Multi-screen Ecosystem for News DeliveryBetter User Experience with Windows 7 Multitouch &amp;amp; GesturesMaking Your Applications Available in Multiple Form FactorsA&amp;nbsp;Lap Around the Microsoft Multiscreen EcosystemUpcoming Webcasts:01/06 &amp;gt;&amp;gt; Services Powering Experiences01/11 &amp;gt;&amp;gt; Computing and Connected Experiences01/13 &amp;gt;&amp;gt; Delivering Multiscreen Experiences with Microsoft Technologies01/20 &amp;gt;&amp;gt; XNA: One Code Base, Many Devices01/27&amp;nbsp;&amp;gt;&amp;gt; Embracing Multiple Screens: Who&#39;s Doing It and Why Should You Care? </itunes:summary>
      <link>http://channel9.msdn.com/posts/Windows-Multiscreen-Build-Applications-across-Multiple-Devices</link>
      <pubDate>Wed, 15 Dec 2010 20:58:57 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Windows-Multiscreen-Build-Applications-across-Multiple-Devices</guid>      
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Windows-Multiscreen-Build-Applications-across-Multiple-Devices/rss</wfw:commentRss>
      <category>Associated Press</category>
      <category>Devices</category>
      <category>Gestures</category>
      <category>Multitouch</category>
      <category>Sensor</category>
      <category>Sensor and Location Platform</category>
      <category>Windows 7</category>
      <category>Windows7</category>
      <category>mobile devices</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>WSDAPI - Ralf Beckers about Web Services on Devices for Windows Embedded Standard 2009</title>
      <description><![CDATA[
<p>Ralf Beckers is a software developer at the Microsoft Embedded Systems Development Center (MESDC) in Aachen, Germany.&nbsp; In this video, Ralf provides a short introduction to the MESDC and then dives into a discussion of the “Web Services on Devices” stack
 for Windows Embedded Standard 2009.</p>
<p>&nbsp;</p>
<p>“Web Services on Devices” API (WSDAPI) is Microsoft’s interoperable implementation of Device Profile for Web Services.&nbsp;WSDAPI can be used for easy SOAP based communications between devices (including those that are embedded) and clients. &nbsp;Because the DPWS
 is an open specification, compatibility with other implementations is ensured. &nbsp;Microsoft’s WSDAPI not only offers a complete set of APIs, it also features a code generation utility that enables developers to focus on core functionality of the device and not
 on the communication.</p>
<p>&nbsp;</p>
<p>Press release about MESDC: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a shape="rect" href="http://www.microsoft.com/presspass/press/2008/feb08/02-26MSEDCPR.mspx" shape="rect">
http://www.microsoft.com/presspass/press/2008/feb08/02-26MSEDCPR.mspx</a></p>
<p>More about WSDAPI on MSDN: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a shape="rect" href="http://msdn.microsoft.com/en-us/library/aa826001(VS.85).aspx" shape="rect">
http://msdn.microsoft.com/en-us/library/aa826001(VS.85).aspx</a></p>
<p>Dan Driscoll’s WDAPI Blog:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a shape="rect" href="http://blogs.msdn.com/dandris/" shape="rect">
http://blogs.msdn.com/dandris/</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5a9f75ff215b4d40a45c9deb00191167">]]></description>
      <comments>http://channel9.msdn.com/Blogs/kitano/WSDAPI-Ralf-Beckers-about-Web-Services-on-Devices</comments>
      <itunes:summary>
Ralf Beckers is a software developer at the Microsoft Embedded Systems Development Center (MESDC) in Aachen, Germany.&amp;nbsp; In this video, Ralf provides a short introduction to the MESDC and then dives into a discussion of the “Web Services on Devices” stack
 for Windows Embedded Standard 2009. 
&amp;nbsp; 
“Web Services on Devices” API (WSDAPI) is Microsoft’s interoperable implementation of Device Profile for Web Services.&amp;nbsp;WSDAPI can be used for easy SOAP based communications between devices (including those that are embedded) and clients. &amp;nbsp;Because the DPWS
 is an open specification, compatibility with other implementations is ensured. &amp;nbsp;Microsoft’s WSDAPI not only offers a complete set of APIs, it also features a code generation utility that enables developers to focus on core functionality of the device and not
 on the communication. 
&amp;nbsp; 
Press release about MESDC: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
http://www.microsoft.com/presspass/press/2008/feb08/02-26MSEDCPR.mspx 
More about WSDAPI on MSDN: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
http://msdn.microsoft.com/en-us/library/aa826001(VS.85).aspx 
Dan Driscoll’s WDAPI Blog:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
http://blogs.msdn.com/dandris/ 
</itunes:summary>
      <itunes:duration>433</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/kitano/WSDAPI-Ralf-Beckers-about-Web-Services-on-Devices</link>
      <pubDate>Mon, 26 Apr 2010 08:42:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/kitano/WSDAPI-Ralf-Beckers-about-Web-Services-on-Devices</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/538937_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/538937_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_2MB_ch9.wmv" expression="full" duration="433" fileSize="131128550" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_ch9.mp3" expression="full" duration="433" fileSize="3466193" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_ch9.mp4" expression="full" duration="433" fileSize="49299043" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_ch9.wma" expression="full" duration="433" fileSize="3513649" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_ch9.wmv" expression="full" duration="433" fileSize="73851595" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_Zune_ch9.wmv" expression="full" duration="433" fileSize="43691647" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/7/3/9/8/3/5/WSDAPI2010_ch9.wmv" length="73851595" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jan Schenk</dc:creator>
      <itunes:author>Jan Schenk</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/kitano/WSDAPI-Ralf-Beckers-about-Web-Services-on-Devices/RSS</wfw:commentRss>
      <category>Aachen</category>
      <category>Devices</category>
      <category>DPWS</category>
      <category>Embedded</category>
      <category>Embedded Systems Developer Center</category>
      <category>MESDC</category>
      <category>SOAP</category>
      <category>Web Services</category>
      <category>WSDAPI</category>
    </item>
  <item>
      <title>Want to Make Apps for the New Windows Phone?</title>
      <description><![CDATA[ <p>Since the announcement of the <a shape="rect" href="http://www.windowsphone7series.com/" shape="rect">Windows Phone 7 Series</a>, a new mobile operating system that provides a completely refreshed look-and-feel (and back-end!) for Windows Mobile devices, many developers have been asking how they can get started building applications for this new OS. As John Mullinax, a Platform Strategy Advisor at Microsoft, writes on <a shape="rect" href="http://blogs.msdn.com/johnmullinax/archive/2010/02/17/how-to-develop-apps-for-windows-phone-7-series.aspx" shape="rect">his blog</a>, “I’m already getting emails from folks asking how they can build apps for Windows Phone 7 Series and integrate with the experience.” They’ve seen photos from the Mobile World Conference press event that appear to feature a Pandora app on the phone’s homescreen and are wondering, <em>how can I do that?</em> </p><p>The answers will be revealed next month at the <a shape="rect" href="http://live.visitmix.com/" shape="rect">MIX10 conference</a>. All those attending the event, a web conference intended for designers and developers, will receive free development tools and exclusive free support for Windows Phone 7 Series. There’s also a dedicated track on the Windows Phone 7 Series platform that runs throughout the event for mobile developers to follow. And if you register before February 21st, you can get $200 off. </p><p>So how excited are the developers? Well, as the first comment on <a shape="rect" href="http://live.visitmix.com/News/Exclusive-Windows-Phone-7-Series-Offer-for-MIX10-Attendees-WP7" shape="rect">MIX’s site</a> about the offer reads, “Can't wait! Windows Phone 7 is made of win.” We couldn’t agree more. </p><p><em>Image credit: Engadget</em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bb68b3f22e414c539fe39e0e00f965ce">]]></description>
      <comments>http://channel9.msdn.com/Blogs/coolstuff/Want-to-Make-Apps-for-the-New-Windows-Phone</comments>
      <itunes:summary> Since the announcement of the Windows Phone 7 Series, a new mobile operating system that provides a completely refreshed look-and-feel (and back-end!) for Windows Mobile devices, many developers have been asking how they can get started building applications for this new OS. As John Mullinax, a Platform Strategy Advisor at Microsoft, writes on his blog, “I’m already getting emails from folks asking how they can build apps for Windows Phone 7 Series and integrate with the experience.” They’ve seen photos from the Mobile World Conference press event that appear to feature a Pandora app on the phone’s homescreen and are wondering, how can I do that?  The answers will be revealed next month at the MIX10 conference. All those attending the event, a web conference intended for designers and developers, will receive free development tools and exclusive free support for Windows Phone 7 Series. There’s also a dedicated track on the Windows Phone 7 Series platform that runs throughout the event for mobile developers to follow. And if you register before February 21st, you can get $200 off.  So how excited are the developers? Well, as the first comment on MIX’s site about the offer reads, “Can&#39;t wait! Windows Phone 7 is made of win.” We couldn’t agree more.  Image credit: Engadget </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/coolstuff/Want-to-Make-Apps-for-the-New-Windows-Phone</link>
      <pubDate>Fri, 19 Feb 2010 13:13:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/coolstuff/Want-to-Make-Apps-for-the-New-Windows-Phone</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/on10_d2ec8261-29e3-4286-b6df-d9f34d608d6b.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/on10_70066_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/on10_70066_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/on10_b3aca617-004a-470e-809b-9b7f61784a98.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Sarah Perez</dc:creator>
      <itunes:author>Sarah Perez</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/coolstuff/Want-to-Make-Apps-for-the-New-Windows-Phone/RSS</wfw:commentRss>
      <category>Developer</category>
      <category>Developers</category>
      <category>Development</category>
      <category>Devices</category>
      <category>Mobile</category>
      <category>Windows Mobile</category>
      <category>Mobile Application</category>
    </item>
  <item>
      <title>Johnny Lee: Microsoft Researcher</title>
      <description><![CDATA[
<p>Johnny Lee works in Microsoft Research, with a specific penchant at creating interesting and useful devices. He has a&nbsp;session scheduled for MIX09 called &quot;Interaction Techniques Using the Wii Remote&quot; where he will show off some interesting uses he has found
 for using the Wii Remote as a PC input device, as well as several other devices he has put together to utilize in various computer input scenarios. I thought it would be fun to chat with him about his work creating some of these devices, and get some pointers
 on how others might benefit from this as well.</p>
<p>You can also find some videos of his experiments here:</p>
<ul>
<li><a shape="rect" href="http://www.youtube.com/watch?v=Jd3-eiid-Uw" shape="rect" target="_blank">Head Tracking for Desktop VR Displays using the WiiRemote</a>
</li><li><a shape="rect" href="http://www.youtube.com/watch?v=5s5EvhHy7eQ" shape="rect" target="_blank">Low-Cost Multi-touch Whiteboard using the Wiimote</a>
</li><li><a shape="rect" href="http://www.youtube.com/watch?v=0awjPUkBXOU" shape="rect" target="_blank">Tracking fingers with the Wii Remote</a>
</li></ul>
<p>And here is the description of the session he is doing at MIX09:</p>
<blockquote dir="ltr">
<p><strong>Interaction Techniques Using the Wii Remote (and Other HCI Projects)<br>
</strong>by: Johnny Lee</p>
<p>The Wii remote is a sophisticated controller containing a variety of sensing capabilities. In this session, Johnny Lee covers several interaction techniques enabled by the Wii remote and explains how you can develop your own applications. Johnny also introduces
 a few of his other research projects in the broader domain of Human-Computer Interaction.</p>
</blockquote>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8cb675d856254fe3bb509deb017204b5">]]></description>
      <comments>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</comments>
      <itunes:summary>
Johnny Lee works in Microsoft Research, with a specific penchant at creating interesting and useful devices. He has a&amp;nbsp;session scheduled for MIX09 called &amp;quot;Interaction Techniques Using the Wii Remote&amp;quot; where he will show off some interesting uses he has found
 for using the Wii Remote as a PC input device, as well as several other devices he has put together to utilize in various computer input scenarios. I thought it would be fun to chat with him about his work creating some of these devices, and get some pointers
 on how others might benefit from this as well. 
You can also find some videos of his experiments here: 

Head Tracking for Desktop VR Displays using the WiiRemote
Low-Cost Multi-touch Whiteboard using the Wiimote
Tracking fingers with the Wii Remote

And here is the description of the session he is doing at MIX09: 

Interaction Techniques Using the Wii Remote (and Other HCI Projects)
by: Johnny Lee 
The Wii remote is a sophisticated controller containing a variety of sensing capabilities. In this session, Johnny Lee covers several interaction techniques enabled by the Wii remote and explains how you can develop your own applications. Johnny also introduces
 a few of his other research projects in the broader domain of Human-Computer Interaction. 

</itunes:summary>
      <itunes:duration>937</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</link>
      <pubDate>Tue, 24 Feb 2009 16:57:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/458569_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/458569_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_2MB_ch9.wmv" expression="full" duration="937" fileSize="292499567" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.mp3" expression="full" duration="937" fileSize="7501868" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.mp4" expression="full" duration="937" fileSize="92130184" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wma" expression="full" duration="937" fileSize="15172183" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wmv" expression="full" duration="937" fileSize="56827063" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_Zune_ch9.wmv" expression="full" duration="937" fileSize="74075043" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_s_ch9.wmv" expression="full" duration="937" fileSize="210" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/5/8/5/4/TKC004JohnnyLee_ch9.wmv" length="56827063" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Robert Hess</dc:creator>
      <itunes:author>Robert Hess</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The+Knowledge+Chamber/Johnny-Lee-Microsoft-Researcher/RSS</wfw:commentRss>
      <category>Devices</category>
      <category>Johnny Lee</category>
      <category>Research</category>
      <category>Wii</category>
    </item>
  <item>
      <title>Solo Tech Journalism: from personal passion to writing for Macworld and The New York Times</title>
      <description><![CDATA[Self-proclaimed ‘Unsolicited Pundit’ <a href="http://wifinetnews.com/" target="_blank"><u>Glenn Fleishmann</u></a> came by to share his thoughts on being a one-man journalistic force. Glenn talks about his focus on the wireless industry and the larger goal of explaining complex technology easily and making a name for himself in the process. We pried into his vault of expertise to learn more about cell phones on airplanes, testing WiFi access points, and how what you study in school rarely influences what pays the bills <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8a7c0bff83f743398cdf9e0f00fb66f4">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/Solo-Tech-Journalism-from-personal-passion-to-writing-for-Macworld-and-The-New-York-Times</comments>
      <itunes:summary>Self-proclaimed ‘Unsolicited Pundit’ Glenn Fleishmann came by to share his thoughts on being a one-man journalistic force. Glenn talks about his focus on the wireless industry and the larger goal of explaining complex technology easily and making a name for himself in the process. We pried into his vault of expertise to learn more about cell phones on airplanes, testing WiFi access points, and how what you study in school rarely influences what pays the bills </itunes:summary>
      <itunes:duration>753</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/Solo-Tech-Journalism-from-personal-passion-to-writing-for-Macworld-and-The-New-York-Times</link>
      <pubDate>Wed, 26 Jul 2006 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/Solo-Tech-Journalism-from-personal-passion-to-writing-for-Macworld-and-The-New-York-Times</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/preview/unpundit.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/previewsmall/unpundit.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://download.microsoft.com/download/0/d/1/0d16d499-c24a-415f-885d-23026f207ac7/GlenF_on10.wmv" expression="full" duration="753" fileSize="46491723" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://download.microsoft.com/download/0/d/1/0d16d499-c24a-415f-885d-23026f207ac7/GlenF_s_on10.mp4" expression="full" duration="753" fileSize="55218648" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/0/d/1/0d16d499-c24a-415f-885d-23026f207ac7/GlenF_on10.wmv" length="46491723" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/Solo-Tech-Journalism-from-personal-passion-to-writing-for-Macworld-and-The-New-York-Times/RSS</wfw:commentRss>
      <category>Devices</category>
      <category>News</category>
      <category>Microsoft Studios</category>
      <category>WiFi</category>
      <category>Wi-Fi</category>
    </item>
  <item>
      <title>A peek inside Microsoft Research reveals Tom Cruise&#39;s technology today!</title>
      <description><![CDATA[We dropped in at Microsoft Research (MSR) to get a look at the potential for today’s technologies long before they ever evolve into products. Andy Wilson’s Play Anywhere prototype uses a clever combination of a projector, a camera, and a computer to develop what is probably the most intuitive human interface for digital information yet (Minority Report anyone?). Andy showed us the Coffee Compass, which could certainly become a popular in-car hack. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:02540b5716104a28bd189e0f00fb5710">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LauraFoy/A-peek-inside-Microsoft-Research-reveals-Tom-Cruises-technology-today</comments>
      <itunes:summary>We dropped in at Microsoft Research (MSR) to get a look at the potential for today’s technologies long before they ever evolve into products. Andy Wilson’s Play Anywhere prototype uses a clever combination of a projector, a camera, and a computer to develop what is probably the most intuitive human interface for digital information yet (Minority Report anyone?). Andy showed us the Coffee Compass, which could certainly become a popular in-car hack.</itunes:summary>
      <itunes:duration>493</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/LauraFoy/A-peek-inside-Microsoft-Research-reveals-Tom-Cruises-technology-today</link>
      <pubDate>Tue, 18 Jul 2006 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LauraFoy/A-peek-inside-Microsoft-Research-reveals-Tom-Cruises-technology-today</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/preview/handmap.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/previewsmall/handmap.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://download.microsoft.com/download/0/0/c/00c33794-8905-4d11-9eb5-91b3a2f8ac11/playanywhere_on10.MP4" expression="full" duration="493" fileSize="39446472" type="video/mp4" medium="video"></media:content>
        <media:content url="http://download.microsoft.com/download/0/0/c/00c33794-8905-4d11-9eb5-91b3a2f8ac11/PlayAnywhere_on10.wmv" expression="full" duration="493" fileSize="30261863" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/0/0/c/00c33794-8905-4d11-9eb5-91b3a2f8ac11/PlayAnywhere_on10.wmv" length="30261863" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>14</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LauraFoy/A-peek-inside-Microsoft-Research-reveals-Tom-Cruises-technology-today/RSS</wfw:commentRss>
      <category>Devices</category>
      <category>Health</category>
      <category>Research</category>
    </item>
  <item>
      <title>Portable Media</title>
      <description><![CDATA[Everyone on the team has headed off to <a href="http://www.mix06.com/">Mix 06</a>, except for Tina and me (Duncan), so I've put up a video with just the two of us in it!<br>Interested in portable video devices? Want to know how to get our show onto your Portable Media Center, iPod or PSP? Then check out this episode! I show off some new devices from Toshiba and Tatung then I walk Tina through the steps to get video onto those devices along with a video iPod and a PSP.<br> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/devices/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4b7de071dad046f7a1639e0f00f11d33">]]></description>
      <comments>http://channel9.msdn.com/Blogs/duncan/Portable-Media</comments>
      <itunes:summary>Everyone on the team has headed off to Mix 06, except for Tina and me (Duncan), so I&#39;ve put up a video with just the two of us in it!Interested in portable video devices? Want to know how to get our show onto your Portable Media Center, iPod or PSP? Then check out this episode! I show off some new devices from Toshiba and Tatung then I walk Tina through the steps to get video onto those devices along with a video iPod and a PSP.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/duncan/Portable-Media</link>
      <pubDate>Mon, 20 Mar 2006 18:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/duncan/Portable-Media</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/preview/portable_video.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/content/on10/entries/previewsmall/portable_video.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://download.microsoft.com/download/5/d/9/5d9c36c3-943b-4856-bc82-983951617a22/PortableMedia_on10.mp4" expression="full" fileSize="64198241" type="video/mp4" medium="video"></media:content>
        <media:content url="http://download.microsoft.com/download/5/d/9/5d9c36c3-943b-4856-bc82-983951617a22/PortableMedia_on10.wmv" expression="full" fileSize="60271426" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/5/d/9/5d9c36c3-943b-4856-bc82-983951617a22/PortableMedia_on10.wmv" length="60271426" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Duncan Mackenzie</dc:creator>
      <itunes:author>Duncan Mackenzie</itunes:author>
      <slash:comments>114</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/duncan/Portable-Media/RSS</wfw:commentRss>
      <category>Devices</category>
      <category>Gadgets</category>
      <category>iPod</category>
      <category>Media Center</category>
      <category>Portable</category>
      <category>Microsoft Studios</category>
      <category>PSP</category>
      <category>Gigabeat</category>
    </item>    
</channel>
</rss>