<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Methods for hiding/obfuscating emails in your website</title>
	<atom:link href="http://www.webdevbros.net/2008/08/05/methods-for-hidingobfuscating-emails-in-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2008/08/05/methods-for-hidingobfuscating-emails-in-your-website/</link>
	<description>hot talk about web development</description>
	<lastBuildDate>Tue, 10 May 2011 13:11:20 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: William White</title>
		<link>http://www.webdevbros.net/2008/08/05/methods-for-hidingobfuscating-emails-in-your-website/#comment-9228</link>
		<dc:creator>William White</dc:creator>
		<pubDate>Sat, 09 Aug 2008 03:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2008/08/05/methods-for-hidingobfuscating-emails-in-your-website/#comment-9228</guid>
		<description>Okay guys, this is WAY COOL and has infinite possibilities.

In my blog at http://www.willswebworks.com/blog/2008/08/convert-email-addresses-in-source-html-to-images-without-modifying-the-source/, I explain how I devised a method to output plain-text email addresses in HTML source as images of those email addresses when Apache web server outputs the HTML to the clients browser.

It takes advantage of a new feature very recently released in Apache 2.2.7.  A regular expression substitution is performed on HTML to find email addresses and replace that code with an  tag that refers to a tiny PHP script that generates the image.

My example uses an image, but you can replace the email address with any spam email harvester obfuscation method you&#039;d like by putting the appropriate code as the replacement value of the regular expression.

The big deal?  This method requires NO modification of the existing HTML code whatsoever.  HUGE time saver, and this method can be propagated throughout an unlimited number of virtual servers running under the Apache server.

I hope you see the possibilities as much as I do!</description>
		<content:encoded><![CDATA[<p>Okay guys, this is WAY COOL and has infinite possibilities.</p>
<p>In my blog at <a href="http://www.willswebworks.com/blog/2008/08/convert-email-addresses-in-source-html-to-images-without-modifying-the-source/" rel="nofollow">http://www.willswebworks.com/blog/2008/08/convert-email-addresses-in-source-html-to-images-without-modifying-the-source/</a>, I explain how I devised a method to output plain-text email addresses in HTML source as images of those email addresses when Apache web server outputs the HTML to the clients browser.</p>
<p>It takes advantage of a new feature very recently released in Apache 2.2.7.  A regular expression substitution is performed on HTML to find email addresses and replace that code with an  tag that refers to a tiny PHP script that generates the image.</p>
<p>My example uses an image, but you can replace the email address with any spam email harvester obfuscation method you&#8217;d like by putting the appropriate code as the replacement value of the regular expression.</p>
<p>The big deal?  This method requires NO modification of the existing HTML code whatsoever.  HUGE time saver, and this method can be propagated throughout an unlimited number of virtual servers running under the Apache server.</p>
<p>I hope you see the possibilities as much as I do!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

