<?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: Protect your e-mail address in iWeb</title>
	<atom:link href="http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/</link>
	<description>bringing iWeb to life</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Milo Grika</title>
		<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/comment-page-1/#comment-6255</link>
		<dc:creator>Milo Grika</dc:creator>
		<pubDate>Wed, 13 Jul 2011 21:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutiweb.com/?p=272#comment-6255</guid>
		<description>Here is how to alter the code to specify the font, text size and to remove the underline:

&lt;!--
var part1 = &quot;who&quot;;
var part2 = &quot;what.com.com&quot;;
var part3 = &quot;Email me&quot;;
document.write(&#039;&lt;a href=&quot;&#039; + part1 + &#039;@&#039; + part2 + &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;);
document.write(part3 + &#039;&lt;/a&gt;&#039;);
// --&gt;


Notice that the font is in quotes. The quotes are only necessary if the font name contains spaces.</description>
		<content:encoded><![CDATA[<p>Here is how to alter the code to specify the font, text size and to remove the underline:</p>
<p>&lt;!&#8211;<br />
var part1 = &quot;who&quot;;<br />
var part2 = &quot;what.com.com&quot;;<br />
var part3 = &quot;Email me&quot;;<br />
document.write(&#039;<a href="' + part1 + '@' + part2 + '" rel="nofollow">&#8216;);<br />
document.write(part3 + &#8216;</a>&#8216;);<br />
// &#8211;&gt;</p>
<p>Notice that the font is in quotes. The quotes are only necessary if the font name contains spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/comment-page-1/#comment-1889</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutiweb.com/?p=272#comment-1889</guid>
		<description>Use this modified javascript if you wish to use a clickable image instead of text

&lt;!--
var part1 = &quot;contact&quot;;
var part2 = &quot;allaboutiweb.com?subject=Subject&quot;;
document.write(&#039;&lt;a href=&quot;&#039; + part1 + &#039;@&#039; + part2 + &#039;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&#039;);
</description>
		<content:encoded><![CDATA[<p>Use this modified javascript if you wish to use a clickable image instead of text</p>
<p>&lt;!&#8211;<br />
var part1 = &quot;contact&quot;;<br />
var part2 = &quot;allaboutiweb.com?subject=Subject&quot;;<br />
document.write(&#039;<a href="' + part1 + '@' + part2 + '" rel="nofollow"></a>&#8216;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Tassinari</title>
		<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/comment-page-1/#comment-1278</link>
		<dc:creator>Marco Tassinari</dc:creator>
		<pubDate>Sat, 31 Oct 2009 15:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutiweb.com/?p=272#comment-1278</guid>
		<description>I found another great and more secure idea:

* Encrypt Email script
* Tool URL: http://www.dynamicdrive.com/emailriddler/</description>
		<content:encoded><![CDATA[<p>I found another great and more secure idea:</p>
<p>* Encrypt Email script<br />
* Tool URL: <a href="http://www.dynamicdrive.com/emailriddler/" rel="nofollow">http://www.dynamicdrive.com/emailriddler/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/comment-page-1/#comment-1143</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 17 Sep 2009 19:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutiweb.com/?p=272#comment-1143</guid>
		<description>I love your email code, and it works fine when testing, however, it won&#039;t activate email I publish it to the website.
Also, what line (s) of code would I add to change font/color?
Thanks for your iWeb how to pages. They have saved me lots of time and much potential frustration. After all, I&#039;m really only a picture guy. Code is scary.
Thanks</description>
		<content:encoded><![CDATA[<p>I love your email code, and it works fine when testing, however, it won&#8217;t activate email I publish it to the website.<br />
Also, what line (s) of code would I add to change font/color?<br />
Thanks for your iWeb how to pages. They have saved me lots of time and much potential frustration. After all, I&#8217;m really only a picture guy. Code is scary.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RichieRich</title>
		<link>http://allaboutiweb.com/2008/11/protect-your-email-address-in-iweb/comment-page-1/#comment-971</link>
		<dc:creator>RichieRich</dc:creator>
		<pubDate>Tue, 11 Aug 2009 13:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutiweb.com/?p=272#comment-971</guid>
		<description>Great article. Thanks for taking teh time to put it together.

It is greatly appreciated.

I used the code and got the resulting hidden email link, but would like to change it for an image or different text, could you tell me where about&#039;s I need to add the font, color and size tags in this snippet.

Also, how would one replace this with an image instead?

Many thanks.</description>
		<content:encoded><![CDATA[<p>Great article. Thanks for taking teh time to put it together.</p>
<p>It is greatly appreciated.</p>
<p>I used the code and got the resulting hidden email link, but would like to change it for an image or different text, could you tell me where about&#8217;s I need to add the font, color and size tags in this snippet.</p>
<p>Also, how would one replace this with an image instead?</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

