Archive for the 'Web Development' Category

Javascript: generic form validation function

Article from sitepoint.com on creating a generic function to validate user input.

By Kennet Svanberg (Yet Another Article on Client Side Form Validation)

February 22nd 2002

Client-side validation using JavaScript is nothing new, right? But using the HTML DOM and extending the input fields using specialized attributes might be. Read on! Read more »

Html tutorial: Using the mailto tag

Article from: www.angelfire.com

This page will cover how easy it is to allow people to email their friends from your website using mailto and includes tips and tricks for html forms, each mailto example is a working example Read more »

email tips and tricks for the mailto tag and html forms for your website

email tips and tricks for the mailto tag and html forms for your website

Basics for using the mailto tag. Article from www.anglefire.com