<?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: Autocompletion &#8211; the easy way</title>
	<atom:link href="http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-3/#comment-260175</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-260175</guid>
		<description>@Rameena: If you want to validate data on the server-side check out the chapter &lt;a href=&quot;http://book.cakephp.org/1.3/en/view/1143/Data-Validation&quot; rel=&quot;nofollow&quot;&gt;Data Validation&lt;/a&gt; in the cook book. 

For client-side validation you either have to write your own validation code or use something like &lt;a href=&quot;https://code.google.com/p/validation-js/&quot; rel=&quot;nofollow&quot;&gt;validation-js&lt;/a&gt; or &lt;a href=&quot;http://livevalidation.com/&quot; rel=&quot;nofollow&quot;&gt;LiveValidation&lt;/a&gt;.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Rameena: If you want to validate data on the server-side check out the chapter <a href="http://book.cakephp.org/1.3/en/view/1143/Data-Validation" rel="nofollow">Data Validation</a> in the cook book. </p>
<p>For client-side validation you either have to write your own validation code or use something like <a href="https://code.google.com/p/validation-js/" rel="nofollow">validation-js</a> or <a href="http://livevalidation.com/" rel="nofollow">LiveValidation</a>.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rameena Asheer</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-3/#comment-258852</link>
		<dc:creator>Rameena Asheer</dc:creator>
		<pubDate>Fri, 30 Dec 2011 10:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-258852</guid>
		<description>Really thanks for your very sooooon reply.

I want to know about how to validate these fields.</description>
		<content:encoded><![CDATA[<p>Really thanks for your very sooooon reply.</p>
<p>I want to know about how to validate these fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-3/#comment-255589</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-255589</guid>
		<description>@Rameena: Thanks for your comment!

You should be able to use it as it is described in the article you linked:
&lt;pre&gt;
&lt;code&gt;
echo $ajax-&gt;autocomplete(&#039;Company.name&#039;, &#039;&#039;, array(&#039;minChars&#039; =&gt; 3));
&lt;/code&gt;
&lt;/pre&gt;

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Rameena: Thanks for your comment!</p>
<p>You should be able to use it as it is described in the article you linked:</p>
<pre>
<code>echo $ajax-&gt;autocomplete('Company.name', '', array('minChars' =&gt; 3));</code>
</pre>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rameena Asheer</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-3/#comment-255452</link>
		<dc:creator>Rameena Asheer</dc:creator>
		<pubDate>Tue, 20 Dec 2011 05:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-255452</guid>
		<description>Thank you very much for a wonderful autocomplete.
It works successfully in my application.

If I  want  to enter a minimum number of characters before the autocomplete starts,
like minChars in http://book.cakephp.org/es/compare/632/autoComplete.

What is the solution??</description>
		<content:encoded><![CDATA[<p>Thank you very much for a wonderful autocomplete.<br />
It works successfully in my application.</p>
<p>If I  want  to enter a minimum number of characters before the autocomplete starts,<br />
like minChars in <a href="http://book.cakephp.org/es/compare/632/autoComplete" rel="nofollow">http://book.cakephp.org/es/compare/632/autoComplete</a>.</p>
<p>What is the solution??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-3/#comment-217957</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 19 Aug 2011 14:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-217957</guid>
		<description>@taqman: Hm, what versions of CakePHP, Prototype and Scriptaculous do you use?</description>
		<content:encoded><![CDATA[<p>@taqman: Hm, what versions of CakePHP, Prototype and Scriptaculous do you use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taqman</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-2/#comment-217902</link>
		<dc:creator>taqman</dc:creator>
		<pubDate>Thu, 18 Aug 2011 17:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-217902</guid>
		<description>I got error view is undefind
http://uppic.net/full/c0261ea525918e474404cb1b632fad17

thank</description>
		<content:encoded><![CDATA[<p>I got error view is undefind<br />
<a href="http://uppic.net/full/c0261ea525918e474404cb1b632fad17" rel="nofollow">http://uppic.net/full/c0261ea525918e474404cb1b632fad17</a></p>
<p>thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-2/#comment-193789</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-193789</guid>
		<description>@Ximerian: Ok, it is fixed now. Thanks for the hint!</description>
		<content:encoded><![CDATA[<p>@Ximerian: Ok, it is fixed now. Thanks for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ximerian</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-2/#comment-193464</link>
		<dc:creator>Ximerian</dc:creator>
		<pubDate>Fri, 04 Mar 2011 16:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-193464</guid>
		<description>Might want to update the link at the top of the page. It points to a completely different component.

Thanks!!</description>
		<content:encoded><![CDATA[<p>Might want to update the link at the top of the page. It points to a completely different component.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-2/#comment-193454</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 04 Mar 2011 15:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-193454</guid>
		<description>@Ximerian: Thanks for your comments. It sounds like you use an old version of the component. Please try the current version from Github: &lt;a href=&quot;http://github.com/cakebaker/autocomplete-component&quot; rel=&quot;nofollow&quot;&gt;http://github.com/cakebaker/autocomplete-component&lt;/a&gt;, at least here it works fine.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Ximerian: Thanks for your comments. It sounds like you use an old version of the component. Please try the current version from Github: <a href="http://github.com/cakebaker/autocomplete-component" rel="nofollow">http://github.com/cakebaker/autocomplete-component</a>, at least here it works fine.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ximerian</title>
		<link>http://cakebaker.42dh.com/2006/06/06/autocompletion-the-easy-way/comment-page-2/#comment-193370</link>
		<dc:creator>Ximerian</dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=202#comment-193370</guid>
		<description>Ok I spoke to soon. I now get a drop down list like it is working, but the list is comprised of all records for that field. It&#039;s behaving like it is ignoring the &#039;LIKE&#039; clause...any ideas?</description>
		<content:encoded><![CDATA[<p>Ok I spoke to soon. I now get a drop down list like it is working, but the list is comprised of all records for that field. It&#8217;s behaving like it is ignoring the &#8216;LIKE&#8217; clause&#8230;any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

