<?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: About client-side form validation and frameworks</title>
	<atom:link href="http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Fri, 23 Jul 2010 15:57:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-101646</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Tue, 11 Mar 2008 22:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-101646</guid>
		<description>@paskuale: Buy a book about PHP.</description>
		<content:encoded><![CDATA[<p>@paskuale: Buy a book about PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paskuale</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-101322</link>
		<dc:creator>paskuale</dc:creator>
		<pubDate>Sun, 09 Mar 2008 23:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-101322</guid>
		<description>pls get an eg. with external php file ... and a mysql_query request.

Thanks

(my code is here)&lt;code&gt;
0)
		  {
		  echo &quot;false&quot;;
		  }
		  else
		  {
		  echo &quot;true&quot;;
		  }

?&gt;&lt;/code&gt;
//(end code)</description>
		<content:encoded><![CDATA[<p>pls get an eg. with external php file &#8230; and a mysql_query request.</p>
<p>Thanks</p>
<p>(my code is here)<code><br />
0)<br />
		  {<br />
		  echo "false";<br />
		  }<br />
		  else<br />
		  {<br />
		  echo "true";<br />
		  }</p>
<p>?&gt;</code><br />
//(end code)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paskuale</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-99666</link>
		<dc:creator>paskuale</dc:creator>
		<pubDate>Thu, 28 Feb 2008 10:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-99666</guid>
		<description>Right .... my php file return string &#039;true&#039; or &#039;false&#039; not boolean value ... but string ;) .... but don&#039;t work !!!! If I copy your example instead (while in array) it&#039;s right .... :( !!!!!

If I test my page.php direct to browser, it&#039;s return &quot;true&quot; or &quot;false&quot; on screen ....

Strange very strange .... try to execute a mysql_query and post a example :P my code it&#039;s bad ????!!!!

thanks
Paskuale</description>
		<content:encoded><![CDATA[<p>Right &#8230;. my php file return string &#8216;true&#8217; or &#8216;false&#8217; not boolean value &#8230; but string <img src='http://bassistance.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230;. but don&#8217;t work !!!! If I copy your example instead (while in array) it&#8217;s right &#8230;. <img src='http://bassistance.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  !!!!!</p>
<p>If I test my page.php direct to browser, it&#8217;s return &#8220;true&#8221; or &#8220;false&#8221; on screen &#8230;.</p>
<p>Strange very strange &#8230;. try to execute a mysql_query and post a example <img src='http://bassistance.de/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  my code it&#8217;s bad ????!!!!</p>
<p>thanks<br />
Paskuale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-99432</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Tue, 26 Feb 2008 18:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-99432</guid>
		<description>@paskuale: You need to return the literals &quot;true&quot; or &quot;false&quot;, not the PHP TRUE/FALSE, eg. echo &quot;true&quot;;</description>
		<content:encoded><![CDATA[<p>@paskuale: You need to return the literals &#8220;true&#8221; or &#8220;false&#8221;, not the PHP TRUE/FALSE, eg. echo &#8220;true&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paskuale</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-99286</link>
		<dc:creator>paskuale</dc:creator>
		<pubDate>Mon, 25 Feb 2008 20:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-99286</guid>
		<description>With 1.2ver how can resolve remote method with mysql_query() ? For user exist block ... execute a query on mysql DB and return [echo $r;] (TRUE or FALSE) ... but seems don&#039;t work !!! :(

I&#039;ve tested php file and works fine ... but with &#039;remote&#039; not !!!!


thanks :)</description>
		<content:encoded><![CDATA[<p>With 1.2ver how can resolve remote method with mysql_query() ? For user exist block &#8230; execute a query on mysql DB and return [echo $r;] (TRUE or FALSE) &#8230; but seems don&#8217;t work !!! <img src='http://bassistance.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ve tested php file and works fine &#8230; but with &#8216;remote&#8217; not !!!!</p>
<p>thanks <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-39009</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Fri, 03 Aug 2007 09:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-39009</guid>
		<description>@harry: Yep. You can specify conditions as a jQuery expression or as a callback function. Please take a look at the examples in the &lt;a href=&quot;http://jquery.bassistance.de/api-browser/plugins.html#jQueryvalidatormethodsrequiredStringElementBooleanStringFunction&quot;&gt;API documentation for the required method&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@harry: Yep. You can specify conditions as a jQuery expression or as a callback function. Please take a look at the examples in the <a href="http://jquery.bassistance.de/api-browser/plugins.html#jQueryvalidatormethodsrequiredStringElementBooleanStringFunction">API documentation for the required method</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harry</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-38910</link>
		<dc:creator>harry</dc:creator>
		<pubDate>Thu, 02 Aug 2007 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-38910</guid>
		<description>is there a way to make a conditional require?  If you have a radio button, and a select box, and the select box must have a selection if the radio button is check....
 I&#039;m a newbie at this so examples would help- Thanks</description>
		<content:encoded><![CDATA[<p>is there a way to make a conditional require?  If you have a radio button, and a select box, and the select box must have a selection if the radio button is check&#8230;.<br />
 I&#8217;m a newbie at this so examples would help- Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jquery validation plugin checklist – Interaction Design Blog</title>
		<link>http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/comment-page-1/#comment-35573</link>
		<dc:creator>jquery validation plugin checklist – Interaction Design Blog</dc:creator>
		<pubDate>Thu, 05 Jul 2007 07:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/#comment-35573</guid>
		<description>[...] About client-side form validation and frameworks on jQuery Blog Original post on Jörns own blog bassistance.de [...]</description>
		<content:encoded><![CDATA[<p>[...] About client-side form validation and frameworks on jQuery Blog Original post on Jörns own blog bassistance.de [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
