<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by AmrElsehemy</title>
    <description>Stories kicked by AmrElsehemy</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>Exception Handling Basics</title>
      <description>The basics of exception handling and getting good stack traces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.caublestoneink.com%2fdev%2f2009%2f04%2fexception-handling-basics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Exception_Handling_Basics</guid>
      <pubDate>Sat, 18 Apr 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Announcing my book: ASP.NET MVC 1.0 Quickly</title>
      <description>Maarten Balliauw announces his new book and provides a large retrospective on the writing process itself. Must read for everyone thinking about writing a tech book! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f02%2f17%2fAnnouncing-my-book-ASPNET-MVC-10-Quickly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f02%2f17%2fAnnouncing-my-book-ASPNET-MVC-10-Quickly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Announcing_my_book_ASP_NET_MVC_1_0_Quickly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Announcing_my_book_ASP_NET_MVC_1_0_Quickly</guid>
      <pubDate>Wed, 18 Feb 2009 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell</title>
      <description>In this post, I will how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the code snippet of latest Oxite... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f17%2fuse-bootstrapper-in-your-asp-net-mvc-application-and-reduce-code-smell.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f17%2fuse-bootstrapper-in-your-asp-net-mvc-application-and-reduce-code-smell.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Use_Bootstrapper_in_Your_ASP_NET_MVC_Application_and_Reduce_Code_Smell</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Use_Bootstrapper_in_Your_ASP_NET_MVC_Application_and_Reduce_Code_Smell</guid>
      <pubDate>Wed, 18 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Result Caching</title>
      <description>Different approach on MVC Caching. 
