<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by loern</title>
    <description>Stories kicked by loern</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>Design Patterns - Using the Builder Pattern in C#</title>
      <description>The Builder Pattern falls under the category of the Creational Patterns as it controls the instantiation of a class. This pattern is suitable in scenarios in which an object is made up several parts and the constituent parts need to be created in the same order using an algorithm. A real world example is in making a pizza. A pizza is made up of several parts (the crust, cheese and the toppings) that are constructed using an algorithm (bake the crust, add cheese and add the toppings).  &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%2fDesign-Patterns-e28093-Using-the-Builder-Pattern-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fDesign-Patterns-e28093-Using-the-Builder-Pattern-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Design_Patterns_Using_the_Builder_Pattern_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Design_Patterns_Using_the_Builder_Pattern_in_C</guid>
      <pubDate>Mon, 14 Sep 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>jQuery UI Datepicker and z-Index</title>
      <description>The jQuery UI datepicker is a nice and easy to use datepicker control but if you're using it with other components that use absolute positioning you might run into issues with z-Index precendence. Here's a discussion of the problem and a couple of easy solutions around it. &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%2f891992.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f891992.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_UI_Datepicker_and_z_Index</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_UI_Datepicker_and_z_Index</guid>
      <pubDate>Tue, 15 Sep 2009 09:30:00 GMT</pubDate>
    </item>
    <item>
      <title>How to create a DropDownList with ASP.NET MVC</title>
      <description>The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use 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%2f08%2f10%2fhow-to-create-a-dropdownlist-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f08%2f10%2fhow-to-create-a-dropdownlist-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/How_to_create_a_DropDownList_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/How_to_create_a_DropDownList_with_ASP_NET_MVC</guid>
      <pubDate>Thu, 27 Aug 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Facebook + ASP.NET MVC</title>
      <description>What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework.  This article tries to break down the options. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.robertschultz.org%2f2009%2f08%2f17%2ffacebook-asp-net-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.robertschultz.org%2f2009%2f08%2f17%2ffacebook-asp-net-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Facebook_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Facebook_ASP_NET_MVC</guid>
      <pubDate>Tue, 18 Aug 2009 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog</title>
      <description>Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. 
