|
October
2002
JavaScript Tip
: Create Dynamic Form Fields
Cascading Style Sheets (CSS) specifications combined with JavaScript events give you a great
opportunity to create forms that look good and are easy to understand. Instead of boring, black and white forms,
you can create forms that respond instantly to user inputs. Learn more about creating
dynamic form fields.
Accessibility Tip
: Designing Accessible Forms
Webmasters spend a lot of time designing forms for readability and efficiency, but a form that looks
great online may hopelessly confuse someone using a screen reader. Does your form sound as good as it looks? Could a
visitor navigate through it without using a mouse? Those are two major considerations in accessible form design. Learn more about the art of
designing accessible forms.
Beginner Tip
: Form Processing Basics
Popular HTML editors make it really easy to include forms on your Web site. Just place a few textboxes,
checkboxes, and a submit button and you're done. Or are you? Our story on
form processing basics alerts you to some common form-related errors.
|