<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by scarney81</title>
    <description>Stories kicked by scarney81</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>Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks</title>
      <description>After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework.  If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the &amp;quot;Inny-Minny-Miney-Moe&amp;quot; method!   I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us.  I put together a comparison matrix to illustrate where many of the frameworks differ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f04%2fComparing-Popular-JavaScript-Frameworks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f04%2fComparing-Popular-JavaScript-Frameworks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Comprehensive_Comparson_of_7_Popular_JavaScript_Ajax_Frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Comprehensive_Comparson_of_7_Popular_JavaScript_Ajax_Frameworks</guid>
      <pubDate>Tue, 22 Apr 2008 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Do You Really Want to Be a Development Team Leader?</title>
      <description>Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, &amp;quot;I'd like to become a Development Team Leader&amp;quot;.

Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f12%2fdo-you-really-want-to-be-a-development-team-leader.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f04%2f12%2fdo-you-really-want-to-be-a-development-team-leader.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Do_You_Really_Want_to_Be_a_Development_Team_Leader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Do_You_Really_Want_to_Be_a_Development_Team_Leader</guid>
      <pubDate>Sun, 13 Apr 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Write more empty lines! They will be read!</title>
      <description>Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f07%2fWriteMoreEmptyLinesTheyWillBeRead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f07%2fWriteMoreEmptyLinesTheyWillBeRead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Write_more_empty_lines_They_will_be_read</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Write_more_empty_lines_They_will_be_read</guid>
      <pubDate>Sat, 08 Mar 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Howto savely move a file using C# </title>
      <description>If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;)  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fhowto-savely-move-a-file-using-c%2f145.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fhowto-savely-move-a-file-using-c%2f145.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Howto_savely_move_a_file_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Howto_savely_move_a_file_using_C</guid>
      <pubDate>Mon, 03 Mar 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Google Chart C# API</title>
      <description>Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Google_Chart_C_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Google_Chart_C_API</guid>
      <pubDate>Tue, 05 Feb 2008 00:01:03 GMT</pubDate>
    </item>
    <item>
      <title> VS 2008 Web Deployment Project Support Released</title>
      <description>Web Deployment projects can be used with either the &amp;quot;ASP.NET Web Site&amp;quot; or &amp;quot;ASP.NET Web Application Project&amp;quot; options built-into VS 2008, and provide a few additional build, packaging and deployment options for you to use. &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%2f01%2f28%2fvs-2008-web-deployment-project-support-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f28%2fvs-2008-web-deployment-project-support-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS_2008_Web_Deployment_Project_Support_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS_2008_Web_Deployment_Project_Support_Released</guid>
      <pubDate>Wed, 30 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>MSDN Code Gallery (Direct link)</title>
      <description>The MSDN Code Gallery is a portal for snippets, samples and other resources.  In it you can find pages that describe samples and supporting documents including screenshots and design documents.  In addition, you will find hosted conversations about these samples, sample projects or other resources that have been provided to the community.  This destination is open to the entire community to contribute content to. (Description from Soma's blog) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/MSDN_Code_Gallery_Direct_link</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/MSDN_Code_Gallery_Direct_link</guid>
      <pubDate>Wed, 30 Jan 2008 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Microsoft Press e-books!</title>
      <description>Once again Microsoft brings some knowledge to the masses :) This time its free e-books. All the headings speak for them selfs and with few words these books are MUST HAVE for every developer. Only few chapters are included in pdf's as you are encouraged to buy them! Here is the content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajaxus.net%2f2008%2f01%2f24%2ffree-microsoft-press-e-books%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajaxus.net%2f2008%2f01%2f24%2ffree-microsoft-press-e-books%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Free_Microsoft_Press_e_books</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Free_Microsoft_Press_e_books</guid>
      <pubDate>Thu, 24 Jan 2008 19:16:39 GMT</pubDate>
    </item>
    <item>
      <title>Migrating Web Application Projects between VS 2005 and VS 2008</title>
      <description>If you move Web Application Projects between Visual Studio 2008 and Visual Studio 2005 and a machine that doesn't have Visual Studio 2005 installed you will find that the project doesn't load due to a build target difference. &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%2f234883.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f234883.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Migrating_Web_Application_Projects_between_VS_2005_and_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Migrating_Web_Application_Projects_between_VS_2005_and_VS_2008</guid>
      <pubDate>Tue, 22 Jan 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Implementing an efficient, RecursiveSelect in Linq</title>
      <description>It took three times to get it right, but now there is an efficient recursive sibling to SelectMany...and hopefully an important lesson. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwork.j832.com%2f2008%2f01%2frecursion-linq-etc-3rd-times-charm.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwork.j832.com%2f2008%2f01%2frecursion-linq-etc-3rd-times-charm.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Implementing_an_efficient_RecursiveSelect_in_Linq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Implementing_an_efficient_RecursiveSelect_in_Linq</guid>
      <pubDate>Fri, 18 Jan 2008 22:24:56 GMT</pubDate>
    </item>
    <item>
      <title>Really simple Business Rule validation using lambdas</title>
      <description>A little abstraction to help with simple rule validation scenarios. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f01%2fReally-simple-Business-Rule-validation-using-lambdas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f01%2fReally-simple-Business-Rule-validation-using-lambdas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Really_simple_Business_Rule_validation_using_lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Really_simple_Business_Rule_validation_using_lambdas</guid>
      <pubDate>Tue, 08 Jan 2008 04:41:07 GMT</pubDate>
    </item>
  </channel>
</rss>
