<?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>gduthie  - Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/gduthie/feed"></atom:link>
    <itunes:summary>Channel 9 Blog for gduthie</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>gduthie  - Channel 9</title>
      <link>http://channel9.msdn.com/Blogs/gduthie</link>
    </image>
    <itunes:image href="http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png"></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 Blog for gduthie</description>
    <link>http://channel9.msdn.com/Blogs/gduthie</link>
    <language>en</language>
    <pubDate>Tue, 21 May 2013 22:17:33 GMT</pubDate>
    <lastBuildDate>Tue, 21 May 2013 22:17:33 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>17</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Gadgeteer LED Matrix Module Demo</title>
      <description><![CDATA[<p class="first">Quick demo of the new (<strong>NOTE</strong>: this module only works with .NET Micro Framework 4.2, and the driver is still in beta at the time of this writing) LED Matrix module for .NET Gadgeteer, manufactured by GHI Electronics. The module, which is based on the DaisyLink protocol, and contains its own microprocessor (which can be flashed and reprogrammed, if desired) provides an 8x8 matrix of red LEDs for displaying patterns or glyphs.</p><p>In this video, I am using a helper class I wrote to display &quot;HELLO WORLD&quot;. The driver for the module exposes a single API, DrawBitmap, which takes as an argument a byte array representing the on/off pattern for the LEDs. To make working with the module simpler, I wrote a class with a series of static properties that return the byte array for the uppercase English letters A-Z and numbers 0-9.</p><p>To generate the byte arrays required for each letter, I wrote up a quick and dirty HTML and JavaScript utility that displays an 8x8 array of checkboxes, which you can use to create the desired glyph, and which automatically provides the correctly-formatted byte array for use with the LED Matrix module.</p><p>With my helper class, I simply create an ArrayList of the letters I want to display, then loop through the ArrayList, displaying each letter in turn. I've named the letters using the NATO phonetic alphabet to make the API intuitive without using single letter property names.</p><p>Links:</p><ul><li><a href="http://www.ghielectronics.com/catalog/product/370" target="_blank">GHI's LED Matrix Module</a> </li><li><a href="http://www.tinyclr.com/codeshare/entry/444" target="_blank">Alphabet Helper Class code on TinyCLR Codeshare</a> </li><li><a href="http://www.tinyclr.com/forum/topic?id=7450&amp;page=1#msg72987" target="_blank">Helper Class discussion thread</a> </li><li><a href="http://jsfiddle.net/devhammer/y2WAY/35/" target="_blank">HTML/JavaScript 8x8 glyph generator for LED Matrix Module</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:7121ab49b2ee4cee8b3ea070015c98ab">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Gadgeteer-LED-Matrix-Module-Demo</comments>
      <itunes:summary>Quick demo of the new (NOTE: this module only works with .NET Micro Framework 4.2, and the driver is still in beta at the time of this writing) LED Matrix module for .NET Gadgeteer, manufactured by GHI Electronics. The module, which is based on the DaisyLink protocol, and contains its own microprocessor (which can be flashed and reprogrammed, if desired) provides an 8x8 matrix of red LEDs for displaying patterns or glyphs. In this video, I am using a helper class I wrote to display &amp;quot;HELLO WORLD&amp;quot;. The driver for the module exposes a single API, DrawBitmap, which takes as an argument a byte array representing the on/off pattern for the LEDs. To make working with the module simpler, I wrote a class with a series of static properties that return the byte array for the uppercase English letters A-Z and numbers 0-9. To generate the byte arrays required for each letter, I wrote up a quick and dirty HTML and JavaScript utility that displays an 8x8 array of checkboxes, which you can use to create the desired glyph, and which automatically provides the correctly-formatted byte array for use with the LED Matrix module. With my helper class, I simply create an ArrayList of the letters I want to display, then loop through the ArrayList, displaying each letter in turn. I&#39;ve named the letters using the NATO phonetic alphabet to make the API intuitive without using single letter property names. Links: GHI&#39;s LED Matrix Module Alphabet Helper Class code on TinyCLR Codeshare Helper Class discussion thread HTML/JavaScript 8x8 glyph generator for LED Matrix Module </itunes:summary>
      <itunes:duration>31</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/gduthie/Gadgeteer-LED-Matrix-Module-Demo</link>
      <pubDate>Fri, 15 Jun 2012 02:15:32 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Gadgeteer-LED-Matrix-Module-Demo</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.mp3" expression="full" duration="31" fileSize="512564" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.mp4" expression="full" duration="31" fileSize="3006427" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.webm" expression="full" duration="31" fileSize="1186070" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.wma" expression="full" duration="31" fileSize="275391" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.wmv" expression="full" duration="31" fileSize="7045672" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_high.mp4" expression="full" duration="31" fileSize="6548386" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_mid.mp4" expression="full" duration="31" fileSize="4581602" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix_Source.wmv" expression="full" duration="31" fileSize="32837502" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/5559/e02845ad-03f4-4db6-aa5f-a66cd4045559/LEDMatrix.wmv" length="7045672" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Gadgeteer-LED-Matrix-Module-Demo/RSS</wfw:commentRss>
      <category>Gadgeteer</category>
      <category>.Net Gadgeteer</category>
    </item>
  <item>
      <title>.NET Gadgeteer and MIDI: Meet the MeeBlipiator</title>
      <description><![CDATA[<p>Demonstration of my latest Gadgeteer project, a simple 8-step one-octave arpeggiator using <a href="http://10rem.net">Pete Brown</a>'s <a href="http://10rem.net/blog/2012/03/31/midi-module-assembly-instructions">MIDI Module</a> to drive a <a href="http://meeblip.com">MeeBlip</a> micro synthesizer.</p><p>Full source code is available at <a href="http://sdrv.ms/MeeBlipiatorSrc">http://sdrv.ms/MeeBlipiatorSrc</a> (MS-PL)</p><p>Detailed blog post at:</p><p><a href="http://devhammer.net/blog/gadgeteer-and-midi-making-music-with-microcontrollers">http://devhammer.net/blog/gadgeteer-and-midi-making-music-with-microcontrollers</a></p><p>CORRECTION: In the video, I note that my enclosure is a modified version of the &quot;Gadgeteer Arcade Module&quot;. What I meant to say was &quot;Gadgeteer Arcade Cabinet Enclosure&quot;. You can find the Ponoko project to make your own Gadgeteer Arcade Cabinet Enclosure here:</p><p><a href="http://www.ponoko.com/showroom/NETGadgeteerProjects">http://www.ponoko.com/showroom/NETGadgeteerProjects</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:c50620745a0347f8ac52a02c012c9e88">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/NET-Gadgeteer-and-MIDI-Meet-the-MeeBlipiator</comments>
      <itunes:summary>Demonstration of my latest Gadgeteer project, a simple 8-step one-octave arpeggiator using Pete Brown&#39;s MIDI Module to drive a MeeBlip micro synthesizer. Full source code is available at http://sdrv.ms/MeeBlipiatorSrc (MS-PL) Detailed blog post at: http://devhammer.net/blog/gadgeteer-and-midi-making-music-with-microcontrollers CORRECTION: In the video, I note that my enclosure is a modified version of the &amp;quot;Gadgeteer Arcade Module&amp;quot;. What I meant to say was &amp;quot;Gadgeteer Arcade Cabinet Enclosure&amp;quot;. You can find the Ponoko project to make your own Gadgeteer Arcade Cabinet Enclosure here: http://www.ponoko.com/showroom/NETGadgeteerProjects </itunes:summary>
      <itunes:duration>312</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/gduthie/NET-Gadgeteer-and-MIDI-Meet-the-MeeBlipiator</link>
      <pubDate>Sat, 07 Apr 2012 19:01:49 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/NET-Gadgeteer-and-MIDI-Meet-the-MeeBlipiator</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_220.jpg" height="124" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_512.jpg" height="289" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.mp3" expression="full" duration="312" fileSize="5008590" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.mp4" expression="full" duration="312" fileSize="28758092" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.webm" expression="full" duration="312" fileSize="10634101" type="video/webm" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.wma" expression="full" duration="312" fileSize="2543411" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.wmv" expression="full" duration="312" fileSize="48215357" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_high.mp4" expression="full" duration="312" fileSize="62165633" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_mid.mp4" expression="full" duration="312" fileSize="44021358" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator_Source.wmv" expression="full" duration="312" fileSize="34852101" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.ism/manifest" expression="full" duration="312" fileSize="5268" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/51c1/06fbd834-d4cd-4d03-a001-6dec79bb51c1/MeetMeeBlipiator.wmv" length="48215357" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/NET-Gadgeteer-and-MIDI-Meet-the-MeeBlipiator/RSS</wfw:commentRss>
      <category>.NET Micro Framework</category>
      <category>Gadgeteer</category>
    </item>
  <item>
      <title>Video: FEZ Spider .NET Gadgeteer Starter Kit Unboxing</title>
      <description><![CDATA[<p>Just wanted to quickly share a video of me unboxing my latest gear, the <a href="http://www.ghielectronics.com/catalog/product/297" target="_blank">FEZ Spider .NET Gadgeteer Starter Kit</a>, from <a href="http://www.ghielectronics.com/" target="_blank">GHI Electronics</a>. I also wrote up an intro to the starter kit and the platform on my&nbsp;devhammer blog, including lots of pictures, which <a href="http://devhammer.net/blog/are-you-a-gadgeteer" target="_blank">you can view here</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:f710ea0012da4f6b88bf9f79018626a8">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Video-FEZ-Spider-NET-Gadgeteer-Starter-Kit-Unboxing</comments>
      <itunes:summary>Just wanted to quickly share a video of me unboxing my latest gear, the FEZ Spider .NET Gadgeteer Starter Kit, from GHI Electronics. I also wrote up an intro to the starter kit and the platform on my&amp;nbsp;devhammer blog, including lots of pictures, which you can view here. </itunes:summary>
      <itunes:duration>433</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/gduthie/Video-FEZ-Spider-NET-Gadgeteer-Starter-Kit-Unboxing</link>
      <pubDate>Wed, 12 Oct 2011 03:14:36 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Video-FEZ-Spider-NET-Gadgeteer-Starter-Kit-Unboxing</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_2MB_ch9.wmv" expression="full" duration="433" fileSize="59168095" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_ch9.mp3" expression="full" duration="433" fileSize="3469637" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_ch9.wma" expression="full" duration="433" fileSize="3516655" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_ch9.wmv" expression="full" duration="433" fileSize="90184031" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_high_ch9.mp4" expression="full" duration="433" fileSize="156605323" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_low_ch9.mp4" expression="full" duration="433" fileSize="33157205" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing.ism/manifest" expression="full" duration="433" fileSize="6740" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/26a8/f710ea00-12da-4f6b-88bf-9f79018626a8/GadgeteerUnboxing_ch9.wmv" length="90184031" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Video-FEZ-Spider-NET-Gadgeteer-Starter-Kit-Unboxing/RSS</wfw:commentRss>
      <category>Gadgeteer</category>
    </item>
  <item>
      <title>Video: MADExpo Kinect-enabled Session Finder</title>
      <description><![CDATA[<p>Here's a video of a fun and cool project I worked on for the <a href="http://madexpo.us/">Mid Atlantic Developer Expo</a>,&nbsp;namely a Kinect-enabled Session Finder.</p><p>The project uses the recently-released <a href="http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/default.aspx" target="_blank">Kinect SDK for Windows beta</a>, a custom version of the <a href="http://madexpo.us/sessionsorter" target="_blank">Session Sorter</a> code from the <a href="http://madexpo.us/" target="_blank">MADExpo</a> website, hosted in a WebBrowser control within a WPF application (the page uses the isotope.js library for sorting, filtering, and animated transitions, which would be a lot of work to replicate in WPF, so hosting in a WebBrowser control saved time). The WPF application is useful since I can use it to capture audio from Kinect and enable speech recognition, as well as to run the app in kiosk mode. Meanwhile, in the background, I'm running the <a href="http://channel9.msdn.com/coding4fun/kinect/Kinect-Mouse-Cursor" target="_blank">Coding4Fun Mouse Cursor sample</a>, which captures my gestures and turns them into mouse moves and clicks.</p><p>One tricky bit was getting the speech recognition commands passed through to the web page hosted inside the WPF app. Turns out that the WebBrowser control exposes a method called InvokeScript, which you can use to call a named function within the target page. So I coded up a series of javascript functions on the underlying page to do things like scroll up or down, simulate a click on the sort and filter elements (using <a href="http://www.jquery.com/">jQuery</a>'s .click() api), etc. While the code isn't pretty, it was easy to do overall, and the result is pretty nifty. Here's&nbsp;the video...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:0703c8acc7ab4435bdbe9f7901838225">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Video-MADExpo-Kinect-enabled-Session-Finder</comments>
      <itunes:summary>Here&#39;s a video of a fun and cool project I worked on for the Mid Atlantic Developer Expo,&amp;nbsp;namely a Kinect-enabled Session Finder. The project uses the recently-released Kinect SDK for Windows beta, a custom version of the Session Sorter code from the MADExpo website, hosted in a WebBrowser control within a WPF application (the page uses the isotope.js library for sorting, filtering, and animated transitions, which would be a lot of work to replicate in WPF, so hosting in a WebBrowser control saved time). The WPF application is useful since I can use it to capture audio from Kinect and enable speech recognition, as well as to run the app in kiosk mode. Meanwhile, in the background, I&#39;m running the Coding4Fun Mouse Cursor sample, which captures my gestures and turns them into mouse moves and clicks. One tricky bit was getting the speech recognition commands passed through to the web page hosted inside the WPF app. Turns out that the WebBrowser control exposes a method called InvokeScript, which you can use to call a named function within the target page. So I coded up a series of javascript functions on the underlying page to do things like scroll up or down, simulate a click on the sort and filter elements (using jQuery&#39;s .click() api), etc. While the code isn&#39;t pretty, it was easy to do overall, and the result is pretty nifty. Here&#39;s&amp;nbsp;the video... </itunes:summary>
      <itunes:duration>234</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/gduthie/Video-MADExpo-Kinect-enabled-Session-Finder</link>
      <pubDate>Wed, 12 Oct 2011 03:03:55 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Video-MADExpo-Kinect-enabled-Session-Finder</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_2MB_ch9.wmv" expression="full" duration="234" fileSize="86286727" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_ch9.mp3" expression="full" duration="234" fileSize="1873433" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_ch9.wma" expression="full" duration="234" fileSize="1900503" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_ch9.wmv" expression="full" duration="234" fileSize="27862837" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_high_ch9.mp4" expression="full" duration="234" fileSize="77966263" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_low_ch9.mp4" expression="full" duration="234" fileSize="9878512" type="video/mp4" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect.ism/manifest" expression="full" duration="234" fileSize="6006" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/8225/0703c8ac-c7ab-4435-bdbe-9f7901838225/MADKinect_ch9.wmv" length="27862837" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Video-MADExpo-Kinect-enabled-Session-Finder/RSS</wfw:commentRss>
      <category>Kinect</category>
    </item>
  <item>
      <title>Dramatically Improve Data-Driven Web Application Development with LINQ, Part 5</title>
      <description><![CDATA[
<p>&#65279;Part&nbsp;5 of Richard Hale Shaw's session, Dramatically Improve Data-Driven Web Application Development with LINQ.</p>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:647ef1971d1949bd8f149deb01882480">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-5</comments>
      <itunes:summary>
&amp;#65279;Part&amp;nbsp;5 of Richard Hale Shaw&#39;s session, Dramatically Improve Data-Driven Web Application Development with LINQ. 
Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-5</link>
      <pubDate>Tue, 09 Oct 2007 21:27:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-5</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258132_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258132_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/6fc2dba1-8fbd-4f80-92f9-8a2175bd3974.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/ecca25b6-a89e-4ca3-a496-f41ae5527d6e.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/3/1/8/5/2/346893_MOV00A.wmv" expression="full" fileSize="5926097" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/3/1/8/5/2/346893_MOV00A.wmv" length="5926097" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-5/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Dramatically Improve Data-Driven Web Application Development with LINQ, Part 4</title>
      <description><![CDATA[
<p>&#65279;Part&nbsp;4 of Richard Hale Shaw's session, Dramatically Improve Data-Driven Web Application Development with LINQ.</p>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:30550312c5bb4802b2559deb01882774">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-4</comments>
      <itunes:summary>
&amp;#65279;Part&amp;nbsp;4 of Richard Hale Shaw&#39;s session, Dramatically Improve Data-Driven Web Application Development with LINQ. 
Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-4</link>
      <pubDate>Tue, 09 Oct 2007 21:24:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-4</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258131_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258131_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/49e169d3-9029-4b76-9355-b245dd640c99.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/f4c0136c-b6cd-4fd1-a360-a60107412d38.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/3/1/8/5/2/346891_MOV009.wmv" expression="full" fileSize="65852493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/3/1/8/5/2/346891_MOV009.wmv" length="65852493" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-4/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Dramatically Improve Data-Driven Web Application Development with LINQ, Part 3</title>
      <description><![CDATA[
<p>&#65279;Part&nbsp;3 of Richard Hale Shaw's session, Dramatically Improve Data-Driven Web Application Development with LINQ.</p>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:a1ee72b810e848b087c39deb01882b05">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-3</comments>
      <itunes:summary>
&amp;#65279;Part&amp;nbsp;3 of Richard Hale Shaw&#39;s session, Dramatically Improve Data-Driven Web Application Development with LINQ. 
Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-3</link>
      <pubDate>Tue, 09 Oct 2007 21:16:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-3</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258129_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258129_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/267e0466-42f3-415c-85e2-cb700fe1c6ed.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/a315b87e-8a9e-496b-a1d5-461d8a83772b.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/2/1/8/5/2/346889_MOV008.wmv" expression="full" fileSize="66076499" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/2/1/8/5/2/346889_MOV008.wmv" length="66076499" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-3/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Dramatically Improve Data-Driven Web Application Development with LINQ, Part 2</title>
      <description><![CDATA[
<p>&#65279;Part&nbsp;2 of Richard Hale Shaw's session, Dramatically Improve Data-Driven Web Application Development with LINQ.</p>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:0d62efc7745145b2b0fa9deb01882e98">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-2</comments>
      <itunes:summary>
&amp;#65279;Part&amp;nbsp;2 of Richard Hale Shaw&#39;s session, Dramatically Improve Data-Driven Web Application Development with LINQ. 
Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-2</link>
      <pubDate>Tue, 09 Oct 2007 21:07:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-2</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258128_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258128_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/2f80f9cc-be29-443b-a635-166fa1357371.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/e54b7c82-5b46-4a42-bb92-1a762c9dce86.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/2/1/8/5/2/346887_MOV007.wmv" expression="full" fileSize="65804493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/2/1/8/5/2/346887_MOV007.wmv" length="65804493" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-2/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Dramatically Improve Data-Driven Web Application Development with LINQ, Part 1</title>
      <description><![CDATA[
<p>&#65279;Part&nbsp;1 of Richard Hale Shaw's session, Dramatically Improve Data-Driven Web Application Development with LINQ.</p>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:6157e8df90824c0f97849deb018831b6">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-1</comments>
      <itunes:summary>
&amp;#65279;Part&amp;nbsp;1 of Richard Hale Shaw&#39;s session, Dramatically Improve Data-Driven Web Application Development with LINQ. 
Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-1</link>
      <pubDate>Tue, 09 Oct 2007 20:51:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-1</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258127_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258127_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/77743575-8020-4ff5-bd4d-868ca18fdce0.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/8c2854fe-e667-44d8-bec1-3258c82596f3.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/2/1/8/5/2/346883_MOV006.wmv" expression="full" fileSize="66140493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/2/1/8/5/2/346883_MOV006.wmv" length="66140493" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Dramatically-Improve-Data-Driven-Web-Application-Development-with-LINQ-Part-1/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston: AJAX Control Toolkit, Part 3</title>
      <description><![CDATA[&#65279;Part&nbsp;3 of&nbsp;Jim Zimmerman's&nbsp;session, High-Speed Development with the AJAX Control Toolkit.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:1f3da63be2df4188b2679deb018834bc">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-3</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;3 of&amp;nbsp;Jim Zimmerman&#39;s&amp;nbsp;session, High-Speed Development with the AJAX Control Toolkit.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-3</link>
      <pubDate>Mon, 08 Oct 2007 22:54:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-3</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258076_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258076_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/33748756-8aa4-4a67-be56-4f8f41bca780.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/25b86438-a8be-4b80-9d87-62bd2c0c1d51.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/7/0/8/5/2/346683_AjaxControlToolkitPart3.wmv" expression="full" fileSize="65132379" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/7/0/8/5/2/346683_AjaxControlToolkitPart3.wmv" length="65132379" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-3/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston: AJAX Control Toolkit, Part 2</title>
      <description><![CDATA[&#65279;Part&nbsp;2 of&nbsp;Jim Zimmerman's&nbsp;session, High-Speed Development with the AJAX Control Toolkit.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:5d8bb7850e6c4dc587a99deb018838df">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-2</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;2 of&amp;nbsp;Jim Zimmerman&#39;s&amp;nbsp;session, High-Speed Development with the AJAX Control Toolkit.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-2</link>
      <pubDate>Mon, 08 Oct 2007 21:46:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-2</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258074_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258074_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/8b86d100-70c9-4886-b9e8-da0a0daf062a.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/b97aa796-9f46-468a-9579-4e3294e9b97f.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/7/0/8/5/2/346676_AjaxControlToolkitPart2.wmv" expression="full" fileSize="66108499" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/7/0/8/5/2/346676_AjaxControlToolkitPart2.wmv" length="66108499" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-2/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston: Virtual Earth SDK, Part 4</title>
      <description><![CDATA[&#65279;Part&nbsp;4 of Chip Lemmon's session, Developing with the Virtual Earth SDK.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:c75e434a31c54992af159deb01883c27">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-4</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;4 of Chip Lemmon&#39;s session, Developing with the Virtual Earth SDK.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-4</link>
      <pubDate>Mon, 08 Oct 2007 21:40:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-4</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258073_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258073_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/ca15421d-2565-4de2-b7ad-be92bb1ddf9c.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/6df74c05-24d5-49c3-9380-8b28cb2e4f35.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/7/0/8/5/2/346674_VirtualEarthSDKPart4.wmv" expression="full" fileSize="57233429" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/7/0/8/5/2/346674_VirtualEarthSDKPart4.wmv" length="57233429" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-4/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston: Virtual Earth SDK, Part 3</title>
      <description><![CDATA[&#65279;Part&nbsp;3 of Chip Lemmon's session, Developing with the Virtual Earth SDK.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:61fb7802056a4a05a5e39deb01883f57">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-3</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;3 of Chip Lemmon&#39;s session, Developing with the Virtual Earth SDK.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-3</link>
      <pubDate>Mon, 08 Oct 2007 21:06:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-3</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258071_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258071_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/690f2bdd-db6e-49fd-81e1-8a6200ce079f.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/7c12c27f-488a-4a3f-842d-58ffe8494a28.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/7/0/8/5/2/346660_VirtualEarthSDKPart3.wmv" expression="full" fileSize="66204499" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/1/7/0/8/5/2/346660_VirtualEarthSDKPart3.wmv" length="66204499" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-3/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston: AJAX Control Toolkit, Part 1</title>
      <description><![CDATA[&#65279;Part&nbsp;1 of&nbsp;Jim Zimmerman's&nbsp;session, High-Speed Development with the AJAX Control Toolkit.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:607e8dc82e974b39a9929deb0188425d">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-1</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;1 of&amp;nbsp;Jim Zimmerman&#39;s&amp;nbsp;session, High-Speed Development with the AJAX Control Toolkit.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-1</link>
      <pubDate>Mon, 08 Oct 2007 20:26:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-1</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258068_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258068_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/888b045a-dcd4-4c1f-b9a0-257807ac5cd5.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/2a8ea4be-a80f-4c20-8f88-100fa48e2812.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/0/8/5/2/346653_AjaxControlToolkitPart1.wmv" expression="full" fileSize="66140493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/6/0/8/5/2/346653_AjaxControlToolkitPart1.wmv" length="66140493" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-AJAX-Control-Toolkit-Part-1/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 Boston - Virtual Earth SDK, Part 2</title>
      <description><![CDATA[&#65279;Part&nbsp;2 of Chip Lemmon's session, Developing with the Virtual Earth SDK.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:6261ecc80442443ba7e69deb01884567">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-2</comments>
      <itunes:summary>&amp;#65279;Part&amp;nbsp;2 of Chip Lemmon&#39;s session, Developing with the Virtual Earth SDK.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-2</link>
      <pubDate>Mon, 08 Oct 2007 20:20:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-2</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258067_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258067_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/4ec5839b-5b2c-4bfe-af50-7a62fae316a8.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/0d1b73b1-17fa-4fa1-a14b-4d0168e50f75.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/6/0/8/5/2/346652_VirtualEarthSDKPart2.wmv" expression="full" fileSize="66172499" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/6/0/8/5/2/346652_VirtualEarthSDKPart2.wmv" length="66172499" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-2/RSS</wfw:commentRss>
    </item>
  <item>
      <title>ReMIX07 - Virtual Earth SDK, Part 1</title>
      <description><![CDATA[Part 1 of Chip Lemmon's session, Developing with the Virtual Earth SDK.<br>
<br>
<div class="About"><b>Whoever said, &quot;What happens in Vegas stays in Vegas?&quot;</b> Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!</div>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:3fcbe32261b047ceb4e19deb018848e2">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-1</comments>
      <itunes:summary>Part 1 of Chip Lemmon&#39;s session, Developing with the Virtual Earth SDK.

Whoever said, &amp;quot;What happens in Vegas stays in Vegas?&amp;quot; Due to the SOLD OUT status of MIX07 Las Vegas this past May, Microsoft is serving up ReMIX07 with a twist, right here on the east coast!
</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-1</link>
      <pubDate>Mon, 08 Oct 2007 19:03:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-1</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/258064_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/258064_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/c1cdcc32-e133-462f-b5bb-fbd41cd2c251.jpg" height="203" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/9b0de1a1-4baa-4b7c-8e71-49baebd74e15.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/6/0/8/5/2/346642_VirtualEarthSDKPart1.wmv" expression="full" fileSize="66268493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/4/6/0/8/5/2/346642_VirtualEarthSDKPart1.wmv" length="66268493" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/ReMIX07-Boston-Virtual-Earth-SDK-Part-1/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Live Communities Demo</title>
      <description><![CDATA[My colleague <a href="http://blogs.msdn.com/peterlau/">Peter Laudati</a> asked me to post this screencast of him demoing one of the newer features of local.live.com...collections.<br>
<br>
Enjoy! <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Blogs/gduthie/feed&WT.dl=0&WT.entryid=Entry:RSSView:2f5c8bc8bc7e4ed8a0f69dea0161f1cb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/gduthie/Live-Communities-Demo</comments>
      <itunes:summary>My colleague Peter Laudati asked me to post this screencast of him demoing one of the newer features of local.live.com...collections.

Enjoy!</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/gduthie/Live-Communities-Demo</link>
      <pubDate>Fri, 13 Apr 2007 23:00:46 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/gduthie/Live-Communities-Demo</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/253999_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/253999_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/79c84c69-9070-4f6d-b931-6515dd099e31.jpg" height="240" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/73ae2e1b-350e-4a90-80af-965bd6755a2c.jpg" height="64" width="85"></media:thumbnail>      
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/gduthie/Live-Communities-Demo/RSS</wfw:commentRss>
      <category>Windows Live</category>
    </item>    
</channel>
</rss>