Hide Your Email Address
I really don't have to tell you that there are a lot of spammers searching for your email address each and every day. But did you know that a favorite email gathering trick is to send a spider out to link lists and search for email addresses on the sites you submit?
Well, there is a simple javascript out there that will effectively eliminate spammers from getting your email address this particularly unscrupulous way.
Simply copy and paste the code below and make the following changes.
Change "Email Webmaster" to what ever you want your email link to say.
Change "jim" to your name. For example, if your email address was john@smith.com, you would change "jim" to "john".
Change "greenguyandjim" to your domain name. Using the example above, change "greenguyandjim" to "smith".
That's it...
Use this code and stop one of the many ways spammers get your email address.
<script language=javascript>
var emaillink = "Email Webmaster";
var name = "jim";
var domain = "greenguyandjim.com";
document.write("<a href=" + "mail" + "to:" + name + "@" + domain + ">" + emaillink + "</a>")
</script>
Have a Great Day :)
Greenguy And Jim