<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Marwan</title>
    <description>Stories kicked by Marwan</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>Activator.CreateInstance Performance</title>
      <description>A look at the different forms of Activator.CreateInstance and the performance implications of each. &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%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f01%2f05%2fActivatorCreateInstance-Performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Activator_CreateInstance_Performance</guid>
      <pubDate>Tue, 06 Jan 2009 22:31:23 GMT</pubDate>
    </item>
    <item>
      <title>Interesting use of XML Literals as a View Engine</title>
      <description>Dmitry, who's the PUM for ASP.NET, recently wrote a blog post about an interesting approach he took using VB.NET XML Literals as a view engine for ASP.NET MVC... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f12%2f29%2finteresting-use-of-xml-literals-as-a-view-engine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f12%2f29%2finteresting-use-of-xml-literals-as-a-view-engine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Interesting_use_of_XML_Literals_as_a_View_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Interesting_use_of_XML_Literals_as_a_View_Engine</guid>
      <pubDate>Tue, 30 Dec 2008 00:52:47 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Backup Manager</title>
      <description>A simple Backup Manager for BlogEngine.NET in order to perform some entire Weblog Backups. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f12%2f25%2fBlogEngineNET-Backup-Manager.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f12%2f25%2fBlogEngineNET-Backup-Manager.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/BlogEngine_NET_Backup_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/BlogEngine_NET_Backup_Manager</guid>
      <pubDate>Sat, 27 Dec 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Editing a variable-length list of items in ASP.NET MVC</title>
      <description>It's always awkward to create the right UI for variable-length lists, because you don't know how many input controls to render. How would you do it with ASP.NET MVC? Steven Sanderson shows a fairly elegant technique, including a live demo. &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%2f12%2f22%2fediting-a-variable-length-list-of-items-in-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f12%2f22%2fediting-a-variable-length-list-of-items-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Editing_a_variable_length_list_of_items_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Editing_a_variable_length_list_of_items_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 23 Dec 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Generic Repository</title>
      <description>The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f22%2fnew-repository-lt-t-gt-domagic.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f22%2fnew-repository-lt-t-gt-domagic.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Generic_Repository</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Generic_Repository</guid>
      <pubDate>Tue, 23 Dec 2008 11:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Apply Expand All &amp;amp; Collapse All to Collapsible Panels in ASP.NET AJAX</title>
      <description>Apply Expand All and Collapse All to Collapsible Panels in ASP.NET AJAX &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fApplyExpandAllAndCollapseAlltoCollapsiblePanelsInASPdotNETAJAXandJQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fApplyExpandAllAndCollapseAlltoCollapsiblePanelsInASPdotNETAJAXandJQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Apply_Expand_All_Collapse_All_to_Collapsible_Panels_in_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Apply_Expand_All_Collapse_All_to_Collapsible_Panels_in_ASP_NET_AJAX</guid>
      <pubDate>Sat, 27 Dec 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Ad Rotator</title>
      <description>BlogEngine.NET Ad Rotator Control provides simple interface for managing and rotating ads on the blog  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fuser-controls%2fBlogEngine_NET_Ad_Rotator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fuser-controls%2fBlogEngine_NET_Ad_Rotator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_NET_Ad_Rotator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_NET_Ad_Rotator</guid>
      <pubDate>Sat, 20 Dec 2008 16:16:47 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Unofficial Forums</title>
      <description>The name says it all - forums you can use to discuss BlogEngine.Net.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogengineforum.net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogengineforum.net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/BlogEngine_NET_Unofficial_Forums</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/BlogEngine_NET_Unofficial_Forums</guid>
      <pubDate>Sun, 21 Dec 2008 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Separate trackbacks and comments (and do it in BlogEngine.NET)</title>
      <description>It could be really annoyng when you try to read comments on a blog post with large number of trackbacks. To allow your readers better user experience you can separate trackback from your comments. This short tutorial will show you how to do it in Blogengine.NET quickly (and dirty). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f18%2fSeparate-trackbacks-and-comments-and-do-it-in-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f18%2fSeparate-trackbacks-and-comments-and-do-it-in-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Separate_trackbacks_and_comments_and_do_it_in_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Separate_trackbacks_and_comments_and_do_it_in_BlogEngine_NET</guid>
      <pubDate>Fri, 19 Dec 2008 15:21:44 GMT</pubDate>
    </item>
    <item>
      <title>Sueetie - The Future in .NET Open Source Online Community Development</title>
      <description>Sueetie is an open source community engine that merges some projects such as BlogEngine.NET, YetAnotherForum.NET, Gallery Server Pro, and ScrewTurn Wiki together... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fsueetie-the-future-in-.net-open-source-online-community-development%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fsueetie-the-future-in-.net-open-source-online-community-development%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Sueetie_The_Future_in_NET_Open_Source_Online_Community_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Sueetie_The_Future_in_NET_Open_Source_Online_Community_Development</guid>
      <pubDate>Fri, 19 Dec 2008 10:07:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Release Candidate shipping in January</title>
      <description>ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table &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%2f12%2f19%2fasp-net-mvc-design-gallery-and-upcoming-view-improvements-with-the-asp-net-mvc-release-candidate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f12%2f19%2fasp-net-mvc-design-gallery-and-upcoming-view-improvements-with-the-asp-net-mvc-release-candidate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Release_Candidate_shipping_in_January</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Release_Candidate_shipping_in_January</guid>
      <pubDate>Fri, 19 Dec 2008 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Theme Pack released</title>
      <description>Finally a new Theme Pack for BlogEngine.NET has been released  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f19%2fBlogEngineNET-Theme-Pack-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f19%2fBlogEngineNET-Theme-Pack-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_NET_Theme_Pack_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_NET_Theme_Pack_released</guid>
      <pubDate>Fri, 19 Dec 2008 09:41:28 GMT</pubDate>
    </item>
    <item>
      <title>Announcing Sueetie - the Open Source .NET Community Platform</title>
      <description>Sueetie is a open-source community platform/framework built on open-source .NET applications. It currently integrates great open-source .NET applications such as BlogEngine.NET, ScrewTurn Wiki, YetAnotherForum.NET, Gallery Server Pro, &amp;amp; WSAT Website Starter Kit into a single-themes cohesive community. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fThis-could-be-big-Sueetie-is-online!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdbvt.com%2fblog%2fpost%2fThis-could-be-big-Sueetie-is-online!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Announcing_Sueetie_the_Open_Source_NET_Community_Platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Announcing_Sueetie_the_Open_Source_NET_Community_Platform</guid>
      <pubDate>Fri, 19 Dec 2008 03:43:57 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Design Gallery at www.ASP.net</title>
      <description>We just launched a new Design Gallery for ASP.NET MVC websites at: http://www.ASP.net/mvc/gallery
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2008%2f12%2f18%2fasp-net-mvc-design-gallery-at-www.asp.net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2008%2f12%2f18%2fasp-net-mvc-design-gallery-at-www.asp.net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Design_Gallery_at_www_ASP_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Design_Gallery_at_www_ASP_net</guid>
      <pubDate>Thu, 18 Dec 2008 18:43:41 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.NET Christmas update</title>
      <description>Some exiting things have been going on with BlogEngine.NET lately... &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%2fBlogEngineNET-Christmas-update.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fBlogEngineNET-Christmas-update.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/BlogEngine_NET_Christmas_update</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/BlogEngine_NET_Christmas_update</guid>
      <pubDate>Thu, 18 Dec 2008 08:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Saving DotNetKicks</title>
      <description>Keyvan wrote something about our popular social bookmarking site, DotNetKicks and talked about some spamming problems on DNK and discussed about saving DNK from this situation. A must read post for all DotNetKicks lovers! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fsaving-dotnetkicks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fsaving-dotnetkicks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Saving_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Saving_DotNetKicks</guid>
      <pubDate>Wed, 17 Dec 2008 14:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Improve your jQuery - 25 excellent tips</title>
      <description>jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings.