Cache the ActionResult through an action filter, without affecting the Session or other non-deterministic data to be shown in the View.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fweb-cache%2fmvcresultcache.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fweb-cache%2fmvcresultcache.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Result_Caching</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Result_Caching</guid>
      <pubDate>Tue, 17 Feb 2009 22:01:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Fun: Greeting Your Site Referrals </title>
      <description>This is a complete javascript example to detect your site visitors referrer and greeting them with a message based on their referrer url &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f02%2fjquery-fun-greeting-your-site-referrals.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moretechtips.net%2f2009%2f02%2fjquery-fun-greeting-your-site-referrals.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Fun_Greeting_Your_Site_Referrals</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Fun_Greeting_Your_Site_Referrals</guid>
      <pubDate>Tue, 17 Feb 2009 21:16:21 GMT</pubDate>
    </item>
    <item>
      <title>Simple jQuery Delete Link For ASP.NET MVC</title>
      <description>Any time you allow a GET request to modify data, you're asking for trouble. The reason that delete operations deserve special attention is that it's the most common case where you would use a link to change information. If you are using jQuery, one simple way to turn any link into a POST link &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%2f30%2fsimple-jquery-delete-link-for-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f01%2f30%2fsimple-jquery-delete-link-for-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Simple_jQuery_Delete_Link_For_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Simple_jQuery_Delete_Link_For_ASP_NET_MVC</guid>
      <pubDate>Sun, 01 Feb 2009 13:01:11 GMT</pubDate>
    </item>
    <item>
      <title>What's New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate </title>
      <description>The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f01%2f27%2foverview-of-mvc-tools-features.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f01%2f27%2foverview-of-mvc-tools-features.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/What_s_New_For_MVC_Tools_in_the_ASP_NET_MVC_1_0_Release_Candidate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/What_s_New_For_MVC_Tools_in_the_ASP_NET_MVC_1_0_Release_Candidate</guid>
      <pubDate>Wed, 28 Jan 2009 22:01:32 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Playground from Google</title>
      <description>Awsome tool to test jquery online &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fapis%2fajax%2fplayground%2f%23jquery"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fapis%2fajax%2fplayground%2f%23jquery" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Playground_from_Google</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Playground_from_Google</guid>
      <pubDate>Sat, 24 Jan 2009 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing DotNetShoutout.com </title>
      <description>Kazi announces the public beta of DotNetShoutout.com &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f01%2f20%2fintroducing-dotnetshoutout-com.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f01%2f20%2fintroducing-dotnetshoutout-com.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Introducing_DotNetShoutout_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Introducing_DotNetShoutout_com</guid>
      <pubDate>Tue, 20 Jan 2009 20:31:18 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 == Visual Studio 2008 + ReSharper</title>
      <description>o you want the next gen of next-gen applications? Get the Visual Studio 2010 CTP! Which is - according to Microsoft itself - really just Visual Studio 2008 with ReSharper installed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjames.kovacs%2farchive%2f2009%2f01%2f19%2fvisual-studio-2010-visual-studio-2008-resharper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_2010_Visual_Studio_2008_ReSharper</guid>
      <pubDate>Mon, 19 Jan 2009 23:31:04 GMT</pubDate>
    </item>
    <item>
      <title>DNK Community Guidelines - Suggestions welcome! </title>
      <description>Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgroups.google.com%2fgroup%2fdotnetkicks%2fweb%2fdnk-community-guidelines"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgroups.google.com%2fgroup%2fdotnetkicks%2fweb%2fdnk-community-guidelines" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/DNK_Community_Guidelines_Suggestions_welcome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/DNK_Community_Guidelines_Suggestions_welcome</guid>
      <pubDate>Thu, 11 Dec 2008 01:01:10 GMT</pubDate>
    </item>
    <item>
      <title>3 reasons why you should let Google host jQuery for you</title>
      <description>Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</guid>
      <pubDate>Wed, 10 Dec 2008 18:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC</title>
      <description>Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. &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%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</guid>
      <pubDate>Tue, 09 Dec 2008 18:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Tips &amp;amp; Tricks when working with jQuery and ASP.NET AJAX</title>
      <description>Tips &amp;amp; Tricks when working with jQuery and ASP.NET AJAX: I posted about how to build and extender control using ASP.NET AJAX with jQuery. During my work I fall into few issues that I resolved and wished to share them with you &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fTips-Tricks-when-working-with-jQuery-and-ASPNET-AJAX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fTips-Tricks-when-working-with-jQuery-and-ASPNET-AJAX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Tips_Tricks_when_working_with_jQuery_and_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Tips_Tricks_when_working_with_jQuery_and_ASP_NET_AJAX</guid>
      <pubDate>Tue, 18 Nov 2008 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Adobe Flex reaches out to .NET developers</title>
      <description>An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2fnews%2farticle%2f9274%2fadobe-flex-reaches-out-to-net-developers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2fnews%2farticle%2f9274%2fadobe-flex-reaches-out-to-net-developers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Adobe_Flex_reaches_out_to_NET_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Adobe_Flex_reaches_out_to_NET_developers</guid>
      <pubDate>Tue, 18 Nov 2008 16:01:19 GMT</pubDate>
    </item>
    <item>
      <title>Donut Caching in ASP.Net MVC - Revisited by Phil Haack</title>
      <description>In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f05%2fdonut-caching-in-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f11%2f05%2fdonut-caching-in-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Donut_Caching_in_ASP_Net_MVC_Revisited_by_Phil_Haack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Donut_Caching_in_ASP_Net_MVC_Revisited_by_Phil_Haack</guid>
      <pubDate>Fri, 07 Nov 2008 04:01:04 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 2 - default and named parameters</title>
      <description>New feature in C# 4.0 number 2, default and named parameters! Look at what they are, and how they are used in C# 4.0. &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%2f2008%2f10%2f29%2fC-40-New-Features-Part-2-default-and-named-parameters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f29%2fC-40-New-Features-Part-2-default-and-named-parameters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_default_and_named_parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_default_and_named_parameters</guid>
      <pubDate>Fri, 31 Oct 2008 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year,</title>
      <description>Now using beta 1, add a theme support, built a new viewengine to support themes pathes, added archive view  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famrelsehemy.net%2fpost%2f2008%2f10%2f28%2fjBlogMvc-part-3-Themable-View-Engine-Archive-and-Filtering-by-year-month-and-day.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famrelsehemy.net%2fpost%2f2008%2f10%2f28%2fjBlogMvc-part-3-Themable-View-Engine-Archive-and-Filtering-by-year-month-and-day.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/jBlogMvc_part_3_Themable_View_Engine_Archive_and_Filtering_by_year</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/jBlogMvc_part_3_Themable_View_Engine_Archive_and_Filtering_by_year</guid>
      <pubDate>Thu, 30 Oct 2008 19:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Leveraging the power of ActionName and AcceptVerbs in Asp.Net MVC</title>
      <description>A short screencast on how to leverage the power of ActionName and AcceptVerbs in Asp.Net MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f58"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f58" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Leveraging_the_power_of_ActionName_and_AcceptVerbs_in_Asp_Net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Leveraging_the_power_of_ActionName_and_AcceptVerbs_in_Asp_Net_MVC</guid>
      <pubDate>Tue, 28 Oct 2008 21:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Building jQuery and ASP.Net AJAX Enabled Controls Part 2</title>
      <description>In the previous part I talked about how to build the client control. In this part I'll show how to put it all together to build an ASP.NET AJAX Enabled Server Control &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fBuildingjQueryAndASPNetAJAXEnabledControlsjQueryCollapsiblePanelExtenderPart2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fBuildingjQueryAndASPNetAJAXEnabledControlsjQueryCollapsiblePanelExtenderPart2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Building_jQuery_and_ASP_Net_AJAX_Enabled_Controls_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Building_jQuery_and_ASP_Net_AJAX_Enabled_Controls_Part_2</guid>
      <pubDate>Wed, 29 Oct 2008 12:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 and .NET Framework 4.0 CTP</title>
      <description>&amp;quot;Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d922b4655-93d0-4476-bda4-94cf5f8d4814%26DisplayLang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d922b4655-93d0-4476-bda4-94cf5f8d4814%26DisplayLang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_and_NET_Framework_4_0_CTP</guid>
      <pubDate>Tue, 28 Oct 2008 02:31:13 GMT</pubDate>
    </item>
    <item>
      <title>New .NET logo</title>
      <description>Our team decided a while back to bring a fresh new look to the .NET logo, given the old was in need of a refresh to suite our future product positioning (I've been staring at this for a few weeks now and it's totally grown on me).... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmsmossyblog%2farchive%2f2008%2f10%2f25%2fembrace-the-new-net-logo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmsmossyblog%2farchive%2f2008%2f10%2f25%2fembrace-the-new-net-logo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_NET_logo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_NET_logo</guid>
      <pubDate>Mon, 27 Oct 2008 18:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery to search Content and creating custom Selector Filters</title>
      <description>jQuery makes it easy to search content of matched elements by using the :content filter which allows for some pretty cool search effects you can implement with a couple of lines of code. Unfortunately :contains is case sensitive though, but never fear jQuery allows creation of custom filters that allow you to provide a custom case insensitive version. &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%2f519980.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f519980.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_jQuery_to_search_Content_and_creating_custom_Selector_Filters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_jQuery_to_search_Content_and_creating_custom_Selector_Filters</guid>
      <pubDate>Sat, 25 Oct 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Blog Service Trackback Release 0.7</title>
      <description>The seventh release of BlogSvc includes support for Trackbacks. Also, this release contains the following new or improved features: Updated to latest MVC Beta, A new theme: Hibiscus, Auto-ping links upon create/update entry, Trackback client and server support, Pingback client and server support, and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogsvc.net%2fblog%2f2008%2f10%2f22%2fRelease07.xhtml"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogsvc.net%2fblog%2f2008%2f10%2f22%2fRelease07.xhtml" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Blog_Service_Trackback_Release_0_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Blog_Service_Trackback_Release_0_7</guid>
      <pubDate>Fri, 24 Oct 2008 06:45:14 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Simplified Localization via ViewEngines</title>
      <description>Thanks to Brad, he identified a few areas that made things MUCH simpler from my prior implementation. Notably, while you still have your ViewEngine specify &amp;quot;here's your view's path&amp;quot; there's no longer a need for having a new helper, derived classes, etc. This implementation goes back to the simplified HtmlHelper extension in which you can use in any ViewEngine regardless. It also allows you to &amp;quot;replace&amp;quot; the implementation by just changing the namespace, just as you can do with Html and Ajax. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.eworldui.net%2fpost.aspx%3fid%3d5a8fe5de-931f-4709-8ec1-ba00c72c6782"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.eworldui.net%2fpost.aspx%3fid%3d5a8fe5de-931f-4709-8ec1-ba00c72c6782" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Simplified_Localization_via_ViewEngines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Simplified_Localization_via_ViewEngines</guid>
      <pubDate>Fri, 31 Oct 2008 19:01:17 GMT</pubDate>
    </item>
  </channel>
</rss>