<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by datacom</title>
    <description>Stories kicked by datacom</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>To Boldly Ask IT for Development Work</title>
      <description>Are you ever mystified by the way that, in Science-Fiction films, the crew of space-ships are able to reprogram their ships' computers in order to respond to emergencies, needing no more than a brief klip...klop...klip on the keyboard to effect a huge software change. Phil Factor has found real-life in IT to be so different, and so he wonders if there a more realistic way that one might imagine IT's contribution to Space adventures. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fopinion%2fopinion-pieces%2fto-boldly-ask-it-for-development-work%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fopinion%2fopinion-pieces%2fto-boldly-ask-it-for-development-work%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/To_Boldly_Ask_IT_for_Development_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/To_Boldly_Ask_IT_for_Development_Work</guid>
      <pubDate>Mon, 29 Jun 2009 10:10:47 GMT</pubDate>
    </item>
    <item>
      <title>Never worry about ASP.NET AJAX's &amp;quot;d&amp;quot; again</title>
      <description>Since a lot of people are having trouble with it, I want to share one method you can use to completely isolate your code from the &amp;quot;.d&amp;quot; problem. In this post, I will show you how to detect the ".d" and how you can completely isolate your $.ajax success handler from it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f29%2fnever-worry-about-asp-net-ajaxs-d-again%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f06%2f29%2fnever-worry-about-asp-net-ajaxs-d-again%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Never_worry_about_ASP_NET_AJAX_s_d_again</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Never_worry_about_ASP_NET_AJAX_s_d_again</guid>
      <pubDate>Mon, 29 Jun 2009 17:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Treating Warnings as Errors in Visual Studio</title>
      <description>The compiler used by Visual Studio can produce errors when code cannot be built and warnings when it completes compilation successfully but there are areas of concern. To avoid warnings being missed or ignored, there is an option to treat them as errors. &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%2fVSWarningsAsErrors.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fVSWarningsAsErrors.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Treating_Warnings_as_Errors_in_Visual_Studio</guid>
      <pubDate>Sat, 27 Jun 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Thread.Sleep is a sign of a poorly designed program.</title>
      <description>Other than for debug code, Peter details why Thread.Sleep isn't for production code. &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%2f06%2f24%2f880146.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpeterritchie%2farchive%2f2009%2f06%2f24%2f880146.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Thread_Sleep_is_a_sign_of_a_poorly_designed_program</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Thread_Sleep_is_a_sign_of_a_poorly_designed_program</guid>
      <pubDate>Thu, 25 Jun 2009 21:15:02 GMT</pubDate>
    </item>
    <item>
      <title>Automatically minify and combine JavaScript in Visual Studio</title>
      <description>As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It's all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads.

I hope you'll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more "enterprisey" automation solutions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f05%2f20%2fautomatically-minify-and-combine-javascript-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f05%2f20%2fautomatically-minify-and-combine-javascript-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Automatically_minify_and_combine_JavaScript_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Automatically_minify_and_combine_JavaScript_in_Visual_Studio</guid>
      <pubDate>Thu, 21 May 2009 05:06:38 GMT</pubDate>
    </item>
    <item>
      <title>Eager loading a One-to-Many collection w/ NHibernate</title>
      <description>A quick overview on how to resolve a common one-to-many issue with eager loading when you get multiple records back from the child collection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2009%2f03%2f05%2feager-loading-a-one-to-many-collection-w-nhibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Eager_loading_a_One_to_Many_collection_w_NHibernate</guid>
      <pubDate>Fri, 06 Mar 2009 22:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Use jQuery to catch and display ASP.NET AJAX service errors</title>
      <description>An example of how to detect errors that occur when requesting ASP.NET AJAX web services and page methods with jQuery, how to handle them, and how to more attractively present errors to the user. &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%2f04%2fuse-jquery-to-catch-and-display-aspnet-ajax-service-errors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f04%2fuse-jquery-to-catch-and-display-aspnet-ajax-service-errors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Use_jQuery_to_catch_and_display_ASP_NET_AJAX_service_errors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Use_jQuery_to_catch_and_display_ASP_NET_AJAX_service_errors</guid>
      <pubDate>Wed, 04 Mar 2009 22:46:05 GMT</pubDate>
    </item>
    <item>
      <title>There is More Content than Just the Front Page on DotNetKicks</title>
      <description>Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don't submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2009%2f01%2f06%2fThere-is-More-Content-than-Just-the-Front-Page-on-DotNetKicks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2009%2f01%2f06%2fThere-is-More-Content-than-Just-the-Front-Page-on-DotNetKicks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/There_is_More_Content_than_Just_the_Front_Page_on_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/There_is_More_Content_than_Just_the_Front_Page_on_DotNetKicks</guid>
      <pubDate>Wed, 07 Jan 2009 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to rotate JavaScript ads during ASP.NET AJAX requests</title>
      <description>An examination of why it's difficult to work with JavaScript based advertising during ASP.NET AJAX partial postbacks, and my suggested solution to solving that problem.  

