<?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: Using Zend Framework with jQuery to do Auto-Completion</title>
	<atom:link href="http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/</link>
	<description>Of Linux, Programming, and Singaporean Ramblings</description>
	<lastBuildDate>Sun, 18 Jul 2010 18:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jQuery autocomplete &#124; Webdesgin</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-4301</link>
		<dc:creator>jQuery autocomplete &#124; Webdesgin</dc:creator>
		<pubDate>Sun, 18 Jul 2010 18:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-4301</guid>
		<description>[...] http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completio...        Tags: ajax, autocomplete, suggestion box Kategorie: PHP, jQuery Top [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completio.." rel="nofollow">http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completio..</a>.        Tags: ajax, autocomplete, suggestion box Kategorie: PHP, jQuery Top [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-4188</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-4188</guid>
		<description>Thanks for the tutorial. Can you explain how i can get the values to be displayed in the autocomplete field from a database with a simple example? I&#039;m new to zend and i&#039;d appreciate any help. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. Can you explain how i can get the values to be displayed in the autocomplete field from a database with a simple example? I&#8217;m new to zend and i&#8217;d appreciate any help. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheeze</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-4169</link>
		<dc:creator>cheeze</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-4169</guid>
		<description>@zygis

The $ is a defined variable in jQuery. The error occurs because you have not included jQuery.

There are a few ways you can enable jQuery, but I guess the easiest way for you to understand is to use the same method to include the jQuery library like so:

$view-&gt;jQuery()-&gt;addJavascriptFile(&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;);</description>
		<content:encoded><![CDATA[<p>@zygis</p>
<p>The $ is a defined variable in jQuery. The error occurs because you have not included jQuery.</p>
<p>There are a few ways you can enable jQuery, but I guess the easiest way for you to understand is to use the same method to include the jQuery library like so:</p>
<p>$view->jQuery()->addJavascriptFile(&#8220;https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zygis</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-4167</link>
		<dc:creator>zygis</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-4167</guid>
		<description>HI, I&#039;m trying to make autocomple in zend framework, but I can&#039;t get in work, I do everythink like writen in your tutourial, and i get error Error: $ is not defined
Source File: xxxx Line: 40
LIne 40 in my source is:
$(document).ready(
  function() 
  {
    $(&#039;#username&#039;).autocompleteArray([&#039;Jack&#039;, &#039;John&#039;, &#039;Jason&#039;, &#039;Jeremy&#039;, &#039;jimmy&#039;, &#039;jean&#039;]);
  }
);</description>
		<content:encoded><![CDATA[<p>HI, I&#8217;m trying to make autocomple in zend framework, but I can&#8217;t get in work, I do everythink like writen in your tutourial, and i get error Error: $ is not defined<br />
Source File: xxxx Line: 40<br />
LIne 40 in my source is:<br />
$(document).ready(<br />
  function()<br />
  {<br />
    $(&#8216;#username&#8217;).autocompleteArray(['Jack', 'John', 'Jason', 'Jeremy', 'jimmy', 'jean']);<br />
  }<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheeze</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2750</link>
		<dc:creator>cheeze</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2750</guid>
		<description>@01Kuzma I&#039;m glad you it helped you.

If I were to improve on the tutorial, I&#039;ll probably do a bit more than making it work with the DB. It&#039;ll probably involve making the auto-complete function such that the auto-complete will exclude currently logged-in user.

Having said that, I won&#039;t be doing it soon though - quite tied up with work. If and when more people ask for it, I&#039;ll probably work on it sooner rather than later.

Cheers!</description>
		<content:encoded><![CDATA[<p>@01Kuzma I&#8217;m glad you it helped you.</p>
<p>If I were to improve on the tutorial, I&#8217;ll probably do a bit more than making it work with the DB. It&#8217;ll probably involve making the auto-complete function such that the auto-complete will exclude currently logged-in user.</p>
<p>Having said that, I won&#8217;t be doing it soon though &#8211; quite tied up with work. If and when more people ask for it, I&#8217;ll probably work on it sooner rather than later.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 01Kuzma</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2749</link>
		<dc:creator>01Kuzma</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2749</guid>
		<description>Hi!
Great tutorial!
Everything works fine!
Just wonder, will you improve your tutorial it in order to interact with DB ?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Great tutorial!<br />
Everything works fine!<br />
Just wonder, will you improve your tutorial it in order to interact with DB ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheeze</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2519</link>
		<dc:creator>cheeze</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2519</guid>
		<description>@Markus Glad you found it useful. Cheers!</description>
		<content:encoded><![CDATA[<p>@Markus Glad you found it useful. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2516</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2516</guid>
		<description>Great tutorial
Helped me out a lot, thank you</description>
		<content:encoded><![CDATA[<p>Great tutorial<br />
Helped me out a lot, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheeze</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2254</link>
		<dc:creator>cheeze</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2254</guid>
		<description>Hi Robert,

Thanks for the input. You are right - it wasn&#039;t written for the beginner to Zend cos I figured the beginner wouldn&#039;t be looking to do auto-complete right at the get-go. So I had assumed some basic knowledge of the reader to begin with. That&#039;s why I had left the invitation to post questions at the end of the article.

You&#039;re also right in that the article isn&#039;t explicit enough in the sense of a step-by-step tutorial. But the keen eye will notice that I did indicate the name of the file above the &quot;foreach&quot; loop.

Under the section &quot;Explanation&quot;, below the &quot;View&quot; subsection, I also stated that the extension has to be &quot;ajax.phtml&quot;. With my assumption of basic knowledge by the reader, I guess it should make sense.

I had thought of providing the source code, but because each file is so short, I concluded that it would be quite redundant. Furthermore, the files have to be in the right location for it to make sense.

Thanks for pointing out the mistake. I have already corrected it.

Thanks again and cheers :)</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Thanks for the input. You are right &#8211; it wasn&#8217;t written for the beginner to Zend cos I figured the beginner wouldn&#8217;t be looking to do auto-complete right at the get-go. So I had assumed some basic knowledge of the reader to begin with. That&#8217;s why I had left the invitation to post questions at the end of the article.</p>
<p>You&#8217;re also right in that the article isn&#8217;t explicit enough in the sense of a step-by-step tutorial. But the keen eye will notice that I did indicate the name of the file above the &#8220;foreach&#8221; loop.</p>
<p>Under the section &#8220;Explanation&#8221;, below the &#8220;View&#8221; subsection, I also stated that the extension has to be &#8220;ajax.phtml&#8221;. With my assumption of basic knowledge by the reader, I guess it should make sense.</p>
<p>I had thought of providing the source code, but because each file is so short, I concluded that it would be quite redundant. Furthermore, the files have to be in the right location for it to make sense.</p>
<p>Thanks for pointing out the mistake. I have already corrected it.</p>
<p>Thanks again and cheers <img src='http://www.rojakcoder.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert (nimx)</title>
		<link>http://www.rojakcoder.com/wordpress/2009/01/08/using-zend-framework-with-jquery-to-do-auto-completion/comment-page-1/#comment-2250</link>
		<dc:creator>Robert (nimx)</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojakcoder.com/wordpress/?p=68#comment-2250</guid>
		<description>Hi,

   Thank you for this tutorial - it&#039;s a good work but there are some things that should be mentioned in my opinion...
For those who starts their journey with Zend, the tutorial won&#039;t be clear enough.
For example: I weren&#039;t sure if I should create another file index but with suffix ajax.html.
Besides I found small mistake: in foreach you should use $this-&gt;words instead od $words.
I know that you didn&#039;t intend to prepare tutorial for real greenhorns but it would be nice if source code would be available :-)

Best regards,
   Robert</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   Thank you for this tutorial &#8211; it&#8217;s a good work but there are some things that should be mentioned in my opinion&#8230;<br />
For those who starts their journey with Zend, the tutorial won&#8217;t be clear enough.<br />
For example: I weren&#8217;t sure if I should create another file index but with suffix ajax.html.<br />
Besides I found small mistake: in foreach you should use $this-&gt;words instead od $words.<br />
I know that you didn&#8217;t intend to prepare tutorial for real greenhorns but it would be nice if source code would be available <img src='http://www.rojakcoder.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best regards,<br />
   Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
