<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by MrBaldman</title>
    <description>Stories kicked by MrBaldman</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>LINQ to SQL is NOT dead!</title>
      <description>Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, "LINQ to SQL is dead!" A lot of people feel like they're not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead.

In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable&amp;lt;T&amp;gt; for tables instead of Table&amp;lt;T&amp;gt;, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you're on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</guid>
      <pubDate>Sun, 07 Jun 2009 19:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Smooth Cascading Effect with ASP.NET Panels using jQuery </title>
      <description>jQUery at its best -- Smooth cascading effect with the ASP.NET Panels and jQuery  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d313"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d313" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Smooth_Cascading_Effect_with_ASP_NET_Panels_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Smooth_Cascading_Effect_with_ASP_NET_Panels_using_jQuery</guid>
      <pubDate>Sat, 16 May 2009 22:01:19 GMT</pubDate>
    </item>
    <item>
      <title>Lazy Loading jQuery Tabs with ASP.NET</title>
      <description>This article looks at efficient use of jQuery tabs when displaying data. Specifically, it covers how to lazy-load data, so that it is only accessed and displayed if the tab is clicked. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d102"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikesdotnetting.com%2fArticle.aspx%3fArticleID%3d102" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Lazy_Loading_jQuery_Tabs_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Lazy_Loading_jQuery_Tabs_with_ASP_NET</guid>
      <pubDate>Fri, 03 Apr 2009 04:46:16 GMT</pubDate>
    </item>
    <item>
      <title>Crazy Wheels - Funny BlogEngine.NET theme</title>
      <description>Crazy Wheels is another free BlogEngine.NET theme by jankoatwarpspeed.com. It is a simple, colorful, three column theme. Is has been published under Creative Commons License which means that you can use it for personal and commercial use as long as you keep the credits. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2009%2f04%2f01%2fCrazy-Wheels-Funny-BlogEngineNET-theme.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2009%2f04%2f01%2fCrazy-Wheels-Funny-BlogEngineNET-theme.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Crazy_Wheels_Funny_BlogEngine_NET_theme</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Crazy_Wheels_Funny_BlogEngine_NET_theme</guid>
      <pubDate>Fri, 03 Apr 2009 09:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Optimize ASP.NET Membership Stored Procedures for greater speed and sc</title>
      <description>ASP.NET Membership stored proc are not fine tuned for high load. So, under heavy load - the major tables like aspnet_Users and aspnet_Membership produces lock contention and transaction deadlocks. Learn how to solve this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</guid>
      <pubDate>Sun, 15 Mar 2009 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Bare Minimum </title>
      <description>When it comes to project management, I tend to favor the less-is-more approach... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f11%2fthe-bare-minimum.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f03%2f11%2fthe-bare-minimum.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Bare_Minimum</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Bare_Minimum</guid>
      <pubDate>Fri, 13 Mar 2009 21:16:32 GMT</pubDate>
    </item>
    <item>
      <title>Developing with Source Code Control Best Practices Part 2</title>
      <description>Peter continues his series on Source Code Control best practices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2009%2f03%2f11%2fdeveloping-with-source-code-control-best-practices-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2009%2f03%2f11%2fdeveloping-with-source-code-control-best-practices-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Developing_with_Source_Code_Control_Best_Practices_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Developing_with_Source_Code_Control_Best_Practices_Part_2</guid>
      <pubDate>Sat, 14 Mar 2009 13:46:02 GMT</pubDate>
    </item>
    <item>
      <title>6 SEO Tips For ASP.NET URL's</title>
      <description>If you are building a new ASP.NET application, SEO has become a big factor in how you plan the structure / code of the site.  But quite an important part of the site which are often overlooked are the URL's, and a lot of people do the basics which I'll show below but there are a few common things people tend to miss or never thought could be a problem... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogfodder.co.uk%2fpost%2f2009%2f03%2f6-SEO-Tips-For-ASPNET-URLrsquo3bs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogfodder.co.uk%2fpost%2f2009%2f03%2f6-SEO-Tips-For-ASPNET-URLrsquo3bs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_SEO_Tips_For_ASP_NET_URL_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_SEO_Tips_For_ASP_NET_URL_s</guid>
      <pubDate>Tue, 10 Mar 2009 23:31:55 GMT</pubDate>
    </item>
    <item>
      <title>6 Things Developers Should Know By 2010</title>
      <description>A list of 6 things I think asp.net developers should know by 2010 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.saviantllc.com%2farchive%2f2009%2f03%2f09%2f4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_Things_Developers_Should_Know_By_2010</guid>
      <pubDate>Wed, 11 Mar 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Your Typed DataSets</title>
      <description>Ever needed to perform an INNER JOIN on a pair of DataTables?  Would you like to do so in a completely type-safe manner?  Boy do I have the technique for you using Typed DataSets and LINQ! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2flinq-your-typed-datasets-30289"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2flinq-your-typed-datasets-30289" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_Your_Typed_DataSets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_Your_Typed_DataSets</guid>
      <pubDate>Fri, 06 Mar 2009 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET SEO and the Canonical Tag</title>
      <description>Recently, Google, Microsoft and Yahoo announced support for a new canonical tag in an effort to combat duplicate urls (read duplicate content) on websites.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f02%2f21%2fASPNET-SEO-and-the-Canonical-Tag.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2009%2f02%2f21%2fASPNET-SEO-and-the-Canonical-Tag.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_SEO_and_the_Canonical_Tag</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_SEO_and_the_Canonical_Tag</guid>
      <pubDate>Tue, 24 Feb 2009 06:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Activator.CreateInstance Performance</title>
      <description>A look at the different forms of Activator.CreateInstance and the performance implications of each. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</guid>
      <pubDate>Wed, 07 Jan 2009 05:31:23 GMT</pubDate>
    </item>
    <item>
      <title>Username Availability Validator AJAX Control, Release Demo</title>
      <description>Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta.

