Tag Archives: Developer Tools

Styling form controls

Posted 09 April 2008 | By Vidal | Categories: Developer Tools | No Comments

Roger Johansson has an in depth, 2 part look at styling form controls across the different operating systems and browsers. A worthy read if you have ever tried to wrangle submit buttons and input boxes into some form of consistency across browsers while trying to tweak their looks.
Visit site

Enhancing forms – Unobtrusive Javascript

Posted 09 April 2008 | By Vidal | Categories: Developer Tools | No Comments

An excellent example of how to use unobtrusive JavaScript for error checking a form prior to submission. The work is available for download, and at the end of the article is provided a sample form and some exercises to help with your understanding with implementing unobtrusive JavaScript on forms.
Visit site

Dynamic Help in Web Forms

Posted 09 April 2008 | By Vidal | Categories: Developer Tools | No Comments

Luke Wroblewski provides an excellent roundup of different methods being used around the web to provide help with forms. Definitely worth reading as it is a nice collection of patterns to solve the form help issue.
Using some images to capture the different strategies, he provides the good and bad of each method, concluding that there [...]

Web Usability – Accessible Forms

Posted 08 April 2008 | By Vidal | Categories: Developer Tools | No Comments

A nice overview of forms from the accessibility perspective, with examples of how to layout and markup a form, the appearance and how the layout appears when using a screen reader. If you have never experienced the web from a screen reader, be sure to check out these examples.
The article touches on form grouping with [...]