<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by arnoldmatusz</title>
    <description>Stories kicked by arnoldmatusz</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>HEADache: Including JavaScript in ASP.NET Master Pages</title>
      <description>Include a Javascript file in the head of of an ASP.NET WebForms Master Page whose src attribute should contain an absolute (from Application Root) path.  Sounds simple enough but it's surprisingly difficult. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyobriefcase.posterous.com%2fache-including-javascript-in-aspnet-master-pa"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyobriefcase.posterous.com%2fache-including-javascript-in-aspnet-master-pa" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HEADache_Including_JavaScript_in_ASP_NET_Master_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HEADache_Including_JavaScript_in_ASP_NET_Master_Pages</guid>
      <pubDate>Wed, 20 Oct 2010 12:53:47 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 Preview 2 Released</title>
      <description>Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago. Some of the cool new features we've added to Preview 2 include... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f10%2f01%2fasp.net-mvc-preview-2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f10%2f01%2fasp.net-mvc-preview-2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Preview_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_Preview_2_Released</guid>
      <pubDate>Fri, 02 Oct 2009 02:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio: Automatically increment assembly build version</title>
      <description>I always wanted to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. Additionally there should be support inside Visual Studio and  possibility for custom settings because I like the "date sigining" where 3 last fields are just YYYY-MM-DD.

A dream come true ;) in form of Build Version Increment add-in for Visual Studio 2005/2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f21%2fvisual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f21%2fvisual-studio-automatically-increment-assembly-build-version-with-custom-settings-add-in%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Automatically_increment_assembly_build_version</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Automatically_increment_assembly_build_version</guid>
      <pubDate>Wed, 30 Sep 2009 16:15:01 GMT</pubDate>
    </item>
    <item>
      <title>Take an ASP.NET Application offline with HttpModules</title>
      <description>Whenever you do maintenance work on a website it is advisable to show the visitors a nice message telling them politely to come back later, rather than a nasty error, or even worse: a big Yellow Screen of Death. Read how I found a solution similar to the app_offline.html approach using HttpModules and how I still allow administrators to access the website. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f09%2f02%2fTake-an-ASPNET-Application-offline-with-HttpModules.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f09%2f02%2fTake-an-ASPNET-Application-offline-with-HttpModules.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Take_an_ASP_NET_Application_offline_with_HttpModules</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Take_an_ASP_NET_Application_offline_with_HttpModules</guid>
      <pubDate>Thu, 03 Sep 2009 12:30:04 GMT</pubDate>
    </item>
    <item>
      <title>Protecting your precious code - Naming inside our obfuscater</title>
      <description>This article introduces the beginnings of an open source obfuscator - NCloak. It continues on from previous articles in the Protecting your precious code series, and the implementation of an obfuscater using Mono.Cecil. In particular, it investigates renaming all private members as non-english characters (just like many commercial products do already) and provides the code for a basic obfuscation tool that can be reused in your products. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.paul-mason.co.nz%2f2009%2f09%2fprotecting-your-precious-code-naming.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.paul-mason.co.nz%2f2009%2f09%2fprotecting-your-precious-code-naming.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Protecting_your_precious_code_Naming_inside_our_obfuscater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Protecting_your_precious_code_Naming_inside_our_obfuscater</guid>
      <pubDate>Sun, 06 Sep 2009 19:15:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Menu with jQuery Superfish</title>
      <description>Choosing the right type of menu for a website is not easy at all. The ASP.NET Menu Control is definitely NOT a good starting point due to the horrendous markup it renders. The idea is to use a modified version of the CssFriendly Menu adapter with the jQuery Superfish plugin. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f08%2f09%2fASPNET-Menu-with-jQuery-Superfish.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f08%2f09%2fASPNET-Menu-with-jQuery-Superfish.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/ASP_NET_Menu_with_jQuery_Superfish</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/ASP_NET_Menu_with_jQuery_Superfish</guid>
      <pubDate>Tue, 11 Aug 2009 23:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Simplify calling ASP.NET AJAX services from jQuery</title>
      <description>I was happy to learn that jQuery provides an excellent solution for consolidating settings to be used in multiple instances of $.ajax.