And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... &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%2f03%2f12%2fthe-open-source-projects-on-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f03%2f12%2fthe-open-source-projects-on-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Open_Source_Projects_on_ASP_NET_MVC_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Open_Source_Projects_on_ASP_NET_MVC_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Fri, 13 Mar 2009 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Writing JSON to a file using Json.NET</title>
      <description>A couple of simple C# examples showing how to write JSON to a file using Json.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f02%2f14%2fwriting-json-to-a-file-using-json-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f02%2f14%2fwriting-json-to-a-file-using-json-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Writing_JSON_to_a_file_using_Json_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Writing_JSON_to_a_file_using_Json_NET</guid>
      <pubDate>Mon, 16 Feb 2009 06:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Why ++ operator is not thread safe</title>
      <description>Here is a quick hint on how to make your software thread safe. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f02%2fwhy-operator-is-not-thread-safe.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decarufel.net%2f2009%2f02%2fwhy-operator-is-not-thread-safe.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Why_operator_is_not_thread_safe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Why_operator_is_not_thread_safe</guid>
      <pubDate>Fri, 13 Feb 2009 00:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Some Thoughts on Oxite</title>
      <description>Rob Conery's comments and thoughts on new open-source CMS project 'Oxite'. In this post he analyzed some critical issues in Oxite and suggested some solutions to optimize this ASP.NET MVC powered blog engine. &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%2fsome-thoughts-on-oxite%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsome-thoughts-on-oxite%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Some_Thoughts_on_Oxite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Some_Thoughts_on_Oxite</guid>
      <pubDate>Mon, 15 Dec 2008 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The Perfect Storm Botnet </title>
      <description>Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2008%2f12%2f13%2fthe-perfect-storm-botnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2008%2f12%2f13%2fthe-perfect-storm-botnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/The_Perfect_Storm_Botnet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/The_Perfect_Storm_Botnet</guid>
      <pubDate>Sun, 14 Dec 2008 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET Charting Control</title>
      <description>From ScottGu's blog.  Brand new, Free, ASP.NET 3.5 chart control.  It looks very nice!
 &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%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</guid>
      <pubDate>Tue, 25 Nov 2008 22:31:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Facebook Developer Toolkit 2.0</title>
      <description>The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</guid>
      <pubDate>Sat, 15 Nov 2008 03:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Looking for a Lot of .NET Code Samples - They Are Right Under Your Nos</title>
      <description>You have a wealth of code samples on your computer, here is how to find them!!!! An Easter Egg from Microsoft. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f10%2f28%2fLooking-for-a-Lot-of-.NET-Code-Samples-_1320_-They-Are-Right-Under-Your-Nose_2100_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f10%2f28%2fLooking-for-a-Lot-of-.NET-Code-Samples-_1320_-They-Are-Right-Under-Your-Nose_2100_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Looking_for_a_Lot_of_NET_Code_Samples_They_Are_Right_Under_Your_Nos</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Looking_for_a_Lot_of_NET_Code_Samples_They_Are_Right_Under_Your_Nos</guid>
      <pubDate>Fri, 07 Nov 2008 08:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Turn postcard photo into a stunning comment form using CSS</title>
      <description>Comment forms allow visitors to leave their impressions about the content. Although the content is a king, general impression isn't negligible at all. Each element in a design can contribute to a better user experience. This applies to comment forms as well. This tutorial will teach you how to make a stunning comment form using an old postcard photo. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f09%2f15%2fTurn-postcard-photo-into-a-stunning-comment-form-using-CSS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f09%2f15%2fTurn-postcard-photo-into-a-stunning-comment-form-using-CSS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Turn_postcard_photo_into_a_stunning_comment_form_using_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Turn_postcard_photo_into_a_stunning_comment_form_using_CSS</guid>
      <pubDate>Tue, 16 Sep 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Best way to end user session asp.net</title>
      <description>What's the best way to end session after user logs out. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnoesispedia.com%2fpost%2f2008%2f09%2f11%2fBest-way-to-end-user-session-in-aspnet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnoesispedia.com%2fpost%2f2008%2f09%2f11%2fBest-way-to-end-user-session-in-aspnet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_way_to_end_user_session_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_way_to_end_user_session_asp_net</guid>
      <pubDate>Mon, 15 Sep 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Sending Email in a Development Environment without an SMTP Server</title>
      <description>Very handy... I'm forever looking this stuff up :-|  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.donnfelker.com%2fpost%2fSending-Email-in-a-Development-Environment-without-an-SMTP-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.donnfelker.com%2fpost%2fSending-Email-in-a-Development-Environment-without-an-SMTP-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Sending_Email_in_a_Development_Environment_without_an_SMTP_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Sending_Email_in_a_Development_Environment_without_an_SMTP_Server</guid>
      <pubDate>Fri, 12 Sep 2008 02:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Easily build powerful client-side AJAX paging, using jQuery</title>
      <description>An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f08%2f20%2feasily-build-powerful-client-side-ajax-paging-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Easily_build_powerful_client_side_AJAX_paging_using_jQuery</guid>
      <pubDate>Wed, 20 Aug 2008 21:31:14 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Scaling</title>
      <description>Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. &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-scaling%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-scaling%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_Scaling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_Scaling</guid>
      <pubDate>Tue, 19 Aug 2008 21:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Create apple.com-like breadcrumb using simple CSS</title>
      <description>Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f08%2f14%2fCreate-applecom-like-breadcrumb-using-simple-CSS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f08%2f14%2fCreate-applecom-like-breadcrumb-using-simple-CSS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_apple_com_like_breadcrumb_using_simple_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_apple_com_like_breadcrumb_using_simple_CSS</guid>
      <pubDate>Fri, 15 Aug 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to create web application user interface that looks like Outlook </title>
      <description>How many times have you heard form a client that they want &amp;quot;outlook-like&amp;quot; web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f19%2fHow-to-create-web-application-user-interface-that-looks-like-Outlook.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f19%2fHow-to-create-web-application-user-interface-that-looks-like-Outlook.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_create_web_application_user_interface_that_looks_like_Outlook</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_create_web_application_user_interface_that_looks_like_Outlook</guid>
      <pubDate>Mon, 23 Jun 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Speed up Firefox when using Development Server</title>
      <description>Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fSpeed-up-Firefox-when-using-Development-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fSpeed-up-Firefox-when-using-Development-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Speed_up_Firefox_when_using_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Speed_up_Firefox_when_using_Development_Server</guid>
      <pubDate>Thu, 19 Jun 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 100 Best Software Engineering Books, Ever</title>
      <description>In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</guid>
      <pubDate>Fri, 20 Jun 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Stop Polluting the UI Thread - Use a ThreadBarrier</title>
      <description>A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</guid>
      <pubDate>Tue, 10 Jun 2008 23:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Cool links for programmers </title>
      <description>In this post I do not intend to make a list of the best programmers web sites, but to share with you some you might not know:  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f06%2fcool-links-for-programmers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f06%2fcool-links-for-programmers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Cool_links_for_programmers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Cool_links_for_programmers</guid>
      <pubDate>Fri, 06 Jun 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Unofficial google shell... awsome</title>
      <description>Web base command shell for google. What else can I say?... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoosh.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoosh.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Unofficial_google_shell_awsome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Unofficial_google_shell_awsome</guid>
      <pubDate>Mon, 02 Jun 2008 22:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>
