<?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: Convert Email Address To Image</title>
	<atom:link href="http://scottmw.com/2009/02/convert-email-address-to-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottmw.com/2009/02/convert-email-address-to-image/</link>
	<description>Never gonna give you up. Never gonna let you down.</description>
	<lastBuildDate>Wed, 28 Apr 2010 06:24:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tes Pheakdey</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-872</link>
		<dc:creator>Tes Pheakdey</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-872</guid>
		<description>Nice code, short and useful. It is solve my problem on my website event I use ASP.NET on my website.

Thank alot,</description>
		<content:encoded><![CDATA[<p>Nice code, short and useful. It is solve my problem on my website event I use ASP.NET on my website.</p>
<p>Thank alot,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-620</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 14 Oct 2009 04:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-620</guid>
		<description>Nice script!!  All I could improve was how it is called. I used.
echo &#039; &#039;; so no actual address goes on the page.
I also added imagecolortransparent($im, $white); 
after line 37 to remove the white box around the text.</description>
		<content:encoded><![CDATA[<p>Nice script!!  All I could improve was how it is called. I used.<br />
echo &#8216; &#8216;; so no actual address goes on the page.<br />
I also added imagecolortransparent($im, $white);<br />
after line 37 to remove the white box around the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Weaver</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-585</link>
		<dc:creator>Scott Weaver</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-585</guid>
		<description>Glad people are finding it useful. :D</description>
		<content:encoded><![CDATA[<p>Glad people are finding it useful. <img src='http://scottmw.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon@Leadership</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-583</link>
		<dc:creator>Simon@Leadership</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-583</guid>
		<description>Thanks very much for sharing this! I love how it basically shrinks the size of the image to as small as necessary to display the email properly - so excess space is taken up which could overwise make formatting tricky.</description>
		<content:encoded><![CDATA[<p>Thanks very much for sharing this! I love how it basically shrinks the size of the image to as small as necessary to display the email properly &#8211; so excess space is taken up which could overwise make formatting tricky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Weaver</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-580</link>
		<dc:creator>Scott Weaver</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-580</guid>
		<description>That&#039;s interesting that you mention the obfuscation method from Smarty, as I just started using it the other day. While I don&#039;t think it&#039;s as easy to use if you&#039;re using something like, say, HTML to display your email it is definitely amazing at controlling what people see. Thanks for adding this point.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting that you mention the obfuscation method from Smarty, as I just started using it the other day. While I don&#8217;t think it&#8217;s as easy to use if you&#8217;re using something like, say, HTML to display your email it is definitely amazing at controlling what people see. Thanks for adding this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tekkie</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-579</link>
		<dc:creator>tekkie</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-579</guid>
		<description>Very interesting idea indeed.

Those having difficulties with programming (or have no access to PHP on their servers) would also find it handy to use a manual tool for obfuscation that works very much like the one bundled in Smarty template engine: &lt;a href=&quot;http://obfuscatr.flashbit.net/obfuscate.html&quot; title=&quot;Email address obfuscator &#124; obfuscate online&quot;&gt;obfuscatr&lt;/a&gt;. It&#039;s a Mac OS X Dashboard widget that uses JavaScript to encode the email addy. &lt;a href=&quot;http://obfuscatr.flashbit.net/&quot;&gt;Read more about it&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Very interesting idea indeed.</p>
<p>Those having difficulties with programming (or have no access to PHP on their servers) would also find it handy to use a manual tool for obfuscation that works very much like the one bundled in Smarty template engine: <a href="http://obfuscatr.flashbit.net/obfuscate.html" title="Email address obfuscator | obfuscate online">obfuscatr</a>. It&#8217;s a Mac OS X Dashboard widget that uses JavaScript to encode the email addy. <a href="http://obfuscatr.flashbit.net/">Read more about it</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomo@Free Business Cards</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-572</link>
		<dc:creator>Tomo@Free Business Cards</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-572</guid>
		<description>this is a great way to pretty much hide your email to spambots. with the same purpose in mind, do an email form does the same?</description>
		<content:encoded><![CDATA[<p>this is a great way to pretty much hide your email to spambots. with the same purpose in mind, do an email form does the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bethany@makeup artist in san antonio</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-569</link>
		<dc:creator>bethany@makeup artist in san antonio</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-569</guid>
		<description>it is a great measure against spam bots to display your e-mail address as an image, and I definitely want to play around with different fonts to see how it looks :)</description>
		<content:encoded><![CDATA[<p>it is a great measure against spam bots to display your e-mail address as an image, and I definitely want to play around with different fonts to see how it looks <img src='http://scottmw.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaz@Photoshop Tutorials</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-568</link>
		<dc:creator>Shaz@Photoshop Tutorials</dc:creator>
		<pubDate>Wed, 17 Jun 2009 15:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-568</guid>
		<description>thanks for sharing this, this is really helpful for emphasizing your e-mail address</description>
		<content:encoded><![CDATA[<p>thanks for sharing this, this is really helpful for emphasizing your e-mail address</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaz@Photoshop Tutorials</title>
		<link>http://scottmw.com/2009/02/convert-email-address-to-image/comment-page-1/#comment-562</link>
		<dc:creator>Shaz@Photoshop Tutorials</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://scottmw.com/?p=226#comment-562</guid>
		<description>Its a great technique the amount of spam i get via spam bots that can actually damage or harm my computer is way out of order. Im going to be utilizing this technique thanks :)</description>
		<content:encoded><![CDATA[<p>Its a great technique the amount of spam i get via spam bots that can actually damage or harm my computer is way out of order. Im going to be utilizing this technique thanks <img src='http://scottmw.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
