<?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: Automatically Escape HTML Entities of Code Fragments in&#160;Comments</title>
	<atom:link href="http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/</link>
	<description>Web Design, WordPress and Performance Services</description>
	<lastBuildDate>Mon, 07 May 2012 00:29:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20805</generator>
<atom:link rel="hub" href="http://konstruktors.superfeedr.com/"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com/"/>	<item>
		<title>By: Steven</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-2795</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 15 Aug 2010 07:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-2795</guid>
		<description>You should use esc_html() as the way you are using wp_specialchars() is vulnerable to XSS.</description>
		<content:encoded><![CDATA[<p>You should use esc_html() as the way you are using wp_specialchars() is vulnerable to XSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Custom functions.php Template, Part 2 &#124; Digging into WordPress</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1142</link>
		<dc:creator>WordPress Custom functions.php Template, Part 2 &#124; Digging into WordPress</dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1142</guid>
		<description>[...] Kaspars Dambis shows us how to automatically escape encoded HTML entities in the comments that readers leave on your posts. This is especially useful for blogs that deal in heavy code exchanges on post threads. This enables your commentators to simply wrap their code in &lt;code&gt; tags and not have to worry about manually converting characters such as angled brackets (&#8220;&lt;&#8221; &amp; &#8220;&gt;&#8221;) into their encoded equivalents (&#8220;&lt;&#8221; &amp; &#8220;&gt;&#8221;). [...]</description>
		<content:encoded><![CDATA[<p>[...] Kaspars Dambis shows us how to automatically escape encoded HTML entities in the comments that readers leave on your posts. This is especially useful for blogs that deal in heavy code exchanges on post threads. This enables your commentators to simply wrap their code in &lt;code&gt; tags and not have to worry about manually converting characters such as angled brackets (&ldquo;&lt;&rdquo; &amp; &ldquo;&gt;&rdquo;) into their encoded equivalents (&ldquo;&lt;&rdquo; &amp; &ldquo;&gt;&rdquo;). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PixoPoint Code Comments plugin</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1141</link>
		<dc:creator>PixoPoint Code Comments plugin</dc:creator>
		<pubDate>Sat, 02 Jan 2010 09:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1141</guid>
		<description>[...] To learn more about the code powering the plugin please visit Kaspars&#8217; blog post. [...]</description>
		<content:encoded><![CDATA[<p>[...] To learn more about the code powering the plugin please visit Kaspars&#8217; blog post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1140</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1140</guid>
		<description>Great work, &lt;a href=&quot;#comment-11261&quot; rel=&quot;nofollow&quot;&gt;Ryan&lt;/a&gt;! Thanks.</description>
		<content:encoded><![CDATA[<p>Great work, <a href="#comment-11261" rel="nofollow">Ryan</a>! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1139</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 01 Jan 2010 11:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1139</guid>
		<description>The plugin is now available in the repository:
http://wordpress.org/extend/plugins/pixopoint-code-comments/</description>
		<content:encoded><![CDATA[<p>The plugin is now available in the repository:<br />
<a href="http://wordpress.org/extend/plugins/pixopoint-code-comments/" rel="nofollow">http://wordpress.org/extend/pl.....-comments/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1138</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 26 Dec 2009 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1138</guid>
		<description>Yep, I&#039;ll upload it to the repository :)

I was actually waiting to check that you weren&#039;t planning to do it youself (I didn&#039;t want to step on your toes).

I&#039;ll post back here once it&#039;s uploaded to the repository ... which will require me writing a readme.txt file for it first.</description>
		<content:encoded><![CDATA[<p>Yep, I&#8217;ll upload it to the repository :)</p>
<p>I was actually waiting to check that you weren&#8217;t planning to do it youself (I didn&#8217;t want to step on your toes).</p>
<p>I&#8217;ll post back here once it&#8217;s uploaded to the repository &#8230; which will require me writing a readme.txt file for it first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1137</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1137</guid>
		<description>This is awesome, &lt;a href=&quot;#comment-11231&quot; rel=&quot;nofollow&quot;&gt;Ryan&lt;/a&gt; -- thanks for turning it into a plugin. This is the exact reason why I love open source.

The only suggestion I have is that you upload it to the official repository.</description>
		<content:encoded><![CDATA[<p>This is awesome, <a href="#comment-11231" rel="nofollow">Ryan</a> &#8212; thanks for turning it into a plugin. This is the exact reason why I love open source.</p>
<p>The only suggestion I have is that you upload it to the official repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1136</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 26 Dec 2009 07:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1136</guid>
		<description>I turned this into a plugin for my own use and figured I may as well make it available for anyone with a use for it ... http://pixopoint.com/code-comments/

@Kaspars - if you would like to release a plugin to do this yourself, just let me know and I&#039;ll point visitors to my own blog post over to your site instead of using my version.</description>
		<content:encoded><![CDATA[<p>I turned this into a plugin for my own use and figured I may as well make it available for anyone with a use for it &#8230; <a href="http://pixopoint.com/code-comments/" rel="nofollow">http://pixopoint.com/code-comments/</a></p>
<p>@Kaspars &#8211; if you would like to release a plugin to do this yourself, just let me know and I&#8217;ll point visitors to my own blog post over to your site instead of using my version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1850-automatically-escape-html-entities-of-code-fragments-in-comments/#comment-1135</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 26 Dec 2009 05:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1850#comment-1135</guid>
		<description>Awesome, thanks for the code :)

It&#039;s annoying having to recode everything just to post it on someone else&#039;s site.</description>
		<content:encoded><![CDATA[<p>Awesome, thanks for the code :)</p>
<p>It&#8217;s annoying having to recode everything just to post it on someone else&#8217;s site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
