Roasts & Ruminations {blog}

Tag: html

  • Encoding mailto Links

    Encoding mailto Links

    There are a couple of critical mistakes to avoid when developing for web, one of them is using a clear text email with a mailto link. The last thing anyone wants is a bunch of spam because crawlers picked up an email in html code. Forms are a popular way to get around this, and…