<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by phatboyslim</title>
    <description>Stories kicked by phatboyslim</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>Lucene.Net needs your help (or it will die)</title>
      <description>The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help.
This post explains a bit more in detail why this is happening &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%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2010%2f11%2f01%2fLucene-Net-needs-your-help-or-it-will-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_needs_your_help_or_it_will_die_1</guid>
      <pubDate>Mon, 01 Nov 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier</title>
      <description>The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6).  This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects.  Today's release includes the following feature improvements:

    * Better Imperative Syntax: A new, simplified, code syntax for creating client controls.

    * Client Script Loader: A new client-side script loader that can dynamically load all of the JavaScript files required by a client control or library automatically, and executes the scripts in the right order.

    * Better jQuery Integration: All Microsoft Ajax controls are now automatically exposed as jQuery plug-ins.
 &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%2f2009%2f10%2f15%2fannouncing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f10%2f15%2fannouncing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Microsoft_Ajax_Library_Preview_6_and_the_Microsoft_Ajax_Minifier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Microsoft_Ajax_Library_Preview_6_and_the_Microsoft_Ajax_Minifier</guid>
      <pubDate>Fri, 16 Oct 2009 10:50:12 GMT</pubDate>
    </item>
    <item>
      <title>qTip Tooltip with jQuery UI ThemeRoller Support</title>
      <description>Recently as I develop with jQuery, I've been trying to either use jQuery UI ThemeRoller supported plugins or somehow tweak existing jQuery plugins to support the ThemeRoller classes.

