<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: &#8216;Mo AJAX Pleeeeez?!!!</title>
	<atom:link href="http://signaturesterling.wordpress.com/2008/02/03/mo-ajax-pleeeeez/feed/" rel="self" type="application/rss+xml" />
	<link>http://signaturesterling.wordpress.com/2008/02/03/mo-ajax-pleeeeez/</link>
	<description>Take your work seriously...but never yourself.</description>
	<lastBuildDate>Mon, 18 May 2009 16:13:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jacob4u2</title>
		<link>http://signaturesterling.wordpress.com/2008/02/03/mo-ajax-pleeeeez/#comment-20</link>
		<dc:creator>Jacob4u2</dc:creator>
		<pubDate>Wed, 12 Nov 2008 16:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://signaturesterling.wordpress.com/?p=57#comment-20</guid>
		<description>Both the first commenter and you would probably be interested in the new .Net MVC Framework (asp.net/mvc).  It makes creating a post-back minimizing site much easier, even if you want to use the yui toolkit.  I like using Jquery&#039;s $.ajax functionality and the built in ability for your controller actions to return JSON data over the .Net ajax control toolkit stuff.

Encosia.com also has some good posts about some templating solutions to use instead of the .Net stuff.</description>
		<content:encoded><![CDATA[<p>Both the first commenter and you would probably be interested in the new .Net MVC Framework (asp.net/mvc).  It makes creating a post-back minimizing site much easier, even if you want to use the yui toolkit.  I like using Jquery&#8217;s $.ajax functionality and the built in ability for your controller actions to return JSON data over the .Net ajax control toolkit stuff.</p>
<p>Encosia.com also has some good posts about some templating solutions to use instead of the .Net stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy</title>
		<link>http://signaturesterling.wordpress.com/2008/02/03/mo-ajax-pleeeeez/#comment-8</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Sun, 03 Feb 2008 20:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://signaturesterling.wordpress.com/?p=57#comment-8</guid>
		<description>I haven&#039;t yet; looks interesting, I&#039;ll definitely check it out!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t yet; looks interesting, I&#8217;ll definitely check it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohand</title>
		<link>http://signaturesterling.wordpress.com/2008/02/03/mo-ajax-pleeeeez/#comment-7</link>
		<dc:creator>rohand</dc:creator>
		<pubDate>Sun, 03 Feb 2008 20:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://signaturesterling.wordpress.com/?p=57#comment-7</guid>
		<description>Have you looked at jQuery [http://jquery.com/], Behaviors [http://www.ccs.neu.edu/home/dherman/javascript/behavior/] and the Yahoo! UI toolkit [http://developer.yahoo.com/yui/]?

IMHO, that is the best scripting suite to build postback-minimized webapps. It beats aspnet ajax for the simple fact that you don&#039;t make binary references to System.Web.Extensions and are not subject to the version conflict that got introduced between VS2005 and VS2008.

My process for using these within ASPNET is: layout Default.aspx using yui-grids, build Controller.aspx to expose an API into the business logic (yes, I create faux-MVC webapps) and then plug in the UI controls and Ajax calls with jQuery or yui. Now, you can write functional unit tests against the API exposed by Controller.aspx and pay someone to create the UI scripts to test Default.aspx. Joy!</description>
		<content:encoded><![CDATA[<p>Have you looked at jQuery [http://jquery.com/], Behaviors [http://www.ccs.neu.edu/home/dherman/javascript/behavior/] and the Yahoo! UI toolkit [http://developer.yahoo.com/yui/]?</p>
<p>IMHO, that is the best scripting suite to build postback-minimized webapps. It beats aspnet ajax for the simple fact that you don&#8217;t make binary references to System.Web.Extensions and are not subject to the version conflict that got introduced between VS2005 and VS2008.</p>
<p>My process for using these within ASPNET is: layout Default.aspx using yui-grids, build Controller.aspx to expose an API into the business logic (yes, I create faux-MVC webapps) and then plug in the UI controls and Ajax calls with jQuery or yui. Now, you can write functional unit tests against the API exposed by Controller.aspx and pay someone to create the UI scripts to test Default.aspx. Joy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
