<?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: Unique Field Form Validation Using PHP and EXTJS</title>
	<atom:link href="http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: wang chao</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-41309</link>
		<dc:creator>wang chao</dc:creator>
		<pubDate>Thu, 29 Sep 2011 09:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-41309</guid>
		<description>when
field.markInvalid(‘Username Already In Use’);

why 

var aa = Ext.getCmp(&#039;mytest&#039;); // id: mytest
var bool2 = aa.validate();       //true  ???????

how 

aa.validate()----------false;</description>
		<content:encoded><![CDATA[<p>when<br />
field.markInvalid(‘Username Already In Use’);</p>
<p>why </p>
<p>var aa = Ext.getCmp(&#8216;mytest&#8217;); // id: mytest<br />
var bool2 = aa.validate();       //true  ???????</p>
<p>how </p>
<p>aa.validate()&#8212;&#8212;&#8212;-false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-36397</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Thu, 08 Sep 2011 10:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-36397</guid>
		<description>I think you can trick that when ajax start you can disable the form from submitting</description>
		<content:encoded><![CDATA[<p>I think you can trick that when ajax start you can disable the form from submitting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radio</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-35769</link>
		<dc:creator>radio</dc:creator>
		<pubDate>Tue, 06 Sep 2011 09:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-35769</guid>
		<description>actually,i can submit the form before response of ajax,right?</description>
		<content:encoded><![CDATA[<p>actually,i can submit the form before response of ajax,right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lykich</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-26654</link>
		<dc:creator>lykich</dc:creator>
		<pubDate>Tue, 02 Aug 2011 11:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-26654</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-19293</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Thu, 12 May 2011 00:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-19293</guid>
		<description>check with firebug on firefox or javascript console on chrome, maybe something error with php result, 

btw I haven&#039;t extjs 4</description>
		<content:encoded><![CDATA[<p>check with firebug on firefox or javascript console on chrome, maybe something error with php result, </p>
<p>btw I haven&#8217;t extjs 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liviu</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-19269</link>
		<dc:creator>Liviu</dc:creator>
		<pubDate>Wed, 11 May 2011 21:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-19269</guid>
		<description>P.S. using ext-js 4</description>
		<content:encoded><![CDATA[<p>P.S. using ext-js 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liviu</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-19268</link>
		<dc:creator>Liviu</dc:creator>
		<pubDate>Wed, 11 May 2011 21:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-19268</guid>
		<description>Hi, verry interesting post but i can&#039;t get my form to work with server side validations. I try to send back to it some json like this: { &quot;success&quot;: false, &quot;errors&quot;: {&quot;name&quot;: &quot;name is too short&quot;} } for example and i don&#039;t see the validation errors, just the little red triangle remains on my field. Any ideea what i am missing ? I can&#039;t find anywhere a clear example where server side validation is set up after the form is submitted.</description>
		<content:encoded><![CDATA[<p>Hi, verry interesting post but i can&#8217;t get my form to work with server side validations. I try to send back to it some json like this: { &#8220;success&#8221;: false, &#8220;errors&#8221;: {&#8220;name&#8221;: &#8220;name is too short&#8221;} } for example and i don&#8217;t see the validation errors, just the little red triangle remains on my field. Any ideea what i am missing ? I can&#8217;t find anywhere a clear example where server side validation is set up after the form is submitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extjstutorial.org</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-18934</link>
		<dc:creator>extjstutorial.org</dc:creator>
		<pubDate>Sat, 07 May 2011 04:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-18934</guid>
		<description>&lt;strong&gt;Unique Field Form Validation Using PHP and EXTJS...&lt;/strong&gt;

In this post I try to share my code about form validation in EXTJS, so why another EXTJS form validation tutorial? well, the EXTJS default form validation is quite great, but most sample that I’ve found it just using client side validation and the only...</description>
		<content:encoded><![CDATA[<p><strong>Unique Field Form Validation Using PHP and EXTJS&#8230;</strong></p>
<p>In this post I try to share my code about form validation in EXTJS, so why another EXTJS form validation tutorial? well, the EXTJS default form validation is quite great, but most sample that I’ve found it just using client side validation and the only&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditia rahman</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-11406</link>
		<dc:creator>aditia rahman</dc:creator>
		<pubDate>Wed, 09 Feb 2011 00:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-11406</guid>
		<description>sory I don&#039;t have the sample code
but, I think it will be the same like confirm password validataion 
you can see here http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html
and create custom validation, that check valid email and check the the confirm email</description>
		<content:encoded><![CDATA[<p>sory I don&#8217;t have the sample code<br />
but, I think it will be the same like confirm password validataion<br />
you can see here <a href="http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html" rel="nofollow">http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html</a><br />
and create custom validation, that check valid email and check the the confirm email</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yok</title>
		<link>http://superdit.com/2010/05/07/unique-field-form-validation-using-php-and-extjs/comment-page-1/#comment-11379</link>
		<dc:creator>Yok</dc:creator>
		<pubDate>Tue, 08 Feb 2011 01:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://superdit.com/?p=464#comment-11379</guid>
		<description>Good Day Sir

How about confirmation of email like for example feild 1 email feild 2 confirm email...do you have sample code for that?

Thanks...</description>
		<content:encoded><![CDATA[<p>Good Day Sir</p>
<p>How about confirmation of email like for example feild 1 email feild 2 confirm email&#8230;do you have sample code for that?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

