<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jdollah</title>
    <description>Stories kicked by jdollah</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>CLR Injection: Runtime Method Replacer</title>
      <description>how the JIT compiles MSIL and create a utility that allow us to programmatically replace any JIT'ed method with another method at runtime.  We will also create a debugging utility that will intercept JIT calls and print diagnostics information to the console. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdotnet%2fCLRMethodInjection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdotnet%2fCLRMethodInjection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/CLR_Injection_Runtime_Method_Replacer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/CLR_Injection_Runtime_Method_Replacer</guid>
      <pubDate>Mon, 29 Jun 2009 20:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Var - A Warning</title>
      <description>Don't over-use var keyword. It's not as clear what is going on if you do. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcomputeristsolutions.com%2fblog%2fpost%2fVar-e28093-A-Warning.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcomputeristsolutions.com%2fblog%2fpost%2fVar-e28093-A-Warning.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Var_A_Warning</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Var_A_Warning</guid>
      <pubDate>Mon, 22 Jun 2009 22:20:49 GMT</pubDate>
    </item>
    <item>
      <title>.Net Framework 4.0: Using memory mapped files</title>
      <description>.Net Framework 4.0 introduces memory mapped files. Memory mapped files are useful when you need to do in-memory data manipulation and your data structures are large. For large in-memory data the performance of memory mapped file is the best. It is much faster than MemoryStream. And like files on hard disc, memory mapped files can be shared between different programs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f21%2fnet-framework-4-0-using-memory-mapped-files.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Net_Framework_4_0_Using_memory_mapped_files</guid>
      <pubDate>Sun, 21 Jun 2009 10:05:49 GMT</pubDate>
    </item>
    <item>
      <title>Regions in Prism Video</title>
      <description>Regions in Prism are kind of like Master Pages. They allow us to have master and sub-views. If you're interested in composing views separately and then bringing them together in the running application, Regions are for you. As with all of the things in Prism, Regions are a part of the buffet. You can use them or not at your discretion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopment-guides.silverbaylabs.org%2fVideo%2fPrism-Regions"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopment-guides.silverbaylabs.org%2fVideo%2fPrism-Regions" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Regions_in_Prism_Video</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Regions_in_Prism_Video</guid>
      <pubDate>Tue, 09 Jun 2009 18:54:26 GMT</pubDate>
    </item>
    <item>
      <title>Prism for Silverlight 2: Taking 'Hello World' to a Whole New Level</title>
      <description>A demo/reference sample of using Prism 2 for Silverlight with WCF and what I learned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2fprism-for-silverlight-2-taking-hello.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevelopmentalmadness.blogspot.com%2f2009%2f06%2fprism-for-silverlight-2-taking-hello.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Prism_for_Silverlight_2_Taking_Hello_World_to_a_Whole_New_Level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Prism_for_Silverlight_2_Taking_Hello_World_to_a_Whole_New_Level</guid>
      <pubDate>Tue, 09 Jun 2009 16:43:03 GMT</pubDate>
    </item>
    <item>
      <title>A Viewmodel for the ObservableCollection</title>
      <description>In this post I will describe a viewmodel that holds an ObservableCollection. The viewmodel called ObservableViewModel, can be used to navigate through a collection and make changes to it. I will also give an example on how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2freyntjes.blogspot.com%2f2009%2f06%2fviewmodel-for-observablecollection.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2freyntjes.blogspot.com%2f2009%2f06%2fviewmodel-for-observablecollection.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/A_Viewmodel_for_the_ObservableCollection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/A_Viewmodel_for_the_ObservableCollection</guid>
      <pubDate>Thu, 04 Jun 2009 14:34:35 GMT</pubDate>
    </item>
    <item>
      <title>Glass Behavior for WPF</title>
      <description>A new custom behavior for WPF that allows for a glass like effect.  Essentially you can place this behavior on any Visual, point to to a target visual and give it an effect and it will create an effect that looks like a piece of glass was placed over the screen.  You pretty much can make your own Aero effects within your application. . . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f403%2fGlass-Behavior-for-WPF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryId%2f403%2fGlass-Behavior-for-WPF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Glass_Behavior_for_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Glass_Behavior_for_WPF</guid>
      <pubDate>Mon, 13 Apr 2009 13:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Thriple - a library of 3D WPF components</title>
      <description>A CodePlex project by Josh Smith that contains 3D WPF components. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fthriple.codeplex.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fthriple.codeplex.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Thriple_a_library_of_3D_WPF_components</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Thriple_a_library_of_3D_WPF_components</guid>
      <pubDate>Sun, 08 Mar 2009 14:08:23 GMT</pubDate>
    </item>
    <item>
      <title>The power of ICommand</title>
      <description>In this article we have a look at some custom implementations of the ICommand in WPF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f03%2f05%2fthe-power-of-icommand.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f03%2f05%2fthe-power-of-icommand.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_power_of_ICommand</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_power_of_ICommand</guid>
      <pubDate>Thu, 05 Mar 2009 23:31:26 GMT</pubDate>
    </item>
    <item>
      <title>Fun with Silverlight toolkit charts</title>
      <description>2 detailed articles on how to customize and extend the standard silverlight toolkit chart controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f17%2ffun-with-silverlight-toolkit-charts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f17%2ffun-with-silverlight-toolkit-charts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Fun_with_Silverlight_toolkit_charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Fun_with_Silverlight_toolkit_charts</guid>
      <pubDate>Wed, 18 Feb 2009 04:46:08 GMT</pubDate>
    </item>
    <item>
      <title>Major update to WPF Themes</title>
      <description>Major update to WPF Themes... now include 18 themes and more controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f09%2fmajor-update-to-wpf-themes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f02%2f09%2fmajor-update-to-wpf-themes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Major_update_to_WPF_Themes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Major_update_to_WPF_Themes</guid>
      <pubDate>Mon, 09 Feb 2009 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Disciples</title>
      <description>This post list all the WPF Disciples blogs and feeds for easy access. The webfeeds are also supplied as a OPML file for easy consumption into IE7 or outlook &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f01%2f21%2fwpf-disciples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f01%2f21%2fwpf-disciples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Disciples</guid>
      <pubDate>Thu, 22 Jan 2009 00:16:18 GMT</pubDate>
    </item>
    <item>
      <title>USB FM radio library was published on CodePlex</title>
      <description>Fully managed (C#) open source library to support USB FM radios with RDS and TMC support &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkhason.net%2fdev%2fusb-fm-radio-library-was-published-on-codeplex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkhason.net%2fdev%2fusb-fm-radio-library-was-published-on-codeplex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/USB_FM_radio_library_was_published_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/USB_FM_radio_library_was_published_on_CodePlex</guid>
      <pubDate>Sun, 04 Jan 2009 16:47:23 GMT</pubDate>
    </item>
    <item>
      <title>How to write WPF or Silverlight program without XAML</title>
      <description>From the moment, 10K MIX09 contest was launched, people keep asking the same question: Is it possible to have Silverlight program up and running without XAML at all? The answer is: YES. This article explains how &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f12%2f23%2fquick-silverlight-and-wpf-tip-how-to-write-program-without-xaml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f12%2f23%2fquick-silverlight-and-wpf-tip-how-to-write-program-without-xaml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/How_to_write_WPF_or_Silverlight_program_without_XAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/How_to_write_WPF_or_Silverlight_program_without_XAML</guid>
      <pubDate>Wed, 24 Dec 2008 14:34:47 GMT</pubDate>
    </item>
    <item>
      <title>AttachedCommandBehavior aka ACB</title>
      <description>This is a solution to attach a command to any Event of any Control in WPF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f12%2f04%2fattachedcommandbehavior-aka-acb%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f12%2f04%2fattachedcommandbehavior-aka-acb%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/AttachedCommandBehavior_aka_ACB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/AttachedCommandBehavior_aka_ACB</guid>
      <pubDate>Fri, 05 Dec 2008 04:13:27 GMT</pubDate>
    </item>
    <item>
      <title>Preview of Windows 7</title>
      <description>A preview of Windows 7 Pre-Beta on a high-end laptop. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fazurecoding.net%2fblogs%2fbrownie%2farchive%2f2008%2f11%2f12%2fmissed-it-by-that-much.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fazurecoding.net%2fblogs%2fbrownie%2farchive%2f2008%2f11%2f12%2fmissed-it-by-that-much.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Preview_of_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Preview_of_Windows_7</guid>
      <pubDate>Sat, 15 Nov 2008 04:39:39 GMT</pubDate>
    </item>
    <item>
      <title>Creating an Outlook Calendar using WPF (Part 2)</title>
      <description>Part 2 in a series on how to create a custom wpf control similar to the calendar control in outlook &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fWPF%2fWPFOutlookCalendar2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fWPF%2fWPFOutlookCalendar2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_an_Outlook_Calendar_using_WPF_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_an_Outlook_Calendar_using_WPF_Part_2</guid>
      <pubDate>Wed, 12 Nov 2008 19:48:30 GMT</pubDate>
    </item>
    <item>
      <title>Vista DWM Hacking - Capture and Stream D3D/WPF Windows Real-Time</title>
      <description>This prototype project uses undocumented Vista DWM calls to get reference to a Direct3D surface the Vista DWM uses to paint windows.  The D3D surface is then able to be rendered in a WPF application like a &amp;quot;VisualBrush&amp;quot;.  Because this is done in the GPU, it is very efficient.  The sample application will also let you stream a high quality, high fps capture of your video to Silverlight or Windows Media Player. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryID%2f278%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fHome%2ftabid%2f428%2fEntryID%2f278%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Vista_DWM_Hacking_Capture_and_Stream_D3D_WPF_Windows_Real_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Vista_DWM_Hacking_Capture_and_Stream_D3D_WPF_Windows_Real_Time</guid>
      <pubDate>Wed, 12 Nov 2008 06:16:09 GMT</pubDate>
    </item>
    <item>
      <title>WPF Model - View - View-Model Screencast</title>
      <description>A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</guid>
      <pubDate>Sun, 09 Nov 2008 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Crack.NET - A runtime debugging and scripting tool for .NET</title>
      <description>Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer.  If you love Snoop and Mole for Visual Studio, you'll love Crack.NET, too.  Crack.NET allows you to "walk" the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcracknetproject.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcracknetproject.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</guid>
      <pubDate>Wed, 22 Oct 2008 03:16:15 GMT</pubDate>
    </item>
    <item>
      <title>XAML to PNG with server-side WPF</title>
      <description>XAML to PNG with server-side WPF sample &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f13%2fxaml-to-png-with-server-side-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f13%2fxaml-to-png-with-server-side-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/XAML_to_PNG_with_server_side_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/XAML_to_PNG_with_server_side_WPF</guid>
      <pubDate>Wed, 22 Oct 2008 16:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Touchless - A webcam multi-touch SDK</title>
      <description>That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&amp;amp;Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.officelabs.com%2fLists%2fPosts%2fPost.aspx%3fList%3d3d0ec20d%252D058d%252D4333%252D813a%252Debbcf0846655%26ID%3d61"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.officelabs.com%2fLists%2fPosts%2fPost.aspx%3fList%3d3d0ec20d%252D058d%252D4333%252D813a%252Debbcf0846655%26ID%3d61" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Touchless_A_webcam_multi_touch_SDK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Touchless_A_webcam_multi_touch_SDK</guid>
      <pubDate>Mon, 13 Oct 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF MediaKit - Make your own MediaElement or DirectShow based controls</title>
      <description>The WPF MediaKit makes it easy to create your own DirectShow based WPF controls.  The library uses the new D3DImage in .NET 3.5 SP1, so the performance is quite decent.  It is also open-source and available on codeplex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeplex.com%2fWPFMediaKit"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeplex.com%2fWPFMediaKit" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_MediaKit_Make_your_own_MediaElement_or_DirectShow_based_controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_MediaKit_Make_your_own_MediaElement_or_DirectShow_based_controls</guid>
      <pubDate>Wed, 17 Sep 2008 20:02:47 GMT</pubDate>
    </item>
    <item>
      <title>YouCube (3D WPF web browser)</title>
      <description>As you know, .NET 3.5 SP1 includes a WebBrowser control.  The current implementation is just a wrapper around the MSHTML ActiveX control, which unfortunately prevents you from doing crazy things to it through WPF.

The ActiveX control itself can be queried for the IViewObject interface and have its Draw method called.  The WPF WebBrowser doesn't expose this directly, but fortunately the Windows Forms WebBrowser does (alternatively you could host MSHTML directly)... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fyoucube%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fyoucube%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/YouCube_3D_WPF_web_browser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/YouCube_3D_WPF_web_browser</guid>
      <pubDate>Thu, 04 Sep 2008 15:46:59 GMT</pubDate>
    </item>
    <item>
      <title>The first rule of WPF</title>
      <description>How to use attached behaviors to avoid inheritance in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwekempf.spaces.live.com%2fBlog%2fcns!D18C3EC06EA971CF!508.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwekempf.spaces.live.com%2fBlog%2fcns!D18C3EC06EA971CF!508.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_first_rule_of_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_first_rule_of_WPF</guid>
      <pubDate>Thu, 21 Aug 2008 07:12:57 GMT</pubDate>
    </item>
  </channel>
</rss>