<?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: Zend Framework How To: Handling checkboxes using Zend_Form and jQuery</title>
	<atom:link href="http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/</link>
	<description>Wenbert Del Rosario: PHP, MySQL, Javascript, MVC, Zend Framework, AJAX, jQuery.</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:49:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: N i B o H s</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-11713</link>
		<dc:creator>N i B o H s</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-11713</guid>
		<description>How can I upload images in zend frame works?
Hai I am creating a website using php, pgsql
I am using zend frameworks for development.
I have to save images in bytea format to pgsql
any body can help me plse?</description>
		<content:encoded><![CDATA[<p>How can I upload images in zend frame works?<br />
Hai I am creating a website using php, pgsql<br />
I am using zend frameworks for development.<br />
I have to save images in bytea format to pgsql<br />
any body can help me plse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenbert</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-11677</link>
		<dc:creator>Wenbert</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-11677</guid>
		<description>@Lalit, you can write it in the head tag or in the body. You can put it anywhere you want. You can even include it in a file.

If you are using a .js file take a look at this post: http://blog.ekini.net/2009/05/15/zend-framework-adding-javascript-files-depending-on-controller/

It will allow you to include files depending on which controller was loaded.</description>
		<content:encoded><![CDATA[<p>@Lalit, you can write it in the head tag or in the body. You can put it anywhere you want. You can even include it in a file.</p>
<p>If you are using a .js file take a look at this post: <a href="http://blog.ekini.net/2009/05/15/zend-framework-adding-javascript-files-depending-on-controller/" rel="nofollow">http://blog.ekini.net/2009/05/15/zend-framework-adding-javascript-files-depending-on-controller/</a></p>
<p>It will allow you to include files depending on which controller was loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalit S</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-11673</link>
		<dc:creator>Lalit S</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-11673</guid>
		<description>i meant the script tag ..</description>
		<content:encoded><![CDATA[<p>i meant the script tag ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalit S</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-11672</link>
		<dc:creator>Lalit S</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-11672</guid>
		<description>But where to write this jQuery code .. 
like write this code into a .js file and include it in our view file using  tag ???</description>
		<content:encoded><![CDATA[<p>But where to write this jQuery code ..<br />
like write this code into a .js file and include it in our view file using  tag ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenbert</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-9450</link>
		<dc:creator>Wenbert</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-9450</guid>
		<description>@Amit Shah, use jQuery and do something like this:

if($(‘#is_public’).is(‘:checked’)) {
    //blah
}

where #is_public is the ID of the checkbox.</description>
		<content:encoded><![CDATA[<p>@Amit Shah, use jQuery and do something like this:</p>
<p>if($(‘#is_public’).is(‘:checked’)) {<br />
    //blah<br />
}</p>
<p>where #is_public is the ID of the checkbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Shah</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-9448</link>
		<dc:creator>Amit Shah</dc:creator>
		<pubDate>Thu, 16 Oct 2008 09:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-9448</guid>
		<description>How could we apply any JavaScript function on checkbox?</description>
		<content:encoded><![CDATA[<p>How could we apply any JavaScript function on checkbox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-6180</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Tue, 20 May 2008 18:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-6180</guid>
		<description>Thanks for sharing!It might usefull for me.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing!It might usefull for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZF: Handling checkboxes using Zend_Form and jQuery &#124; PHP Readings</title>
		<link>http://blog.ekini.net/2008/05/20/zend-framework-how-to-handling-checkboxes-using-zend_form-and-jquery/comment-page-1/#comment-6176</link>
		<dc:creator>ZF: Handling checkboxes using Zend_Form and jQuery &#124; PHP Readings</dc:creator>
		<pubDate>Tue, 20 May 2008 10:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=420#comment-6176</guid>
		<description>[...] blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented [...]</description>
		<content:encoded><![CDATA[<p>[...] blog post shows how to create checkboxes with Zend_Form and handle them with jQuery. Author gives commented [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
