<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by mikekick</title>
    <description>Stories kicked by mikekick</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>A String.Format Alternative for Using Named Variables Instead of Numbe</title>
      <description>StringHelper.NamedFormat is a String.Format alternative which will let you use names instead of numbers in your string templates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww2.zdo.com%2farchives%2f5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww2.zdo.com%2farchives%2f5-A-String.Format-Alternative-for-Using-Named-Variables-Instead-of-Numbers.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_String_Format_Alternative_for_Using_Named_Variables_Instead_of_Numbe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_String_Format_Alternative_for_Using_Named_Variables_Instead_of_Numbe</guid>
      <pubDate>Wed, 21 Nov 2007 11:01:44 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Custom Form Buttons With CSS</title>
      <description>Our users like pretty, usually round, buttons on the page. And the solution for sometime was (and still is) a predefined image created in your favourite graphics application that also had the caption of the button. All is fine except when you want to reuse the same button with a different text (especially in a multi language), when you have to draw another image that has only the text changed. 
The technique presented in this article shows an alternative and modern way to the &amp;quot;old&amp;quot; one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wakeim.com%2fview%2fdynamic-custom-form-buttons-with-css%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wakeim.com%2fview%2fdynamic-custom-form-buttons-with-css%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dynamic_Custom_Form_Buttons_With_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dynamic_Custom_Form_Buttons_With_CSS</guid>
      <pubDate>Sun, 18 Nov 2007 14:29:21 GMT</pubDate>
    </item>
    <item>
      <title>Some SELECTs will never return 0 results -- regardless of the criteria</title>
      <description>In SQL, the general rule of thumb is that the number of rows returned from a SELECT will be zero if your criteria did not match any data.  However,  there is an important exception to this rule; it does not apply when asking for aggregate calculations such as SUM(), MIN() or MAX(), without any grouping.  This is rather interesting and important to know and look out for, as it can cause some confusion and recently some of my ASP.NET code failed due to this.  Let's take a look. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjeffs%2farchive%2f2007%2f11%2f13%2fsql-aggregate-totals.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjeffs%2farchive%2f2007%2f11%2f13%2fsql-aggregate-totals.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Some_SELECTs_will_never_return_0_results_regardless_of_the_criteria</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Some_SELECTs_will_never_return_0_results_regardless_of_the_criteria</guid>
      <pubDate>Tue, 13 Nov 2007 16:17:24 GMT</pubDate>
    </item>
    <item>
      <title>Create elegant code with Action delegate and List.ForEach method</title>
      <description>Small example of how to use Action delegate to perform some action on all elements of a collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2faction_delegate_with_foreach.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2faction_delegate_with_foreach.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_elegant_code_with_Action_delegate_and_List_ForEach_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_elegant_code_with_Action_delegate_and_List_ForEach_method</guid>
      <pubDate>Mon, 12 Nov 2007 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>URL Rewriting in ASP.NET without using HTTPHandlers or ISAPI.</title>
      <description>How to perform URL Rewriting by writing a custom HTTPModule. This technique even works on shared hosting plans.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</guid>
      <pubDate>Wed, 14 Nov 2007 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Custom Authentication with Community Server</title>
      <description>Describes how to handle cookie timeout and authentication issues with Telligent's NNTP and SSO modules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjesschadwick.blogspot.com%2f2007%2f10%2fcustom-authentication-with-community.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjesschadwick.blogspot.com%2f2007%2f10%2fcustom-authentication-with-community.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Custom_Authentication_with_Community_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Custom_Authentication_with_Community_Server</guid>
      <pubDate>Wed, 07 Nov 2007 18:40:34 GMT</pubDate>
    </item>
    <item>
      <title>Escape from the tyranny of the Asp.Net form</title>
      <description>A solution to get rid of the mandatory form and the viewstate while retaining some of the goodies associated with it. Developed while struggling to have postback capability by using jQuery ajax posting. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wakeim.com%2fview%2fescape-from-the-tyranny-of-the-aspnet-form%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wakeim.com%2fview%2fescape-from-the-tyranny-of-the-aspnet-form%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Escape_from_the_tyranny_of_the_Asp_Net_form</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Escape_from_the_tyranny_of_the_Asp_Net_form</guid>
      <pubDate>Wed, 07 Nov 2007 13:12:20 GMT</pubDate>
    </item>
    <item>
      <title>Building a File Path with Path.Combine (.NET)</title>
      <description>When using a variety of input methods to accept a file path and file name, the format of the results can vary. To avoid the problems of checking for path separator characters and adding or removing them as required, .NET provides a method to provide this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fPathCombine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fPathCombine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Building_a_File_Path_with_Path_Combine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Building_a_File_Path_with_Path_Combine_NET</guid>
      <pubDate>Sun, 11 Nov 2007 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Fixing BlogEngine HTML Editor Problem</title>
      <description>When submitting posts the BlogEngine HTML Editor removes certain HTML tags.

This post shows how a quick way to fix this problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsurinder.computing-studio.com%2fpost%2f2007%2f11%2fBlogEngine-HTML-Editor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsurinder.computing-studio.com%2fpost%2f2007%2f11%2fBlogEngine-HTML-Editor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Fixing_BlogEngine_HTML_Editor_Problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Fixing_BlogEngine_HTML_Editor_Problem</guid>
      <pubDate>Sun, 04 Nov 2007 16:13:25 GMT</pubDate>
    </item>
    <item>
      <title>The uncommon features of C#.</title>
      <description>A quick and dirty post about the few keywords &amp;amp; statements that developers rarely use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f10%2f31%2fThe-less-used-features-of-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnetclr.com%2farchive%2f2007%2f10%2f31%2fThe-less-used-features-of-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_uncommon_features_of_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_uncommon_features_of_C</guid>
      <pubDate>Tue, 06 Nov 2007 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Refactoring: Replacing Enums with the Strategy Pattern</title>
      <description>Here's a simple way to remove all of those ugly switch statements and enums and to buy yourself a little more flexibility and testability as an added bonus! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f10%2f28%2f64.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f10%2f28%2f64.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Refactoring_Replacing_Enums_with_the_Strategy_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Refactoring_Replacing_Enums_with_the_Strategy_Pattern</guid>
      <pubDate>Mon, 29 Oct 2007 12:46:07 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>
  </channel>
</rss>