<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jkx@home &#187; email</title>
	<atom:link href="http://www.larsen-b.com/tags/email/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Obscufated email ?</title>
		<link>http://www.larsen-b.com/Article/167.html</link>
		<comments>http://www.larsen-b.com/Article/167.html#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Little hack to make a bit harder for spammers to parse email address on the web.
def cryptEmailAddress(addr):
r = []
for l in addr:
r.append('&#38;#%d;' % ord(l))
return string.join(r,'')

&#62;&#62;&#62;cryptEmailAddress('jkx@larsen-b.com')
'jkx@larse....'
And simply put this in a href mailto: and enjoy :) Check the article&#8217;s pages on  this website for a example.
]]></description>
			<content:encoded><![CDATA[<p>Little hack to make a bit harder for spammers to parse email address on the web.</p>
<pre class="literal-block">def cryptEmailAddress(addr):
r = []
for l in addr:
r.append('&amp;#%d;' % ord(l))
return string.join(r,'')

&gt;&gt;&gt;cryptEmailAddress('jkx@larsen-b.com')
'jkx@larse....'</pre>
<p>And simply put this in a <em>href mailto:</em> and enjoy :) Check the article&#8217;s pages on  this website for a example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/167.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
