<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by MarthaBass</title>
    <description>Stories kicked by MarthaBass</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>SonicCast - Validation and Customizing Validation</title>
      <description>he topic of this SonicCast is validation, and I cover validation functionality provided by SubSonic, customizing SubSonic generated classes via partials and discuss how I customized SubSonic in my own attempt in emulating the Django/Rails validation style by implementing the open source .net Validation Everywhere project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f10%2f22%2fSonicCast---Validation-and-Customizing-Validation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f10%2f22%2fSonicCast---Validation-and-Customizing-Validation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/SonicCast_Validation_and_Customizing_Validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/SonicCast_Validation_and_Customizing_Validation</guid>
      <pubDate>Mon, 22 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Rhino mocks - Some common scenarios</title>
      <description>Part 2 of the Rhino mocks examples explaining a few of most common mocking scenarios &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f10%2f21%2ftdd-rhino-mocks-part-2-some-common-scenarios.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2007%2f10%2f21%2ftdd-rhino-mocks-part-2-some-common-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Rhino_mocks_Some_common_scenarios</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Rhino_mocks_Some_common_scenarios</guid>
      <pubDate>Tue, 23 Oct 2007 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The IoC mind set: Validation </title>
      <description>Great approach for business validation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f10%2f21%2fThe-IoC-mind-set-Validation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2007%2f10%2f21%2fThe-IoC-mind-set-Validation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_IoC_mind_set_Validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_IoC_mind_set_Validation</guid>
      <pubDate>Tue, 23 Oct 2007 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Remove generated JavaScript from your pages</title>
      <description>One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fRemove-generated-JavaScript-from-your-pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fRemove-generated-JavaScript-from-your-pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Remove_generated_JavaScript_from_your_pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Remove_generated_JavaScript_from_your_pages</guid>
      <pubDate>Mon, 22 Oct 2007 00:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The expando attribute</title>
      <description>It can set JavaScript properties on any element you would normally reference with document.getElementById('elementID'). That means you can control the state of your HTML elements from the code-behind in a very easy manor. It also means you can control HTML elements that don't have a runat="server" attribute.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fThe-expando-attribute.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fThe-expando-attribute.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_expando_attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_expando_attribute</guid>
      <pubDate>Tue, 23 Oct 2007 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How An Open Source Developer Transitioned To .Net</title>
      <description>Keith Elder shares his story on how and why he switched from LAMP (php, apache, etc) development over to .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkeithelder.net%2fblog%2farticles%2fhow-an-open-source-developer-transitioned-to-dot-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkeithelder.net%2fblog%2farticles%2fhow-an-open-source-developer-transitioned-to-dot-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/How_An_Open_Source_Developer_Transitioned_To_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/How_An_Open_Source_Developer_Transitioned_To_Net</guid>
      <pubDate>Mon, 22 Oct 2007 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Version Control and "the 80%"</title>
      <description>Ben Collins-Sussman, one of the original designers and developers of Subversion, discusses the challenge to keep Subversion simple yet practical. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.red-bean.com%2fsussman%2f%3fp%3d79"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.red-bean.com%2fsussman%2f%3fp%3d79" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Version_Control_and_the_80</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Version_Control_and_the_80</guid>
      <pubDate>Tue, 23 Oct 2007 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>MVP Pattern tutorial</title>
      <description>An example of how MVP pattern could be used &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2006%2f10%2f10%2fModel-View-Presenter-_2800_MVP_2900_-pattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.vuscode.com%2fmalovicn%2farchive%2f2006%2f10%2f10%2fModel-View-Presenter-_2800_MVP_2900_-pattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/MVP_Pattern_tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/MVP_Pattern_tutorial</guid>
      <pubDate>Tue, 23 Oct 2007 20:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Set Operations with C# Generics</title>
      <description>C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing.

