<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by uadozer</title>
    <description>Stories kicked by uadozer</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>Google Browser: Chrome</title>
      <description>has a good comic book to explain their design and features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoogleblog.blogspot.com%2f2008%2f09%2ffresh-take-on-browser.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoogleblog.blogspot.com%2f2008%2f09%2ffresh-take-on-browser.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Google_Browser_Chrome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Google_Browser_Chrome</guid>
      <pubDate>Tue, 02 Sep 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 3.0 Released</title>
      <description>The latest version of Json.NET brings lots of new features including Silverlight support. &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%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f08%2f25%2fjson-net-3-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_3_0_Released</guid>
      <pubDate>Mon, 25 Aug 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Fast Serialization</title>
      <description>We use ALOT of serialization in the current system I work with. Serializing/deserializing 100,000,000 objects in a day is pretty common. For a long time we knew that the binary formatter was fat and slow but never rationalized writing something custom as we were always fast enough. Unfortunately our data throughput has raised 400% in the last year (when you start with gigs and gigs of messages this is a huge gain) and our little three or four year old dual xeon 2.2 has turned into the little engine that could during peaks lately so we finally bit the big one and threw something together quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f08%2f24%2ffast-serialization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f08%2f24%2ffast-serialization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fast_Serialization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fast_Serialization</guid>
      <pubDate>Mon, 25 Aug 2008 20:01:03 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 15:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Handling &amp;quot;GO&amp;quot; Separators in SQL Scripts - the easy way</title>
      <description>use SMO to run SQL scripts on .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f11%2f07%2fHandling-_2200_GO_2200_-Separators-in-SQL-Scripts-_2D00_-the-easy-way.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2006%2f11%2f07%2fHandling-_2200_GO_2200_-Separators-in-SQL-Scripts-_2D00_-the-easy-way.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Handling_GO_Separators_in_SQL_Scripts_the_easy_way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Handling_GO_Separators_in_SQL_Scripts_the_easy_way</guid>
      <pubDate>Mon, 18 Aug 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>The Complete Reference for Any jQuery Developer</title>
      <description>If you ever to do something with jQuery, you should find it in this extensive list. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feffectize.com%2fjquery-developer-guide"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feffectize.com%2fjquery-developer-guide" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Complete_Reference_for_Any_jQuery_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Complete_Reference_for_Any_jQuery_Developer</guid>
      <pubDate>Mon, 25 Aug 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>UpdatePanels and ClientScript in custom Controls</title>
      <description>This is story is 1 year old but it is a good post with ClientScriptProxy code which is needed if you have control which renders some JavaScript and is placed in UpdatePanel. The code provided uses Page.ClientScript object if MS.Ajax lib is not present and ScriptManager if it is &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%2f9601.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f9601.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/UpdatePanels_and_ClientScript_in_custom_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/UpdatePanels_and_ClientScript_in_custom_Controls</guid>
      <pubDate>Wed, 13 Aug 2008 17:50:32 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 Service Pack 1</title>
      <description>It's finally here!  I haven't seen an official announcement yet, but I did a search for &amp;quot;Visual Studio 2008 Service Pack 1&amp;quot; on Microsoft's Download Center and found the following downloads added today:

Microsoft Visual Studio 2008 Service Pack 1 (exe)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;amp;DisplayLang=en

Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&amp;amp;DisplayLang=en &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%2fresults.aspx%3ffreetext%3dVisual%2520Studio%25202008%2520Service%2520Pack%25201%26productID%3dBF0EBDD7-5D74-479A-B01E-D7B141200243%26categoryId%3d10%26period%3d%26sortCriteria%3ddate%26nr%3d20%26DisplayLang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fresults.aspx%3ffreetext%3dVisual%2520Studio%25202008%2520Service%2520Pack%25201%26productID%3dBF0EBDD7-5D74-479A-B01E-D7B141200243%26categoryId%3d10%26period%3d%26sortCriteria%3ddate%26nr%3d20%26DisplayLang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_Service_Pack_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_Service_Pack_1</guid>
      <pubDate>Mon, 11 Aug 2008 16:16:07 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX Development Approach Part 1</title>
      <description>The ASP.NET AJAX framework, along with the AJAX Control Toolkit that adds additional controls, extenders, and other client and server objects, provides a new unique way to develop .NET controls. It leverages the existing structures in JavaScript to create a wide array of add-ons that make developing JavaScript code easier than what it was. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fASP-NET-AJAX-Development-Approach-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fajax%2fASP-NET-AJAX-Development-Approach-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Development_Approach_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_Development_Approach_Part_1</guid>
      <pubDate>Thu, 07 Aug 2008 13:12:43 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Theme Generator</title>
      <description>A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</guid>
      <pubDate>Thu, 07 Aug 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>10 principles of agile project time management</title>
      <description>A nicely written post with references on project time management. &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%2f10-principles-of-agile-project-time-management.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2f10-principles-of-agile-project-time-management.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/10_principles_of_agile_project_time_management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/10_principles_of_agile_project_time_management</guid>
      <pubDate>Mon, 21 Jul 2008 17:01:21 GMT</pubDate>
    </item>
    <item>
      <title>Five Common ASP.NET SEO Mistakes</title>
      <description>Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make:  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dexign.net%2fpost%2f2008%2f07%2f08%2fFive-ASPNET-SEO-Mistakes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Five_Common_ASP_NET_SEO_Mistakes</guid>
      <pubDate>Thu, 10 Jul 2008 16:16:06 GMT</pubDate>
    </item>
    <item>
      <title>Cheat Sheets for Front-end Web Developers</title>
      <description>Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they're nice decorative pieces for your office.

