<?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: E-mail links, protective solutions against SPAM</title>
	<atom:link href="http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:07:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121654</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 12 Apr 2010 04:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121654</guid>
		<description>Hello Dave,

They use a similar script as suggested in &quot;Hide your e-mail address using PHP&quot;. If your web host is PHP enabled, you should use the function instead.</description>
		<content:encoded><![CDATA[<p>Hello Dave,</p>
<p>They use a similar script as suggested in &#8220;Hide your e-mail address using PHP&#8221;. If your web host is PHP enabled, you should use the function instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stuttard</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121652</link>
		<dc:creator>Dave Stuttard</dc:creator>
		<pubDate>Sun, 11 Apr 2010 23:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121652</guid>
		<description>For email addresses, I obfuscate them - a good service for this is at http://www.ianr.unl.edu/email/encode/ . Where a company wants to have a direct email contact, a simple &#039;EMAIL&#039; link can be used (obfuscated in the code, but restored for sending). Any problems with that?
For forms, I include a good captcha.
These precautions work fine for me.</description>
		<content:encoded><![CDATA[<p>For email addresses, I obfuscate them &#8211; a good service for this is at <a href="http://www.ianr.unl.edu/email/encode/" rel="nofollow">http://www.ianr.unl.edu/email/encode/</a> . Where a company wants to have a direct email contact, a simple &#8216;EMAIL&#8217; link can be used (obfuscated in the code, but restored for sending). Any problems with that?<br />
For forms, I include a good captcha.<br />
These precautions work fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121365</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121365</guid>
		<description>Hello Vaseem,
I think you missed the point all these functions are used to &quot;protect&quot; your e-mail address against spam bots. This is because there are people (mostly companies) need to show their e-mail address instead of using a contact form.</description>
		<content:encoded><![CDATA[<p>Hello Vaseem,<br />
I think you missed the point all these functions are used to &#8220;protect&#8221; your e-mail address against spam bots. This is because there are people (mostly companies) need to show their e-mail address instead of using a contact form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaseem</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121363</link>
		<dc:creator>vaseem</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121363</guid>
		<description>i dont think the above code is effective. as when u use php function it will obscure the letter of e mail address, but the e mail address is visible on web page.
if somebody simply copies the text he can get our e mail address easily.
well nice efforts and nice tutorial
vaseem ansari</description>
		<content:encoded><![CDATA[<p>i dont think the above code is effective. as when u use php function it will obscure the letter of e mail address, but the e mail address is visible on web page.<br />
if somebody simply copies the text he can get our e mail address easily.<br />
well nice efforts and nice tutorial<br />
vaseem ansari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121295</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121295</guid>
		<description>Hi Robbe,
sure a database for your website contents is possible, but not very effective. You need to create a complete web form and the sender doesn&#039;t have a copy from his mail. 
Actually I don&#039;t understand why I need to store the mail message in database? If I need to create a form, I can forward the message to my email address without to expose the same address to the Internet.</description>
		<content:encoded><![CDATA[<p>Hi Robbe,<br />
sure a database for your website contents is possible, but not very effective. You need to create a complete web form and the sender doesn&#8217;t have a copy from his mail.<br />
Actually I don&#8217;t understand why I need to store the mail message in database? If I need to create a form, I can forward the message to my email address without to expose the same address to the Internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbe C.</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121292</link>
		<dc:creator>Robbe C.</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121292</guid>
		<description>There&#039;s better sollutions available. Why not make a form which saves the results in a file or a database. You can open the file/db to view it&#039;s content. However, this make you have to do a bit manual labor.

You can also save your email in a db and make the &quot;contact form&quot; fetch it every time someone hit the form button.

The bots wont be able to find your email address if you use these alternatives, but... if you save the content to a file and don&#039;t change the permission the bot will be able to find your users email address if you make the provide it, which you should :-)

Just some thoughts...</description>
		<content:encoded><![CDATA[<p>There&#8217;s better sollutions available. Why not make a form which saves the results in a file or a database. You can open the file/db to view it&#8217;s content. However, this make you have to do a bit manual labor.</p>
<p>You can also save your email in a db and make the &#8220;contact form&#8221; fetch it every time someone hit the form button.</p>
<p>The bots wont be able to find your email address if you use these alternatives, but&#8230; if you save the content to a file and don&#8217;t change the permission the bot will be able to find your users email address if you make the provide it, which you should <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Just some thoughts&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasan Shabbir</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121229</link>
		<dc:creator>Hasan Shabbir</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121229</guid>
		<description>Spam has been world&#039;s worst scenario when you lose your valuable 1% information in 99% junk. The great thing is, we have awesome fighters for this in your form.</description>
		<content:encoded><![CDATA[<p>Spam has been world&#8217;s worst scenario when you lose your valuable 1% information in 99% junk. The great thing is, we have awesome fighters for this in your form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121193</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121193</guid>
		<description>Mixing some server side with client side code is the best solution for sure. I think about some Ajax powered function, like: The visitor has to click some &quot;pseudo&quot; link and an Ajax request will show as response the real email link in a virtual window. I think that solution will be very secure and user friendly.</description>
		<content:encoded><![CDATA[<p>Mixing some server side with client side code is the best solution for sure. I think about some Ajax powered function, like: The visitor has to click some &#8220;pseudo&#8221; link and an Ajax request will show as response the real email link in a virtual window. I think that solution will be very secure and user friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121191</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121191</guid>
		<description>Yeah, that&#039;s pretty simple idea with HTML entities, any bot will be able to convert these nowadays. The javascript and the mix of both are more advanced, especially if you add some garbage JS code (like viruses do).</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s pretty simple idea with HTML entities, any bot will be able to convert these nowadays. The javascript and the mix of both are more advanced, especially if you add some garbage JS code (like viruses do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/comment-page-1/#comment-121190</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884#comment-121190</guid>
		<description>Hi Dennis,
right my code is not the invention of the year :)
and you&#039;re right, both code examples are based on the same ideas.

Btw, maybe that your article is based on:
http://www.finalwebsites.com/snippets.php?id=16
and
http://www.finalwebsites.com/snippets.php?id=14

haha, it&#039;s all code of course.</description>
		<content:encoded><![CDATA[<p>Hi Dennis,<br />
right my code is not the invention of the year <img src='http://www.web-development-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
and you&#8217;re right, both code examples are based on the same ideas.</p>
<p>Btw, maybe that your article is based on:<br />
<a href="http://www.finalwebsites.com/snippets.php?id=16" rel="nofollow">http://www.finalwebsites.com/snippets.php?id=16</a><br />
and<br />
<a href="http://www.finalwebsites.com/snippets.php?id=14" rel="nofollow">http://www.finalwebsites.com/snippets.php?id=14</a></p>
<p>haha, it&#8217;s all code of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->