<?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: Submitting forms asynchronously using Mootools</title>
	<atom:link href="http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/</link>
	<description>Publicing platform</description>
	<lastBuildDate>Mon, 30 Apr 2012 16:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: test</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-22977</link>
		<dc:creator>test</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-22977</guid>
		<description>Testing this.. very nice!</description>
		<content:encoded><![CDATA[<p>Testing this.. very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-22631</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-22631</guid>
		<description>Great description, I had some problems getting the forms to work with Django because of a trailing slash issue but I worked it out by explicity creating the Form instance with the url i wanted and toQueryString().</description>
		<content:encoded><![CDATA[<p>Great description, I had some problems getting the forms to work with Django because of a trailing slash issue but I worked it out by explicity creating the Form instance with the url i wanted and toQueryString().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tatu Digital Media :: News and views &#187; Blog Archive &#187; How about a little MooTools with your AJAX?</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-17321</link>
		<dc:creator>Tatu Digital Media :: News and views &#187; Blog Archive &#187; How about a little MooTools with your AJAX?</dc:creator>
		<pubDate>Tue, 13 May 2008 04:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-17321</guid>
		<description>[...] news ticker here, as well as for the feature boxes. There are form vailidator scripts and even some asyncronous form submission [...]</description>
		<content:encoded><![CDATA[<p>[...] news ticker here, as well as for the feature boxes. There are form vailidator scripts and even some asyncronous form submission [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darran</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-17239</link>
		<dc:creator>Darran</dc:creator>
		<pubDate>Sun, 11 May 2008 13:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-17239</guid>
		<description>I need some help. 

I have tried using your method:
window.addEvent(&#039;domready&#039;, function(){			 
$(&#039;searchbutton&#039;).addEvent( &#039;click&#039;, function(evt){
		new Event(evt).stop();
	
		$(&#039;searchform&#039;).send();
	});
}); 

But it doesn&#039;t seem to be submitting at all. Mind lending me a hand?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I need some help. </p>
<p>I have tried using your method:<br />
window.addEvent(&#8216;domready&#8217;, function(){<br />
$(&#8216;searchbutton&#8217;).addEvent( &#8216;click&#8217;, function(evt){<br />
		new Event(evt).stop();</p>
<p>		$(&#8216;searchform&#8217;).send();<br />
	});<br />
}); </p>
<p>But it doesn&#8217;t seem to be submitting at all. Mind lending me a hand?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Dempcy</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-16981</link>
		<dc:creator>Jonah Dempcy</dc:creator>
		<pubDate>Tue, 06 May 2008 04:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-16981</guid>
		<description>Loving it. I&#039;m getting ready to write an article on forms and this is really a find. Keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>Loving it. I&#8217;m getting ready to write an article on forms and this is really a find. Keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitarald</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-9655</link>
		<dc:creator>digitarald</dc:creator>
		<pubDate>Mon, 29 Oct 2007 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-9655</guid>
		<description>Great article serie you have here, great resource for MooToolers. I highly appreciate that you take your time to write these, they help a lot to understand the pattern behind MooTools!</description>
		<content:encoded><![CDATA[<p>Great article serie you have here, great resource for MooToolers. I highly appreciate that you take your time to write these, they help a lot to understand the pattern behind MooTools!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Wenneker</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-9523</link>
		<dc:creator>Bas Wenneker</dc:creator>
		<pubDate>Sat, 27 Oct 2007 09:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-9523</guid>
		<description>It&#039;s a script called &#039;Code Highlighter&#039; and it&#039;s written by &lt;a href=&quot;http://www.danwebb.net/&quot; rel=&quot;nofollow&quot;&gt;Dan Webb&lt;/a&gt;. You can get it at &lt;a href=&quot;http://svn.danwebb.net/external/CodeHighlighter/&quot; rel=&quot;nofollow&quot;&gt;Dann Webbs SVN repo&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a script called &#8216;Code Highlighter&#8217; and it&#8217;s written by <a href="http://www.danwebb.net/" rel="nofollow">Dan Webb</a>. You can get it at <a href="http://svn.danwebb.net/external/CodeHighlighter/" rel="nofollow">Dann Webbs SVN repo</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Jensen</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-9493</link>
		<dc:creator>Simon Jensen</dc:creator>
		<pubDate>Fri, 26 Oct 2007 21:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-9493</guid>
		<description>Im more curious - what are you using for your code snippets?</description>
		<content:encoded><![CDATA[<p>Im more curious &#8211; what are you using for your code snippets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdf</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-9411</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Wed, 24 Oct 2007 12:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-9411</guid>
		<description>sadf</description>
		<content:encoded><![CDATA[<p>sadf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/comment-page-1/#comment-9156</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Mon, 15 Oct 2007 17:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/#comment-9156</guid>
		<description>ok, i made a newbie mistake, i didnt realize that my window onready wasn&#039;t there. My scripts are fine now. So i have to take a look what my form and my php server side file are doing bad because the submit button do nothing.

you are talking about the fancy upload i guess. i read about it sometime ago and didnt remember it right now. I will go for it.</description>
		<content:encoded><![CDATA[<p>ok, i made a newbie mistake, i didnt realize that my window onready wasn&#8217;t there. My scripts are fine now. So i have to take a look what my form and my php server side file are doing bad because the submit button do nothing.</p>
<p>you are talking about the fancy upload i guess. i read about it sometime ago and didnt remember it right now. I will go for it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