In this post, I'll show you how to use that consolidation feature, and exactly how I am now using that to more simply call ASP.NET AJAX services with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f07%2f21%2fsimplify-calling-asp-net-ajax-services-from-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f07%2f21%2fsimplify-calling-asp-net-ajax-services-from-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Simplify_calling_ASP_NET_AJAX_services_from_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Simplify_calling_ASP_NET_AJAX_services_from_jQuery</guid>
      <pubDate>Wed, 22 Jul 2009 02:00:05 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Membership - Show list of users online</title>
      <description>ASP.NET Membership, Show list of users online.The MembershipProvider Class exposes the GetNumberOfUsersOnline() method which returns the number of users online. But what would it take to show a list of users online. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f07%2f13%2fASPNET-Membership-Show-list-of-users-online.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f07%2f13%2fASPNET-Membership-Show-list-of-users-online.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Membership_Show_list_of_users_online</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Membership_Show_list_of_users_online</guid>
      <pubDate>Mon, 13 Jul 2009 11:03:53 GMT</pubDate>
    </item>
    <item>
      <title>Enumerable.Except(T) and IEqualityComparer - a little help</title>
      <description>Understand how Enumerable operators: Except, Distinct, Intersect, Union work with IEqualityComparer and take a look at an example of LINQ Except with IEqualityComparer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f06%2f23%2fEnumerable-Except-TSource-and-IEqualityComparer-a-little-help.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f06%2f23%2fEnumerable-Except-TSource-and-IEqualityComparer-a-little-help.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Enumerable_Except_T_and_IEqualityComparer_a_little_help</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Enumerable_Except_T_and_IEqualityComparer_a_little_help</guid>
      <pubDate>Tue, 23 Jun 2009 16:49:12 GMT</pubDate>
    </item>
    <item>
      <title>Binding in ASP.NET MVC</title>
      <description>Answers to some frequently asked questions about binding data to forms in ASP.NET MVC.  Covers Bind(), ModelBinders, and ViewData.Model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fbinding-in-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Binding_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 11 Jun 2009 02:45:00 GMT</pubDate>
    </item>
    <item>
      <title>run jQuery code from ASP.NET Server-Side</title>
      <description>The post is the example of an approach: how you would run some jQuery code from ASP.NET code-behind (server-side).
If there is a ScriptManager on the page and the request was Asynchronous, then the JavaScript code needs to be registered with ScriptManager.RegisterClientScriptBlock. If the request is just a simple standard Postback, registering the JavaScript with Page.ClientScript.RegisterClientScriptBlock is the solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f06%2f03%2frun-jQuery-code-from-ASPNET-Server-Side.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f06%2f03%2frun-jQuery-code-from-ASPNET-Server-Side.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/run_jQuery_code_from_ASP_NET_Server_Side</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/run_jQuery_code_from_ASP_NET_Server_Side</guid>
      <pubDate>Thu, 04 Jun 2009 10:14:04 GMT</pubDate>
    </item>
    <item>
      <title>Rarely used C# Keywords</title>
      <description>When doing code reviews or when working with code that was developed by someone else, once in a while I come across keywords that are rarely used. Some of them are forgotten keywords that are not considered a good practice and hence are not promoted by the community. Some of them could be handy and efficient but they never made it to the limelight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fRarely-used-C-keywords.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fRarely-used-C-keywords.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Rarely_used_C_Keywords</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Rarely_used_C_Keywords</guid>
      <pubDate>Sun, 17 May 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How Do You Deal With Exceptions?</title>
      <description>A little post on my ideas about handling exceptions within applications. How do you handle them? &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%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</guid>
      <pubDate>Fri, 15 May 2009 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Code Generation Should be the Nuclear Option</title>
      <description>So let me first just start off by saying: I do not like code generation. In certain cases I think it can help greatly, but many people are far too eager to jump to this solution. I don't think that there is anything particularly evil about the process of generating code, but I do feel like using code generation as a day to day tool is a very bad practice. Code generation should be the tool of last resort when there is no good way to cleanly implement a solution which doesn't require code to be spread out everywhere. &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%2f05%2f05%2fCode-Generation-Should-be-the-Nuclear-Option.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f05%2fCode-Generation-Should-be-the-Nuclear-Option.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Code_Generation_Should_be_the_Nuclear_Option</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Code_Generation_Should_be_the_Nuclear_Option</guid>
      <pubDate>Wed, 06 May 2009 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI DatePicker instead of AJAX Control Toolkit CalendarExtender</title>
      <description>The reasons why I abandoned using the CalendarExtender and choose to use the jQuery UI DatePicker instead. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f05%2f04%2fjQuery-UI-DatePicker-instead-of-AJAX-Control-Toolkit-CalendarExtender-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f05%2f04%2fjQuery-UI-DatePicker-instead-of-AJAX-Control-Toolkit-CalendarExtender-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_UI_DatePicker_instead_of_AJAX_Control_Toolkit_CalendarExtender</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_UI_DatePicker_instead_of_AJAX_Control_Toolkit_CalendarExtender</guid>
      <pubDate>Thu, 07 May 2009 02:46:01 GMT</pubDate>
    </item>
    <item>
      <title>How I handle JSON dates returned by ASP.NET AJAX</title>
      <description>The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</guid>
      <pubDate>Tue, 28 Apr 2009 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>$(document).ready() and pageLoad() are not the same!</title>
      <description>A few examples about how $(document).ready() and pageLoad() differ, practical examples of when both are useful, and a third alternative that is more suitable in some cases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f25%2fdocument-ready-and-pageload-are-not-the-same%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/document_ready_and_pageLoad_are_not_the_same</guid>
      <pubDate>Wed, 25 Mar 2009 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery live() and ASP.NET Ajax asynchronous postback</title>
      <description>The jQuery (1.3+) live event and why you have to know about it when working with ASP.NET Ajax asynchronous postback. This post also sums up what you can use to make your jQuery $(document).ready() call work also after an asynch postback took place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f03%2f25%2fjQuery-live-and-ASPNET-Ajax-asynchronous-postback.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f03%2f25%2fjQuery-live-and-ASPNET-Ajax-asynchronous-postback.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_live_and_ASP_NET_Ajax_asynchronous_postback</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_live_and_ASP_NET_Ajax_asynchronous_postback</guid>
      <pubDate>Wed, 25 Mar 2009 17:33:42 GMT</pubDate>
    </item>
    <item>
      <title>jQuery $document.ready() and ASP.NET Ajax asynchronous postback</title>
      <description>Combine ASP.NET Ajax and jQuery and make $document.ready execute even after an asynchronous postback took place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f24%2fjQuery-document-ready-and-ASP-NET-Ajax-asynchronous-postback.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f24%2fjQuery-document-ready-and-ASP-NET-Ajax-asynchronous-postback.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_document_ready_and_ASP_NET_Ajax_asynchronous_postback</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_document_ready_and_ASP_NET_Ajax_asynchronous_postback</guid>
      <pubDate>Fri, 27 Feb 2009 01:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Joining &amp;quot;IE6: Do NOT want!&amp;quot; campaign</title>
      <description>IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe.
