Welcome
Arachne's Web
A group focused on serving the AW community by providing help and discussion on topics such as HTML, CSS, web design, homesite decorating, netiquette and issues important to web artists.

Arachnids are such Show Offs! (- threads, 348 posts)
    Misc Codes ... (9 posts)
    Social Thread

    ...
    0 Members have made 0 Posts here to date.
    Google
    AncientWorlds.net Web
    Next: notice: this thread slated for deletion
    Prev: Hiding your email from spiders 1/2
    Hiding email using ASCII encoding
    BelayAvatar.gif
    Author: * Belay Fabius - 0 Posts on this thread out of 41 Posts sitewide.
    Date: Nov 11, 2003 - 14:42

    Misc Codes
    CSS ASP XHTML BRYCE CLASS

    vegas_top
    vegas_left

     Hiding email  using ASCII entities

    A simple encoding using ASCII characters will prevent spammers from getting to your email. ASCII stands for American Standard Code for Information Interchange. Computers understand only numbers, therefore ASCII code is a numerical representation of characters. There are close to 254 characters at the moment. Only a small range of them are letters. Some are reserved for html like < and >. A few are not printable, but had their use with teletypes - a long time ago. 

       Type a single character
       Retrieve html code
                Show all

    Every character has three parts : an ampersand (&),  a # and an entity number, and finally a semicolon (;). For an exercise we will encode the word Arachne. We said all characters have &# at the left side and end with ;   Instead of clicking "convert" use TAB to see only the numbers on the above form.  A=65, r=114, a=97, c=99, h=104, n=110, e=101.  Combine this as exercise at the classroom. 

    All email addresses have a character @ . Can you tell me what is the ASCII.  Yes it is 64. If you don't want to write the whole thing you can   just write  &#64; instead of @. That single break will confuse the spiders. I hope they are not getting smarter. All email addresses also have a dot : .com. What is the entity number for dot. Yes it is 46. Just put &#64; instead of the dot on your post.  Next we will see how to hide email address using JavaScript.
    1 - Homework : generate any email address & display it encoded
    2 - Write Latin or Greek characters like CÆSAR, and decimals like ½

    vegas_right
    vegas_bottom


    NEXT: notice: this thread slated for deletion
    PREV: Hiding your email from spiders 1/2
Rome - Rome, Season 1 - The Stolen Eagle


Copyright 2002-2011 AncientWorlds LLC | Code of Conduct and Terms of Service | Contact Us! | The AncientWorlds Staff