<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Another creative way to prevent bots from stealing your email addresses</title>
	<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/</link>
	<description>Web Innovation</description>
	<pubDate>Fri, 21 Nov 2008 04:39:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: raveman</title>
		<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-126</link>
		<author>raveman</author>
		<pubDate>Tue, 15 Jan 2008 19:13:17 +0000</pubDate>
		<guid>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-126</guid>
					<description>if i was bot writer i would log everything that is not right email, but got  'mailto:' text. I think you should hide that(even be adding it char by char, but simple encription would be much more cool)</description>
		<content:encoded><![CDATA[<p>if i was bot writer i would log everything that is not right email, but got  &#8216;mailto:&#8217; text. I think you should hide that(even be adding it char by char, but simple encription would be much more cool)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Willem</title>
		<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-127</link>
		<author>Willem</author>
		<pubDate>Tue, 15 Jan 2008 23:38:33 +0000</pubDate>
		<guid>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-127</guid>
					<description>Hi Raveman,
You're right, to trick the bots you can be as creative as you want to be. Something like this will mislead the bots as well:

':otliam'.split('').reverse().join('');

It splits :otliam into an array, reverses the chars and joins it.</description>
		<content:encoded><![CDATA[<p>Hi Raveman,<br />
You&#8217;re right, to trick the bots you can be as creative as you want to be. Something like this will mislead the bots as well:</p>
<p>&#8216;:otliam&#8217;.split(&#8221;).reverse().join(&#8221;);</p>
<p>It splits :otliam into an array, reverses the chars and joins it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sander</title>
		<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-1408</link>
		<author>Sander</author>
		<pubDate>Sat, 24 May 2008 07:28:10 +0000</pubDate>
		<guid>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-1408</guid>
					<description>When I'm not lazy I use something like this:

e('user','domain.com');

function e(u,d) {
 document.write( '&lt;a href="mailto:' +u + '@' + d + '" rel="nofollow"&gt;' + u + '@' + d + '&lt;/a&gt;' );
}</description>
		<content:encoded><![CDATA[<p>When I&#8217;m not lazy I use something like this:</p>
<p>e(&#8217;user&#8217;,'domain.com&#8217;);</p>
<p>function e(u,d) {<br />
 document.write( &#8216;<a href="mailto:' +u + '@' + d + '" rel="nofollow">&#8216; + u + &#8216;@&#8217; + d + &#8216;</a>&#8216; );<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Drewster</title>
		<link>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-2085</link>
		<author>Drewster</author>
		<pubDate>Thu, 25 Sep 2008 20:21:57 +0000</pubDate>
		<guid>http://ajaxorized.com/another-creative-way-to-prevent-bots-from-stealing-your-email-addresses/#comment-2085</guid>
					<description>Hey, nice solution. Only one thing, use a span and not a div as you are not allowed to put a block level element in a inline element and I guess you would (should) but this kind of text inside a p or something of the like.</description>
		<content:encoded><![CDATA[<p>Hey, nice solution. Only one thing, use a span and not a div as you are not allowed to put a block level element in a inline element and I guess you would (should) but this kind of text inside a p or something of the like.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
