<?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: Email Spam Protection</title>
	<atom:link href="http://blueberryware.net/2008/09/14/email-spam-protection/feed" rel="self" type="application/rss+xml" />
	<link>http://blueberryware.net/2008/09/14/email-spam-protection</link>
	<description>Adam Hunter's PHP Playground</description>
	<lastBuildDate>Fri, 21 May 2010 18:33:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Victor</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-305</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-305</guid>
		<description>Cool method!
I have added it to the plugin &lt;a href=&quot;http://wordpress.org/extend/plugins/email-encoder-bundle/&quot; rel=&quot;nofollow&quot;&gt;Email Encoder Bundle&lt;/a&gt;.

Thanks Adam!</description>
		<content:encoded><![CDATA[<p>Cool method!<br />
I have added it to the plugin <a href="http://wordpress.org/extend/plugins/email-encoder-bundle/" rel="nofollow">Email Encoder Bundle</a>.</p>
<p>Thanks Adam!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Dickey</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-291</link>
		<dc:creator>Roger Dickey</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-291</guid>
		<description>In order to handle zeros in the email address, I changed line 77 from &quot;!empty($c)&quot; to &quot;strlen($c) &gt; 0&quot;.</description>
		<content:encoded><![CDATA[<p>In order to handle zeros in the email address, I changed line 77 from &#8220;!empty($c)&#8221; to &#8220;strlen($c) &gt; 0&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free bonus promotions</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-248</link>
		<dc:creator>Free bonus promotions</dc:creator>
		<pubDate>Sat, 23 May 2009 21:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-248</guid>
		<description>Hi,
I have followed you from Matt Cutts blog, thx for the clarificating
of how to implement</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have followed you from Matt Cutts blog, thx for the clarificating<br />
of how to implement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Allgoth</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-244</link>
		<dc:creator>Johan Allgoth</dc:creator>
		<pubDate>Mon, 04 May 2009 17:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-244</guid>
		<description>As stated in your email i tried only the script, both on a wordpress-installation and on a simple html-page.

But that script dont seem to display anything..

When I use the wordpress-plugin, [escapeemail email=&quot;email@address.com&quot;], example here: http://ioio.se/skoldev/vi-gor-4chang3-2/

The plugin displays an mailto:email@address.com in the raw html displayed to the user.

I am confused here.</description>
		<content:encoded><![CDATA[<p>As stated in your email i tried only the script, both on a wordpress-installation and on a simple html-page.</p>
<p>But that script dont seem to display anything..</p>
<p>When I use the wordpress-plugin, [escapeemail email="email@address.com"], example here: <a href="http://ioio.se/skoldev/vi-gor-4chang3-2/" rel="nofollow">http://ioio.se/skoldev/vi-gor-4chang3-2/</a></p>
<p>The plugin displays an mailto:email@address.com in the raw html displayed to the user.</p>
<p>I am confused here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Allgoth</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-243</link>
		<dc:creator>Johan Allgoth</dc:creator>
		<pubDate>Sat, 02 May 2009 10:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-243</guid>
		<description>I am trying to implement your nifty script across several sites, both manually and automagically. 

Is this a correct implementation of it when done manually? Ie. is this what i should write in my html?
http://pastebay.com/13153</description>
		<content:encoded><![CDATA[<p>I am trying to implement your nifty script across several sites, both manually and automagically. </p>
<p>Is this a correct implementation of it when done manually? Ie. is this what i should write in my html?<br />
<a href="http://pastebay.com/13153" rel="nofollow">http://pastebay.com/13153</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cdonner</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-234</link>
		<dc:creator>cdonner</dc:creator>
		<pubDate>Thu, 05 Mar 2009 03:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-234</guid>
		<description>Unable to obfuscate pubs2006@mydomain.com - the zeros are removed from the result.</description>
		<content:encoded><![CDATA[<p>Unable to obfuscate <a href="mailto:pubs2006@mydomain.com">pubs2006@mydomain.com</a> &#8211; the zeros are removed from the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibonette</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-111</link>
		<dc:creator>ibonette</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-111</guid>
		<description>thank you...
&lt;a href=&quot;http://www.ibonette.com/&quot; rel=&quot;nofollow&quot;&gt;ibonette&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thank you&#8230;<br />
<a href="http://www.ibonette.com/" rel="nofollow">ibonette</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blueberry</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-69</link>
		<dc:creator>Blueberry</dc:creator>
		<pubDate>Thu, 16 Oct 2008 17:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-69</guid>
		<description>@Pariah S. Burke
I just tested it and I had no trouble, you did not leave a real email in your comment for me to contact you back with, however I would love to know the email you used to see if it is a bug.  Thanks!</description>
		<content:encoded><![CDATA[<p>@Pariah S. Burke<br />
I just tested it and I had no trouble, you did not leave a real email in your comment for me to contact you back with, however I would love to know the email you used to see if it is a bug.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pariah S. Burke</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-68</link>
		<dc:creator>Pariah S. Burke</dc:creator>
		<pubDate>Thu, 16 Oct 2008 17:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-68</guid>
		<description>Your code generator (http://blueberryware.net/email/) leaves out the @ symbol on final output. Thus it generates [name][domain].[tld], which, of course, fails to send an e-mail.</description>
		<content:encoded><![CDATA[<p>Your code generator (<a href="http://blueberryware.net/email/" rel="nofollow">http://blueberryware.net/email/</a>) leaves out the @ symbol on final output. Thus it generates [name][domain].[tld], which, of course, fails to send an e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My favourite Blog Posts &#187; Weblog Tools Collection: WordPress Plugin Releases for 09/18 &#124; A Comprehensive Collection of Blog Posts from my favourite Blogs</title>
		<link>http://blueberryware.net/2008/09/14/email-spam-protection#comment-38</link>
		<dc:creator>My favourite Blog Posts &#187; Weblog Tools Collection: WordPress Plugin Releases for 09/18 &#124; A Comprehensive Collection of Blog Posts from my favourite Blogs</dc:creator>
		<pubDate>Wed, 24 Sep 2008 21:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://blueberryware.net/?p=120#comment-38</guid>
		<description>[...] Email Spam Protection [...]</description>
		<content:encoded><![CDATA[<p>[...] Email Spam Protection [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