Note: There are many plugins out there that already support ThemeRoller (and you can find a list I've compiled in my previous Quickly Testing Various jQuery UI Themes on Your Website post).

Out of all the jQuery tooltip plugins I've seen, I prefer the qTip implementation. The tooltips look good and it is easy to use. There are several themes that are supported out of the box and you can also tweak the styles if you don't like the baked in ones. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felijahmanor.com%2fwebdevdotnet%2fpost%2fqTip-Tooltip-with-jQuery-UI-ThemeRoller-Support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felijahmanor.com%2fwebdevdotnet%2fpost%2fqTip-Tooltip-with-jQuery-UI-ThemeRoller-Support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/qTip_Tooltip_with_jQuery_UI_ThemeRoller_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/qTip_Tooltip_with_jQuery_UI_ThemeRoller_Support</guid>
      <pubDate>Thu, 15 Oct 2009 12:41:56 GMT</pubDate>
    </item>
    <item>
      <title>A generic way to find ASP.NET ClientIDs with jQuery</title>
      <description>ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. &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%2f42319.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f42319.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</guid>
      <pubDate>Thu, 15 Oct 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Database Documentation Using SchemaSpy</title>
      <description>A blog post that provides a tutorial on how to use SchemaSpy to document Microsoft Sql Server 2000 and 2005 databases. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f01%2fdatabase-documentation-using-schemaspy.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f01%2fdatabase-documentation-using-schemaspy.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Database_Documentation_Using_SchemaSpy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Database_Documentation_Using_SchemaSpy</guid>
      <pubDate>Tue, 27 Jan 2009 00:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005 Database Design and Optimization</title>
      <description>11 tips to keep your database running at an optimal speed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f12%2fSQL-Server-2005-Database-Design-amp%3b-Optimization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f12%2fSQL-Server-2005-Database-Design-amp%3b-Optimization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Database_Design_and_Optimization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Database_Design_and_Optimization</guid>
      <pubDate>Sun, 28 Dec 2008 07:39:45 GMT</pubDate>
    </item>
    <item>
      <title>The Ten Most Asked SQL Server Questions And Their Answers</title>
      <description>Then 10 most asked SQL Server Programming questions and their answer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2fthe-ten-most-asked-sql-server-questions--1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDataMgmt%2fDataDesign%2fthe-ten-most-asked-sql-server-questions--1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Ten_Most_Asked_SQL_Server_Questions_And_Their_Answers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Ten_Most_Asked_SQL_Server_Questions_And_Their_Answers</guid>
      <pubDate>Thu, 11 Dec 2008 21:01:14 GMT</pubDate>
    </item>
    <item>
      <title>7 Healthy Habits of Highly Effective Web Workers</title>
      <description>A collection of important, often overlooked, strategies for getting the most productivity out of your programming day. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f12%2f7-Healthy-Habits-of-Highly-Effective-Web-Workers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f12%2f7-Healthy-Habits-of-Highly-Effective-Web-Workers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/7_Healthy_Habits_of_Highly_Effective_Web_Workers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/7_Healthy_Habits_of_Highly_Effective_Web_Workers</guid>
      <pubDate>Wed, 03 Dec 2008 09:26:49 GMT</pubDate>
    </item>
    <item>
      <title>Remove Surrounding White Space From An Image</title>
      <description>Article on how to use VB.net to remove unnecessary surrounding whitespace from a product photo. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f11%2fRemove-Surrounding-White-Space-From-An-Image.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f11%2fRemove-Surrounding-White-Space-From-An-Image.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Remove_Surrounding_White_Space_From_An_Image</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Remove_Surrounding_White_Space_From_An_Image</guid>
      <pubDate>Sun, 23 Nov 2008 05:18:20 GMT</pubDate>
    </item>
    <item>
      <title>8 Favorite Developer Tips/Tricks</title>
      <description>Tips for Visual Studio, Visual Source Safe, Javascript &amp;amp; SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f11%2f8-Favorite-Developer-Tips-amp%253b-Tricks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f11%2f8-Favorite-Developer-Tips-amp%253b-Tricks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/8_Favorite_Developer_Tips_Tricks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/8_Favorite_Developer_Tips_Tricks</guid>
      <pubDate>Mon, 10 Nov 2008 06:06:28 GMT</pubDate>
    </item>
    <item>
      <title>Software Tools You Should Be Using and Blogs You Should Be Reading</title>
      <description>Advice on how to become a great developer and not just a monkey programmer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f11%2ftools-you-should-be-using-and-blogs-you.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.obishawn.com%2f2008%2f11%2ftools-you-should-be-using-and-blogs-you.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_Tools_You_Should_Be_Using_and_Blogs_You_Should_Be_Reading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_Tools_You_Should_Be_Using_and_Blogs_You_Should_Be_Reading</guid>
      <pubDate>Mon, 03 Nov 2008 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Winforms and ASP.NET Chart Controls</title>
      <description>Directly from Microsoft &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</guid>
      <pubDate>Mon, 27 Oct 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Zip Compressing ASP.NET Session and Cache State</title>
      <description>Scott Hanselman discusses a recent podcast with the team from StackOverflow where it was mentioned that they compress the Cache or Session data in ASP.NET, enabling them to store about 5-10x more data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Zip_Compressing_ASP_NET_Session_and_Cache_State</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Zip_Compressing_ASP_NET_Session_and_Cache_State</guid>
      <pubDate>Thu, 23 Oct 2008 21:31:15 GMT</pubDate>
    </item>
    <item>
      <title>7 of my favorite jQuery plugins for use with ASP.NET</title>
      <description>Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</guid>
      <pubDate>Mon, 20 Oct 2008 20:46:04 GMT</pubDate>
    </item>
    <item>
      <title>&amp;quot;Web Application Installer&amp;quot; moves to Beta</title>
      <description>Remember last week when I mentioned the Microsoft Web Platform Installer? It's an bootstrapper that gets you setup for free web development, all in a single application. It'll setup IIS7, get you Visual Studio, SQL Server, .NET, etc. Cool. And there was much rejoicing (except XP folks, sorry.) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fMicrosoftWebApplicationInstallerOpenSourceWebAppsDeliveredAndInstalled.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fMicrosoftWebApplicationInstallerOpenSourceWebAppsDeliveredAndInstalled.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_Application_Installer_moves_to_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_Application_Installer_moves_to_Beta</guid>
      <pubDate>Fri, 17 Oct 2008 19:44:41 GMT</pubDate>
    </item>
    <item>
      <title>ASP.net MVC goes Beta</title>
      <description>Hot on the heels of Silverlight, MVC is out of preview and into Beta today. &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%3da24d1e00-cd35-4f66-baa0-2362bdde0766%26displaylang%3den%26tm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3ffamilyid%3da24d1e00-cd35-4f66-baa0-2362bdde0766%26displaylang%3den%26tm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_net_MVC_goes_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_net_MVC_goes_Beta</guid>
      <pubDate>Thu, 16 Oct 2008 09:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Social Interaction Guidelines for Programmers, Developers, and Enginee</title>
      <description>I wanted to write this post because I felt it was something which is often lacking in the software development community, and without sounding boastful, I have had a number of people tell me 'how could you be a programmer?  You have great conversational ability.'.  I realize, like everyone else, that this is a terrible stereotype of our community, and more than likely it just a few individuals and also a stereotype perpetuated by television and movies that lead people to believe developers are socially inept.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f10%2fSocial-Interaction-Guidelines-for-Programmers%2c-Developers%2c-and-Engineers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fitnessconnections.com%2fblog%2fpost%2f2008%2f10%2fSocial-Interaction-Guidelines-for-Programmers%2c-Developers%2c-and-Engineers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Social_Interaction_Guidelines_for_Programmers_Developers_and_Enginee</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Social_Interaction_Guidelines_for_Programmers_Developers_and_Enginee</guid>
      <pubDate>Wed, 15 Oct 2008 07:53:13 GMT</pubDate>
    </item>
    <item>
      <title>Windows comming soon to Amazon EC2</title>
      <description>This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faws.typepad.com%2faws%2f2008%2f10%2fcoming-soon-ama.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faws.typepad.com%2faws%2f2008%2f10%2fcoming-soon-ama.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Windows_comming_soon_to_Amazon_EC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Windows_comming_soon_to_Amazon_EC2</guid>
      <pubDate>Thu, 02 Oct 2008 02:01:15 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and Microsoft</title>
      <description>ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward.  We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch.  The files will continue to use and ship under the existing jQuery MIT license. &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%2f09%2f28%2fjquery-and-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f28%2fjquery-and-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</guid>
      <pubDate>Mon, 29 Sep 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Silverlight 2 Release Candidate Now Available</title>
      <description>&amp;quot;This evening we published the first public release candidate of Silverlight 2.&amp;quot; &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%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</guid>
      <pubDate>Fri, 26 Sep 2008 17:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Disabling a Submit Button During Asynchronous Postback</title>
      <description>I wasn't able to find a good post about this online so I decided to blog my experience here in the hopes someone else looking for a similar solution will be able to find this useful.  Title is pretty self explanatory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f01%2fDisabling-a-submit-button-UpdatePanel-Update-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f01%2fDisabling-a-submit-button-UpdatePanel-Update-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Disabling_a_Submit_Button_During_Asynchronous_Postback</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Disabling_a_Submit_Button_During_Asynchronous_Postback</guid>
      <pubDate>Mon, 22 Sep 2008 23:00:38 GMT</pubDate>
    </item>
    <item>
      <title>Useful asp.net AJAX client side methods</title>
      <description>An outline of methods that are bundled with ASP.net AJAX and work only when there is a ScriptManager on the page you are working on.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f09%2fUseful-aspnet-AJAX-client-side-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffitnessconnections.com%2fblog%2fpost%2f2008%2f09%2fUseful-aspnet-AJAX-client-side-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Useful_asp_net_AJAX_client_side_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Useful_asp_net_AJAX_client_side_methods</guid>
      <pubDate>Sun, 21 Sep 2008 01:20:27 GMT</pubDate>
    </item>
    <item>
      <title> ASP.NET MVC Beta1 in a few weeks and v1 by end of year</title>
      <description>A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC:
ScottGu says feature complete MVC beta &amp;quot;in a few weeks&amp;quot;. final v1 by end of year
 &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%2f09%2f19%2fasp.net-mvc-beta1-in-a-few-weeks-and-v1-by.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f09%2f19%2fasp.net-mvc-beta1-in-a-few-weeks-and-v1-by.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Beta1_in_a_few_weeks_and_v1_by_end_of_year</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Beta1_in_a_few_weeks_and_v1_by_end_of_year</guid>
      <pubDate>Fri, 19 Sep 2008 17:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Logging to the Database with Log4Net and ADO.Net</title>
      <description>A short screencasts on performing logging to the Database with Log4Net and ADO.Net &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%2f45"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f45" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Logging_to_the_Database_with_Log4Net_and_ADO_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Logging_to_the_Database_with_Log4Net_and_ADO_Net</guid>
      <pubDate>Tue, 16 Sep 2008 23:46:03 GMT</pubDate>
    </item>
    <item>
      <title>StackOverflow</title>
      <description>StackOverflow -  - is in public beta. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstackoverflow.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstackoverflow.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/StackOverflow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/StackOverflow</guid>
      <pubDate>Mon, 15 Sep 2008 22:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>