Additionally, if you click within the next 15 minutes, a bonus deferred ad loading technique is included at no extra charge.  Operators are standing by to take your HTTP request! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f01%2f04%2fhow-to-rotate-javascript-ads-during-aspnet-ajax-requests%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f01%2f04%2fhow-to-rotate-javascript-ads-during-aspnet-ajax-requests%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_rotate_JavaScript_ads_during_ASP_NET_AJAX_requests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_rotate_JavaScript_ads_during_ASP_NET_AJAX_requests</guid>
      <pubDate>Wed, 07 Jan 2009 03:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Fun With Named Formats, String Parsing, and Edge Cases</title>
      <description>Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I'll be responsible with it. &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%2f01%2f04%2ffun-with-named-formats-string-parsing-and-edge-cases.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f01%2f04%2ffun-with-named-formats-string-parsing-and-edge-cases.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fun_With_Named_Formats_String_Parsing_and_Edge_Cases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fun_With_Named_Formats_String_Parsing_and_Edge_Cases</guid>
      <pubDate>Tue, 06 Jan 2009 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Skip the Visual Studio Splash Screen</title>
      <description>Anything to speed up Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudiohacks.com%2ftips%2fsave-time-at-startup-by-skipping-the-splash%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudiohacks.com%2ftips%2fsave-time-at-startup-by-skipping-the-splash%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Skip_the_Visual_Studio_Splash_Screen</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Skip_the_Visual_Studio_Splash_Screen</guid>
      <pubDate>Tue, 06 Jan 2009 00:16:03 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>Get SOLID: Single Responsibility Principle - Karl Seguin</title>
      <description>SOLID is a popular acronym that refers to a set of 5 important class design principles. Today I want to talk about the first part of SOLID: Single Responsibility Principle (SRP).  &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%2f2008%2f12%2f05%2fget-solid-single-responsibility-principle.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f05%2fget-solid-single-responsibility-principle.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Get_SOLID_Single_Responsibility_Principle_Karl_Seguin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Get_SOLID_Single_Responsibility_Principle_Karl_Seguin</guid>
      <pubDate>Wed, 10 Dec 2008 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Intellisense Updates from Microsoft</title>
      <description>With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. &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%2f536756.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f536756.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</guid>
      <pubDate>Mon, 10 Nov 2008 22:46:21 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0 Preview 1: Linq Has Landed</title>
      <description>Rob Conery explains some features of SunSonic 3.0 Preview 1 &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-1-linq-has-landed%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-1-linq-has-landed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/SubSonic_3_0_Preview_1_Linq_Has_Landed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/SubSonic_3_0_Preview_1_Linq_Has_Landed</guid>
      <pubDate>Sat, 08 Nov 2008 15:16:16 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>PagedList Sorted Edition</title>
      <description>Sorted Edition of PagedList &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fPagedList-Sorted-Edition.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fPagedList-Sorted-Edition.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/PagedList_Sorted_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/PagedList_Sorted_Edition</guid>
      <pubDate>Fri, 07 Nov 2008 21:16:10 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>
    <item>
      <title>Boy Scout Check-ins</title>
      <description>How to leave your code campground cleaner than you found it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2008%2f10%2fboy-scout-check-ins.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2008%2f10%2fboy-scout-check-ins.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Boy_Scout_Check_ins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Boy_Scout_Check_ins</guid>
      <pubDate>Sun, 09 Nov 2008 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>7 of my favorite jQuery plugins for use with ASP.NET</title>
      <description>Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</guid>
      <pubDate>Mon, 20 Oct 2008 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Podcast Episode 12: More jQuery in ASP.NET</title>
      <description>In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft's jQuery in ASP.NET announcement.  Continuation or Episode 12. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f12-more-jquery-in-asp.net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f12-more-jquery-in-asp.net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ALT_NET_Podcast_Episode_12_More_jQuery_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ALT_NET_Podcast_Episode_12_More_jQuery_in_ASP_NET</guid>
      <pubDate>Thu, 16 Oct 2008 05:45:20 GMT</pubDate>
    </item>
    <item>
      <title>Are your applications 'legacy code' before they even hit production?</title>
      <description>When a business has custom software developed, it expects that software to last for a long time. To do this, software must A) continue operating - by adapting to changing technology needs, and B) continue be useful - by adapting to changing business needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fricharddingwall.name%2f2008%2f10%2f13%2fare-your-applications-legacy-code-before-they-even-hit-production%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fricharddingwall.name%2f2008%2f10%2f13%2fare-your-applications-legacy-code-before-they-even-hit-production%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Are_your_applications_legacy_code_before_they_even_hit_production</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Are_your_applications_legacy_code_before_they_even_hit_production</guid>
      <pubDate>Thu, 16 Oct 2008 22:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery to display a modal UpdatePanel confirmation</title>
      <description>An example of using jQuery's BlockUI plugin to display the result of an ASP.NET AJAX UpdatePanel's partial postback as a modal confirmation dialog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f11%2fusing-jquery-to-display-a-modal-updatepanel-confirmation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f11%2fusing-jquery-to-display-a-modal-updatepanel-confirmation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_jQuery_to_display_a_modal_UpdatePanel_confirmation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_jQuery_to_display_a_modal_UpdatePanel_confirmation</guid>
      <pubDate>Mon, 13 Oct 2008 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Latest ASp.Net AJAX and jQuery links from Scott Gu</title>
      <description>Latest ASp.Net AJAX and jQuery links from Scott Guthrie &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%2f2008%2f10%2f10%2foctober-10th-links-asp-net-asp-net-ajax-jquery-iis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f10%2f10%2foctober-10th-links-asp-net-asp-net-ajax-jquery-iis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Latest_ASp_Net_AJAX_and_jQuery_links_from_Scott_Gu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Latest_ASp_Net_AJAX_and_jQuery_links_from_Scott_Gu</guid>
      <pubDate>Tue, 14 Oct 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Podcast 11: jQuery in ASP.NET</title>
      <description>In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft's jQuery in ASP.NET announcement. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f11-jquery-in-asp.net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f11-jquery-in-asp.net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ALT_NET_Podcast_11_jQuery_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ALT_NET_Podcast_11_jQuery_in_ASP_NET</guid>
      <pubDate>Thu, 09 Oct 2008 18:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>