Usability of Comment Form Design
Posted: February 21, 2009 at 14:17:15 by Dani Iswara. Words count: 305.
Last updated: December 23, 2009 at 07:53:17.

Figure 1. Default comment form design by Blogspot.

Figure 2. Default comment form design by WordPress.

Figure 3. Default comment form design by Drupal.

Figure 4. Fancy and beauty comment form design by tentangrifai.com (has changed now).
Principals and technical guidelines of comment form design
Common principals and technical guidelines of comment form design based on accessibility, usability, and user (Dani Iswara .Net) experience:- For accessibility reason, especially for an aural agent, use
fieldset,legend,label(sometimes usability has a conflict with accessibility). - Usually,
labelplaced close (above) to theinputfields. - Comment form is in the same page of single post.
- Common order
- Comment author's details (name, mail, URI [uniform resource identifier]), followed by comment, subscribe to comment, and submit button.
- Comment, comment author's details, subscribe to comment, submit button.
- For the complex forms, use
tabindexin everyinputcodes for easy tabbing forms. Blog comment forms usually do not need this. - Name and mail fields are required (which is marked).
- Mail must not be published!
- URI is not only a website or weblog. We can use Facebook, Twitter, LinkedIn links, etc.
- Left aligned is more readable (in case of left to right direction; except Arabian).
- Still accessible with disable
- Cascading Style Sheets (CSS),
- images,
- javascripts,
- flashes.
Comment by Dani Iswara on June 18, 2009 at 08:00:12
using Firefox 3.0.11 on Gentoo
about
tabindex,