<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by twyford</title>
    <description>Stories kicked by twyford</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>Silverlight Unit Testing and the Incorrect CLR Problem</title>
      <description>Unit Testing in Silverlight should be second nature.  Beware frameworks that do not use Silverlight when running the unit tests themselves. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fedgeug.net%2fblogs%2fnondestructive%2farchive%2f2010%2f05%2f13%2fsilverlight-unit-testing-and-the-incorrect-clr-problem.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fedgeug.net%2fblogs%2fnondestructive%2farchive%2f2010%2f05%2f13%2fsilverlight-unit-testing-and-the-incorrect-clr-problem.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Unit_Testing_and_the_Incorrect_CLR_Problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Unit_Testing_and_the_Incorrect_CLR_Problem</guid>
      <pubDate>Thu, 13 May 2010 20:37:52 GMT</pubDate>
    </item>
    <item>
      <title>Understanding Navigation on Windows Phone 7</title>
      <description>Taking a look at the Windows Phone 7 Api and understanding how to navigate between pages.

In this episode we are going to focus on learning about the various ways you can navigate from page to page within your application. Because WP7 is based off of Silverlight 3.x you are able to utilize all the native silverlight navigation techniques such as static routing (hard wiring the .xaml path), using routes and using the NavigationService. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f174"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f174" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Understanding_Navigation_on_Windows_Phone_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Understanding_Navigation_on_Windows_Phone_7</guid>
      <pubDate>Thu, 13 May 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight DropShadowEffect and Redraw Complications</title>
      <description>In Silverlight 3.0, effects were added to the API.  These effects allowed a developer to easily add common UI effects to controls in a very simple way. However, there are performance implications that need to be looked at. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fedgeug.net%2fblogs%2fnondestructive%2farchive%2f2010%2f01%2f04%2fsilverlight-dropshadoweffect-and-redraw-effects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fedgeug.net%2fblogs%2fnondestructive%2farchive%2f2010%2f01%2f04%2fsilverlight-dropshadoweffect-and-redraw-effects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_DropShadowEffect_and_Redraw_Complications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_DropShadowEffect_and_Redraw_Complications</guid>
      <pubDate>Mon, 04 Jan 2010 22:13:08 GMT</pubDate>
    </item>
    <item>
      <title>Avoid List&amp;lt;T&amp;gt;.FindAll</title>
      <description>In .NET 3.5, the FindAll method was introduced allowing you to supply a predicate to Find items in the list.  This blog posts investigates and finds out why to avoid it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f24%2favoid-list-findall.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f24%2favoid-list-findall.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoid_List_T_FindAll</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoid_List_T_FindAll</guid>
      <pubDate>Wed, 25 Feb 2009 03:14:10 GMT</pubDate>
    </item>
    <item>
      <title>Converting Existing Web Applications for use in Azure</title>
      <description>Using Azure WebRoles, Visual studio will automatically create a web application for you.  Most users will want to use an existing web application for deployment, however this is not support out of the box.  This blog post describes how you can convert your existing web applications to support Azure.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2009%2f02%2f24%2fConverting-Existing-Web-Applications-for-use-in-Azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2009%2f02%2f24%2fConverting-Existing-Web-Applications-for-use-in-Azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Converting_Existing_Web_Applications_for_use_in_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Converting_Existing_Web_Applications_for_use_in_Azure</guid>
      <pubDate>Tue, 24 Feb 2009 17:40:44 GMT</pubDate>
    </item>
    <item>
      <title>Should I Invest in Azure?</title>
      <description>With all the new technologies being released by Microsoft, should you spend the time in Azure? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f21%2fshould-i-invest-in-azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f21%2fshould-i-invest-in-azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Should_I_Invest_in_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Should_I_Invest_in_Azure</guid>
      <pubDate>Sun, 22 Feb 2009 03:42:08 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.1 - A great .NET Open Source Blogging Platform</title>
      <description>If you are looking for a free .NET based open source blogging application, Subtext may be for you or your company.  It's a mature and established blogging framework founded by MS employee Phil Haack.  My site is using Subtext and I've been very happy with it as compared to solutions such as Telligent Community Server which are not free and are quite heavy and complicated just for running a simple blog for you or your company.