On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fUsernameAvailabilityValidatorAJAXControlReleaseDemo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fUsernameAvailabilityValidatorAJAXControlReleaseDemo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Username_Availability_Validator_AJAX_Control_Release_Demo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Username_Availability_Validator_AJAX_Control_Release_Demo</guid>
      <pubDate>Mon, 05 Jan 2009 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Thinking only of the Junior Developer</title>
      <description>How do you treat Junior developers, what code do you give them, and do you let their presence change your architecture? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2008%2f12%2f27%2fthinking-only-of-the-junior-developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2008%2f12%2f27%2fthinking-only-of-the-junior-developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Thinking_only_of_the_Junior_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Thinking_only_of_the_Junior_Developer</guid>
      <pubDate>Mon, 05 Jan 2009 03:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Extending ASPX Panel Control to produce Rounded Corners</title>
      <description>This article shows how to create a custom control which encapsulates scripts. Also shows how to add method attributes to interact with VS Designer and ToolBox as well as providing intellisense dropdowns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fMike%2520Clark%2fPartA03042007200536PM%2fPartA.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fMike%2520Clark%2fPartA03042007200536PM%2fPartA.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Extending_ASPX_Panel_Control_to_produce_Rounded_Corners</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Extending_ASPX_Panel_Control_to_produce_Rounded_Corners</guid>
      <pubDate>Wed, 31 Dec 2008 12:16:21 GMT</pubDate>
    </item>
    <item>
      <title>Apply Expand All &amp;amp; Collapse All to Collapsible Panels in ASP.NET AJAX</title>
      <description>Apply Expand All and Collapse All to Collapsible Panels in ASP.NET AJAX &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fApplyExpandAllAndCollapseAlltoCollapsiblePanelsInASPdotNETAJAXandJQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fApplyExpandAllAndCollapseAlltoCollapsiblePanelsInASPdotNETAJAXandJQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Apply_Expand_All_Collapse_All_to_Collapsible_Panels_in_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Apply_Expand_All_Collapse_All_to_Collapsible_Panels_in_ASP_NET_AJAX</guid>
      <pubDate>Sat, 27 Dec 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery cheatsheet and iPhone jQuery API browser </title>
      <description>a great cheatsheet for jQuery and an API browser for the iPhone! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f12%2f17%2fjtouch-jquery-cheatsheet-for-your-iphone.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f12%2f17%2fjtouch-jquery-cheatsheet-for-your-iphone.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_cheatsheet_and_iPhone_jQuery_API_browser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_cheatsheet_and_iPhone_jQuery_API_browser</guid>
      <pubDate>Wed, 17 Dec 2008 20:01:41 GMT</pubDate>
    </item>
    <item>
      <title>Improve your jQuery - 25 excellent tips</title>
      <description>jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings.

I'd call myself an &amp;quot;intermediate&amp;quot; jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</guid>
      <pubDate>Wed, 24 Dec 2008 04:01:14 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Confirmation Button using JQuery </title>
      <description>Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f12%2faspnet-confirmation-button-using-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f12%2faspnet-confirmation-button-using-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Confirmation_Button_using_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Confirmation_Button_using_JQuery</guid>
      <pubDate>Mon, 15 Dec 2008 16:46:04 GMT</pubDate>
    </item>
    <item>
      <title> How I've put my wife into SVN</title>
      <description>SVN and TortoiseSVN are really great tools. It is a shame that these tools are used only by developers. I believe that every home should use SVN to keep track of it's files.

The problem is that these tools are planned for developers. Using the file-system in windows is not a trivial task for everyone. In fact, sometimes people tend to be afraid of it. Not only using the file-system, but also using some client application that does not even have a window? And where do I get an SVN server anyway?!?

Keep reading. you might find it useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d81"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d81" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/How_I_ve_put_my_wife_into_SVN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/How_I_ve_put_my_wife_into_SVN</guid>
      <pubDate>Wed, 03 Dec 2008 17:31:14 GMT</pubDate>
    </item>
    <item>
      <title>27 Free Must-have Online Collaboration Tools</title>
      <description>hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</guid>
      <pubDate>Fri, 28 Nov 2008 07:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Toggle Items in CheckBoxList using jQuery</title>
      <description>nice small client side script for toggling the state of your checkboxList control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f11%2f21%2ftoggle-items-in-a-checkboxlist-using-jquery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fguyharwood%2farchive%2f2008%2f11%2f21%2ftoggle-items-in-a-checkboxlist-using-jquery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Toggle_Items_in_CheckBoxList_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Toggle_Items_in_CheckBoxList_using_jQuery</guid>
      <pubDate>Fri, 21 Nov 2008 16:48:15 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0 Preview 2</title>
      <description>Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</guid>
      <pubDate>Thu, 13 Nov 2008 18:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Suspicious DNK Accounts</title>
      <description>Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page.  So guess what happens ... it would appear that a certain number of people are doing this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</guid>
      <pubDate>Thu, 06 Nov 2008 23:31:29 GMT</pubDate>
    </item>
    <item>
      <title>C# Structs</title>
      <description>What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStruct-Examples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStruct-Examples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Structs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Structs</guid>
      <pubDate>Tue, 11 Nov 2008 00:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>