<?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 antispam protection</title>
	<atom:link href="http://blog.motane.lu/2008/12/19/email-antispam-protection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/</link>
	<description>Ramblings about software development</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kevin Danders</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-1556</link>
		<dc:creator>Kevin Danders</dc:creator>
		<pubDate>Wed, 03 Nov 2010 17:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-1556</guid>
		<description>Wonderful work</description>
		<content:encoded><![CDATA[<p>Wonderful work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-1548</link>
		<dc:creator>Neal</dc:creator>
		<pubDate>Wed, 20 Oct 2010 22:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-1548</guid>
		<description>Ok so can someone publish this simple code?</description>
		<content:encoded><![CDATA[<p>Ok so can someone publish this simple code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: necenzurat</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-1287</link>
		<dc:creator>necenzurat</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-1287</guid>
		<description>or you could simply skip the JS part and write the mail backwords and use the style, more practical and simple... and the noobs can just copy paste it</description>
		<content:encoded><![CDATA[<p>or you could simply skip the JS part and write the mail backwords and use the style, more practical and simple&#8230; and the noobs can just copy paste it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-36</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Mon, 05 Jan 2009 11:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-36</guid>
		<description>Another way of doing it even though is not DOM compliant
[code lang=&quot;javascript&quot;]
function noSpam( user, domain ) {
    document.write (&#039;&lt;a href=&quot;mailto:&#039; + user + &#039;@&#039; + domain + &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; + user + &#039;@&#039; + domain + &#039;&lt;/a&gt;&#039;);
}
[/code]
I know you&#039;ll write the DOM compliant one using document.createElement, setAttribute and such</description>
		<content:encoded><![CDATA[<p>Another way of doing it even though is not DOM compliant</p>
<pre class="brush: jscript; title: ; notranslate">
function noSpam( user, domain ) {
    document.write ('&lt;a href=&quot;mailto:' + user + '@' + domain + '&quot; rel=&quot;nofollow&quot;&gt;' + user + '@' + domain + '&lt;/a&gt;');
}
</pre>
<p>I know you&#8217;ll write the DOM compliant one using document.createElement, setAttribute and such</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-26</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Mon, 22 Dec 2008 22:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-26</guid>
		<description>No doubt about that...but I&#039;m using Linux

Anyway, Justin, you could try to do some javascript browser sniffing and if it&#039;s Safari, parse the whole document with js and write all the links backwards. Won&#039;t work if the user disables the js support...</description>
		<content:encoded><![CDATA[<p>No doubt about that&#8230;but I&#8217;m using Linux</p>
<p>Anyway, Justin, you could try to do some javascript browser sniffing and if it&#8217;s Safari, parse the whole document with js and write all the links backwards. Won&#8217;t work if the user disables the js support&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dfsdfs</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-25</link>
		<dc:creator>dfsdfs</dc:creator>
		<pubDate>Mon, 22 Dec 2008 22:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-25</guid>
		<description>but safari exists for windows tudor ;) 3.1.2 actually :)</description>
		<content:encoded><![CDATA[<p>but safari exists for windows tudor <img src='http://blog.motane.lu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  3.1.2 actually <img src='http://blog.motane.lu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-24</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Mon, 22 Dec 2008 22:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-24</guid>
		<description>I don’t own a Mac, so I haven’t tested it in Safari. Thanks for pointing it out for me…I’ll look into it!</description>
		<content:encoded><![CDATA[<p>I don’t own a Mac, so I haven’t tested it in Safari. Thanks for pointing it out for me…I’ll look into it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.motane.lu/2008/12/19/email-antispam-protection/comment-page-1/#comment-22</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 22 Dec 2008 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://motane.lu/blog/?p=5#comment-22</guid>
		<description>I tested this and it doesn&#039;t seem to work on Mac OS X 10.4.10 using Safari 2.0.4. It appears that there is no support for the unicode-bidi in Safari for Mac, see http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html for more info on Safari support. Is there another way to accommodate Safari for Mac with this method?</description>
		<content:encoded><![CDATA[<p>I tested this and it doesn&#8217;t seem to work on Mac OS X 10.4.10 using Safari 2.0.4. It appears that there is no support for the unicode-bidi in Safari for Mac, see <a href="http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html" rel="nofollow">http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html</a> for more info on Safari support. Is there another way to accommodate Safari for Mac with this method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

