<?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 Dave Kelly :: Blog</title>
	<atom:link href="http://www.davidkelly.ie/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidkelly.ie</link>
	<description>www.davidkelly.ie</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:47:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Replace the Euro Symbol (€) using Javascript (jQuery) by Stephen</title>
		<link>http://www.davidkelly.ie/2009/01/12/replace-the-euro-symbol-e-using-javascript-jquery/comment-page-1/#comment-8685</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 31 Jan 2012 22:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=497#comment-8685</guid>
		<description>Thank thank thank. Too long thinking it was my terminal encoding going nuts again.</description>
		<content:encoded><![CDATA[<p>Thank thank thank. Too long thinking it was my terminal encoding going nuts again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replace the Euro Symbol (€) using Javascript (jQuery) by Ronald</title>
		<link>http://www.davidkelly.ie/2009/01/12/replace-the-euro-symbol-e-using-javascript-jquery/comment-page-1/#comment-8684</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=497#comment-8684</guid>
		<description>YES!!
Finally! Thanks for this, saved my day. 
Took me forever to find this.</description>
		<content:encoded><![CDATA[<p>YES!!<br />
Finally! Thanks for this, saved my day.<br />
Took me forever to find this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replace the Euro Symbol (€) using Javascript (jQuery) by João Carvalho</title>
		<link>http://www.davidkelly.ie/2009/01/12/replace-the-euro-symbol-e-using-javascript-jquery/comment-page-1/#comment-8500</link>
		<dc:creator>João Carvalho</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=497#comment-8500</guid>
		<description>Thanks David!!! You just made Vera&#039;s day :D</description>
		<content:encoded><![CDATA[<p>Thanks David!!! You just made Vera&#8217;s day <img src='http://www.davidkelly.ie/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replace the Euro Symbol (€) using Javascript (jQuery) by Mike</title>
		<link>http://www.davidkelly.ie/2009/01/12/replace-the-euro-symbol-e-using-javascript-jquery/comment-page-1/#comment-8495</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 24 Sep 2010 08:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=497#comment-8495</guid>
		<description>Thanks Dave! That saved me a hair pulling search.You&#039;re still making someone&#039;s day a year later!</description>
		<content:encoded><![CDATA[<p>Thanks Dave! That saved me a hair pulling search.You&#8217;re still making someone&#8217;s day a year later!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replace the Euro Symbol (€) using Javascript (jQuery) by Dave</title>
		<link>http://www.davidkelly.ie/2009/01/12/replace-the-euro-symbol-e-using-javascript-jquery/comment-page-1/#comment-8497</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 24 Sep 2010 07:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=497#comment-8497</guid>
		<description>No problem Mike, glad it helped! </description>
		<content:encoded><![CDATA[<p>No problem Mike, glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 091Labs has a new home by 091labs</title>
		<link>http://www.davidkelly.ie/2010/06/26/091labs-has-a-new-home/comment-page-1/#comment-8488</link>
		<dc:creator>091labs</dc:creator>
		<pubDate>Sun, 27 Jun 2010 21:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/?p=791#comment-8488</guid>
		<description>Hi Dave thanks for the mention. Looking forward to seeing you at Exchange House sometime.</description>
		<content:encoded><![CDATA[<p>Hi Dave thanks for the mention. Looking forward to seeing you at Exchange House sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Radio Buttons by Daniel Del Rio</title>
		<link>http://www.davidkelly.ie/2008/06/18/zend_form-radio-buttons/comment-page-1/#comment-8487</link>
		<dc:creator>Daniel Del Rio</dc:creator>
		<pubDate>Wed, 02 Jun 2010 02:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=66#comment-8487</guid>
		<description>@Dave,

I ended up figuring it out. -&gt;setValue does do the trick but it wasn&#039;t working for me because I wasn&#039;t using the formRadio view helper to print out the element. I wrote my own custom one and forgot to print out the $checked variable in my element&#039;s markup.

Daniel</description>
		<content:encoded><![CDATA[<p>@Dave,</p>
<p>I ended up figuring it out. -&gt;setValue does do the trick but it wasn&#8217;t working for me because I wasn&#8217;t using the formRadio view helper to print out the element. I wrote my own custom one and forgot to print out the $checked variable in my element&#8217;s markup.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Radio Buttons by Dave</title>
		<link>http://www.davidkelly.ie/2008/06/18/zend_form-radio-buttons/comment-page-1/#comment-8486</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 31 May 2010 09:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=66#comment-8486</guid>
		<description>@Daniel,

Have you tried -&gt;setAttribute(&#039;checked&#039;, &#039;checked&#039;). Although I&#039;m guessing this will check the first radio button.

You could also look into this method: http://stackoverflow.com/questions/1911293/how-to-set-the-default-checked-value-of-a-zend-form-radio-element

Dave.</description>
		<content:encoded><![CDATA[<p>@Daniel,</p>
<p>Have you tried ->setAttribute(&#8216;checked&#8217;, &#8216;checked&#8217;). Although I&#8217;m guessing this will check the first radio button.</p>
<p>You could also look into this method: <a href="http://stackoverflow.com/questions/1911293/how-to-set-the-default-checked-value-of-a-zend-form-radio-element" rel="nofollow">http://stackoverflow.com/questions/1911293/how-to-set-the-default-checked-value-of-a-zend-form-radio-element</a></p>
<p>Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Radio Buttons by Daniel Del Rio</title>
		<link>http://www.davidkelly.ie/2008/06/18/zend_form-radio-buttons/comment-page-1/#comment-8485</link>
		<dc:creator>Daniel Del Rio</dc:creator>
		<pubDate>Fri, 28 May 2010 15:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=66#comment-8485</guid>
		<description>I&#039;ve tried using the -&gt;setValue(&#039;R&#039;) you have but it doesn&#039;t pre-select any of the radio buttons. How can I control which radio button is selected?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried using the -&gt;setValue(&#8216;R&#8217;) you have but it doesn&#8217;t pre-select any of the radio buttons. How can I control which radio button is selected?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Form Radio Buttons by Peter</title>
		<link>http://www.davidkelly.ie/2008/06/18/zend_form-radio-buttons/comment-page-1/#comment-8482</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidkelly.ie/blog/?p=66#comment-8482</guid>
		<description>Hi Dave,

A better way to set the &#039;value&#039; attributes is to pass an associative array to addMultiOptions, ie

-&gt;addMultiOptions(array(
		&#039;true&#039; =&gt; &#039;by frequency&#039;,
		&#039;false&#039; =&gt; &#039;alphabetically&#039;
									))</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>A better way to set the &#8216;value&#8217; attributes is to pass an associative array to addMultiOptions, ie</p>
<p>-&gt;addMultiOptions(array(<br />
		&#8216;true&#8217; =&gt; &#8216;by frequency&#8217;,<br />
		&#8216;false&#8217; =&gt; &#8216;alphabetically&#8217;<br />
									))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

