<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by justinbezanson</title>
    <description>Stories kicked by justinbezanson</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>Why I Am No Longer Supporting IE6</title>
      <description>In the recent relaunch of this site, I created a new custom skin for Subtext. Since this is just a personal site, I threw things together fairly quickly, testing along the way with Firefox3 and IE7. Once I was getting closer to complete, I took a look at my new site in all the usual browsers, including IE6. Ugh, it looked terrible. I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site and not on others that I have a say in. I'm not talking about leaving my site unusable for IE6 users - they just won't get as good of an experience. I'm not alone with this decision. Read on to see why I am no longer supporting IE6. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f18%2fwhy-i-am-no-longer-supporting-ie6.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f18%2fwhy-i-am-no-longer-supporting-ie6.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Why_I_Am_No_Longer_Supporting_IE6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Why_I_Am_No_Longer_Supporting_IE6</guid>
      <pubDate>Tue, 19 Aug 2008 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>The little 'gotcha' in LINQ to XML</title>
      <description>So when my query kept returning 0 elements I started to get frustrated. Why wasn't it working? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f08%2f11%2fthe-little-gotcha-in-linq-to-xml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f08%2f11%2fthe-little-gotcha-in-linq-to-xml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/The_little_gotcha_in_LINQ_to_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/The_little_gotcha_in_LINQ_to_XML</guid>
      <pubDate>Mon, 11 Aug 2008 15:42:39 GMT</pubDate>
    </item>
    <item>
      <title>Unit testing, your greatest maintenance tool</title>
      <description>There are many times I wish real life could be maintained like a software program. In true SlashDot form I am going to try an make my case for Unit Testing with a car analogy (mind you probably a bad one).

To me writing software without writing unit tests is like me working on my car... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f08%2f05%2funit-testing-your-greatest-maintenance-tool%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f08%2f05%2funit-testing-your-greatest-maintenance-tool%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Unit_testing_your_greatest_maintenance_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Unit_testing_your_greatest_maintenance_tool</guid>
      <pubDate>Wed, 06 Aug 2008 00:20:10 GMT</pubDate>
    </item>
    <item>
      <title>Exception Handling The Right Way</title>
      <description>Exception handling can be an extremely powerful tool for debugging.if it is done right. If you drop the ball on this it can make you want to run home crying to your Mommy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f07%2f30%2fexception-handling-the-right-way%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f07%2f30%2fexception-handling-the-right-way%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Exception_Handling_The_Right_Way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Exception_Handling_The_Right_Way</guid>
      <pubDate>Wed, 30 Jul 2008 15:59:48 GMT</pubDate>
    </item>
    <item>
      <title>Object Oriented Programming Is Your Foundation</title>
      <description>Object Oriented Programming is going to be the foundation of everything we talk about from here on out. OOP provides huge power and flexibility later on down the line when we discuss techniques to help in the maintainability of our code.

As a side note, you will find that I tote maintainability as a hugely important factor. To me, maintenence is the biggest comsumption of development resources whether it be through bug fixes or adding new features. Anything that can make code easier to maintain long term is, in my book, worth exploring. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f07%2f29%2fobject-oriented-programming-is-your-foundation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f07%2f29%2fobject-oriented-programming-is-your-foundation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Object_Oriented_Programming_Is_Your_Foundation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Object_Oriented_Programming_Is_Your_Foundation</guid>
      <pubDate>Tue, 29 Jul 2008 15:50:09 GMT</pubDate>
    </item>
    <item>
      <title>2 tried and true ways to frustrate and discourage your developers</title>
      <description>I have been reading a lot about what makes a developer want to stay or leave their current jobs or clients on some development blogs as of late.

There are two things that stuck out to me, probably because they hit home with me, that can really frustrate and discourage a developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f26%2f2-tried-and-true-ways-to-frustrate-and-discourage-your-developers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f26%2f2-tried-and-true-ways-to-frustrate-and-discourage-your-developers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/2_tried_and_true_ways_to_frustrate_and_discourage_your_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/2_tried_and_true_ways_to_frustrate_and_discourage_your_developers</guid>
      <pubDate>Thu, 26 Jun 2008 15:06:10 GMT</pubDate>
    </item>
    <item>
      <title>Advanced tableless forms</title>
      <description>I am always looking for easy ways to use less tables in my markup. When designing a website I always aim for no tables but in a web application I may cheat from time to time.

Some time ago, thanks to an article on quirksmode, I began creating tableless forms. This trick was great for simple forms but I kept using tables for really complicated forms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f24%2fadvanced-tableless-forms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f24%2fadvanced-tableless-forms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Advanced_tableless_forms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Advanced_tableless_forms</guid>
      <pubDate>Wed, 25 Jun 2008 13:41:54 GMT</pubDate>
    </item>
    <item>
      <title>Understanding scope in object oriented JavaScript</title>
      <description>When you think of the keyword this you probably assume it refers to the current instance of the class. This is true for most object oriented languages like C# and Java.

