Posts tagged ‘progressive enhancement’
Rounded corners on images using CSS3
Posted Friday, April 2nd, 2010.
Filed under JavaScript, web design and development with the tags CSS, JavaScript, JavaScript UI Goodies, jQuery, MooTools, progressive enhancement, web design and development
Most browsers do not allow images to be cropped using CSS3’s border-radius. Tim Van Damme recently posted a workaround for this issue. Here’s a MooTools script that automates Tim’s workaround yet degrades gracefully when JavaScript is disabled.
Obfuscating email addresses, revisited
Posted Sunday, February 1st, 2009.
Filed under JavaScript, web design and development with the tags email, How-to, JavaScript, MooTools, progressive enhancement, standards, web design and development
A while back, I posted my method for defeating spambots that harvest email addresses. This post is an update to that original method. It explores cleaner, less obtrusive code approaches and more accessible/usable HTML markup.
Email address obfuscation
Posted Wednesday, June 13th, 2007.
Filed under JavaScript, web design and development with the tags email, How-to, JavaScript, progressive enhancement, standards, web design and development
Everyone knows the story: an innocent email address is posted online and a big bad spambot finds it, relaying it to every spammer on the face of the earth… the email address becomes useless due to the 500 spam emails you get every day!