<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by tlynch</title>
    <description>Stories kicked by tlynch</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>27 Free Must-have Online Collaboration Tools</title>
      <description>hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcrazeegeekchick.com%2fblog%2f27-free-must-have-online-collaboration-tools%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/27_Free_Must_have_Online_Collaboration_Tools</guid>
      <pubDate>Fri, 28 Nov 2008 00:46:12 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET Charting Control</title>
      <description>From ScottGu's blog.  Brand new, Free, ASP.NET 3.5 chart control.  It looks very nice!
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</guid>
      <pubDate>Tue, 25 Nov 2008 16:31:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Ajax uploader plugin (with progress bar!)</title>
      <description>Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2008%2f11%2f24%2fjquery-ajax-uploader-plugin-with-progress-bar%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f11%2f24%2fjquery-ajax-uploader-plugin-with-progress-bar%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_Ajax_uploader_plugin_with_progress_bar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_Ajax_uploader_plugin_with_progress_bar</guid>
      <pubDate>Mon, 24 Nov 2008 21:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Starting with jQuery - Using jQuery with Web Forms</title>
      <description>In this sixth and final entry on a series of post focused on using jQuery with no prior knowledge, I dive into applying jQuery into the traditional ASP.Net web form environment. The example code covered in this entry focuses on applying the jQuery Validation plug-in against 2 sets of input in the same form. To make the example more realistic, the form fields are contained inside of content page to ensure the code works with ASP.Net's client id renaming feature/annoyance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2008%2f11%2fstarting-with-jquery-using-jquery-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2008%2f11%2fstarting-with-jquery-using-jquery-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Starting_with_jQuery_Using_jQuery_with_Web_Forms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Starting_with_jQuery_Using_jQuery_with_Web_Forms</guid>
      <pubDate>Sun, 09 Nov 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem</title>
      <description>I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f10%2f16%2fClient-Side-ASPNET-ListView-Sorting-via-jQuery-TableSorter-Plugin-Demo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f10%2f16%2fClient-Side-ASPNET-ListView-Sorting-via-jQuery-TableSorter-Plugin-Demo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Client_Side_ASP_NET_ListView_Sorting_via_jQuery_TableSorter_Plugin_Dem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Client_Side_ASP_NET_ListView_Sorting_via_jQuery_TableSorter_Plugin_Dem</guid>
      <pubDate>Tue, 21 Oct 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Touchless - A webcam multi-touch SDK</title>
      <description>That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&amp;amp;Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.officelabs.com%2fLists%2fPosts%2fPost.aspx%3fList%3d3d0ec20d%252D058d%252D4333%252D813a%252Debbcf0846655%26ID%3d61"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.officelabs.com%2fLists%2fPosts%2fPost.aspx%3fList%3d3d0ec20d%252D058d%252D4333%252D813a%252Debbcf0846655%26ID%3d61" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Touchless_A_webcam_multi_touch_SDK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Touchless_A_webcam_multi_touch_SDK</guid>
      <pubDate>Sun, 12 Oct 2008 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Check username availability with JQuery &amp;amp; ASP.NET</title>
      <description>This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fCheck-username-availability-with-JQuery-and-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fCheck-username-availability-with-JQuery-and-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Check_username_availability_with_JQuery_ASP_NET_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Check_username_availability_with_JQuery_ASP_NET_1</guid>
      <pubDate>Tue, 07 Oct 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Custom jQuery Selector for ASP.NET WebForms</title>
      <description>My quest for a better way to select ASP.NET auto-generated IDs with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</guid>
      <pubDate>Sun, 05 Oct 2008 22:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs</title>
      <description>Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</guid>
      <pubDate>Mon, 22 Sep 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to make my web pages Internet Explorer 8 compatible</title>
      <description>Free tool to make your web pages compatible with IE8 by automating the introduction of the compatibility flag. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aggiorno.com%2fblog%2fpost%2fHow-to-make-my-web-pages-Internet-Explorer-8-compatible.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aggiorno.com%2fblog%2fpost%2fHow-to-make-my-web-pages-Internet-Explorer-8-compatible.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/How_to_make_my_web_pages_Internet_Explorer_8_compatible</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/How_to_make_my_web_pages_Internet_Explorer_8_compatible</guid>
      <pubDate>Thu, 28 Aug 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Completely Scripting a SQL Server Database</title>
      <description>A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f25%2fCompletely-Scripting-a-SQL-Server-Database.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f25%2fCompletely-Scripting-a-SQL-Server-Database.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Completely_Scripting_a_SQL_Server_Database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Completely_Scripting_a_SQL_Server_Database</guid>
      <pubDate>Tue, 26 Aug 2008 19:16:02 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>Exploring System.Web.Routing</title>
      <description>An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f20%2fExploring-SystemWebRouting.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f20%2fExploring-SystemWebRouting.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exploring_System_Web_Routing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exploring_System_Web_Routing</guid>
      <pubDate>Thu, 21 Aug 2008 18:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Updated version of Postback Ritalin - ASP.NET AJAX Server Control</title>
      <description>PostBack Ritalin is an ASP.NET AJAX server control to help simplify the common task of disabling buttons and imagebuttons during partial postbacks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f03%2f16%2fpostback-ritalin-update-v02%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2findex.php%2f2007%2f03%2f16%2fpostback-ritalin-update-v02%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Updated_version_of_Postback_Ritalin_ASP_NET_AJAX_Server_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Updated_version_of_Postback_Ritalin_ASP_NET_AJAX_Server_Control</guid>
      <pubDate>Thu, 17 Jul 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Optimize WebResource.axd and ScriptResource.axd</title>
      <description>Some weeks ago I wrote how to minify and compress the WebResource.axd handler. In the comments of that post someone asked how to do the same with ScriptResource.axd. I thought about it and realized it could be done much smarter.If you take a look at the HTML source at the CodePlex Issue Tracker page, you'll see it references 13 WebResource.axd and ScriptResource.axd. That's 13 different web requests on each page load. The ScriptResource.axd is using HTTP compression but WebResource.axd does not. None of them minifies the scripts.Therefore it would be cool to create a plug 'n play HttpModule that combines all resource.axd scripts into one single web request and then minify and compress them. It would result in smaller HTML, fewer web requests and optimized JavaScript code. If you're a YSlow nazi like me, this is a must-have. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOptimize-WebResourceaxd-and-ScriptResourceaxd.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOptimize-WebResourceaxd-and-ScriptResourceaxd.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Optimize_WebResource_axd_and_ScriptResource_axd</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Optimize_WebResource_axd_and_ScriptResource_axd</guid>
      <pubDate>Thu, 10 Jul 2008 20:01:06 GMT</pubDate>
    </item>
    <item>
      <title>3 mistakes to avoid when using jQuery with ASP.NET AJAX</title>
      <description>Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f05%2f3-mistakes-to-avoid-when-using-jquery-with-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f05%2f3-mistakes-to-avoid-when-using-jquery-with-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_mistakes_to_avoid_when_using_jQuery_with_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_mistakes_to_avoid_when_using_jQuery_with_ASP_NET_AJAX</guid>
      <pubDate>Thu, 05 Jun 2008 12:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Unofficial google shell... awsome</title>
      <description>Web base command shell for google. What else can I say?... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoosh.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoosh.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Unofficial_google_shell_awsome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Unofficial_google_shell_awsome</guid>
      <pubDate>Mon, 02 Jun 2008 16:16:04 GMT</pubDate>
    </item>
    <item>
      <title>HydrogenCMS Released</title>
      <description>The source for a new simple cms has been released using asp.net mvc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgravitycube.net%2fblog%2fpost%2fHydrogenCMS-Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgravitycube.net%2fblog%2fpost%2fHydrogenCMS-Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/HydrogenCMS_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/HydrogenCMS_Released</guid>
      <pubDate>Mon, 02 Jun 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Sysinternals, now easier to get than ever</title>
      <description>The sysinternals team has placed all their tools on a network share... on the internet.  Now you can copy and run any of their tools from the command line.  Anywhere.  With no installs, website googling, unzipping or anything.  \\live.sysinternals.com\tools\ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fSysinternals-File-Share.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fSysinternals-File-Share.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Sysinternals_now_easier_to_get_than_ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Sysinternals_now_easier_to_get_than_ever</guid>
      <pubDate>Sat, 31 May 2008 14:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Finally, a SelectedItems Option (yaaay)</title>
      <description>The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection.  This post provides a generic extension method for retrieving the selected items from any ListControl. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fFinally2c-a-SelectedItems-Option-(yaaay).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iansuttle.com%2fblog%2fpost%2fFinally2c-a-SelectedItems-Option-(yaaay).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Finally_a_SelectedItems_Option_yaaay</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Finally_a_SelectedItems_Option_yaaay</guid>
      <pubDate>Wed, 14 May 2008 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Implement MetaWeblog API in ASP.NET</title>
      <description>There is no doubt that MetaWeblog API is one of the very helpful and popular inventions around online publishing especially for blog engines and services. Of course MetaWeblog API has not been a tool only for blogs because it's used as a general publishing service for others sites as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fimplement-metaweblog-api-in-asp-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fimplement-metaweblog-api-in-asp-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Implement_MetaWeblog_API_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Implement_MetaWeblog_API_in_ASP_NET</guid>
      <pubDate>Sat, 10 May 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Creating great thumbnails in ASP.NET</title>
      <description>The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thebrainparasite.com%2fpost%2fCreating-great-thumbnails-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thebrainparasite.com%2fpost%2fCreating-great-thumbnails-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_great_thumbnails_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_great_thumbnails_in_ASP_NET</guid>
      <pubDate>Sat, 10 May 2008 02:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 2.0 final released</title>
      <description>The final version of Json.NET 2.0. Includes all the new features introduced during the betas such as LINQ to JSON and JsonSerializer improvements in addition to all new API documentation. &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%2f05%2f04%2fjson-net-2-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f04%2fjson-net-2-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</guid>
      <pubDate>Sun, 04 May 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Never write another RequiredFieldValidator again</title>
      <description>I don't know about you, but I seem to write RequiredFieldValidators on pretty much every project I work on.    So I figured out a way for .Net to do the work for me... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.com%2fpost%2fNever-write-another-RequiredFieldValidator-again.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.com%2fpost%2fNever-write-another-RequiredFieldValidator-again.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Never_write_another_RequiredFieldValidator_again</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Never_write_another_RequiredFieldValidator_again</guid>
      <pubDate>Thu, 01 May 2008 14:56:28 GMT</pubDate>
    </item>
    <item>
      <title>RestLess - A Simple REST Framework Part 2 : ndepth.net</title>
      <description>An updated to Jayme's RestLess framework with some general improvements (better URLs) and some new properties. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fndepth.net%2fblog%2frestless-a-simple-rest-framework-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fndepth.net%2fblog%2frestless-a-simple-rest-framework-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/RestLess_A_Simple_REST_Framework_Part_2_ndepth_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/RestLess_A_Simple_REST_Framework_Part_2_ndepth_net</guid>
      <pubDate>Thu, 24 Apr 2008 16:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>