<?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"
	>
<channel>
	<title>Comments on: Ajax.Form enhancement to Prototype.js</title>
	<atom:link href="http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/</link>
	<description>AJAX, Flex and other RIA</description>
	<pubDate>Thu, 20 Nov 2008 00:08:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Zach Bailey</title>
		<link>http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-5794</link>
		<dc:creator>Zach Bailey</dc:creator>
		<pubDate>Fri, 30 May 2008 14:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-5794</guid>
		<description>For anyone coming across this now, Prototype 1.5.1 added the very handy Form.request method which will automatically wrap up your form and submit it via an AJAX request using the same semantics as Ajax.Request.

http://www.prototypejs.org/api/form/request

It's very nice for doing the sorts of things Beau mentioned in the original article!

-Zach</description>
		<content:encoded><![CDATA[<p>For anyone coming across this now, Prototype 1.5.1 added the very handy Form.request method which will automatically wrap up your form and submit it via an AJAX request using the same semantics as Ajax.Request.</p>
<p><a href="http://www.prototypejs.org/api/form/request" rel="nofollow">http://www.prototypejs.org/api/form/request</a></p>
<p>It&#8217;s very nice for doing the sorts of things Beau mentioned in the original article!</p>
<p>-Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau</title>
		<link>http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-12</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Sun, 27 Aug 2006 08:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-12</guid>
		<description>me: yeah, i thought of doing that as well, but the problem is that it doesn't actually do it via a xmlhttprequest. But I guess it gets the job done.

Lindsey: Looks great! :) Looks to be similar to how GMail does theirs. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>me: yeah, i thought of doing that as well, but the problem is that it doesn&#8217;t actually do it via a xmlhttprequest. But I guess it gets the job done.</p>
<p>Lindsey: Looks great! <img src='http://www.beauscott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Looks to be similar to how GMail does theirs. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsey Simon</title>
		<link>http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-6</link>
		<dc:creator>Lindsey Simon</dc:creator>
		<pubDate>Thu, 17 Aug 2006 22:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-6</guid>
		<description>Check out a file uploader class I put together that uses prototype to do some polling uploads via a hidden iframe and a cgi on the server:
http://development.finetooth.com/?p=11</description>
		<content:encoded><![CDATA[<p>Check out a file uploader class I put together that uses prototype to do some polling uploads via a hidden iframe and a cgi on the server:<br />
<a href="http://development.finetooth.com/?p=11" rel="nofollow">http://development.finetooth.com/?p=11</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-4</link>
		<dc:creator>me</dc:creator>
		<pubDate>Mon, 14 Aug 2006 22:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.beauscott.com/2006/02/16/ajaxform-enhancement-to-prototypejs/#comment-4</guid>
		<description>The only way to do file uploads is to put in a specific-case where if there's a file upload, you create a hidden iframe and POST to the iframe, and have the iframe run some javascript when it's finished to tell the parent window that it's done.</description>
		<content:encoded><![CDATA[<p>The only way to do file uploads is to put in a specific-case where if there&#8217;s a file upload, you create a hidden iframe and POST to the iframe, and have the iframe run some javascript when it&#8217;s finished to tell the parent window that it&#8217;s done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
