<?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: Simple validations in the forms</title>
	<atom:link href="http://www.quizzpot.com/2009/11/simple-validations-in-the-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quizzpot.com/2009/11/simple-validations-in-the-forms/</link>
	<description>Cursos en video gratuitos</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:11:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ccchai</title>
		<link>http://www.quizzpot.com/2009/11/simple-validations-in-the-forms/#comment-7115</link>
		<dc:creator>ccchai</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quizzpot.com/?p=2073#comment-7115</guid>
		<description>Nice article. Where can I get a complete list of built in vtype ?? Also, the custom validations article does not touch on regular expression, do you mind to show an example on regex??</description>
		<content:encoded><![CDATA[<p>Nice article. Where can I get a complete list of built in vtype ?? Also, the custom validations article does not touch on regular expression, do you mind to show an example on regex??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavarin daniel</title>
		<link>http://www.quizzpot.com/2009/11/simple-validations-in-the-forms/#comment-5702</link>
		<dc:creator>gavarin daniel</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.quizzpot.com/?p=2073#comment-5702</guid>
		<description>json format for errors in validation server

{ &quot;success&quot; : false,
    &quot;errors&quot;  : [
      { &quot;msg&quot; : &quot;This field is required&quot;,
        &quot;id&quot;  : &quot;field&quot; }
    ]
  }


  { &quot;success&quot; : true,
    &quot;data&quot;    : { field : &quot;value&quot; }
  }</description>
		<content:encoded><![CDATA[<p>json format for errors in validation server</p>
<p>{ &#8220;success&#8221; : false,<br />
    &#8220;errors&#8221;  : [<br />
      { "msg" : "This field is required",<br />
        "id"  : "field" }<br />
    ]<br />
  }</p>
<p>  { &#8220;success&#8221; : true,<br />
    &#8220;data&#8221;    : { field : &#8220;value&#8221; }<br />
  }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