That's whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f16%2fset-operations-with-c-generics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjachman.wordpress.com%2f2007%2f10%2f16%2fset-operations-with-c-generics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Set_Operations_with_C_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Set_Operations_with_C_Generics</guid>
      <pubDate>Tue, 16 Oct 2007 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Crazy talk: Inline scripting and code-behind</title>
      <description>Rob Conery says it's time to reconsider inline script in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f15%2fcrazy-talk-inline-scripting-and-code-behind%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f15%2fcrazy-talk-inline-scripting-and-code-behind%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Crazy_talk_Inline_scripting_and_code_behind</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Crazy_talk_Inline_scripting_and_code_behind</guid>
      <pubDate>Tue, 16 Oct 2007 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ORM (object-relational mapping) in .NET 3.5</title>
      <description>What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2forminnet35.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2forminnet35.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/ORM_object_relational_mapping_in_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/ORM_object_relational_mapping_in_NET_3_5</guid>
      <pubDate>Sun, 21 Oct 2007 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Framework - ScottGu's Blog </title>
      <description>ASP.NET MVC Framework described by ScottGu. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f14%2fasp-net-mvc-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f14%2fasp-net-mvc-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Framework_ScottGu_s_Blog</guid>
      <pubDate>Mon, 15 Oct 2007 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Community Convergence XXXIII</title>
      <description>Welcome to the thirty-third edition of Community Convergence. This week we have a new video called Programming in the Age of Concurrency featuring Anders Hejlsberg and parallel computing wunderkind Joe Duffy. In another context, Joe reminds us that there is a Parallel computing CTP planned for later in 2007. He recommends watching his blog if you want updates on this anticipated release. On a somewhat lighter note, there is also an amazing post from Luke Hoban, who has written a LINQ query that implements the Ray Tracing algorithm. See also the links to the ALT.NET controversy included in the &amp;quot;From the C# Community&amp;quot; section of this post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f10%2f13%2fcommunity-convergence-xxxiii.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2007%2f10%2f13%2fcommunity-convergence-xxxiii.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Community_Convergence_XXXIII</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Community_Convergence_XXXIII</guid>
      <pubDate>Tue, 16 Oct 2007 16:16:06 GMT</pubDate>
    </item>
    <item>
      <title>SharpCacheSessionManager</title>
      <description>The SharpCacheSessionManager is a HttpHandler that allows to display the entries stored in the Cache, Session and Application object. You can view the data stored inside the objects and you can also remove the objects from the corresponding storage. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fazamsharp%2farchive%2f2007%2f10%2f11%2fSharpCacheSessionManager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fazamsharp%2farchive%2f2007%2f10%2f11%2fSharpCacheSessionManager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SharpCacheSessionManager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SharpCacheSessionManager</guid>
      <pubDate>Mon, 15 Oct 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic ASP.NET Providers</title>
      <description>I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f14%2fsubsonic-asp-net-providers-project-and-announcement.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f14%2fsubsonic-asp-net-providers-project-and-announcement.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SubSonic_ASP_NET_Providers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SubSonic_ASP_NET_Providers</guid>
      <pubDate>Sun, 14 Oct 2007 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>What Subversion 1.5 has in store for you?</title>
      <description>It's been long time and we keep hearing a lot about Subversion 1.5. I am a bit curious and tempted to see what actually it has to offer us.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.viratics.com%2fe107_plugins%2fcontent%2fcontent.php%3fcontent.40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.viratics.com%2fe107_plugins%2fcontent%2fcontent.php%3fcontent.40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/What_Subversion_1_5_has_in_store_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/What_Subversion_1_5_has_in_store_for_you</guid>
      <pubDate>Sun, 14 Oct 2007 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Watin Testing Pattern </title>
      <description>Really nice approach for writing integration tests with WatiN. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotavery.com%2fblog%2farchive%2f2007%2f10%2f09%2f149427.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotavery.com%2fblog%2farchive%2f2007%2f10%2f09%2f149427.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Watin_Testing_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Watin_Testing_Pattern</guid>
      <pubDate>Wed, 17 Oct 2007 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft and Zend taking PHP on Windows to the next level</title>
      <description>Zend and Microsoft announce today that they will continue work on FastCGI and scalable PHP hosting on Windows Servers.  Specifically, Zend has committed to redistribute FastCGI in Zend Core, its certified PHP 5 offering. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoeon.net%2farchive%2f2007%2f10%2f10%2fMicrosoft-and-Zend-taking-PHP-on-Windows-to-the-next.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoeon.net%2farchive%2f2007%2f10%2f10%2fMicrosoft-and-Zend-taking-PHP-on-Windows-to-the-next.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Microsoft_and_Zend_taking_PHP_on_Windows_to_the_next_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Microsoft_and_Zend_taking_PHP_on_Windows_to_the_next_level</guid>
      <pubDate>Wed, 10 Oct 2007 21:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Speed Up Your Site! 8 ASP.NET Performance Tips</title>
      <description>Sample chapter from the book &amp;quot;The ASP.NET 2.0 Anthology&amp;quot;. Many nice tricks to improve the performance of you site/app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2faspnet-performance-tips"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2faspnet-performance-tips" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Speed_Up_Your_Site_8_ASP_NET_Performance_Tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Speed_Up_Your_Site_8_ASP_NET_Performance_Tips</guid>
      <pubDate>Wed, 10 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu MVC Presentation and ScottHa Screencast from ALT.NET</title>
      <description>Scott Hanselman talks about the conference and links to Silverlight videos of his presentation and Scott G's presentation on the new Model View Controller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_MVC_Presentation_and_ScottHa_Screencast_from_ALT_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_MVC_Presentation_and_ScottHa_Screencast_from_ALT_NET</guid>
      <pubDate>Wed, 10 Oct 2007 09:31:09 GMT</pubDate>
    </item>
    <item>
      <title>October 8th Links: ASP.NET, ASP.NET AJAX, Silverlight, and .NET</title>
      <description>October 8th Links: ASP.NET, ASP.NET AJAX, Silverlight, and .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f08%2foctober-8th-links-asp-net-asp-net-ajax-silverlight-and-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f08%2foctober-8th-links-asp-net-asp-net-ajax-silverlight-and-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/October_8th_Links_ASP_NET_ASP_NET_AJAX_Silverlight_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/October_8th_Links_ASP_NET_ASP_NET_AJAX_Silverlight_and_NET</guid>
      <pubDate>Tue, 09 Oct 2007 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Subversion via IIS</title>
      <description>I have been working a few days on a solution to give access to an SVN repostory through IIS. I came up with a proxy handler between a working Apache environment and IIS.  It works on http and https. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.svniis.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.svniis.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subversion_via_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subversion_via_IIS</guid>
      <pubDate>Wed, 10 Oct 2007 11:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Implementing a jQuery-Calendar ASP.NET Control</title>
      <description>I've posted a&amp;amp;nbsp;wrapper ASP.NET around the jQuery-calendar control from Marc Garbanski. This small client side calendar control is compact, looks nice and is very easy to use and I've added an ASP.NET wrapper around it so it can more easily be more easily used with ASP.NET applications by dragging and dropping onto a form and supporting postbacks of the SelectedDate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f167052.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f167052.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Implementing_a_jQuery_Calendar_ASP_NET_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Implementing_a_jQuery_Calendar_ASP_NET_Control</guid>
      <pubDate>Tue, 09 Oct 2007 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Ten CSS tricks you may not know | evolt.org</title>
      <description>Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or font-varient then these values will automatically default to a  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.evolt.org%2farticle%2fTen_CSS_tricks_you_may_not_know%2f17%2f60369%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.evolt.org%2farticle%2fTen_CSS_tricks_you_may_not_know%2f17%2f60369%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Ten_CSS_tricks_you_may_not_know_evolt_org</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Ten_CSS_tricks_you_may_not_know_evolt_org</guid>
      <pubDate>Wed, 10 Oct 2007 10:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Explaining MbUnit GUI tree.</title>
      <description>Learn how set values in MbUnit tree. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f09%2f29%2fexplaining-mbunit-gui-tree%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2007%2f09%2f29%2fexplaining-mbunit-gui-tree%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Explaining_MbUnit_GUI_tree</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Explaining_MbUnit_GUI_tree</guid>
      <pubDate>Wed, 10 Oct 2007 20:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>