So, knowing this you would probably assume the same would be true of JavaScript and it's this keyword. This is, however, not the case. Like a lot of things about writing object oriented code in JavaScript, this behaves differently in some situations. this does not always refer to the class instance depending on how you use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f03%2funderstanding-scope-in-object-oriented-javascript%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f06%2f03%2funderstanding-scope-in-object-oriented-javascript%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Understanding_scope_in_object_oriented_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Understanding_scope_in_object_oriented_JavaScript</guid>
      <pubDate>Tue, 03 Jun 2008 14:55:36 GMT</pubDate>
    </item>
    <item>
      <title>Empty try blocks</title>
      <description>The article explains why you might see functions that do nothing in the &amp;quot;try&amp;quot; block. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f10%2fthe-empty-try-block-mystery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f10%2fthe-empty-try-block-mystery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Empty_try_blocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Empty_try_blocks</guid>
      <pubDate>Fri, 11 Apr 2008 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>SqlDateTime.TryParse, almost</title>
      <description>I talked about an issue I ran into between DateTime.MinValue and SqlDateTime.MinValue in a previous post. One other point I noticed while researching the topic was that, unlike almost all other types, SqlDateTime doesn't have a TryParse method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fsqldatetimetryparse-almost%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fsqldatetimetryparse-almost%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SqlDateTime_TryParse_almost</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SqlDateTime_TryParse_almost</guid>
      <pubDate>Wed, 02 Apr 2008 17:55:32 GMT</pubDate>
    </item>
    <item>
      <title>Stored procedures are better than dynamic sql</title>
      <description>There are many arguments to whether stored procedures or dynamic sql is best when developing applications. I don't think there is a cut and dry "best". As with most things in programming, it boils down to what is best in your current situation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fstored-procedures-are-better-then-dynamic-sql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fstored-procedures-are-better-then-dynamic-sql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Stored_procedures_are_better_than_dynamic_sql</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Stored_procedures_are_better_than_dynamic_sql</guid>
      <pubDate>Wed, 02 Apr 2008 15:32:17 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript defining and using custom events</title>
      <description>Simply, a custom event is something that happens that you feel is important enough to define actions to execute when this something happens. Clear as mud? I think I confused even myself. A custom event is just like a native event (onclick, onload, etc) except you define what it is and when it should fire. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fjavascript-defining-and-using-custom-events%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f04%2f02%2fjavascript-defining-and-using-custom-events%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/JavaScript_defining_and_using_custom_events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/JavaScript_defining_and_using_custom_events</guid>
      <pubDate>Wed, 02 Apr 2008 15:29:36 GMT</pubDate>
    </item>
    <item>
      <title>Programming Is All About Passion</title>
      <description>Passion! Passion! Passion! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fprogramming-is-all-about-passion.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f03%2fprogramming-is-all-about-passion.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Programming_Is_All_About_Passion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Programming_Is_All_About_Passion</guid>
      <pubDate>Mon, 31 Mar 2008 15:31: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>Integrate PayPal Checkout Button with ASP.NET 2.0</title>
      <description>I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then, several people have made mention of a problem of a problem that I came across myself when coding this, namely getting your project to recognize the reference to the new custom form class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f03%2fIntegrate-PayPal-Checkout-Button-with-ASPNET-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f03%2fIntegrate-PayPal-Checkout-Button-with-ASPNET-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Integrate_PayPal_Checkout_Button_with_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Integrate_PayPal_Checkout_Button_with_ASP_NET_2_0</guid>
      <pubDate>Mon, 31 Mar 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>C# DateTime.MinValue is not the same as SqlDateTime.MinValue</title>
      <description>Working with non-nullable types in C# can be a bit of a pain. For instance when I have a date as a string and need to parse it into a DateTime what should the value be if the parse fails? I can't use null because DateTime is not a nullable type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f03%2f26%2fc-datetimeminvalue-is-not-the-same-as-sqldatetimeminvalue%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f03%2f26%2fc-datetimeminvalue-is-not-the-same-as-sqldatetimeminvalue%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_DateTime_MinValue_is_not_the_same_as_SqlDateTime_MinValue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_DateTime_MinValue_is_not_the_same_as_SqlDateTime_MinValue</guid>
      <pubDate>Sun, 30 Mar 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>13 Tips to Comment Your Code</title>
      <description>Following are 13 tips on how to comment your source code so that it is easier to understand and maintain over time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtopics.com%2f13-tips-to-comment-your-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtopics.com%2f13-tips-to-comment-your-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/13_Tips_to_Comment_Your_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/13_Tips_to_Comment_Your_Code</guid>
      <pubDate>Tue, 18 Mar 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>There's some darkness in your silver light.</title>
      <description>Rob voices his complaints about Silverlight 2.0 from the perspective of a developer of WPF and Flash applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f13%2fthere-s-some-darkness-in-your-silver-light.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f13%2fthere-s-some-darkness-in-your-silver-light.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/There_s_some_darkness_in_your_silver_light</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/There_s_some_darkness_in_your_silver_light</guid>
      <pubDate>Thu, 13 Mar 2008 17:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Creating screenshot with C#</title>
      <description>Simple way how to create screenshots in Winforms applications for error-logging purposes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftypeof.net%2fpost%2fCreating-screenshot-with-C-sharp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftypeof.net%2fpost%2fCreating-screenshot-with-C-sharp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Creating_screenshot_with_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Creating_screenshot_with_C</guid>
      <pubDate>Thu, 13 Mar 2008 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IE8, Microsoft and the Reverse Fanboys</title>
      <description>As the beta test of IE8 recently became available we are quickly approaching the release of another version of Internet Explorer. Much frustration has been expressed about the issues (or supposed issues ) in this beta. Some of this concern is definitely understandable, however, I think some of the negativity is present just because IE is a Microsoft product. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fIE82c-Microsoft-and-the-Reverse-Fanboys.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.frickinsweet.com%2fryanlanciaux.com%2fpost%2fIE82c-Microsoft-and-the-Reverse-Fanboys.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE8_Microsoft_and_the_Reverse_Fanboys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE8_Microsoft_and_the_Reverse_Fanboys</guid>
      <pubDate>Sat, 08 Mar 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>New drop of ASP.NET MVC Framework now available </title>
      <description>Jeff Palermo announces the new release of the ASP.NET MVC Framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f03%2f05%2fnew-drop-of-asp-net-mvc-framework-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f03%2f05%2fnew-drop-of-asp-net-mvc-framework-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_drop_of_ASP_NET_MVC_Framework_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_drop_of_ASP_NET_MVC_Framework_now_available</guid>
      <pubDate>Thu, 13 Mar 2008 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Internet Explorer 8 Beta 1 Download</title>
      <description>Internet Explorer 8 Beta 1 Download &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fwindows%2fproducts%2fwinfamily%2fie%2fie8%2freadiness%2fInstall.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fwindows%2fproducts%2fwinfamily%2fie%2fie8%2freadiness%2fInstall.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Internet_Explorer_8_Beta_1_Download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Internet_Explorer_8_Beta_1_Download</guid>
      <pubDate>Wed, 05 Mar 2008 21:01:11 GMT</pubDate>
    </item>
    <item>
      <title>How Super Mario Bros Made Me a Better Software Engineer</title>
      <description>Playing NES video games does have some advantages! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f02%2fHow-Super-Mario-Bros-Made-Me-a-Better-Software-Engineer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f02%2fHow-Super-Mario-Bros-Made-Me-a-Better-Software-Engineer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_Super_Mario_Bros_Made_Me_a_Better_Software_Engineer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_Super_Mario_Bros_Made_Me_a_Better_Software_Engineer</guid>
      <pubDate>Mon, 03 Mar 2008 17:16:05 GMT</pubDate>
    </item>
    <item>
      <title>How Rockstars nest Repeater controls in ASP.Net</title>
      <description>A couple of days ago while I was busy coding I ran into problem where I needed to nest Repeaters. There were a number of articles I found but they all dealt with nested Repeater controls using a DataSet as the data source but I needed to use a custom collection (List&amp;lt;T&amp;gt;). 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f02%2f29%2fhow-to-nest-repeater-controls-in-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f02%2f29%2fhow-to-nest-repeater-controls-in-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_Rockstars_nest_Repeater_controls_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_Rockstars_nest_Repeater_controls_in_ASP_Net</guid>
      <pubDate>Fri, 29 Feb 2008 16:02:04 GMT</pubDate>
    </item>
    <item>
      <title>Welcome from DotNetKicks</title>
      <description>

I just wanted to say a hello to the users coming over from dot net kicks. It is always good to talk with fellow .Net coders.

This is the first time I have made it to the front page (original post) and wanted to mention a thank you to dot net kicks for the great content that it pumps out. I always find good stuff each day that helps me become a better developer.

I hope that this is just the first of many articles that I can contribute to a great community. If you liek this blog please consider signing up for the RSS feed.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f02%2f28%2fwelcome-from-dotnetkicks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2008%2f02%2f28%2fwelcome-from-dotnetkicks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Welcome_from_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Welcome_from_DotNetKicks</guid>
      <pubDate>Thu, 28 Feb 2008 09:47:15 GMT</pubDate>
    </item>
  </channel>
</rss>