Javascripts to hide email addresses from spammers have been around for a while but perhaps you missed this one. I have been using it more and more for my client’s HTML-based websites. If the email address is: joe@mydomain.com, most websites use: <a href=”mailto:joe@mydomain.com”>joe@mydomain.com</a> That line of basic HTML is easily harvested by spambots. Within a [...]