<?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: Rot13 Email Protection for WordPress</title>
	<atom:link href="http://techtrouts.com/rot13-email-protection-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtrouts.com/rot13-email-protection-for-wordpress/</link>
	<description>Doin' the dev dance o/</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:33:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: tv shows</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-148</link>
		<dc:creator>tv shows</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-148</guid>
		<description>There&#039;s too much blood in my caffeine system.</description>
		<content:encoded><![CDATA[<p>There&#8217;s too much blood in my caffeine system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-101</link>
		<dc:creator>Zak</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-101</guid>
		<description>OK. Apparently this blog filters certain content in the comments. For the fix, visit the link below...

http://docs.google.com/View?id=dcbd9g22_51ftbrkkhf</description>
		<content:encoded><![CDATA[<p>OK. Apparently this blog filters certain content in the comments. For the fix, visit the link below&#8230;</p>
<p><a href="http://docs.google.com/View?id=dcbd9g22_51ftbrkkhf" rel="nofollow">http://docs.google.com/View?id=dcbd9g22_51ftbrkkhf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-100</link>
		<dc:creator>Zak</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-100</guid>
		<description>Jeff,

To fix the problem you are having, replace Joel&#039;s solution with the following:

$ROT13_EP_GEN_PATTERN=&quot;/(&lt;a.*?mailto)(.*?)()/i&quot;;</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>To fix the problem you are having, replace Joel&#8217;s solution with the following:</p>
<p>$ROT13_EP_GEN_PATTERN=&#8221;/(&lt;a.*?mailto)(.*?)()/i&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Byrnes</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-95</link>
		<dc:creator>Jeff Byrnes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-95</guid>
		<description>Or this blog is eating my code. And now, correctly escaped to avoid being eaten:
&lt;code&gt;$ROT13_EP_GEN_PATTERN=&#039;%(&lt;a.*?mailto)(.*?&lt;/a&gt;)%i&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Or this blog is eating my code. And now, correctly escaped to avoid being eaten:<br />
<code>$ROT13_EP_GEN_PATTERN='%(&lt;a.*?mailto)(.*?&lt;/a&gt;)%i';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Byrnes</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-94</link>
		<dc:creator>Jeff Byrnes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-94</guid>
		<description>Stupid copy not working *grumble grumble* Here it is:
&lt;code&gt;$ROT13_EP_GEN_PATTERN=&#039;%(&lt;a.*?mailto)(.*?&lt;/a&gt;)%i&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Stupid copy not working *grumble grumble* Here it is:<br />
<code>$ROT13_EP_GEN_PATTERN='%(&lt;a.*?mailto)(.*?)%i';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Byrnes</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-93</link>
		<dc:creator>Jeff Byrnes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-93</guid>
		<description>Wait, got it. Here&#039;s the RegEx that worked for me:
&lt;code&gt;$ROT13_EP_GEN_PATTERN=&#039;%(&lt;a.*?mailto)(.*?&lt;/a&gt;)%i&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Wait, got it. Here&#8217;s the RegEx that worked for me:<br />
<code>$ROT13_EP_GEN_PATTERN='%(&lt;a.*?mailto)(.*?)%i';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Byrnes</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-92</link>
		<dc:creator>Jeff Byrnes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-92</guid>
		<description>Whoops, forgot to finish that thought. Anybody have any ideas on how to make it work? Running PHP5, FYI.</description>
		<content:encoded><![CDATA[<p>Whoops, forgot to finish that thought. Anybody have any ideas on how to make it work? Running PHP5, FYI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Byrnes</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-91</link>
		<dc:creator>Jeff Byrnes</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-91</guid>
		<description>Hey there, tried Joel&#039;s solution, and while the content outputs, it mangles the email addresses &amp; links. Here&#039;s what comes out:

&lt;code&gt; /* =(c=c.charCodeAt(0)+13)?c:c-26);})); /* ]]-&gt; */ :email@email.com”&gt;email@email.com&lt;/code&gt;

Viewing source shows me this:

&lt;code&gt;&lt;script type=&quot;text/javascript&quot;&gt;
			/* &lt;![CDATA[ */
	    		document.write(&quot;&lt;n uers=\&quot;znvygb&quot;.replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c&lt;=&quot;Z&quot;?90:122)&gt;=(c=c.charCodeAt(0)+13)?c:c-26);}));
			/* ]]-&gt; */
	   		&lt;/script&gt;:email@email.com”&gt;email@email.com&lt;/a&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey there, tried Joel&#8217;s solution, and while the content outputs, it mangles the email addresses &amp; links. Here&#8217;s what comes out:</p>
<p><code> /* =(c=c.charCodeAt(0)+13)?c:c-26);})); /* ]]-&gt; */ :email@email.com”&gt;email@email.com</code></p>
<p>Viewing source shows me this:</p>
<p><code>&lt;script type=&quot;text/javascript&quot;&gt;<br />
			/* &lt;![CDATA[ */<br />
	    		document.write(&quot;&lt;n uers=\&quot;znvygb&quot;.replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c&lt;=&quot;Z&quot;?90:122)&gt;=(c=c.charCodeAt(0)+13)?c:c-26);}));<br />
			/* ]]-&gt; */<br />
	   		&lt;/script&gt;:email@email.com”&gt;email@email.com&lt;/a&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-81</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 21 Oct 2009 04:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-81</guid>
		<description>Joel, you are a life saver!  That works great.  I had to type it in since copying the text caused an error (because of the quotes) but it worked fine after that.  

Now we can use some PHP5-based plugins we couldn&#039;t use before.

Thanks!</description>
		<content:encoded><![CDATA[<p>Joel, you are a life saver!  That works great.  I had to type it in since copying the text caused an error (because of the quotes) but it worked fine after that.  </p>
<p>Now we can use some PHP5-based plugins we couldn&#8217;t use before.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker E.</title>
		<link>http://techtrouts.com/rot13-email-protection-for-wordpress/comment-page-1/#comment-79</link>
		<dc:creator>Volker E.</dc:creator>
		<pubDate>Tue, 06 Oct 2009 13:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://techtrouts.com/rot13-email-protection-for-wordpress/#comment-79</guid>
		<description>I&#039;ve tested it with Joel&#039;s changed code at a hoster, where I ran into the white screen problem. And now it works like a charm.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tested it with Joel&#8217;s changed code at a hoster, where I ran into the white screen problem. And now it works like a charm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
