<?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/"
	>
<channel>
	<title>Comments on: 6 Places to use Ajax</title>
	<atom:link href="http://uvageek.net/2006/04/29/6-places-to-use-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://uvageek.net/2006/04/29/6-places-to-use-ajax/</link>
	<description>The legends, stories and tribulations of a UVA Physics Grad...</description>
	<pubDate>Wed, 07 Jan 2009 20:25:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe W</title>
		<link>http://uvageek.net/2006/04/29/6-places-to-use-ajax/comment-page-1/#comment-223</link>
		<dc:creator>Joe W</dc:creator>
		<pubDate>Mon, 01 May 2006 22:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://uvageek.net/?p=332#comment-223</guid>
		<description>Unfortunately, though, if you're doing any processing/storing of the data on the server, you need to validate it on the server.  

I found this little Javascript shell bookmarklet for IE a while back...with it I can easily disable client-side validation and submit whatever I want.  It's handy.

BTW, if you're using Java on the server, I'd strongly recommend checking out DWR.
</description>
		<content:encoded><![CDATA[<p>Unfortunately, though, if you&#8217;re doing any processing/storing of the data on the server, you need to validate it on the server.  </p>
<p>I found this little Javascript shell bookmarklet for IE a while back&#8230;with it I can easily disable client-side validation and submit whatever I want.  It&#8217;s handy.</p>
<p>BTW, if you&#8217;re using Java on the server, I&#8217;d strongly recommend checking out DWR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dietrich Kappe</title>
		<link>http://uvageek.net/2006/04/29/6-places-to-use-ajax/comment-page-1/#comment-222</link>
		<dc:creator>Dietrich Kappe</dc:creator>
		<pubDate>Mon, 01 May 2006 18:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://uvageek.net/?p=332#comment-222</guid>
		<description>If you keep writing RIA for the web the old way with multipage forms-and-reports, yeah, it's going to be painful. That's the same reason people no longer hand code graphical UI's but leverage component GUI frameworks. The right design makes everything simpler. See http://blogs.pathf.com/agileajax/2006/05/how_cool_an_app.html for an example of what you can do with AJAX in 300 lines of Java where all the XHTML, CSS and Javascript is generated for you.</description>
		<content:encoded><![CDATA[<p>If you keep writing RIA for the web the old way with multipage forms-and-reports, yeah, it&#8217;s going to be painful. That&#8217;s the same reason people no longer hand code graphical UI&#8217;s but leverage component GUI frameworks. The right design makes everything simpler. See <a href="http://blogs.pathf.com/agileajax/2006/05/how_cool_an_app.html" rel="nofollow">http://blogs.pathf.com/agileajax/2006/05/how_cool_an_app.html</a> for an example of what you can do with AJAX in 300 lines of Java where all the XHTML, CSS and Javascript is generated for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