In this article, you'll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsixrevisions.com%2fresources%2fcheat_sheets_web_developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsixrevisions.com%2fresources%2fcheat_sheets_web_developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cheat_Sheets_for_Front_end_Web_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cheat_Sheets_for_Front_end_Web_Developers</guid>
      <pubDate>Wed, 09 Jul 2008 08:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Call Virtual Functions From Constructors? </title>
      <description>Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to remember is to never call virtual methods from constructors. &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%2f07%2f08%2fcall-virtual-functions-from-constructors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f08%2fcall-virtual-functions-from-constructors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Call_Virtual_Functions_From_Constructors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Call_Virtual_Functions_From_Constructors</guid>
      <pubDate>Wed, 09 Jul 2008 05:01: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 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Building a better web forms: Context highlighting using jQuery </title>
      <description>This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. &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%2f09%2fBuilding-a-better-web-forms-Context-highlighting-using-jQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f09%2fBuilding-a-better-web-forms-Context-highlighting-using-jQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Building_a_better_web_forms_Context_highlighting_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Building_a_better_web_forms_Context_highlighting_using_jQuery</guid>
      <pubDate>Tue, 10 Jun 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Hacking Visual Studio to Use More Than 2Gigabytes of Memory</title>
      <description>Got more than 2GB of RAM in your machine? Get around the 2GB memory limit by making Visual Studio large address aware. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f29%2fhacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f29%2fhacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Hacking_Visual_Studio_to_Use_More_Than_2Gigabytes_of_Memory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Hacking_Visual_Studio_to_Use_More_Than_2Gigabytes_of_Memory</guid>
      <pubDate>Wed, 30 Apr 2008 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>51+ Best of jQuery Tutorials and Examples</title>
      <description>A good summary of jQuery resources &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noupe.com%2ftutorial%2f51-best-of-jquery-tutorials-and-examples.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noupe.com%2ftutorial%2f51-best-of-jquery-tutorials-and-examples.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/51_Best_of_jQuery_Tutorials_and_Examples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/51_Best_of_jQuery_Tutorials_and_Examples</guid>
      <pubDate>Sat, 26 Apr 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Beware of the mysterious params in C#!</title>
      <description>The 'params' keyword may behave different than you might think it should!

This one is a must for every C# developer out there! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fC-params-quiz-and-issues.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fC-params-quiz-and-issues.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Beware_of_the_mysterious_params_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Beware_of_the_mysterious_params_in_C</guid>
      <pubDate>Tue, 15 Apr 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Minimal requirements for 'Good' Software</title>
      <description>Good software isn't just the code, it's the care and feeding of the code. It's important that the code can be found, built, and deployed repeatably by someone other than the original developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f03%2f16%2ftime-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f03%2f16%2ftime-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Minimal_requirements_for_Good_Software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Minimal_requirements_for_Good_Software</guid>
      <pubDate>Tue, 08 Apr 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>5 Firefox Extensions Any Web Developer Must Have</title>
      <description>5 plug-ins to firefox all you developers must know and use &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%2f03%2f30%2f5-firefox-extensions-any-web-developer-must-have%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f03%2f30%2f5-firefox-extensions-any-web-developer-must-have%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/5_Firefox_Extensions_Any_Web_Developer_Must_Have</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/5_Firefox_Extensions_Any_Web_Developer_Must_Have</guid>
      <pubDate>Mon, 31 Mar 2008 18:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Things you MUST dispose</title>
      <description>When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fthings-you-must-dispose.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f03%2fthings-you-must-dispose.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Things_you_MUST_dispose</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Things_you_MUST_dispose</guid>
      <pubDate>Wed, 02 Apr 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>CSS Message Box collection</title>
      <description>a collection of some simple CSS styles you can apply to your message boxes &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwoork.blogspot.com%2f2008%2f03%2fcss-message-box-collection.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwoork.blogspot.com%2f2008%2f03%2fcss-message-box-collection.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CSS_Message_Box_collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CSS_Message_Box_collection</guid>
      <pubDate>Sun, 30 Mar 2008 03:31:05 GMT</pubDate>
    </item>
    <item>
      <title>inline asp.net tags... sorting them all out (&amp;lt;%$, &amp;lt;%=, &amp;lt;%, &amp;lt;%#, etc.)</title>
      <description>There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.com%2fpost%2finline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.com%2fpost%2finline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/inline_asp_net_tags_sorting_them_all_out_etc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/inline_asp_net_tags_sorting_them_all_out_etc</guid>
      <pubDate>Mon, 31 Mar 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>UI design patterns library</title>
      <description>Very cool site which shows give you ideas about visual presentation for misc elements of user interface &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fui-patterns.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fui-patterns.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/UI_design_patterns_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/UI_design_patterns_library</guid>
      <pubDate>Fri, 21 Mar 2008 15:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>