Here is the rundown of its current benefits as I've experienced: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f02%2f17%2fsubtext-2.1-ndash-a-great-.net-open-source-blogging-platform.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f02%2f17%2fsubtext-2.1-ndash-a-great-.net-open-source-blogging-platform.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_1_A_great_NET_Open_Source_Blogging_Platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_1_A_great_NET_Open_Source_Blogging_Platform</guid>
      <pubDate>Sun, 22 Feb 2009 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating Watermarked Textboxes in WPF</title>
      <description>Creating a textbox with a watermark in WPF is simple! Read on to find out how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f01%2f02%2fwpf-textbox-with-watermark.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f01%2f02%2fwpf-textbox-with-watermark.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_Watermarked_Textboxes_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_Watermarked_Textboxes_in_WPF</guid>
      <pubDate>Sat, 03 Jan 2009 16:00:36 GMT</pubDate>
    </item>
    <item>
      <title>DotNetNuke Moves to CodePlex</title>
      <description>Find out why the DotNetNuke project moved to CodePlex from SourceForge. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f01%2f02%2fDotNetNuke-Moves-to-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f01%2f02%2fDotNetNuke-Moves-to-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DotNetNuke_Moves_to_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DotNetNuke_Moves_to_CodePlex</guid>
      <pubDate>Sun, 04 Jan 2009 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing and INotifyPropertyChanged </title>
      <description>Ever wanted to automatically test properties on classes and hate writing the code.  With INotifyPropertyChanged, bugs can quickly come into existance because of the string based Setters and Getters.  Never fear, code can help! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f10%2f09%2funit-testing-and-inotifypropertychanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f10%2f09%2funit-testing-and-inotifypropertychanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged_1</guid>
      <pubDate>Tue, 02 Dec 2008 03:10:49 GMT</pubDate>
    </item>
    <item>
      <title>Building a Web Part UI</title>
      <description>Recently I've been spending a lot of time working on various SharePoint projects, none more challenging than the Citro&amp;#235;n site launched earlier this year. I'm going to take the time to explain how we put together our web parts and server controls, particularly from the point of view of a WCM scenario where the complexity of our mark-up was significantly greater than that of a traditional &amp;quot;vanilla&amp;quot; intranet SharePoint due to the various accessibility guidelines we needed to adhere to as part of the project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2008%2f11%2f24%2fBuilding-Web-Part-UI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2008%2f11%2f24%2fBuilding-Web-Part-UI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_Web_Part_UI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_Web_Part_UI</guid>
      <pubDate>Fri, 28 Nov 2008 17:57:56 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 00:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing and INotifyPropertyChanged</title>
      <description>Want to test classes implementing INotifyPropertyChanged but hating all the code. Look no further &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f11%2f09%2funit-testing-and-inotifypropertychanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f11%2f09%2funit-testing-and-inotifypropertychanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged</guid>
      <pubDate>Thu, 09 Oct 2008 22:42:42 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Announces Visual Studio 2010. Developers Respond.</title>
      <description>Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback.  
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond."&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond." border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</guid>
      <pubDate>Mon, 29 Sep 2008 23:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2 supports OpenID</title>
      <description>Jon explains how OpenID works in Subtext 2 and how to configure it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</guid>
      <pubDate>Fri, 22 Aug 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.0 &amp;quot;Poseidon&amp;quot; Released!</title>
      <description>Subtext 2.0 is hot off the CI Server and the new bits are packed with a metric crap-load of bug fixes, new features, and patches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</guid>
      <pubDate>Wed, 13 Aug 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Memory Leak in Command Binding</title>
      <description>In a medium sized project I'm working on at the moment, we've had a rather large memory leak issue.  It revolves around binding to commands and was a suprising end. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f07%2f29%2fwpf-memory-leak-in-command-binding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f07%2f29%2fwpf-memory-leak-in-command-binding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Memory_Leak_in_Command_Binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Memory_Leak_in_Command_Binding</guid>
      <pubDate>Wed, 30 Jul 2008 02:15:13 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to XML Video Demo</title>
      <description>Mike Taulty, an evangelist from Microsoft UK, does a demo on features in LINQ to XML for the Vista Squad user group.  A great demo by a great speaker. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fannouncements%2farchive%2f2008%2f07%2f28%2flinq-to-xml-video.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fannouncements%2farchive%2f2008%2f07%2f28%2flinq-to-xml-video.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_XML_Video_Demo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_XML_Video_Demo</guid>
      <pubDate>Wed, 30 Jul 2008 01:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Is your intellisense broken after the LINQ installation?</title>
      <description>After installation of LINQ, you'll find your intellisense and smart tags have stopped working.  There is a solution! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f06%2f17%2fintellisense-broken-after-linq-installation-in-visual-studio-2005%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f06%2f17%2fintellisense-broken-after-linq-installation-in-visual-studio-2005%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Is_your_intellisense_broken_after_the_LINQ_installation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Is_your_intellisense_broken_after_the_LINQ_installation</guid>
      <pubDate>Mon, 18 Jun 2007 18:15:22 GMT</pubDate>
    </item>
    <item>
      <title>How to make a Gmail-like loading indicator with ASP.NET Ajax</title>
      <description>A step by step tutorial on how to build a loading indicator like the one Gmail, using ASP.NET Ajax and the core UpdateProgress control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f17%2fHow-to-make-a-Gmail-like-loading-indicator-with-ASP.NET-Ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f17%2fHow-to-make-a-Gmail-like-loading-indicator-with-ASP.NET-Ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_make_a_Gmail_like_loading_indicator_with_ASP_NET_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_make_a_Gmail_like_loading_indicator_with_ASP_NET_Ajax</guid>
      <pubDate>Thu, 17 May 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>CruiseControl.NET Monitoring Gadget for Vista Sidebar 0.8</title>
      <description>A Vista gadget for monitoring CruiseControl.NET build servers, like CCTray but better. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f06%2fCruiseControl.NET-Monitoring-Gadget-for-Vista-Sidebar-0.8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f06%2fCruiseControl.NET-Monitoring-Gadget-for-Vista-Sidebar-0.8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/CruiseControl_NET_Monitoring_Gadget_for_Vista_Sidebar_0_8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/CruiseControl_NET_Monitoring_Gadget_for_Vista_Sidebar_0_8</guid>
      <pubDate>Sun, 06 May 2007 20:46:01 GMT</pubDate>
    </item>
    <item>
      <title>.Net 3.0 Usergroup Launched in the UK</title>
      <description>A new .Net 3.0 usergroup was launched today providing a means for interested developers and users of the .Net 3.0 and Vista platforms a way to meetup and discuss the plethora of new technologies coming out of Microsoft.  First meeting is scheduled for the 28th of March.  Sign on up! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f03%2f11%2fnet-30-user-group-launched%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f03%2f11%2fnet-30-user-group-launched%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Net_3_0_Usergroup_Launched_in_the_UK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Net_3_0_Usergroup_Launched_in_the_UK</guid>
      <pubDate>Sun, 11 Mar 2007 21:42:18 GMT</pubDate>
    </item>
    <item>
      <title>SetData to clipboard failing on VirtualPC</title>
      <description>A strange behavior sometimes happens on VirtualPC when programmatically adding object to the clipboard.
