A combo box results from the mating of a text field and a select element. Users can select from a list, or they can type into the field. Ryan has brought a desktop programmer’s fantasy to the web ...
If you’re into the whole separation of behavior and structure thing, you know that unobtrusive JavaScript is the way to go. Chris goes over three different methods of validating your forms without ...
In forms when using text boxes or text areas and check boxes you might need a reset button that is not the usual gray HTML button. For this you can use a small JavaScript function as given below. ...
In forms when using text boxes or text areas with limited character length (usually needed for forms that submit data to a database) it is always a good idea to tell the user how many characters they ...
Got a submissions form that you keep getting multiple submissions from? I've found that in most cases its because people are impatient and click the submit button repeatedly until they get a ...