<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ucajax</title>
	<atom:link href="http://devlpr.net/ucajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://devlpr.net/ucajax</link>
	<description>.NET library and jQuery plugin for rendering ASP.NET UserControls via WCF and WebMethods.</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ucajax, what&#8217;s the point?</title>
		<link>http://devlpr.net/ucajax/2012/01/10/ucajax-whats-the-point/</link>
		<comments>http://devlpr.net/ucajax/2012/01/10/ucajax-whats-the-point/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:11:29 +0000</pubDate>
		<dc:creator>rickschott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://devlpr.net/ucajax/?p=22</guid>
		<description><![CDATA[With so many AJAX options these days, one might ask, what do I need this project for? This project started out as a need I had for a very large and purly dynamic(one .aspx) ASP.NET CMS system.  Most systems like &#8230; <a href="http://devlpr.net/ucajax/2012/01/10/ucajax-whats-the-point/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! Lite V3.04 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4817069255960622";
/* blogdevlpr */
google_ad_slot = "6480324805";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>With so many AJAX options these days, one might ask, what do I need this project for?</p>
<p>This project started out as a need I had for a very large and purly dynamic(one .aspx) ASP.NET CMS system.  Most systems like this are heavily based on UserControls and have been around a while.</p>
<p>Well, guess what, times have changed and people want a more responsive UI that doesn&#8217;t require full page refreshes.  What can we do about that?  We could re-write our UserControls, but wait, we may very well have 1,000s of hours of development and testing against them; we can&#8217;t just throw them away.  If you have the need for a project like this then you probably have a pretty large install base and a complete re-write isn&#8217;t possible.</p>
<p>I set out to try and find a way to utilize all the core back-end business logic usually embedded in UserControls in a Web 2.0 way and without using UpdatePanels.  This solution I came up with is somewhat a hybrid of UpdatePanels but with the postabacks.</p>
<p><em><strong>Ucajax does not support postbacks!</strong></em></p>
<p>I only wanted to utilize the rendering business logic of UserControls.  If I was going to re-write anything I wanted it t be the postback logic with new JSON based web services that I could utilize across the system.</p>
<p>So, there you have it, you can still get some mileage out of those UserControls and bring some Web 2.0 life to them.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://devlpr.net/ucajax/2012/01/10/ucajax-whats-the-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ucajax is now on NuGet</title>
		<link>http://devlpr.net/ucajax/2011/12/30/ucajax-is-now-on-nuget/</link>
		<comments>http://devlpr.net/ucajax/2011/12/30/ucajax-is-now-on-nuget/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 04:15:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NuGet]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[UserControls]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://devlpr.net/ucajax/?p=5</guid>
		<description><![CDATA[Taking baby steps, however the project is now available on NuGet. &#160;]]></description>
			<content:encoded><![CDATA[<p>Taking baby steps, however the project is now available on <a href="https://nuget.org/packages/ucajax" target="_blank">NuGet</a>.</p>
<p><a href="https://nuget.org/packages/ucajax"><img class="aligncenter size-full wp-image-8" title="nuget" src="http://devlpr.net/ucajax/wp-content/uploads/2011/12/nuget.png" alt="" width="760" height="76" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://devlpr.net/ucajax/2011/12/30/ucajax-is-now-on-nuget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