This is a small workaround to fix that problem &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f03%2f06%2fSetData-to-clipboard-failing-on-VirtualPC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f03%2f06%2fSetData-to-clipboard-failing-on-VirtualPC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SetData_to_clipboard_failing_on_VirtualPC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SetData_to_clipboard_failing_on_VirtualPC</guid>
      <pubDate>Wed, 07 Mar 2007 14:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Subtext v1.9.4 &amp;amp;quot;Windward&amp;amp;quot; Edition Released</title>
      <description>subText v1.9.4 has been released, and Steve Harman has all the details. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f02%2f11%2fSubtext_v1.9.4_quotWindwardquot_Edition_Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f02%2f11%2fSubtext_v1.9.4_quotWindwardquot_Edition_Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Subtext_v1_9_4_amp_quot_Windward_amp_quot_Edition_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Subtext_v1_9_4_amp_quot_Windward_amp_quot_Edition_Released</guid>
      <pubDate>Mon, 12 Feb 2007 15:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Word 2007, Metaweblog API and newMediaObject</title>
      <description>Word 2007 implements the Metaweblog API but has a small quirk.  This article investigates how to work around it if implementing the API yourself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</guid>
      <pubDate>Sat, 06 Jan 2007 14:05:37 GMT</pubDate>
    </item>
  </channel>
</rss>
