<?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: Django generic AJAX form validation</title>
	<atom:link href="http://eikke.com/django-generic-ajax-form-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/django-generic-ajax-form-validation/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: myspace quotes dude</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-25441</link>
		<dc:creator>myspace quotes dude</dc:creator>
		<pubDate>Sat, 04 Jul 2009 05:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-25441</guid>
		<description>Cool scripting... bit complex for me, but i&#039;ll figure it out!</description>
		<content:encoded><![CDATA[<p>Cool scripting&#8230; bit complex for me, but i&#8217;ll figure it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McDonald</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-25440</link>
		<dc:creator>Tim McDonald</dc:creator>
		<pubDate>Sat, 04 Jul 2009 05:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-25440</guid>
		<description>nice validation, first time i&#039;ve set somthing like this up.. works well. Thank you.</description>
		<content:encoded><![CDATA[<p>nice validation, first time i&#8217;ve set somthing like this up.. works well. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-7571</link>
		<dc:creator>name</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-7571</guid>
		<description>Smotri i y4is,</description>
		<content:encoded><![CDATA[<p>Smotri i y4is,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-7345</link>
		<dc:creator>name</dc:creator>
		<pubDate>Sat, 19 Jul 2008 10:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-7345</guid>
		<description>,</description>
		<content:encoded><![CDATA[<p>,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assaxy</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-3674</link>
		<dc:creator>assaxy</dc:creator>
		<pubDate>Tue, 20 May 2008 03:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-3674</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-163</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 20 Jan 2008 01:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-163</guid>
		<description>I started the above mentioned project, see http://eikke.com/tag/django-validation/ Enjoy!</description>
		<content:encoded><![CDATA[<p>I started the above mentioned project, see <a href="http://eikke.com/tag/django-validation/" rel="nofollow">http://eikke.com/tag/django-validation/</a> Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-34</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Thu, 03 Jan 2008 18:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-34</guid>
		<description>You&#039;re right there. A really nice project would be to add client-side form validation code generation to Django&#039;s newforms, so I could do something like:

&lt;pre&gt;$(document).ready(function() {
    $(&quot;#myform&quot;).submit(function(form) {
        {% validate_form form myproject.myapp.forms.FooForm %}
    });
});&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You&#8217;re right there. A really nice project would be to add client-side form validation code generation to Django&#8217;s newforms, so I could do something like:</p>
<pre>$(document).ready(function() {
    $("#myform").submit(function(form) {
        {% validate_form form myproject.myapp.forms.FooForm %}
    });
});</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoan</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-33</link>
		<dc:creator>Yoan</dc:creator>
		<pubDate>Thu, 03 Jan 2008 18:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-33</guid>
		<description>You&#039;re right about the container, sorry.

You shouldn&#039;t load the server for testing a form anyway, reactivity is important so use Ajax carefully ;-)</description>
		<content:encoded><![CDATA[<p>You&#8217;re right about the container, sorry.</p>
<p>You shouldn&#8217;t load the server for testing a form anyway, reactivity is important so use Ajax carefully <img src='http://eikke.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-32</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Thu, 03 Jan 2008 11:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-32</guid>
		<description>That&#039;s up to the client side developer I guess, I must admit I&#039;m not that good at JavaScript/DOM coding.

Clicking many times is not an issue as the existing container is re-used if it already exists.

The BR is there to make things look good, I don&#039;t now whether there&#039;s better markup...

Thanks for the constructive comment :-)</description>
		<content:encoded><![CDATA[<p>That&#8217;s up to the client side developer I guess, I must admit I&#8217;m not that good at JavaScript/DOM coding.</p>
<p>Clicking many times is not an issue as the existing container is re-used if it already exists.</p>
<p>The BR is there to make things look good, I don&#8217;t now whether there&#8217;s better markup&#8230;</p>
<p>Thanks for the constructive comment <img src='http://eikke.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoan</title>
		<link>http://eikke.com/django-generic-ajax-form-validation/comment-page-1/#comment-31</link>
		<dc:creator>Yoan</dc:creator>
		<pubDate>Thu, 03 Jan 2008 10:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/django-generic-ajax-form-validation/#comment-31</guid>
		<description>I&#039;m wondering what is happening when you are clicking many times.

$(&quot;.error&quot;).fadeOut(&quot;slow&quot;);

This is a bit &quot;light&quot;, you should remove them from the DOM after fading them out. And please remove the br you are using or put it the error class name too.

By the way, it&#039;s a nice and useful idea.

Cheers,</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering what is happening when you are clicking many times.</p>
<p>$(&#8220;.error&#8221;).fadeOut(&#8220;slow&#8221;);</p>
<p>This is a bit &#8220;light&#8221;, you should remove them from the DOM after fading them out. And please remove the br you are using or put it the error class name too.</p>
<p>By the way, it&#8217;s a nice and useful idea.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

