<?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>Server Sitters Tech Corner &#187; Java Script</title>
	<atom:link href="http://serversitters.com/technical/category/java-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://serversitters.com/technical</link>
	<description>Outsourced Web Hosting Support</description>
	<lastBuildDate>Wed, 15 Dec 2010 12:03:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hide your email address</title>
		<link>http://serversitters.com/technical/java-script/hide-email-address/</link>
		<comments>http://serversitters.com/technical/java-script/hide-email-address/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:49:44 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://serversitters.com/technical/?p=147</guid>
		<description><![CDATA[The best way to hide or obfuscate your email address on a web page is to use javascript. This ensures standard bots/spiders are unable to spider your email address in order to send you spam. Here&#8217;s a great example that will create a link on your web page that someone can easily click to send [...]]]></description>
			<content:encoded><![CDATA[<p>The best way to hide or obfuscate your email address on a web page is to use javascript.  This ensures standard bots/spiders are unable to spider your email address in order to send you spam.  Here&#8217;s a great example that will create a link on your web page that someone can easily click to send you an email.  However, it hides your email address from spiders so it isn&#8217;t farmed!</p>
<p><code><br />
<SCRIPT LANGUAGE="JavaScript"><br />
user = '$user';<br />
site = '$yourdoman.com';<br />
document.write('<a class=\"footmen\" href=\"mailto:' + user + '@' + site + '\">');<br />
document.write(user + '@' + site + '</a>');<br />
</SCRIPT><br />
</code></p>
<p>Simply update the user variable with the first part of your email address and the yourdomain.com variable with your actual domain name.</p>
]]></content:encoded>
			<wfw:commentRss>http://serversitters.com/technical/java-script/hide-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

