One of the best way to keep your email address off spam list is to not list it on any websites. But that is not always possible. You might have a personal or professional website where you want to include contact information. In this case, you'll have to publicly post your email address.
But there are ways you can post it and still hide it from spammers. Spambots harvest names by scanning through the text on web pages, identifying which text is an email address, and then harvesting the address. So when it finds xxxy@xxy.com , for example, it recognizes it as an email address and suddenly you're in spam city.
Spambots can't decipher graphics.
Step 1.
To quickly and easily hide your email address , create a graphic ( image file .jpg, png etc) of your address and include this image on your webpage as <img src> tag in html.
Step 2.
You can use Html characters (ansi codes ) for your address rather than Palin text. When a browser comes across the html character it displays the code as a plain English character.
For example the html code p displayed as "p" in browser. Spambots only see p
(*prefaced by &#. Separate each character by a semicolon ; and leave no spaces between characters.
For more html characters refer to
www.alanwood.net/demos/ansi.html
No comments:
Post a Comment
Note: only a member of this blog may post a comment.