<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by desmond</title>
    <description>Stories kicked by desmond</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>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>Combining independent widgets on ASP.NET MVC pages</title>
      <description>As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or &amp;quot;widgets&amp;quot;. Steven Sanderson explains a technique similar to MVC Contrib's &amp;quot;subcontrollers&amp;quot;, but much simpler. &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%2f10%2f14%2fpartial-requests-in-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f10%2f14%2fpartial-requests-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Combining_independent_widgets_on_ASP_NET_MVC_pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Combining_independent_widgets_on_ASP_NET_MVC_pages</guid>
      <pubDate>Sun, 19 Oct 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Screencast: Model-based client-side validation</title>
      <description>A very sweet and simple way to get validation into an MVC app, just by specifying rules as attributes on model objects (e.g. [ValidateEmail]). Client-side validation happens automatically... &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%2f04%2f30%2fmodel-based-client-side-validation-for-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f04%2f30%2fmodel-based-client-side-validation-for-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Screencast_Model_based_client_side_validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Screencast_Model_based_client_side_validation</guid>
      <pubDate>Thu, 01 May 2008 15:31:08 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Making strongly-typed ViewPages more easily</title>
      <description>Check out FlexiViewPage - a quick and neat way to work with strongly-typed MVC ViewPages more easily. &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%2f02%2f21%2faspnet-mvc-making-strongly-typed-viewpages-more-easily%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f02%2f21%2faspnet-mvc-making-strongly-typed-viewpages-more-easily%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Making_strongly_typed_ViewPages_more_easily</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Making_strongly_typed_ViewPages_more_easily</guid>
      <pubDate>Fri, 22 Feb 2008 09:00:41 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: Prevent XSS with automatic HTML encoding</title>
      <description>Tired of having to remember to HTML-encode all your strings to prevent cross-site-scripting? Here's a way to change the ASPX page compilation process so that output is correctly encoded by default. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2007%2f12%2f19%2faspnet-mvc-prevent-xss-with-automatic-html-encoding%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2007%2f12%2f19%2faspnet-mvc-prevent-xss-with-automatic-html-encoding%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Prevent_XSS_with_automatic_HTML_encoding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Prevent_XSS_with_automatic_HTML_encoding</guid>
      <pubDate>Thu, 20 Dec 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>In depth: The ASP.NET MVC Pipeline</title>
      <description>Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2007%2f11%2f20%2faspnet-mvc-pipeline-lifecycle%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2007%2f11%2f20%2faspnet-mvc-pipeline-lifecycle%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/In_depth_The_ASP_NET_MVC_Pipeline</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/In_depth_The_ASP_NET_MVC_Pipeline</guid>
      <pubDate>Tue, 20 Nov 2007 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Official ASP.NET MVC framework will get first CTP in &amp;quot;next few weeks&amp;quot;</title>
      <description>Microsoft's Matt Gibbs announced today that the first CTP for ASP.NET MVC will appear in &amp;quot;the next few weeks&amp;quot;. At last we can get our hands on the bits and try out the biggest shift in ASP.NET since its birth! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2007%2f11%2f08%2fofficial-aspnet-mvc-framework-will-have-first-ctp-release-in-next-few-weeks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2007%2f11%2f08%2fofficial-aspnet-mvc-framework-will-have-first-ctp-release-in-next-few-weeks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Official_ASP_NET_MVC_framework_will_get_first_CTP_in_next_few_weeks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Official_ASP_NET_MVC_framework_will_get_first_CTP_in_next_few_weeks</guid>
      <pubDate>Thu, 08 Nov 2007 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>jMVC.NET - free client-side MVC control for ASP.NET</title>
      <description>The open-source jMVC.NET control lets you add some client-side MVC magic to your existing ASP.NET pages without changing their architecture. 

You can build repeaters, grids etc that update on the client without needing AJAX or postbacks, using a simple but powerful templating system. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2007%2f10%2f18%2fjmvcnet-neat-client-side-mvc-for-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2007%2f10%2f18%2fjmvcnet-neat-client-side-mvc-for-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jMVC_NET_free_client_side_MVC_control_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jMVC_NET_free_client_side_MVC_control_for_ASP_NET</guid>
      <pubDate>Wed, 07 Nov 2007 08:01:41 GMT</pubDate>
    </item>
  </channel>
</rss>