<?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>Naughty Husky » code</title>
	<atom:link href="http://www.naughtyhusky.co.za/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.naughtyhusky.co.za</link>
	<description>A Web Designer&#039;s View - Port Elizabeth, St Francis Bay, South Africa</description>
	<lastBuildDate>Tue, 27 Sep 2011 08:11:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert mailto links to htmlentities</title>
		<link>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/</link>
		<comments>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 12:43:15 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[On the Web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.naughtyhusky-press.dev/?p=31</guid>
		<description><![CDATA[As a web developer we all know that sticking mailto: links on a site without any protection is a big no-no, because of spam harvesters. Unfortunately from time to time you get clients that insist on this. I&#8217;ve noticed that some web developers insert the mailto: link by converting the whole link to htmlentities. I [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer we all know that sticking mailto: links on a site without any protection is a big no-no, because of spam harvesters.<br />
Unfortunately from time to time you get clients that insist on this. I&#8217;ve noticed that some web developers insert the mailto: link by converting the whole link to htmlentities. I used to have a site bookmarked where you can insert the address and it will automatically give you the code to copy and paste into your site, but could for the life of me not find it the other day.<br />
So I started Googling once again for something similar and came across this neat little function which you can insert in your own site and it will convert all email addresses where the function is called.<br />
It&#8217;s available in PHP and ASP. Many thanks to the developer. You can get it here: <a title="Script for obfuscating mailto links" href="http://johnhaller.com/jh/useful_stuff/obfuscate_mailto/" target="_blank">Obfuscate Mailto</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