Joining the campaign is easy: just add a few lines of code to your site or blog.
In this post is how to do it and a little more of background on how to do it. &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%2f2009%2f02%2f23%2fie6-do-not-want-campaign.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f23%2fie6-do-not-want-campaign.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Joining_IE6_Do_NOT_want_campaign</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Joining_IE6_Do_NOT_want_campaign</guid>
      <pubDate>Tue, 24 Feb 2009 15:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Syntax Highlighter for Windows Live Writer 2009</title>
      <description>Use this syntax highlighter plugin with Windows Live Writer 2009 to display highlighted code in your blog. The plugin automatically inserts the &amp;lt;pre&amp;gt; block around your code excerpt, and it lets you choose out of many options, based on how you would wish your highlighted code to look like. 
The plugin has been newly developed for ver 2.0 of http://alexgorbatchev.com/wiki/SyntaxHighlighter. Take a look at my blog to see an example or two.
Use it, Kick it, It's free. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f19%2fSyntax-Highlighter-for-Windows-Live-Writer-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f02%2f19%2fSyntax-Highlighter-for-Windows-Live-Writer-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Syntax_Highlighter_for_Windows_Live_Writer_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Syntax_Highlighter_for_Windows_Live_Writer_2009</guid>
      <pubDate>Sat, 21 Feb 2009 05:16:14 GMT</pubDate>
    </item>
    <item>
      <title>ModalPopupExtender to show a MessageBox</title>
      <description>How you can use a ModalPopupExtender to display a MessageBox &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f01%2f10%2fModalPopupExtender-to-show-a-MessageBox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f01%2f10%2fModalPopupExtender-to-show-a-MessageBox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ModalPopupExtender_to_show_a_MessageBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ModalPopupExtender_to_show_a_MessageBox</guid>
      <pubDate>Sun, 11 Jan 2009 05:39:54 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Macros increase productivity</title>
      <description>Learn basics of Visual Studio Macros, increase your productivity and decrease development time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f01%2f08%2fVisual-Studio-Macros-increase-productivity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2009%2f01%2f08%2fVisual-Studio-Macros-increase-productivity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Macros_increase_productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Macros_increase_productivity</guid>
      <pubDate>Fri, 09 Jan 2009 05:10:06 GMT</pubDate>
    </item>
    <item>
      <title>Refresh BlogEngine.net Posts - Clear Cache</title>
      <description>From now on, whenever you need to edit your blog post files offline, you can clear the cache at the push of a button. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f12%2f12%2fRefresh-BlogEngine-NET-Posts-e28093-Clear-Cache.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f12%2f12%2fRefresh-BlogEngine-NET-Posts-e28093-Clear-Cache.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Refresh_BlogEngine_net_Posts_Clear_Cache</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Refresh_BlogEngine_net_Posts_Clear_Cache</guid>
      <pubDate>Fri, 12 Dec 2008 19:21:07 GMT</pubDate>
    </item>
    <item>
      <title>Top Ten Worst Things About SQL Server</title>
      <description>I suppose they really apply to any database though ;) &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%2f2005%2f05%2f24%2f5248.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjeffs%2farchive%2f2005%2f05%2f24%2f5248.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Top_Ten_Worst_Things_About_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Top_Ten_Worst_Things_About_SQL_Server</guid>
      <pubDate>Fri, 12 Dec 2008 07:26:26 GMT</pubDate>
    </item>
  </channel>
</rss>
