<?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 Multi Touch</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/multi+touch/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 Multi Touch</title>
      <link>http://channel9.msdn.com/Tags/multi+touch</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/multi+touch</link>
    <language>en</language>
    <pubDate>Mon, 20 May 2013 08:05:35 GMT</pubDate>
    <lastBuildDate>Mon, 20 May 2013 08:05:35 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>52</c9:totalResults>
    <c9:pageCount>3</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>TUIO based MultiTouch Kinect (SDK V1.0) for Windows7</title>
      <description><![CDATA[<p>Today's paper and free binary download provides another example of using the Kinect as a controller for non-Kinect applications. For example using the Kinect with Microsoft Paint...</p><h2>MultiTouch Kinect(SDK V1.0) for Windows7, based on Tuio - OSC protocol</h2><blockquote><p>This paper describes both the implementation of an input provider, based on the Kinect for Windows SDK v1.0 and the algorithm of hand detection. The input provider sends the coordinates to the windows driver using a clustering hand detection algorithm, which analyzes data in depth at a distance between 800 mm and 1100 mm. The driver sends the data to a virtual Human Interface Driver that translates the &quot;touch messages&quot;.</p><p>...</p><p><strong>Conclusions</strong></p><p>This input providers allows us to use any application (past and future) that works on touch devices.This paper has described the system and two start touch applications that demonstrates how to use the system implemented. However, the developer can use this type of software to do also different applications like for example home automation applications.</p><p>The use of the TUIO protocol guarantees not only low latency but also a certain robustness because it includes redundant information to correct any lost data packets.<br>The possibility of transmitting data over the network allows us to use the kinect without a direct connection to the PC where the final application is installed. This way the control can be distributed over multiple machines. The Kinect has made faster processing, and it has combined the use of gestures and voice control that extends the usage scenario.</p></blockquote><p><strong>Project Information URL: </strong><a href="http://www.barbagallogiuseppe.com/Prof/MultiTouchDriverKinect.pdf">http://www.barbagallogiuseppe.com/Prof/MultiTouchDriverKinect.pdf</a></p><p><strong>Project Download URL:</strong> <a href="http://www.barbagallogiuseppe.com/Prof/CodeKinectTouch.zip">http://www.barbagallogiuseppe.com/Prof/CodeKinectTouch.zip</a></p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/TgNj06Tsjbs&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/TgNj06Tsjbs&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p><a href="http://www.barbagallogiuseppe.com/Prof/MultiTouchDriverKinect.pdf" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/f1dda9cc6de74512b7c19f0101402403/image%5B3%5D-16.png" alt="image" width="488" height="384" border="0"></a></p><p>Contact Information:</p><ul><li>Twitter: <a href="https://twitter.com/#!/@SaroBarbagallo" target="_blank">@SaroBarbagallo</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4f9877faa1d2482aa138a03a012c47bf">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/kinect/TUIO-based-MultiTouch-Kinect-SDK-V10-for-Windows7</comments>
      <itunes:summary>Today&#39;s paper and free binary download provides another example of using the Kinect as a controller for non-Kinect applications. For example using the Kinect with Microsoft Paint... MultiTouch Kinect(SDK V1.0) for Windows7, based on Tuio - OSC protocolThis paper describes both the implementation of an input provider, based on the Kinect for Windows SDK v1.0 and the algorithm of hand detection. The input provider sends the coordinates to the windows driver using a clustering hand detection algorithm, which analyzes data in depth at a distance between 800 mm and 1100 mm. The driver sends the data to a virtual Human Interface Driver that translates the &amp;quot;touch messages&amp;quot;. ... Conclusions This input providers allows us to use any application (past and future) that works on touch devices.This paper has described the system and two start touch applications that demonstrates how to use the system implemented. However, the developer can use this type of software to do also different applications like for example home automation applications. The use of the TUIO protocol guarantees not only low latency but also a certain robustness because it includes redundant information to correct any lost data packets.The possibility of transmitting data over the network allows us to use the kinect without a direct connection to the PC where the final application is installed. This way the control can be distributed over multiple machines. The Kinect has made faster processing, and it has combined the use of gestures and voice control that extends the usage scenario. Project Information URL: http://www.barbagallogiuseppe.com/Prof/MultiTouchDriverKinect.pdf Project Download URL: http://www.barbagallogiuseppe.com/Prof/CodeKinectTouch.zip   Contact Information: Twitter: @SaroBarbagallo </itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/kinect/TUIO-based-MultiTouch-Kinect-SDK-V10-for-Windows7</link>
      <pubDate>Wed, 25 Apr 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/kinect/TUIO-based-MultiTouch-Kinect-SDK-V10-for-Windows7</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/1fd25ee1-d29b-4aa8-8e25-d312708b6cff.png" height="74" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/8397de49-5d70-4191-9676-9b2adc36e597.png" height="162" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/kinect/TUIO-based-MultiTouch-Kinect-SDK-V10-for-Windows7/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>Kinect</category>
      <category>Multitouch</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
      <category>Kinect SDK</category>
      <category>Kinect SDK</category>
    </item>
  <item>
      <title>Touch hardware and Windows 8</title>
      <description><![CDATA[<p>This video shows some examples of how hardware can affect the Windows 8 touch language. <a href="http://blogs.msdn.com/b/b8/archive/2012/03/28/touch-hardware-and-windows-8.aspx">http://blogs.msdn.com/b/b8/archive/2012/03/28/touch-hardware-and-windows-8.aspx</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c135119db70e4f5e8359a00f014b0e87">]]></description>
      <comments>http://channel9.msdn.com/posts/Touch-hardware-and-Windows-8</comments>
      <itunes:summary>This video shows some examples of how hardware can affect the Windows 8 touch language. http://blogs.msdn.com/b/b8/archive/2012/03/28/touch-hardware-and-windows-8.aspx </itunes:summary>
      <itunes:duration>362</itunes:duration>
      <link>http://channel9.msdn.com/posts/Touch-hardware-and-Windows-8</link>
      <pubDate>Wed, 04 Apr 2012 00:02:03 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Touch-hardware-and-Windows-8</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/e746632a-ee0e-45ea-a55b-4cf308323ca2.jpg" height="270" width="480"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8.mp4" expression="full" duration="362" fileSize="34621336" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8.wmv" expression="full" duration="362" fileSize="77063651" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8_high.mp4" expression="full" duration="362" fileSize="76123895" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8_mid.mp4" expression="full" duration="362" fileSize="52985385" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8_Source.wmv" expression="full" duration="362" fileSize="217911726" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/a5d2/3753fdac-b18b-4503-993c-39126fcfa5d2/TouchHardwareAndWindows8.wmv" length="77063651" 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/Touch-hardware-and-Windows-8/rss</wfw:commentRss>
      <category>Hardware</category>
      <category>Multitouch</category>
      <category>Touch</category>
      <category>Multi Touch</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/multi+touch/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>Dive into the summer with ISVs : Introduction into Mobility Scenarios</title>
      <description><![CDATA[ <p><strong><a href="http://msdn.microsoft.com/nl-be/hh308643%20">ISV Summer Campaign : Mobility Scenarios</a></strong></p><p>Take advantage of this special about mobility scenarios to dive a little deeper into one of the hot topics of the moment during the summer months. We have information geared to fit in with your busy schedule. Only have 30 minutes or half a day to spare? Choose from the basics through to the best tools and resources for getting to know these important mobile scenarios like the back of your hand.<br><br><strong>Mobility scenarios</strong> is the third topic that we're diving into this summer. You can expect one last topic by mid-August on leveraging the Web.</p><p>So keep an eye on your mailbox and dive in this summer with MSDN!<br><br><strong>Explore and dive into mobility solutions</strong><br><br>Over the last couple of years, demand for mobile and remote work solutions has been growing.&nbsp; This demand is being accelerated by various factors: on one hand, the technology for allowing this is commoditizing (e.g. smartphones, tablet PCs, ubiquitous Wi-Fi access); on the other hand, people are growing more and more accustomed to mobile applications, allowing them to be 'online' any time, anywhere (e.g. social media applications such as Facebook, Twitter, FourSquare, etc.); finally, as traffic density and the associated economic and social impact are continuously growing, telecommuting is becoming the norm in many organizations.</p><p>As an independent software vendor (ISV), how easy is it for your customers to accommodate remote and mobile work scenarios using your application?&nbsp; Does it require significant network or hardware investments (e.g. VPN&nbsp; infrastructure)?&nbsp; Does the application need a network connection all the time or do you support offline scenarios?&nbsp; Can you take advantage of new device form factors and user experiences, such as smartphones, tables PCs and multi-touch?</p><p><br>Have a look at our website and discover a handpicked choice of articles, white papers and videos explaining how you can add support for mobile work scenarios and make them a competitive advantage for you as an ISV.</p><p><strong>Speaker : Nick Trogh</strong></p><p><span><strong><span>Other interesting Summer Campaigns :</span></strong></span></p><p><span>- For Developers : <a href="http://msdn.microsoft.com/nl-be/ff872142">Windows Phone 7 Mango</a>, <a href="http://msdn.microsoft.com/nl-be/ff718229">Visual Studio 2010 ALM</a>, <a href="http://msdn.microsoft.com/nl-be/ff793345%20">HTML5</a></span></p><p><span>- For IT Professionals : <a href="http://technet.microsoft.com/nl-be/ff793346">Virtualisation(Part 1)</a>, <a href="http://technet.microsoft.com/nl-be/ff898349">Desktop Deployment</a>, <a href="http://technet.microsoft.com/nl-be/ff898387%20">Virtualisation (Part 2)</a></span></p><p><span>- For Architects : <a href="http://msdn.microsoft.com/nl-be/ff793349">Cloud Power</a>, <a href="http://msdn.microsoft.com/nl-be/ff793347">the Windows Azure Platform</a>, <a href="http://msdn.microsoft.com/nl-be/ff877815%20">Cloud Patterns and Practices</a></span></p><p>&nbsp;</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:0de8721abec6448481589f1700e228fb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Dive-into-the-summer-with-ISVs--Introduction-into-Mobility-Scenarios</comments>
      <itunes:summary> ISV Summer Campaign : Mobility Scenarios Take advantage of this special about mobility scenarios to dive a little deeper into one of the hot topics of the moment during the summer months. We have information geared to fit in with your busy schedule. Only have 30 minutes or half a day to spare? Choose from the basics through to the best tools and resources for getting to know these important mobile scenarios like the back of your hand.Mobility scenarios is the third topic that we&#39;re diving into this summer. You can expect one last topic by mid-August on leveraging the Web. So keep an eye on your mailbox and dive in this summer with MSDN!Explore and dive into mobility solutionsOver the last couple of years, demand for mobile and remote work solutions has been growing.&amp;nbsp; This demand is being accelerated by various factors: on one hand, the technology for allowing this is commoditizing (e.g. smartphones, tablet PCs, ubiquitous Wi-Fi access); on the other hand, people are growing more and more accustomed to mobile applications, allowing them to be &#39;online&#39; any time, anywhere (e.g. social media applications such as Facebook, Twitter, FourSquare, etc.); finally, as traffic density and the associated economic and social impact are continuously growing, telecommuting is becoming the norm in many organizations. As an independent software vendor (ISV), how easy is it for your customers to accommodate remote and mobile work scenarios using your application?&amp;nbsp; Does it require significant network or hardware investments (e.g. VPN&amp;nbsp; infrastructure)?&amp;nbsp; Does the application need a network connection all the time or do you support offline scenarios?&amp;nbsp; Can you take advantage of new device form factors and user experiences, such as smartphones, tables PCs and multi-touch? Have a look at our website and discover a handpicked choice of articles, white papers and videos explaining how you can add support for mobile work scenarios and make them a competitive advantage </itunes:summary>
      <itunes:duration>88</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Dive-into-the-summer-with-ISVs--Introduction-into-Mobility-Scenarios</link>
      <pubDate>Tue, 02 Aug 2011 07:25:36 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Dive-into-the-summer-with-ISVs--Introduction-into-Mobility-Scenarios</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_2MB_ch9.wmv" expression="full" duration="88" fileSize="20853947" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_ch9.mp3" expression="full" duration="88" fileSize="707373" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_ch9.wma" expression="full" duration="88" fileSize="719931" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_ch9.wmv" expression="full" duration="88" fileSize="19381961" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_high_ch9.mp4" expression="full" duration="88" fileSize="36112617" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_low_ch9.mp4" expression="full" duration="88" fileSize="8908008" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility.ism/manifest" expression="full" duration="88" fileSize="6086" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/28fb/0de8721a-bec6-4484-8158-9f1700e228fb/isvsummermobility_ch9.wmv" length="19381961" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Dive-into-the-summer-with-ISVs--Introduction-into-Mobility-Scenarios/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Mobile</category>
      <category>Mobility</category>
      <category>MSDN</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Summer</category>
      <category>Touch</category>
      <category>Windows 7</category>
      <category>Smartphone</category>
      <category>Multi Touch</category>
      <category>touch screen</category>
    </item>
  <item>
      <title>Touch User Experiences : Multi-touch application showcase &#39;Altra Interactive Media&#39;</title>
      <description><![CDATA[ <p><strong>Touch User Experiences</strong></p><p>Multi-touch application showcase :&nbsp;'Altra Interactive Media'</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ffb7145a26a24287974d9f2f00a25114">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-application-showcase-Altra-Interactive-Media</comments>
      <itunes:summary> Touch User Experiences Multi-touch application showcase :&amp;nbsp;&#39;Altra Interactive Media&#39; </itunes:summary>
      <itunes:duration>1191</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-application-showcase-Altra-Interactive-Media</link>
      <pubDate>Mon, 01 Aug 2011 09:46:49 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-application-showcase-Altra-Interactive-Media</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_2MB_ch9.wmv" expression="full" duration="1191" fileSize="30796637" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_ch9.mp3" expression="full" duration="1191" fileSize="9535744" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_ch9.wma" expression="full" duration="1191" fileSize="9650821" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_ch9.wmv" expression="full" duration="1191" fileSize="47084577" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_high_ch9.mp4" expression="full" duration="1191" fileSize="295175188" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_low_ch9.mp4" expression="full" duration="1191" fileSize="18898300" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_Zune_ch9.wmv" expression="full" duration="1191" fileSize="36204630" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra.ism/manifest" expression="full" duration="1191" fileSize="6328" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/5114/ffb7145a-26a2-4287-974d-9f2f00a25114/touchuserexperienceshowcasealtra_ch9.wmv" length="47084577" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Multi-touch-application-showcase-Altra-Interactive-Media/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>MSDN</category>
      <category>Multitouch</category>
      <category>NL-BE</category>
      <category>User Experience</category>
      <category>interactive</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/multi+touch/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>Touch User Experiences : Keynote : Natural User Interfaces - a perspective</title>
      <description><![CDATA[ <p><strong>Touch User Experiences&nbsp;</strong></p><p>Keynote : Natural User Interfaces - a perspective</p><p><strong>Speaker</strong> : Luc Van de Velde</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4b28c9a3ac954666bca99f2f00a10b13">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Keynote--Natural-User-Interfaces-a-perspective</comments>
      <itunes:summary> Touch User Experiences&amp;nbsp; Keynote : Natural User Interfaces - a perspective Speaker : Luc Van de Velde </itunes:summary>
      <itunes:duration>2867</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Keynote--Natural-User-Interfaces-a-perspective</link>
      <pubDate>Fri, 29 Jul 2011 13:21:39 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Keynote--Natural-User-Interfaces-a-perspective</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_2MB_ch9.wmv" expression="full" duration="2867" fileSize="87542693" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_ch9.mp3" expression="full" duration="2867" fileSize="22944275" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_ch9.wma" expression="full" duration="2867" fileSize="23195857" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_ch9.wmv" expression="full" duration="2867" fileSize="135910633" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_high_ch9.mp4" expression="full" duration="2867" fileSize="732157165" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_low_ch9.mp4" expression="full" duration="2867" fileSize="64944009" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_Zune_ch9.wmv" expression="full" duration="2867" fileSize="102534686" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote.ism/manifest" expression="full" duration="2867" fileSize="6278" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/0b13/4b28c9a3-ac95-4666-bca9-9f2f00a10b13/touchuserexperienceskeynote_ch9.wmv" length="135910633" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-User-Experiences--Keynote--Natural-User-Interfaces-a-perspective/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</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>User Interface</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch Workshop Part 5</title>
      <description><![CDATA[ <p>Touch Workshop Belgium Part 5</p><p>Speaker : Christophe De Baene</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:34ce5ef3652e42bbaf669efd00bc5222">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-5</comments>
      <itunes:summary> Touch Workshop Belgium Part 5 Speaker : Christophe De Baene </itunes:summary>
      <itunes:duration>3457</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-5</link>
      <pubDate>Tue, 14 Jun 2011 06:02:17 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-5</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_2MB_ch9.wmv" expression="full" duration="3457" fileSize="105442233" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_ch9.mp3" expression="full" duration="3457" fileSize="27662928" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_ch9.wma" expression="full" duration="3457" fileSize="27972219" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_ch9.wmv" expression="full" duration="3457" fileSize="153962175" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_high_ch9.mp4" expression="full" duration="3457" fileSize="887648028" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_low_ch9.mp4" expression="full" duration="3457" fileSize="59902296" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_Zune_ch9.wmv" expression="full" duration="3457" fileSize="114842228" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5.ism/manifest" expression="full" duration="3457" fileSize="8610" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/5222/34ce5ef3-652e-42bb-af66-9efd00bc5222/touchworkshoppart5_ch9.wmv" length="153962175" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-5/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Silverlight 4</category>
      <category>Silverlight 4.0 - Multitouch</category>
      <category>Touch</category>
      <category>Windows 7 – Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch Workshop Part 4</title>
      <description><![CDATA[ <p>Touch Workshop Belgium - Part 4</p><p>Speaker : Christophe De Baene</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a71df4fabc364c6cb3639efd00bc1037">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-4</comments>
      <itunes:summary> Touch Workshop Belgium - Part 4 Speaker : Christophe De Baene </itunes:summary>
      <itunes:duration>5062</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-4</link>
      <pubDate>Tue, 14 Jun 2011 06:02:04 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-4</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_2MB_ch9.wmv" expression="full" duration="5062" fileSize="151139863" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_ch9.mp3" expression="full" duration="5062" fileSize="40504097" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_ch9.wma" expression="full" duration="5062" fileSize="40943491" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_ch9.wmv" expression="full" duration="5062" fileSize="208435805" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_high_ch9.mp4" expression="full" duration="5062" fileSize="1296433313" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_low_ch9.mp4" expression="full" duration="5062" fileSize="86917117" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_Zune_ch9.wmv" expression="full" duration="5062" fileSize="158323858" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4.ism/manifest" expression="full" duration="5062" fileSize="8610" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/1037/a71df4fa-bc36-4c6c-b363-9efd00bc1037/touchworkshoppart4_ch9.wmv" length="208435805" 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-Workshop-Part-4/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Silverlight 4</category>
      <category>Silverlight 4.0 - Multitouch</category>
      <category>Touch</category>
      <category>Windows 7 – Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch Workshop Part 3 </title>
      <description><![CDATA[ <p>Touch Workshop Belgium - Part 3</p><p>Speaker : Christophe De Baene, RealDolmen</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:412583cfcbf24c9d86da9efd00bbc200">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-3</comments>
      <itunes:summary> Touch Workshop Belgium - Part 3 Speaker : Christophe De Baene, RealDolmen </itunes:summary>
      <itunes:duration>3871</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-3</link>
      <pubDate>Tue, 14 Jun 2011 06:01:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-3</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_2MB_ch9.wmv" expression="full" duration="3871" fileSize="133420717" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_ch9.mp3" expression="full" duration="3871" fileSize="30976093" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_ch9.wma" expression="full" duration="3871" fileSize="31315669" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_ch9.wmv" expression="full" duration="3871" fileSize="178268657" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_high_ch9.mp4" expression="full" duration="3871" fileSize="1016162152" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_low_ch9.mp4" expression="full" duration="3871" fileSize="79458244" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_Zune_ch9.wmv" expression="full" duration="3871" fileSize="136668710" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3.ism/manifest" expression="full" duration="3871" fileSize="8610" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/c200/412583cf-cbf2-4c9d-86da-9efd00bbc200/touchworkshoppart3_ch9.wmv" length="178268657" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-3/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Silverlight 4</category>
      <category>Silverlight 4.0 - Multitouch</category>
      <category>Touch</category>
      <category>Windows 7 – Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch Workshop Part 2 What makes a great touch experience?</title>
      <description><![CDATA[ <p>Touch Workshop Belgium - Part 2</p><p>Session&nbsp;: What makes a great touch experience?</p><p>Speaker : Sigrid Vandenweghe, Human Interface Group</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d23974e8a8e141e2b9a59efd00bb73dc">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-2-What-makes-a-great-touch-experience</comments>
      <itunes:summary> Touch Workshop Belgium - Part 2 Session&amp;nbsp;: What makes a great touch experience? Speaker : Sigrid Vandenweghe, Human Interface Group </itunes:summary>
      <itunes:duration>2395</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-2-What-makes-a-great-touch-experience</link>
      <pubDate>Tue, 14 Jun 2011 06:01:38 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-2-What-makes-a-great-touch-experience</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_2MB_ch9.wmv" expression="full" duration="2395" fileSize="52187861" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_ch9.mp3" expression="full" duration="2395" fileSize="19166937" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_ch9.wma" expression="full" duration="2395" fileSize="19383783" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_ch9.wmv" expression="full" duration="2395" fileSize="79251803" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_high_ch9.mp4" expression="full" duration="2395" fileSize="596689513" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_low_ch9.mp4" expression="full" duration="2395" fileSize="31757037" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_Zune_ch9.wmv" expression="full" duration="2395" fileSize="65795856" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2.ism/manifest" expression="full" duration="2395" fileSize="8610" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/73dc/d23974e8-a8e1-41e2-b9a5-9efd00bb73dc/touchworkshoppart2_ch9.wmv" length="79251803" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-2-What-makes-a-great-touch-experience/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multitouch</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Silverlight 4</category>
      <category>Silverlight 4.0 - Multitouch</category>
      <category>Touch</category>
      <category>Windows 7 – Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Touch Workshop Part 1</title>
      <description><![CDATA[ <p>Touch Workshop Belgium - Part 1</p><p>Speaker : Christophe De Baene, RealDolmen</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:31d98da3b506493b98829efd00bae4e7">]]></description>
      <comments>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-1</comments>
      <itunes:summary> Touch Workshop Belgium - Part 1 Speaker : Christophe De Baene, RealDolmen </itunes:summary>
      <itunes:duration>2030</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-1</link>
      <pubDate>Tue, 14 Jun 2011 06:01:21 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-1</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_2MB_ch9.wmv" expression="full" duration="2030" fileSize="69745671" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_ch9.mp3" expression="full" duration="2030" fileSize="16247627" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_ch9.wma" expression="full" duration="2030" fileSize="16430851" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_ch9.wmv" expression="full" duration="2030" fileSize="103681613" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_high_ch9.mp4" expression="full" duration="2030" fileSize="533922922" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_low_ch9.mp4" expression="full" duration="2030" fileSize="43834614" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_Zune_ch9.wmv" expression="full" duration="2030" fileSize="73537666" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1.ism/manifest" expression="full" duration="2030" fileSize="8610" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/e4e7/31d98da3-b506-493b-9882-9efd00bae4e7/touchworkshoppart1_ch9.wmv" length="103681613" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/liese/Touch-Workshop-Part-1/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multi-touch</category>
      <category>NL-BE</category>
      <category>Silverlight</category>
      <category>Touch</category>
      <category>Windows 7</category>
      <category>WPF</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>How to leverage the Microsoft Touch Platform in designing new applications and services </title>
      <description><![CDATA[ <p><strong>ISV Discovery day Belgium</strong></p><p>Session : How to leverage the Microsoft Touch Platform in designing new applications and services</p><p>Speaker : <span>Nick Trogh, ISV Developer Evangelist at<br>Microsoft Belgium</span></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:20fb11d5404c4dd588569ef500e5f546">]]></description>
      <comments>http://channel9.msdn.com/Series/ISV-Discovery-Day-Belgium/How-to-leverage-the-Microsoft-Touch-Platform-in-designing-new-applications-and-services</comments>
      <itunes:summary> ISV Discovery day Belgium Session : How to leverage the Microsoft Touch Platform in designing new applications and services Speaker : Nick Trogh, ISV Developer Evangelist atMicrosoft Belgium </itunes:summary>
      <itunes:duration>3175</itunes:duration>
      <link>http://channel9.msdn.com/Series/ISV-Discovery-Day-Belgium/How-to-leverage-the-Microsoft-Touch-Platform-in-designing-new-applications-and-services</link>
      <pubDate>Mon, 06 Jun 2011 06:48:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/ISV-Discovery-Day-Belgium/How-to-leverage-the-Microsoft-Touch-Platform-in-designing-new-applications-and-services</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_2MB_ch9.wmv" expression="full" duration="3175" fileSize="160849288" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_ch9.mp3" expression="full" duration="3175" fileSize="25404202" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_ch9.wma" expression="full" duration="3175" fileSize="25689179" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_ch9.wmv" expression="full" duration="3175" fileSize="125832484" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_high_ch9.mp4" expression="full" duration="3175" fileSize="818936611" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_low_ch9.mp4" expression="full" duration="3175" fileSize="64341137" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_Zune_ch9.wmv" expression="full" duration="3175" fileSize="89624538" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/f546/20fb11d5-404c-4dd5-8856-9ef500e5f546/isvdiscoverydaytouch_ch9.wmv" length="125832484" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Anthony de Bruyn</dc:creator>
      <itunes:author>Anthony de Bruyn</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/ISV-Discovery-Day-Belgium/How-to-leverage-the-Microsoft-Touch-Platform-in-designing-new-applications-and-services/RSS</wfw:commentRss>
      <category>Belgium</category>
      <category>BeLux</category>
      <category>fr-be</category>
      <category>ISV</category>
      <category>Multitouch</category>
      <category>NL-BE</category>
      <category>Touch</category>
      <category>Windows 7 – Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Introduction to Multitouch Development in Silverlight</title>
      <description><![CDATA[ <p>In this short video, <a href="http://blogs.msdn.com/jennifer">Jennifer Marsman</a> gives a quick introduction to multitouch development in Silverlight.&nbsp; She briefly discusses the major differences between multitouch development in Silverlight and WPF, and then demonstrates a Silverlight multitouch code sample where an &quot;Ouch&quot; will appear wherever your finger touches the screen.&nbsp; The code sample can be downloaded from her blog at <a href="http://blogs.msdn.com/b/jennifer/archive/2011/05/23/introduction-to-multitouch-development-in-silverlight-webcast-on-channel-9.aspx">http://blogs.msdn.com/b/jennifer/archive/2011/05/23/introduction-to-multitouch-development-in-silverlight-webcast-on-channel-9.aspx</a>.&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:02b3681d54b14690bc9d9eec00f7abf6">]]></description>
      <comments>http://channel9.msdn.com/posts/Introduction-to-Multitouch-Development-in-Silverlight</comments>
      <itunes:summary> In this short video, Jennifer Marsman gives a quick introduction to multitouch development in Silverlight.&amp;nbsp; She briefly discusses the major differences between multitouch development in Silverlight and WPF, and then demonstrates a Silverlight multitouch code sample where an &amp;quot;Ouch&amp;quot; will appear wherever your finger touches the screen.&amp;nbsp; The code sample can be downloaded from her blog at http://blogs.msdn.com/b/jennifer/archive/2011/05/23/introduction-to-multitouch-development-in-silverlight-webcast-on-channel-9.aspx.&amp;nbsp; </itunes:summary>
      <itunes:duration>317</itunes:duration>
      <link>http://channel9.msdn.com/posts/Introduction-to-Multitouch-Development-in-Silverlight</link>
      <pubDate>Tue, 24 May 2011 02:19:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Introduction-to-Multitouch-Development-in-Silverlight</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_2MB_ch9.wmv" expression="full" duration="317" fileSize="6079495" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_ch9.mp3" expression="full" duration="317" fileSize="2544902" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_ch9.wma" expression="full" duration="317" fileSize="2576403" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_ch9.wmv" expression="full" duration="317" fileSize="9767336" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_high_ch9.mp4" expression="full" duration="317" fileSize="78956067" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_low_ch9.mp4" expression="full" duration="317" fileSize="4836374" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman.ism/manifest" expression="full" duration="317" fileSize="9042" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/abf6/02b3681d-54b1-4690-bc9d-9eec00f7abf6/SilverlightMultitouchJenniferMarsman_ch9.wmv" length="9767336" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jennifer Marsman</dc:creator>
      <itunes:author>Jennifer Marsman</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Introduction-to-Multitouch-Development-in-Silverlight/rss</wfw:commentRss>
      <category>Jennifer Marsman</category>
      <category>Multitouch</category>
      <category>Silverlight</category>
      <category>Silverlight 4</category>
      <category>Silverlight 4.0 - Multitouch</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Benko and Daniel Wigdor on Rock &amp; Rails</title>
      <description><![CDATA[ <p>I went to SIGCHI last week and met up with Benko and Daniel Wigdor who were presenting their paper on Rock and Rails, several new gesture paradigms&nbsp;being explored in Microsoft Research. If you're a Channel 9 regular, you already know Benko, but this is Daniel's first time on C9. Daniel is someone I had always hoped to interview for Channel 9 while he was at MSR, but never got the opportunity until now that he's left to teach at University of Toronto, a school known for its work in multi-touch. Daniel was&nbsp;a very influential User Experience Architect at Microsoft and it was always a pleasure to sit in on one of his presentations. If you are a Varsity Blue student, don't miss his classes.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9b92230681804a6b878b9ee6011b82b4">]]></description>
      <comments>http://channel9.msdn.com/posts/Benko-and-Daniel-Wigdor-on-Rock--Rails</comments>
      <itunes:summary> I went to SIGCHI last week and met up with Benko and Daniel Wigdor who were presenting their paper on Rock and Rails, several new gesture paradigms&amp;nbsp;being explored in Microsoft Research. If you&#39;re a Channel 9 regular, you already know Benko, but this is Daniel&#39;s first time on C9. Daniel is someone I had always hoped to interview for Channel 9 while he was at MSR, but never got the opportunity until now that he&#39;s left to teach at University of Toronto, a school known for its work in multi-touch. Daniel was&amp;nbsp;a very influential User Experience Architect at Microsoft and it was always a pleasure to sit in on one of his presentations. If you are a Varsity Blue student, don&#39;t miss his classes. </itunes:summary>
      <itunes:duration>407</itunes:duration>
      <link>http://channel9.msdn.com/posts/Benko-and-Daniel-Wigdor-on-Rock--Rails</link>
      <pubDate>Wed, 18 May 2011 17:13:11 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Benko-and-Daniel-Wigdor-on-Rock--Rails</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_2MB_ch9.wmv" expression="full" duration="407" fileSize="271127790" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_ch9.mp3" expression="full" duration="407" fileSize="3260834" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_ch9.wma" expression="full" duration="407" fileSize="3300367" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_ch9.wmv" expression="full" duration="407" fileSize="86503876" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_high_ch9.mp4" expression="full" duration="407" fileSize="177827113" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_low_ch9.mp4" expression="full" duration="407" fileSize="41162732" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails.ism/manifest" expression="full" duration="407" fileSize="8426" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/82b4/9b922306-8180-4a6b-878b-9ee6011b82b4/RockAndRails_ch9.wmv" length="86503876" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Benko-and-Daniel-Wigdor-on-Rock--Rails/rss</wfw:commentRss>
      <category>Microsoft Research</category>
      <category>Microsoft Surface</category>
      <category>MSR</category>
      <category>Multitouch</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/multi+touch/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>Introduction to Project Hilo</title>
      <description><![CDATA[Project “Hilo” is a series of articles and sample applications that demonstrate how you can leverage the power of Windows 7, Visual Studio 2010 and Visual C&#43;&#43; to build high performance, responsive rich client applications. Hilo provides both source code
 and guidance that will help you design and develop compelling, touch-enabled Windows applications of your own. Join Yochay Kiriaty and James Johanson for an introduction of Project Hilo, a quick tour of its architect and design principles.<br /><br />Additional information about the project can be found in the <a shape="rect" href="http://windowsteamblog.com/windows/b/developers/archive/2010/06/08/introducing-project-hilo.aspx" shape="rect">
Introducing Project HILO</a> post, and on MSDN – Hilo: Developing C&#43;&#43; Application for Windows 7
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:38d90cd3cd034dd38e0b9dea00a2a3fc">]]></description>
      <comments>http://channel9.msdn.com/Blogs/yochay/Introduction-to-Project-Hilo</comments>
      <itunes:summary>Project “Hilo” is a series of articles and sample applications that demonstrate how you can leverage the power of Windows 7, Visual Studio 2010 and Visual C&amp;#43;&amp;#43; to build high performance, responsive rich client applications. Hilo provides both source code
 and guidance that will help you design and develop compelling, touch-enabled Windows applications of your own. Join Yochay Kiriaty and James Johanson for an introduction of Project Hilo, a quick tour of its architect and design principles.Additional information about the project can be found in the 
Introducing Project HILO post, and on MSDN – Hilo: Developing C&amp;#43;&amp;#43; Application for Windows 7
</itunes:summary>
      <itunes:duration>1525</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/yochay/Introduction-to-Project-Hilo</link>
      <pubDate>Mon, 26 Jul 2010 20:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/yochay/Introduction-to-Project-Hilo</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/562948_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/562948_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_2MB_ch9.wmv" expression="full" duration="1525" fileSize="108462647" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_ch9.mp3" expression="full" duration="1525" fileSize="12203479" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_ch9.mp4" expression="full" duration="1525" fileSize="257637998" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_ch9.wma" expression="full" duration="1525" fileSize="12339401" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_ch9.wmv" expression="full" duration="1525" fileSize="155886581" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_Zune_ch9.wmv" expression="full" duration="1525" fileSize="127070636" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/2948/562948/ProjHiloIntro_ch9.wmv" length="155886581" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Yochay Kiriaty</dc:creator>
      <itunes:author>Yochay Kiriaty</itunes:author>
      <slash:comments>13</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/yochay/Introduction-to-Project-Hilo/RSS</wfw:commentRss>
      <category>Direct 2D</category>
      <category>DirectWrite</category>
      <category>Multitouch</category>
      <category>Project Hilo</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Retaligent leverages Windows 7 Multi-touch capabilities for their Clienteling Solution</title>
      <description><![CDATA[
<p><a shape="rect" href="http://www.retaligent.com/index.html" shape="rect">Retaligent Solutions, Inc.</a>, a leading provider of Clienteling and Assisted-Selling solutions has developed an application, leveraging the Windows 7 Touch, using Silverlight 4.0
 on the MS-Dynamics CRM 4.0 platform.&nbsp; This new feature-rich retail Clienteling, Loyalty and Campaign Management solution employs multi-touch capabilities, enabling an intuitive and responsive user experience that shortens the in-store training process. Retaligent’s
 new Silverlight user interface coupled with Windows 7 Touch allows for reusability, portability and scalability across multiple devices such as Point of Sale, Kiosk and Windows Mobile 7 devices.
</p>
<p>&nbsp;</p>
<p>Enjoy the show!</p>
<p>&nbsp;</p>
<p>Sanjay Jain</p>
<p>ISV Architect Evangelist</p>
<p>Microsoft Corporation</p>
<p><b>Blog</b>: <a shape="rect" href="http://blogs.msdn.com/SanjayJain" shape="rect">
http://Blogs.msdn.com/SanjayJain</a> </p>
<p><b>Twitter</b>: <a shape="rect" href="http://twitter.com/SanjayJain369" shape="rect">
http://twitter.com/SanjayJain369</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b7cf8890b7494c65a3b89dea00a17ebc">]]></description>
      <comments>http://channel9.msdn.com/Blogs/SanjayJain/Retaligent-leverages-Windows-7-Multi-touch-capabilities-for-their-Clienteling-Solution</comments>
      <itunes:summary>
Retaligent Solutions, Inc., a leading provider of Clienteling and Assisted-Selling solutions has developed an application, leveraging the Windows 7 Touch, using Silverlight 4.0
 on the MS-Dynamics CRM 4.0 platform.&amp;nbsp; This new feature-rich retail Clienteling, Loyalty and Campaign Management solution employs multi-touch capabilities, enabling an intuitive and responsive user experience that shortens the in-store training process. Retaligent’s
 new Silverlight user interface coupled with Windows 7 Touch allows for reusability, portability and scalability across multiple devices such as Point of Sale, Kiosk and Windows Mobile 7 devices.
 
&amp;nbsp; 
Enjoy the show! 
&amp;nbsp; 
Sanjay Jain 
ISV Architect Evangelist 
Microsoft Corporation 
Blog: 
http://Blogs.msdn.com/SanjayJain  
Twitter: 
http://twitter.com/SanjayJain369 
</itunes:summary>
      <itunes:duration>228</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/SanjayJain/Retaligent-leverages-Windows-7-Multi-touch-capabilities-for-their-Clienteling-Solution</link>
      <pubDate>Tue, 29 Jun 2010 19:28:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/SanjayJain/Retaligent-leverages-Windows-7-Multi-touch-capabilities-for-their-Clienteling-Solution</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/558320_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/558320_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_2MB_ch9.wmv" expression="full" duration="228" fileSize="13582865" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_ch9.mp3" expression="full" duration="228" fileSize="1829265" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_ch9.mp4" expression="full" duration="228" fileSize="8820410" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_ch9.wma" expression="full" duration="228" fileSize="1855441" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_ch9.wmv" expression="full" duration="228" fileSize="11256725" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_Zune_ch9.wmv" expression="full" duration="228" fileSize="7624777" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/2/3/8/5/5/RetaligentWin7MTouch_ch9.wmv" length="11256725" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Sanjay Jain</dc:creator>
      <itunes:author>Sanjay Jain</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/SanjayJain/Retaligent-leverages-Windows-7-Multi-touch-capabilities-for-their-Clienteling-Solution/RSS</wfw:commentRss>
      <category>Client </category>
      <category>Clienteling</category>
      <category>Dynamics CRM</category>
      <category>Multitouch</category>
      <category>Retail</category>
      <category>Retaligent</category>
      <category>Sanjay Jain</category>
      <category>Silverlight 4</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Dayforce leverages Windows 7 Multi-touch capabilities for Web Clock, part of their Workforce Performance Management Solution</title>
      <description><![CDATA[
<p><a shape="rect" href="http://www.dayforce.com/" shape="rect">Dayforce</a>, an industry pioneer of Workforce Performance Management solutions, uses
<a shape="rect" href="http://msdn.microsoft.com/en-us/magazine/ee336016.aspx" shape="rect">
Microsoft Windows 7 Multi-touch capabilities</a> in their Web Clock to deliver more usable, flexible and interactive experience to enterprise business clients.&nbsp; The Web Clock lets enterprise clients set up machines without the need for keyboard hardware or
 mouse hardware.&nbsp; Employees can then use the Dayforce Web Clock without any external peripherals to perform key work time-related tasks, including logging in, recording punch-in times, recording punch-out times, and performing administrative tasks related to
 time worked.&nbsp;&nbsp; </p>
<p>&nbsp;</p>
<p>The Web Clock is part of Dayforce’s complete, Microsoft-architected solution for enterprise workforce management, including time &amp; attendance, labor scheduling, and employee self-scheduling.&nbsp; To learn more or to book a free demo, please visit www.dayforce.com
 or call 1 (866) 748 7066.</p>
<p>&nbsp;</p>
<p>Enjoy the show!<br /></p>
<p>Sanjay Jain</p>
<p>ISV Architect Evangelist</p>
<p>Microsoft Corporation</p>
<p><b>Blog</b>: <a shape="rect" href="http://blogs.msdn.com/SanjayJain" shape="rect">
http://Blogs.msdn.com/SanjayJain</a> </p>
<p><b>Twitter</b>: <a shape="rect" href="http://twitter.com/SanjayJain369" shape="rect">
http://twitter.com/SanjayJain369</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f49a3fe5642e482abc479dea00a181a8">]]></description>
      <comments>http://channel9.msdn.com/Blogs/SanjayJain/Dayforce-leverages-Windows-7-Multi-touch-capabilities-for-Web-Clock-part-of-their-Workforce-Performa</comments>
      <itunes:summary>
Dayforce, an industry pioneer of Workforce Performance Management solutions, uses

Microsoft Windows 7 Multi-touch capabilities in their Web Clock to deliver more usable, flexible and interactive experience to enterprise business clients.&amp;nbsp; The Web Clock lets enterprise clients set up machines without the need for keyboard hardware or
 mouse hardware.&amp;nbsp; Employees can then use the Dayforce Web Clock without any external peripherals to perform key work time-related tasks, including logging in, recording punch-in times, recording punch-out times, and performing administrative tasks related to
 time worked.&amp;nbsp;&amp;nbsp;  
&amp;nbsp; 
The Web Clock is part of Dayforce’s complete, Microsoft-architected solution for enterprise workforce management, including time &amp;amp; attendance, labor scheduling, and employee self-scheduling.&amp;nbsp; To learn more or to book a free demo, please visit www.dayforce.com
 or call 1 (866) 748 7066. 
&amp;nbsp; 
Enjoy the show! 
Sanjay Jain 
ISV Architect Evangelist 
Microsoft Corporation 
Blog: 
http://Blogs.msdn.com/SanjayJain  
Twitter: 
http://twitter.com/SanjayJain369 
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/SanjayJain/Dayforce-leverages-Windows-7-Multi-touch-capabilities-for-Web-Clock-part-of-their-Workforce-Performa</link>
      <pubDate>Fri, 25 Jun 2010 22:12:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/SanjayJain/Dayforce-leverages-Windows-7-Multi-touch-capabilities-for-Web-Clock-part-of-their-Workforce-Performa</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/557699_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/557699_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_2MB_ch9.wmv" expression="full" fileSize="8391045" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_ch9.mp3" expression="full" fileSize="2072337" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_ch9.mp4" expression="full" fileSize="8191823" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_ch9.wma" expression="full" fileSize="2098765" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_ch9.wmv" expression="full" fileSize="8953145" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_Zune_ch9.wmv" expression="full" fileSize="7177197" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/9/9/6/7/5/5/DayforceWebClock_ch9.wmv" length="8953145" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Sanjay Jain</dc:creator>
      <itunes:author>Sanjay Jain</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/SanjayJain/Dayforce-leverages-Windows-7-Multi-touch-capabilities-for-Web-Clock-part-of-their-Workforce-Performa/RSS</wfw:commentRss>
      <category>Dayforce</category>
      <category>Multitouch</category>
      <category>Sanjay Jain</category>
      <category>Web Clock</category>
      <category>Windows 7</category>
      <category>Workforce Performance Management</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Coding4Fun Show – NUI with Josh Blake</title>
      <description><![CDATA[
<p>A <a href="http://channel9.msdn.com/shows/Coding4FunTV/The-Coding4Fun-Show-Natural-User-Interfaces-with-Josh-Blake/" target="_blank">
new episode</a> of the <a href="http://channel9.msdn.com/shows/Coding4FunTV/" target="_blank">
Coding4Fun Show</a> has been posted over at <a href="http://channel9.msdn.com/" target="_blank">
Channel 9</a>.&nbsp; This time around, <a href="http://www.brianpeek.com/" target="_blank">
Brian Peek</a> discusses Natural User Interfaces (NUI) and multitouch programming with
<a href="http://nui.joshland.org/" target="_blank">Josh Blake</a>.&nbsp; You'll see how Josh used multitouch and NUI principles to build his NaturalShow application, a PowerPoint replacement that was demonstrated during
<a href="http://live.visitmix.com/MIX10/Sessions/EX18" target="_blank">his session at MIX10</a>.</p>
<p><object type="application/x-silverlight-2" data="data:application/x-silverlight-2," width="512" height="288"><param name="minRuntimeVersion" value="4.0.50401.0"/><param name="source" value="http://channel9.msdn.com/scripts/Channel9.xap?v=1.3"/><param name="initParams" value="mediaurl=http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.wmv,thumbnail=http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_512_ch9.png,deliverymethod=progressivedownload,autoplay=false"/></object></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6280d99b8d784e7294349e7600c92d84">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Coding4Fun-Show--NUI-with-Josh-Blake</comments>
      <itunes:summary>
A 
new episode of the 
Coding4Fun Show has been posted over at 
Channel 9.&amp;nbsp; This time around, 
Brian Peek discusses Natural User Interfaces (NUI) and multitouch programming with
Josh Blake.&amp;nbsp; You&#39;ll see how Josh used multitouch and NUI principles to build his NaturalShow application, a PowerPoint replacement that was demonstrated during
his session at MIX10. 
 
</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Coding4Fun-Show--NUI-with-Josh-Blake</link>
      <pubDate>Sat, 05 Jun 2010 19:28:04 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Coding4Fun-Show--NUI-with-Josh-Blake</guid>      
      <dc:creator>Clint Rutkas</dc:creator>
      <itunes:author>Clint Rutkas</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Coding4Fun-Show--NUI-with-Josh-Blake/RSS</wfw:commentRss>
      <category>Multitouch</category>
      <category>NUI</category>
      <category>Multi Touch</category>
      <category>Coding4Fun TV</category>
    </item>
  <item>
      <title>The Coding4Fun Show: Natural User Interfaces with Josh Blake</title>
      <description><![CDATA[<span id="ctl00_MainPlaceHolder_Starter_BodyLabel"><span id="ctl00_MainPlaceHolder_Starter_BodyLabel">In this episode of the
<a shape="rect" href="http://channel9.msdn.com/shows/Coding4FunTV/" shape="rect">
Coding4Fun Show</a>, <a shape="rect" href="http://www.brianpeek.com/" shape="rect">
Brian Peek</a> chats with <a shape="rect" href="http://nui.joshland.org/" shape="rect">
Josh Blake</a> </span></span>about Natural User Interfaces and Multitouch programming with .NET.&nbsp; Josh has written a multitouch PowerPoint replacement called NaturalShow, which was demonstrated during his
<a shape="rect" href="http://live.visitmix.com/MIX10/Sessions/EX18" shape="rect">
NUI session</a> at MIX10. Watch and learn a bit about how this application was created as well as how you can write multitouch applications with WPF.&nbsp; And for even more multitouch programming goodness and more on NaturalShow, Josh is currently working on a
 book titled <em><a shape="rect" href="http://manning.com/blake" shape="rect">Multitouch on Windows</a></em>, which can be purchased and read while he's writing it!<br /> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:92f57d9a52f6440189829deb000c9930">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Natural-User-Interfaces-with-Josh-Blake</comments>
      <itunes:summary>In this episode of the

Coding4Fun Show, 
Brian Peek chats with 
Josh Blake about Natural User Interfaces and Multitouch programming with .NET.&amp;nbsp; Josh has written a multitouch PowerPoint replacement called NaturalShow, which was demonstrated during his

NUI session at MIX10. Watch and learn a bit about how this application was created as well as how you can write multitouch applications with WPF.&amp;nbsp; And for even more multitouch programming goodness and more on NaturalShow, Josh is currently working on a
 book titled Multitouch on Windows, which can be purchased and read while he&#39;s writing it!</itunes:summary>
      <itunes:duration>1174</itunes:duration>
      <link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Natural-User-Interfaces-with-Josh-Blake</link>
      <pubDate>Fri, 04 Jun 2010 06:44:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Natural-User-Interfaces-with-Josh-Blake</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/549863_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/549863_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_2MB_ch9.wmv" expression="full" duration="1174" fileSize="221012659" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.mp3" expression="full" duration="1174" fileSize="9400913" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.mp4" expression="full" duration="1174" fileSize="132077905" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.wma" expression="full" duration="1174" fileSize="9515641" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.wmv" expression="full" duration="1174" fileSize="196597969" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_Zune_ch9.wmv" expression="full" duration="1174" fileSize="129948527" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/6/8/9/4/5/C4FShowE5Blake_ch9.wmv" length="196597969" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Peek</dc:creator>
      <itunes:author>Brian Peek</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Natural-User-Interfaces-with-Josh-Blake/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>Multitouch</category>
      <category>NUI</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>IndustryBuilt adopts Windows 7 MultiTouch for Food Industry</title>
      <description><![CDATA[Dan Oughton from <a shape="rect" href="http://www.industrybuilt.com/index.cfm" shape="rect">
IndustryBuilt</a>, discusses the use of MultiTouch capabilities of Windows 7 in their justfoodERP product.<br /><br /><br /><br />Enjoy the show!<br /><br />John O'Donnell Microsoft Dynamics ISV Architect Evangelist<br />Microsoft Corporation<br /><a shape="rect" href="http://blogs.msdn.com/jodonnell" shape="rect">http://blogs.msdn.com/jodonnell</a><br /><a shape="rect" href="http://blogs.msdn.com/usisvde" shape="rect">http://blogs.msdn.com/usisvde</a><br /><a shape="rect" href="http://www.twitter.com/jodonnel" shape="rect">http://www.twitter.com/jodonnel</a>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e76d87bfd94a45189f329deb00080b6c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/jodonnell/IndustryBuilt-adopts-Windows-7-MultiTouch-for-Food-Industry</comments>
      <itunes:summary>Dan Oughton from 
IndustryBuilt, discusses the use of MultiTouch capabilities of Windows 7 in their justfoodERP product.Enjoy the show!John O&#39;Donnell Microsoft Dynamics ISV Architect EvangelistMicrosoft Corporationhttp://blogs.msdn.com/jodonnellhttp://blogs.msdn.com/usisvdehttp://www.twitter.com/jodonnel
</itunes:summary>
      <itunes:duration>192</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/jodonnell/IndustryBuilt-adopts-Windows-7-MultiTouch-for-Food-Industry</link>
      <pubDate>Thu, 20 May 2010 19:01:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/jodonnell/IndustryBuilt-adopts-Windows-7-MultiTouch-for-Food-Industry</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/551360_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/551360_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_2MB_ch9.wmv" expression="full" duration="192" fileSize="130279380" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_ch9.mp3" expression="full" duration="192" fileSize="1543914" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_ch9.mp4" expression="full" duration="192" fileSize="32261914" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_ch9.wma" expression="full" duration="192" fileSize="1567057" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_ch9.wmv" expression="full" duration="192" fileSize="42184221" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_Zune_ch9.wmv" expression="full" duration="192" fileSize="26824273" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/6/3/1/5/5/IndustryBuilt_ch9.wmv" length="42184221" type="video/x-ms-wmv"></enclosure>
      <dc:creator>John O&#39;Donnell</dc:creator>
      <itunes:author>John O&#39;Donnell</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/jodonnell/IndustryBuilt-adopts-Windows-7-MultiTouch-for-Food-Industry/RSS</wfw:commentRss>
      <category>2010</category>
      <category>Bing Maps</category>
      <category>Dynamics</category>
      <category>Industry</category>
      <category>ISV</category>
      <category>Microsoft</category>
      <category>Microsoft Dynamics NAV</category>
      <category>Multitouch</category>
      <category>Sanjay Jain</category>
      <category>Vertical</category>
      <category>Visual Studio 2010</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>IndustryBuilt adopts Windows 7 MultiTouch in justfoodERP for Food Industry</title>
      <description><![CDATA[
<p>Dan Oughton from <a shape="rect" href="http://www.industrybuilt.com/index.cfm" shape="rect">
IndustryBuilt</a>, a Microsoft Gold Certified ISV specializes in <a shape="rect" href="http://www.industrybuilt.com/ind.cfm?subsection=foo" shape="rect">
Food &amp; Beverage</a>, <a shape="rect" href="http://www.industrybuilt.com/ind.cfm?subsection=equ" shape="rect">
Equipment Dealers</a>, and <a shape="rect" href="http://www.industrybuilt.com/ind.cfm?subsection=met" shape="rect">
Fabricated Metals</a> industries using <a shape="rect" href="http://www.microsoft.com/dynamics/en/us/products/nav-overview.aspx" shape="rect">
Microsoft Dynamics NAV</a>, discusses the use of <a shape="rect" href="http://msdn.microsoft.com/en-us/magazine/ee336016.aspx" shape="rect">
MultiTouch capabilities of Windows 7</a> in their <a shape="rect" href="http://www.justfooderp.com/" shape="rect">
justfoodERP</a> product. </p>
<p>&nbsp;</p>
<p>In this example, Dan shows how they consumed web services from Dynamics NAV into
<a shape="rect" href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx" shape="rect">
SharePoint 2010</a> and <a shape="rect" href="http://www.microsoft.com/silverlight/" shape="rect">
Silverlight 4.0</a> to show customer details (name, address, and balance due) in a
<a shape="rect" href="http://www.bing.com/maps/?FORM=Z9LH9" shape="rect">bing map</a>. He demonstrates how zooming, moving and scrolling using MultiTouch, makes it easier for customers and helps in user adoption.<br /></p>
<p>Sanjay Jain</p>
<p>ISV Architect Evangelist</p>
<p>Microsoft Corporation</p>
<p><b>Blog</b>: <a shape="rect" href="http://blogs.msdn.com/SanjayJain" shape="rect">
http://Blogs.msdn.com/SanjayJain</a> </p>
<p><b>Twitter</b>: <a shape="rect" href="http://twitter.com/SanjayJain369" shape="rect">
http://twitter.com/SanjayJain369</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ab6810c0d03c44a0a0ee9deb00085f5b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/SanjayJain/IndustryBuilt-adopts-Windows-7-MultiTouch-in-justfoodERP-for-Food-Industry</comments>
      <itunes:summary>
Dan Oughton from 
IndustryBuilt, a Microsoft Gold Certified ISV specializes in 
Food &amp;amp; Beverage, 
Equipment Dealers, and 
Fabricated Metals industries using 
Microsoft Dynamics NAV, discusses the use of 
MultiTouch capabilities of Windows 7 in their 
justfoodERP product.  
&amp;nbsp; 
In this example, Dan shows how they consumed web services from Dynamics NAV into

SharePoint 2010 and 
Silverlight 4.0 to show customer details (name, address, and balance due) in a
bing map. He demonstrates how zooming, moving and scrolling using MultiTouch, makes it easier for customers and helps in user adoption. 
Sanjay Jain 
ISV Architect Evangelist 
Microsoft Corporation 
Blog: 
http://Blogs.msdn.com/SanjayJain  
Twitter: 
http://twitter.com/SanjayJain369 
</itunes:summary>
      <itunes:duration>111</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/SanjayJain/IndustryBuilt-adopts-Windows-7-MultiTouch-in-justfoodERP-for-Food-Industry</link>
      <pubDate>Fri, 14 May 2010 20:18:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/SanjayJain/IndustryBuilt-adopts-Windows-7-MultiTouch-in-justfoodERP-for-Food-Industry</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/550130_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/550130_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_2MB_ch9.wmv" expression="full" duration="111" fileSize="8493879" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_ch9.mp3" expression="full" duration="111" fileSize="892756" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_ch9.mp4" expression="full" duration="111" fileSize="6721022" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_ch9.wma" expression="full" duration="111" fileSize="909183" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_ch9.wmv" expression="full" duration="111" fileSize="8375089" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_Zune_ch9.wmv" expression="full" duration="111" fileSize="5351141" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/3/1/0/5/5/IndustryBuiltWin7MTouch_ch9.wmv" length="8375089" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Sanjay Jain</dc:creator>
      <itunes:author>Sanjay Jain</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/SanjayJain/IndustryBuilt-adopts-Windows-7-MultiTouch-in-justfoodERP-for-Food-Industry/RSS</wfw:commentRss>
      <category>Bing Maps</category>
      <category>Dan Oughton</category>
      <category>IndustryBuilt</category>
      <category>justfoodERP</category>
      <category>Microsoft Dynamics NAV</category>
      <category>Multitouch</category>
      <category>Sanjay Jain</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Windows Touch Pack Now Available</title>
      <description><![CDATA[One of the more common question we've seen flying around lately is &quot;Where can I download the Touch Pack for Windows 7?&quot; That's been a difficult question to answer because the Touch Pack was created for OEMs and wasn't meant to be a MS Download. That
<a shape="rect" href="http://windowsteamblog.com/blogs/windows7/archive/2010/04/21/microsoft-touch-pack-for-windows-7-now-available.aspx">
changed tonight</a>, and you can now download the Touch Pack from the <a shape="rect" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b152fadd-82e4-4ddb-a46a-aebe49944428&amp;displaylang=en">
Microsoft Download Center</a>. The Touch Pack features three games and three apps,
<a shape="rect" href="http://windowsteamblog.com/blogs/windows7/archive/2009/05/27/introducing-the-microsoft-touch-pack-for-windows-7.aspx">
including </a>the Microsoft Surface Globe, MS Collage, MS Surface Lagoon, MS Blackboard, MS Rebound, and MS Garden Pond.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b82d653d79784fa2a8629deb000cf74b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</comments>
      <itunes:summary>One of the more common question we&#39;ve seen flying around lately is &amp;quot;Where can I download the Touch Pack for Windows 7?&amp;quot; That&#39;s been a difficult question to answer because the Touch Pack was created for OEMs and wasn&#39;t meant to be a MS Download. That

changed tonight, and you can now download the Touch Pack from the 
Microsoft Download Center. The Touch Pack features three games and three apps,

including the Microsoft Surface Globe, MS Collage, MS Surface Lagoon, MS Blackboard, MS Rebound, and MS Garden Pond.
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</link>
      <pubDate>Thu, 22 Apr 2010 04:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/bbfea9dd-ca0d-463f-a801-15494a66977e.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/545573_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/545573_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/c2aeb1ca-7942-4ed0-874d-bd5c2198924e.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available/RSS</wfw:commentRss>
      <category>Multitouch</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>
  <item>
      <title>Windows Touch Pack Now Available</title>
      <description><![CDATA[One of the more common question we've seen flying around lately is &quot;Where can I download the Touch Pack for Windows 7?&quot; That's been a difficult one because it was created for OEMs and wasn't meant to be a MS Download. That <a shape="rect" href="http://windowsteamblog.com/blogs/windows7/archive/2010/04/21/microsoft-touch-pack-for-windows-7-now-available.aspx" shape="rect">changed tonight</a>, you can now download the Touch Pack from the <a shape="rect" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b152fadd-82e4-4ddb-a46a-aebe49944428&amp;displaylang=en" shape="rect">Microsoft Download Center</a>. The Touch Pack features three games and three apps <a shape="rect" href="http://windowsteamblog.com/blogs/windows7/archive/2009/05/27/introducing-the-microsoft-touch-pack-for-windows-7.aspx" shape="rect">including </a>the Microsoft Surface Globe, MS Collage, MS Surface Lagoon, MS Blackboard, MS Rebound, and MS Garden Pond. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/multi+touch/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3c83005bef6145b887639e10010240b8">]]></description>
      <comments>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</comments>
      <itunes:summary>One of the more common question we&#39;ve seen flying around lately is &amp;quot;Where can I download the Touch Pack for Windows 7?&amp;quot; That&#39;s been a difficult one because it was created for OEMs and wasn&#39;t meant to be a MS Download. That changed tonight, you can now download the Touch Pack from the Microsoft Download Center. The Touch Pack features three games and three apps including the Microsoft Surface Globe, MS Collage, MS Surface Lagoon, MS Blackboard, MS Rebound, and MS Garden Pond.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</link>
      <pubDate>Thu, 22 Apr 2010 01:02:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available</guid>      
      <dc:creator>Larry Larsen</dc:creator>
      <itunes:author>Larry Larsen</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/LarryLarsen/Windows-Touch-Pack-Now-Available/RSS</wfw:commentRss>
      <category>Multitouch</category>
      <category>Windows 7</category>
      <category>Multi Touch</category>
    </item>    
</channel>
</rss>