<?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 VexedMonkey</title>
	<atom:link href="http://www.vexedmonkey.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vexedmonkey.com</link>
	<description>Beware the fury of a patient monkey.</description>
	<pubDate>Sat, 04 Jul 2009 06:02:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Florida Living by SamHennessy</title>
		<link>http://www.vexedmonkey.com/2008/11/comment-page-1/#comment-75</link>
		<dc:creator>SamHennessy</dc:creator>
		<pubDate>Mon, 10 Nov 2008 15:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/2008/11/09/florida-living/#comment-75</guid>
		<description>Nice :)</description>
		<content:encoded><![CDATA[<p>Nice :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework - Smarty or not to Smarty by vMonkey</title>
		<link>http://www.vexedmonkey.com/2008/05/comment-page-1/#comment-74</link>
		<dc:creator>vMonkey</dc:creator>
		<pubDate>Sun, 28 Sep 2008 16:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/2008/05/31/zend-framework-smarty-or-not-to-smarty/#comment-74</guid>
		<description>Well,  I have tried a few plugins with WP to actually allow this, they never seem to work 100%.

for the most part though you should be able to do something like:

&lt;pre&gt;
&lt;code markup="all"&gt;
&lt;code markeup="all"&gt;
insert text and &lt;b&gt;html&lt;/b&gt; here
&lt;/code&gt;
&lt;/code&gt; 
&lt;/pre&gt;

basically what you have to do is utilize the "&amp; l t ;" (without the spaces of course) for the beginning  bracket of each tag.. .this is the only way I have been able to get this to actually work.  
</description>
		<content:encoded><![CDATA[<p>Well,  I have tried a few plugins with WP to actually allow this, they never seem to work 100%.</p>
<p>for the most part though you should be able to do something like:</p>
<pre>
<code markup="all">
&lt;code markeup="all">
insert text and &lt;b>html&lt;/b> here
&lt;/code>
</code>
</pre>
<p>basically what you have to do is utilize the &#8220;&#038; l t ;&#8221; (without the spaces of course) for the beginning  bracket of each tag.. .this is the only way I have been able to get this to actually work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework - Smarty or not to Smarty by Silver</title>
		<link>http://www.vexedmonkey.com/2008/05/comment-page-1/#comment-73</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Sun, 28 Sep 2008 12:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/2008/05/31/zend-framework-smarty-or-not-to-smarty/#comment-73</guid>
		<description>First tell me how to write HTML code here that doesn't get parsed by Wordpress =)</description>
		<content:encoded><![CDATA[<p>First tell me how to write HTML code here that doesn&#8217;t get parsed by Wordpress =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework - Smarty or not to Smarty by vMonkey</title>
		<link>http://www.vexedmonkey.com/2008/05/comment-page-1/#comment-72</link>
		<dc:creator>vMonkey</dc:creator>
		<pubDate>Sat, 27 Sep 2008 22:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vexedmonkey.com/2008/05/31/zend-framework-smarty-or-not-to-smarty/#comment-72</guid>
		<description>I agree, the example given does in this instances seem to be cleaner, but this functionality (clean implementation), of filtering output is easily attainable especially utilizing ZF.  

I am referencing ZF filters in this case &lt;a href="http://framework.zend.com/manual/en/zend.filter.html#zend.filter.introduction.definition" rel="nofollow"&gt; ZF Filter Link&lt;/a&gt;.  It would be very easy to filter the output prior to rendering it through the view layer.  Essentially making the available variable clean at time of use in the template.

At which point your code becomes even cleaner by needing to have within your template no more than:
&lt;code&gt;
&lt;?= $product ?&gt;
&lt;/code&gt;

Keep the ideas coming... this is what makes developers who we are...</description>
		<content:encoded><![CDATA[<p>I agree, the example given does in this instances seem to be cleaner, but this functionality (clean implementation), of filtering output is easily attainable especially utilizing ZF.  </p>
<p>I am referencing ZF filters in this case <a href="http://framework.zend.com/manual/en/zend.filter.html#zend.filter.introduction.definition" rel="nofollow"> ZF Filter Link</a>.  It would be very easy to filter the output prior to rendering it through the view layer.  Essentially making the available variable clean at time of use in the template.</p>
<p>At which point your code becomes even cleaner by needing to have within your template no more than:<br />
<code><br />
&lt;?= $product ?><br />
</code></p>
<p>Keep the ideas coming&#8230; this is what makes developers who we are&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
