<?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>Optimus Pete &#187; spam</title>
	<atom:link href="http://tech.petegraham.co.uk/category/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.petegraham.co.uk</link>
	<description>yes i love technology</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:30:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mailto Hyperlinks Stop Spam Bots!</title>
		<link>http://tech.petegraham.co.uk/2007/06/28/mailto-hyperlinks-stop-spam-bots/</link>
		<comments>http://tech.petegraham.co.uk/2007/06/28/mailto-hyperlinks-stop-spam-bots/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 16:30:20 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/06/28/mailto-hyperlinks-stop-spam-bots/</guid>
		<description><![CDATA[Everyone hates spam, I hate it even more than most people. If you put an email address on a website, as a mailto hyperlink, then it's likely that spam bots will find this address and start sending annoying emails.
One way to get around this is to use a clever technique which I discovered over at [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone hates spam, I hate it even more than most people. If you put an email address on a website, as a mailto hyperlink, then it's likely that spam bots will find this address and start sending annoying emails.</p>
<p>One way to get around this is to use a clever technique which I discovered over at <a href="http://www.spamspan.com">SpamSpan.com</a>. Instead of entering your email like a normal hyperlink use the code below:</p>
<div class="igBar"><span id="lhtml-2"><a href="#" onclick="javascript:showPlainTxt('html-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-2">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">&lt;span</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"spamspan"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">&lt;span</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"u"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>pete.graham<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/span&gt;</span></span> [at] <span style="color: #009900;"><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">&lt;span</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"d"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>domain-name.com<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/span&gt;</span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">(<span style="color: #009900;"><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">&lt;span</span></a> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"t"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Pete's Email Address<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/span&gt;</span></span>)</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/span&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>A nifty piece of Javascript is then used to convert this html into a normal mailto hyperlink. Spam bots don't have Javascript enabled so wont register the link. If a visitor to your site have Javascript disabled they will see the link in the form below:<br />
petegraham [at] domain-name.com (Pete's Email Address)</p>
<p><img id="image102" alt="Email Spam Bot" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/06/spambot.png" /></p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/06/28/mailto-hyperlinks-stop-spam-bots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death to Spammers!</title>
		<link>http://tech.petegraham.co.uk/2007/04/12/death-to-spammers/</link>
		<comments>http://tech.petegraham.co.uk/2007/04/12/death-to-spammers/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 15:09:11 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/04/12/death-to-spammers/</guid>
		<description><![CDATA[I've starting getting lots of Spam comments on my blogs recently. This was becoming increasing annoying because each time someone comments on my blog I get sent an email. Not only were the comments sections, on some of my articles, full of viagra advertisements but my inbox was also full of notification about these comments.

I [...]]]></description>
			<content:encoded><![CDATA[<p>I've starting getting lots of Spam comments on my blogs recently. This was becoming increasing annoying because each time someone comments on my blog I get sent an email. Not only were the comments sections, on some of my articles, full of viagra advertisements but my inbox was also full of notification about these comments.</p>
<p><span class="imagelink" /></p>
<p>I decided to install the <a target="_blank" href="http://unknowngenius.com/blog/wordpress/spam-karma/">Spam Karma</a> plug-in in an effort to thwart the irritating bots that were making these comments. Since installing it (about 2 weeks ago) I think it has successfully caught each spam post to this site, and set it for moderation. It rarely seems to identify real comments as spam (let me know if one of your comments goes missing). As a Spam prevention plugin it works very well.</p>
<p><span class="imagelink" /></p>
<p>Spam Karma is incredibly configurable, the downside of this is its interface isn't very intuitive. It does appear to have some options for moderating your existing comments, but after having very limited success with this I decided to delete the offending comments manually. This is just a small complaint thought and if you do start getting Spammed on your Wordpress blog then I would suggest installing this plug-in ASAP.</p>
<p><span class="imagelink"><img id="image92" alt="Can of Lovely Spam" src="http://tech.petegraham.co.uk/wp-content/uploads/2007/04/spam.png" /></span></p>
<p># Pete Graham</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.petegraham.co.uk/2007/04/12/death-to-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