I'd call myself an &amp;quot;intermediate&amp;quot; jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tvidesign.co.uk%2fblog%2fimprove-your-jquery-25-excellent-tips.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Improve_your_jQuery_25_excellent_tips</guid>
      <pubDate>Tue, 23 Dec 2008 21:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Top 100 Blogs for Developers</title>
      <description>Jurgen Appelo outlines 100 blogs developers should be paying attention to. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noop.nl%2f2008%2f12%2ftop-100-blogs-for-developers-q4-2008.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noop.nl%2f2008%2f12%2ftop-100-blogs-for-developers-q4-2008.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_100_Blogs_for_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_100_Blogs_for_Developers</guid>
      <pubDate>Sat, 20 Dec 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>JankoAtWrapSpeed: Animate your message boxes with jQuery</title>
      <description>A few months ago he posted an article on creating message boxes. No question, you should really take care about it. But this time he wants to make fun with it and add some animations using (you guess) jQuery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f13%2fAnimate-your-message-boxes-with-jQuery.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f12%2f13%2fAnimate-your-message-boxes-with-jQuery.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/JankoAtWrapSpeed_Animate_your_message_boxes_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/JankoAtWrapSpeed_Animate_your_message_boxes_with_jQuery</guid>
      <pubDate>Wed, 17 Dec 2008 17:16:19 GMT</pubDate>
    </item>
    <item>
      <title>jQuery for Absolute Beginners: Video Series</title>
      <description>This is a 9 parts video series for beginners to learn jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</guid>
      <pubDate>Mon, 15 Dec 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>The Academic Background of the .NET Community Leaders</title>
      <description>In this post Keyvan demonstrates the Academic background of most famous guys in the .NET community and talks about the various aspects of academic knowledge and its effect among technology leaders. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnayyeri.net%2fblog%2fthe-academic-background-of-the-.net-community-leaders%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnayyeri.net%2fblog%2fthe-academic-background-of-the-.net-community-leaders%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Academic_Background_of_the_NET_Community_Leaders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Academic_Background_of_the_NET_Community_Leaders</guid>
      <pubDate>Sat, 13 Dec 2008 12:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Refresh BlogEngine.net Posts - Clear Cache</title>
      <description>From now on, whenever you need to edit your blog post files offline, you can clear the cache at the push of a button. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f12%2f12%2fRefresh-BlogEngine-NET-Posts-e28093-Clear-Cache.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f12%2f12%2fRefresh-BlogEngine-NET-Posts-e28093-Clear-Cache.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Refresh_BlogEngine_net_Posts_Clear_Cache</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Refresh_BlogEngine_net_Posts_Clear_Cache</guid>
      <pubDate>Fri, 12 Dec 2008 13:21:07 GMT</pubDate>
    </item>
    <item>
      <title>DNK Community Guidelines - Suggestions welcome! </title>
      <description>Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgroups.google.com%2fgroup%2fdotnetkicks%2fweb%2fdnk-community-guidelines"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgroups.google.com%2fgroup%2fdotnetkicks%2fweb%2fdnk-community-guidelines" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/DNK_Community_Guidelines_Suggestions_welcome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/DNK_Community_Guidelines_Suggestions_welcome</guid>
      <pubDate>Wed, 10 Dec 2008 18:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC</title>
      <description>Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. &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%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f09%2foxite-opensource-cms-from-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Oxite_OpenSource_CMS_from_Microsoft_Built_on_ASP_NET_MVC</guid>
      <pubDate>Tue, 09 Dec 2008 11:16:18 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC XForms released on CodePlex</title>
      <description>Just noticed there's a new project on CodePlex related to the ASP.NET MVC framework: MVC XForms. MVC XForms is a simple UI framework for ASP.NET MVC based on the W3C XForms specification. It provides a set of form controls that allow updating of complex model objects.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f05%2fASPNET-MVC-XForms-released-on-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f05%2fASPNET-MVC-XForms-released-on-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_XForms_released_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_XForms_released_on_CodePlex</guid>
      <pubDate>Sun, 07 Dec 2008 00:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>