<?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 Ryan's Blog</title>
	<atom:link href="http://www.rmauger.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rmauger.co.uk</link>
	<description>Randomness will get you everywhere.</description>
	<lastBuildDate>Wed, 03 Mar 2010 11:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on My first Zend Framework proposal is now in incubator! by Anonymous</title>
		<link>http://www.rmauger.co.uk/2009/01/my-first-zend-framework-proposal-is-now-in-incubator/comment-page-1/#comment-550</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 03 Mar 2010 11:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=16#comment-550</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-153&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-153&quot; rel=&quot;nofollow&quot;&gt;Sudheer&lt;/a&gt; :&lt;/strong&gt;
          Cool. I have written these validators in several areas on my application. I will look forward for the component in 1.8.
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-153"><p>
<strong><a href="#comment-153" rel="nofollow">Sudheer</a> :</strong><br />
          Cool. I have written these validators in several areas on my application. I will look forward for the component in 1.8.
         </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why the Zend Framework Actionstack is Evil by admin</title>
		<link>http://www.rmauger.co.uk/2009/03/why-the-zend-framework-actionstack-is-evil/comment-page-1/#comment-535</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=45#comment-535</guid>
		<description>Dan: Sorry, the action view helper does much more than this, it grabs the request, and dispatcher from the front controller, and clones them, then dispatches a whole new request to run the actual action your asking for. its a terrible waste! (and will include a layout if your not careful)</description>
		<content:encoded><![CDATA[<p>Dan: Sorry, the action view helper does much more than this, it grabs the request, and dispatcher from the front controller, and clones them, then dispatches a whole new request to run the actual action your asking for. its a terrible waste! (and will include a layout if your not careful)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by admin</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-534</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-534</guid>
		<description>Hello Jurian,

as far as i know, this is correct. We have not yet embraced HTML5 where I work, so I have not had much chance to meddle with it yet either :(</description>
		<content:encoded><![CDATA[<p>Hello Jurian,</p>
<p>as far as i know, this is correct. We have not yet embraced HTML5 where I work, so I have not had much chance to meddle with it yet either <img src='http://www.rmauger.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by Ryan</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-533</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-533</guid>
		<description>Hi philipp,
Thanks for the comment!
You have raised a very good point. I will attach an update soon once I have mulled over a solution to automatically shut this off with for example the context switch.</description>
		<content:encoded><![CDATA[<p>Hi philipp,<br />
Thanks for the comment!<br />
You have raised a very good point. I will attach an update soon once I have mulled over a solution to automatically shut this off with for example the context switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by Zend Framework University &#124; Blog &#124; Ryan Mauger&#39;s Blog: Keeping your html valid with Zend Framework, Tidy and Firebug</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-532</link>
		<dc:creator>Zend Framework University &#124; Blog &#124; Ryan Mauger&#39;s Blog: Keeping your html valid with Zend Framework, Tidy and Firebug</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-532</guid>
		<description>[...] Mauger has great idea about using HTML Tidy and Firebug to automatically repair all views and report validation [...]</description>
		<content:encoded><![CDATA[<p>[...] Mauger has great idea about using HTML Tidy and Firebug to automatically repair all views and report validation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by Jurian Sluiman</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-528</link>
		<dc:creator>Jurian Sluiman</dc:creator>
		<pubDate>Sun, 14 Feb 2010 12:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-528</guid>
		<description>Hi,
Great post. I see tidy has no support for html5, is that correct? All my html5 headers () is recognized as XHTML 1.0 Strict :/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great post. I see tidy has no support for html5, is that correct? All my html5 headers () is recognized as XHTML 1.0 Strict :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating simple, extendible CRUD, using Zend Framework by Dilo</title>
		<link>http://www.rmauger.co.uk/2009/06/creating-simple-extendible-crud-using-zend-framework/comment-page-1/#comment-522</link>
		<dc:creator>Dilo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=66#comment-522</guid>
		<description>great post Ryan!  I&#039;m also new to zf so am reading posts trying to catch it  ;). Would like to know (if possible) your feedback about integrating your proposal with Doctrine and any clue on how to do it. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>great post Ryan!  I&#8217;m also new to zf so am reading posts trying to catch it  <img src='http://www.rmauger.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Would like to know (if possible) your feedback about integrating your proposal with Doctrine and any clue on how to do it. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by Romeo Adrian Cioaba</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-493</link>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-493</guid>
		<description>Bittarman,

Great post :) I can&#039;t wait to integrate it into my code :D

Regards,
mimir&#124;on</description>
		<content:encoded><![CDATA[<p>Bittarman,</p>
<p>Great post <img src='http://www.rmauger.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I can&#8217;t wait to integrate it into my code <img src='http://www.rmauger.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Regards,<br />
mimir|on</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why the Zend Framework Actionstack is Evil by Dan Moore</title>
		<link>http://www.rmauger.co.uk/2009/03/why-the-zend-framework-actionstack-is-evil/comment-page-1/#comment-490</link>
		<dc:creator>Dan Moore</dc:creator>
		<pubDate>Tue, 02 Feb 2010 02:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=45#comment-490</guid>
		<description>I&#039;m a noob to Zend, is the Action View Helper the thing that takes controller/action and finds the corresponding view script in the views directory and echoes it? (or includes it in the site wide layout as -&gt;content)</description>
		<content:encoded><![CDATA[<p>I&#8217;m a noob to Zend, is the Action View Helper the thing that takes controller/action and finds the corresponding view script in the views directory and echoes it? (or includes it in the site wide layout as -&gt;content)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping your HTML valid with Zend Framework, Tidy and Firebug by philipp</title>
		<link>http://www.rmauger.co.uk/2010/01/keeping-your-html-valid-with-zend-framework-tidy-and-firebug/comment-page-1/#comment-486</link>
		<dc:creator>philipp</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rmauger.co.uk/?p=119#comment-486</guid>
		<description>hi ryan!

great idea and a nice article!
In my case tidy tried to modify other output contexts (json, pdf, ...) generated by zf, too. So this doesn&#039;t work ...
Adding a small format-param check solves this problem in my case:
if($this-&gt;getRequest()-&gt;getParam(&#039;format&#039;)) return;

... but I&#039;m sure there is a better solution!</description>
		<content:encoded><![CDATA[<p>hi ryan!</p>
<p>great idea and a nice article!<br />
In my case tidy tried to modify other output contexts (json, pdf, &#8230;) generated by zf, too. So this doesn&#8217;t work &#8230;<br />
Adding a small format-param check solves this problem in my case:<br />
if($this-&gt;getRequest()-&gt;getParam(&#8216;format&#8217;)) return;</p>
<p>&#8230; but I&#8217;m sure there is a better solution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
