<?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 for Peacock Suit</title>
	<atom:link href="http://www.peacocksuit.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peacocksuit.com/blog</link>
	<description>PHP, (X)HTML, CSS and Everything Else</description>
	<lastBuildDate>Thu, 15 Dec 2011 11:54:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Zend_Dojo_Form and Form Validation on the Client Side by Santiago</title>
		<link>http://www.peacocksuit.com/blog/2008/11/10/zend_dojo_form-and-form-validation-on-the-client-side/comment-page-1/#comment-259</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Thu, 15 Dec 2011 11:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=107#comment-259</guid>
		<description>Marcos!! Your code works fine and triggers all the errors already set in the form!! great!!</description>
		<content:encoded><![CDATA[<p>Marcos!! Your code works fine and triggers all the errors already set in the form!! great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Dojo_Form and Form Validation on the Client Side by Hoang Nguyen</title>
		<link>http://www.peacocksuit.com/blog/2008/11/10/zend_dojo_form-and-form-validation-on-the-client-side/comment-page-1/#comment-257</link>
		<dc:creator>Hoang Nguyen</dc:creator>
		<pubDate>Wed, 12 Oct 2011 09:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=107#comment-257</guid>
		<description>Great, this really helps me out</description>
		<content:encoded><![CDATA[<p>Great, this really helps me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Dojo_Form and Form Validation on the Client Side by Leon Myburgh</title>
		<link>http://www.peacocksuit.com/blog/2008/11/10/zend_dojo_form-and-form-validation-on-the-client-side/comment-page-1/#comment-252</link>
		<dc:creator>Leon Myburgh</dc:creator>
		<pubDate>Wed, 31 Aug 2011 22:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=107#comment-252</guid>
		<description>Thanks. This worked perfectly for what I had in mind. The Custom Zend Dojo Form Class method helped me add this to all my forms in a matter of minutes. Saved me from having to solve it myself.</description>
		<content:encoded><![CDATA[<p>Thanks. This worked perfectly for what I had in mind. The Custom Zend Dojo Form Class method helped me add this to all my forms in a matter of minutes. Saved me from having to solve it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Dojo_Form and Form Validation on the Client Side by Marcos</title>
		<link>http://www.peacocksuit.com/blog/2008/11/10/zend_dojo_form-and-form-validation-on-the-client-side/comment-page-1/#comment-250</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Wed, 15 Jun 2011 15:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=107#comment-250</guid>
		<description>I do this on form:

$this-&gt;setAttribs(array(
&#039;method&#039;	=&gt; &#039;post&#039;,
&#039;name&#039;  	=&gt; &#039;form&#039;,
&#039;onSubmit&#039;	=&gt; &#039;return this.validate();&#039;
));</description>
		<content:encoded><![CDATA[<p>I do this on form:</p>
<p>$this-&gt;setAttribs(array(<br />
&#8216;method&#8217;	=&gt; &#8216;post&#8217;,<br />
&#8216;name&#8217;  	=&gt; &#8216;form&#8217;,<br />
&#8216;onSubmit&#8217;	=&gt; &#8216;return this.validate();&#8217;<br />
));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework: Logging Database Queries to FireBug by Yodous</title>
		<link>http://www.peacocksuit.com/blog/2008/09/02/zend-framework-logging-database-queries-to-firebug/comment-page-1/#comment-249</link>
		<dc:creator>Yodous</dc:creator>
		<pubDate>Sun, 20 Feb 2011 20:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=93#comment-249</guid>
		<description>This dump profiler into Firebug is realy cool. I use it in the development phase. Thanks to that, I was able to find sites, that generate a lots of queries.</description>
		<content:encoded><![CDATA[<p>This dump profiler into Firebug is realy cool. I use it in the development phase. Thanks to that, I was able to find sites, that generate a lots of queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Populate a Zend_Form select with database returned data by Bench Saw %0B</title>
		<link>http://www.peacocksuit.com/blog/2008/08/30/populate-a-zend_form-select-with-mysql-returned-data/comment-page-1/#comment-248</link>
		<dc:creator>Bench Saw %0B</dc:creator>
		<pubDate>Sun, 30 Jan 2011 00:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=46#comment-248</guid>
		<description>I am really thankful to this topic because it really gives useful information</description>
		<content:encoded><![CDATA[<p>I am really thankful to this topic because it really gives useful information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Populate a Zend_Form select with database returned data by shanthi</title>
		<link>http://www.peacocksuit.com/blog/2008/08/30/populate-a-zend_form-select-with-mysql-returned-data/comment-page-1/#comment-243</link>
		<dc:creator>shanthi</dc:creator>
		<pubDate>Tue, 23 Mar 2010 23:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=46#comment-243</guid>
		<description>My form contains 3 different dropdown. When user adds a new record, I see the dropdown values from the database. User selects one item from the list and I add the record to the table. When user edits this record, I want to still display the dropdown list will all values along with the value in the record that currently exists. I am using form-&gt;populate to populate the form after fetching the record from the table. How do I populate the drop down list?</description>
		<content:encoded><![CDATA[<p>My form contains 3 different dropdown. When user adds a new record, I see the dropdown values from the database. User selects one item from the list and I add the record to the table. When user edits this record, I want to still display the dropdown list will all values along with the value in the record that currently exists. I am using form-&gt;populate to populate the form after fetching the record from the table. How do I populate the drop down list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework: Logging Database Queries to FireBug by letsnurture</title>
		<link>http://www.peacocksuit.com/blog/2008/09/02/zend-framework-logging-database-queries-to-firebug/comment-page-1/#comment-242</link>
		<dc:creator>letsnurture</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=93#comment-242</guid>
		<description>hi,

Its an excellent news.

I have been working with zend framework based application.

So today, i thought let me search in google for &quot;Zend framework firefox addons&quot; with hope that i might get something interesting that would help me while developing the code.

So i found this nice components named &quot;FirePHP&quot;.

I will configure it in my local machine.

Thanks to the creator.

Grate job!!

Letsnurture</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Its an excellent news.</p>
<p>I have been working with zend framework based application.</p>
<p>So today, i thought let me search in google for &#8220;Zend framework firefox addons&#8221; with hope that i might get something interesting that would help me while developing the code.</p>
<p>So i found this nice components named &#8220;FirePHP&#8221;.</p>
<p>I will configure it in my local machine.</p>
<p>Thanks to the creator.</p>
<p>Grate job!!</p>
<p>Letsnurture</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Dojo_Form and Form Validation on the Client Side by chrismacp</title>
		<link>http://www.peacocksuit.com/blog/2008/11/10/zend_dojo_form-and-form-validation-on-the-client-side/comment-page-1/#comment-241</link>
		<dc:creator>chrismacp</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=107#comment-241</guid>
		<description>Very useful, cheers :)</description>
		<content:encoded><![CDATA[<p>Very useful, cheers <img src='http://www.peacocksuit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework: Logging Database Queries to FireBug by Peacock Suit » Zend framework: Logging Database Queries to FireBug &#124; Quo Vadis Web Solutions</title>
		<link>http://www.peacocksuit.com/blog/2008/09/02/zend-framework-logging-database-queries-to-firebug/comment-page-1/#comment-240</link>
		<dc:creator>Peacock Suit » Zend framework: Logging Database Queries to FireBug &#124; Quo Vadis Web Solutions</dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://peacocksuit.com/blog/?p=93#comment-240</guid>
		<description>[...] Enjoy!   via peacocksuit.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Enjoy!   via peacocksuit.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

