Image: born to love logo

Image: Join us on Facebook Image: Join us on Twitter Image: Circle us on Google+ Image: Follow Me on Pinterest Image: Follow Me on Quora Image: Follow Me on Linkedin Image: Contact Catherine by email

Image: baby header, by Aleksandr1982 on Pixabay


Image: US Amazon Shopping    Image: Canadian Amazon Shopping    Image: UK Amazon Shopping

Popular Articles:




A Secret Code | Garble Your Email Address

Image: mailbox

Do you have a web-site that has your email address plastered all over it? Did you know that there are spam-bots that spider your web-site, designed to search for your email address? Then the spammers add your address to their bulk mailing lists, and sell it all over the Internet!!

With my huge site (Borntolove.com) of 5,000+ web-pages, I was getting a ton of junk mail because of this problem. SiteLaunch used to have a Garbler page that would automatically turn your email address into secret code - just drop in your email address, and out would pop a garbled version! If you added this secret code to your web-site, the spam-bots couldn't read it, so they would simply ignore it and move on.

However, the Garbler site hasn't been working for quite some time. I just checked that site again today and got a 404 message.

Image: mailbox

I decided to hand-make my own garbled email address, and thought I would share how to make your own with you! It does take a little bit of work, but the lack of spam showing up in your mailbox everyday will be more than worth it!

OK, if just the mere mention of HTML coding gives you a head-ache, it's probably best that you click away now!

For those of you brave enough to venture into the the world of HTML, you can even use this secret code in your HTML editor, you don't have to know how to do raw code. Just look for View HTML on your Menu bar (or something similar) and drop your hand-made secret code into place.

First you will need the HTML character set found here: htmlhelp.com

Image: mailbox

This is what you will use to make a secret code for your email address, just like when we were kids! You don't even need the secret decoder ring!

My email address is catherine@borntolove.com, so let's turn it into secret code:

c = 99, a = 97, t = 116, h = 104, e = 101, r = 114, i - 105, n = 110, e = 101, @ = 64, b = 98, o = 111, r = 114, n = 110, t = 116, o = 111, l = 108, o = 111, v = 118, e = 101, . (dot) = 46, c = 99, o = 111, m = 109

Next you need to add these two characters - &# - before each code number and a semi-colon - ; - after each code number to make the code work. Taking the secret code number for the letter C, which is 99, we turn it into the number code set: c. Code number for the letter A is 97, so it becomes the number set : a and so on...

String it all together, and the secret code for catherine@borntolove.com - now looks like this...

catherine@borntolove.com

Make sure not to leave any spaces between each number code set, no hard returns and don't miss any of the &# or ; characters. If your code doesn't work and you have used the correct numbers, this is probably your problem!

Image: mailbox

To turn it into a click-able link on your web-page, instead of writing:

<a href="mailto:catherine@borntolove.com">catherine@borntolove.com</a>

you would write it out like this:
<a href="mailto:&#99;&#97;&#116;&#104;&#101;&#114;&#105;&#110;&#101;&#64;&#98;&#111;&#114;&#110;&#116;&#111;&#108;&#111;&#118;&#101;&#46;&#99;&#111;&#109;">
&#99;&#97;&#116;&#104;&#101;&#114;&#105;&#110;&#101;&#64;&#98;&#111;&#114;&#110;&#116;&#111;&#108;&#111;&#118;&#101;&#46;&#99;&#111;&#109;</a>

Image: mailbox

If you are using an image or clip art for your link, you still aren't safe, but you can use the secret code this way to stop the spam-bots:

<a href="mailto:&#99;&#97;&#116;&#104;&#101;&#114;&#105;&#110;&#101;&#64;&#98;&#111;&#114;&#110;&#116;&#111;&#108;&#111;&#118;&#101;&#46;&#99;&#111;&#109;">
<img src="yourimage.jpg"></a>

If you've decoded your email address correctly, when you paste your secret code onto your web-page and look at it in your browser, it should translate perfectly into your email address. Just like magic!

Everyone that comes to your site will be able to see your email address normally, as if it were not in code. But the spam-bots will pass it right by.

Give it a click and send yourself an email to make sure it works!

Be-gone you nasty spam-bots!!



 


Send questions, comments, and suggestions to: catherine@borntolove.com

Born to Love articles are written by

Google+ Profile: +Catherine McDiarmid-Watt

Born to Love is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees.
NOTE: All logos, company names, brands, images, trademarks and other intellectual property are the property of their respective owners.
Born to Love is a participant in the eBay Partner Network, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to eBay.com.


Copyright © 1978 - BorntoLove.com - All Rights Reserved.
Last updated - September 16, 2020