<?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>微物之神 &#187; e-mail</title>
	<atom:link href="http://bewho.us/tag/e-mail/feed" rel="self" type="application/rss+xml" />
	<link>http://bewho.us</link>
	<description>小菜一碟，清茶半杯。</description>
	<lastBuildDate>Fri, 11 May 2012 05:23:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>防止垃圾邮件小技巧两则</title>
		<link>http://bewho.us/anti-spam-email</link>
		<comments>http://bewho.us/anti-spam-email#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:15:43 +0000</pubDate>
		<dc:creator>米拉之落</dc:creator>
				<category><![CDATA[Webtech | 网络科技]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://bewho.us/?p=1433</guid>
		<description><![CDATA[防止垃圾邮件小技巧两则

写一下我博客中用到的网页防止垃圾邮件小技巧两则，也许火星了，小技巧分享出来更新一下博客。

以前总是不明白为什么有人不好好写自己的邮件地址，反而要把@替换成[at]或者#等，后来才明白，这是为了防止自己的邮箱收到垃圾短信的骚扰。

<span class="readmore"><a href="http://bewho.us/anti-spam-email" title="防止垃圾邮件小技巧两则">Read More: 568 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p><strong>防止垃圾邮件小技巧两则</strong></p>
<p>写一下我博客中用到的网页<strong>防止垃圾邮件小技巧两则</strong>，也许火星了，小技巧分享出来更新一下博客。</p>
<p>以前总是不明白为什么有人不好好写自己的邮件地址，反而要把@替换成[at]或者#等，后来才明白，这是为了防止自己的邮箱收到垃圾短信的骚扰。<br />
<span id="more-1433"></span></p>
<h3>1、css属性定义邮件地址</h3>
<p>css中有个属性是direction unicode-bidi。可以通过定义这个属性的取值达到<strong>防止垃圾邮件</strong>的目的。比如我的邮件的写法是</p>
<pre>&lt;span style="unicode-bidi:bidi-override; direction: rtl"&gt;moc.liamG@olimylliS&lt;/span&gt;</pre>
<h3>2、JS防止垃圾邮件</h3>
<p>这个方法使用reCAPTCHA（<a href="http://recaptcha.net/">http://recaptcha.net/</a>已经被Google收购了）提供的一段JS代码，加密你的邮件，从而<strong>防止垃圾邮件</strong>。注册地址是<a href="https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/">https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/</a></p>
<p>如果是在首页的话，为了减少JS的加载量，第一种方法是个不错的选择。</p>
<p>2009年10月2日update：在<a href="http://wordzine.cn/archives/195">http://wordzine.cn/archives/195</a>看到一篇名为《使用 WordPress 的 antispambot 加密邮箱地址》，补上来。</p>
]]></content:encoded>
			<wfw:commentRss>http://bewho.us/anti-spam-email/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

