|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
SitePoint Articles
Join Date: Apr 2001
Posts: 0
|
Article Discussion
This is an article discussion thread for discussing the SitePoint article, "7 Steps to Useable Forms"
|
|
|
|
|
|
#2 |
|
SitePoint Community Guest
Posts: n/a
|
This article gives tips for both developers and Testers. really good
|
|
|
|
#3 |
|
SitePoint Addict
![]() ![]() ![]() Join Date: Jan 2003
Location: DeKalb, IL
Posts: 282
|
the disappearing text trick from Add Help Information doesnt seem to work at all. am i doing something wrong?
edit: ahh, ok. the name of the filed must be specified as the same name in the onclick field. maybe that could be changed? its confusing at first. |
|
|
|
|
|
#4 |
|
Don't get too close, I bite!
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 1999
Location: Lancashire, UK
Posts: 8,734
|
I really disagree with tip 4 of this article. I believe that all websites should be getting built using CSS an valid XHTML in order to produce more usable and accessible sites. However, using tables in a webiste, aside for that which they were intended for (tabular data) is not the way forward.
|
|
|
|
|
|
#5 |
|
☆★☆★
![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2002
Location: in transition
Posts: 21,477
|
I take issue with a few of the points presented in the article too:
|
|
|
|
|
|
#6 |
|
SitePoint Guru
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2004
Location: London
Posts: 854
|
isn't that article old?
i remember reading it and getting mixed up |
|
|
|
|
|
#7 |
|
SitePoint Community Guest
Posts: n/a
|
I can see a problem with the second code example under number three. If you give your input a * onClick = "document.forms[0].first_name.value='' *, then after a user fills in that input, if they click it again for any reason, their text is GONE. Particularly annoying with textareas, which hold a lot.
|
|
|
|
#8 |
|
SitePoint Community Guest
Posts: n/a
|
@hgilbert: sure it's old. Tags and attributes wirtten in upper case, unquoted attribute, tables for layout... That's sooo 2000 ;) *scnr
|
|
|
|
#9 | |
|
Proud new dad!
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2005
Location: Atlanta
Posts: 2,309
|
Quote:
![]() |
|
|
|
|
|
|
#10 |
|
SitePoint Community Guest
Posts: n/a
|
The problem with item #2 is that it is not nice to have if the page loads more slowly than I can type. I'm already typing in the 2nd or 3rd field, the page completes loading, and suddenly I'm back in the 1st field. This is a potential security risk if the field I'm typing into is a password field, as the password gets all or partially exposed in the 1st (focused) field.
The logic would better be to place the focus in the first field if and only if the focus is not already in a form field. |
|
|
|
#11 |
|
SitePoint Zealot
![]() ![]() Join Date: Jul 2003
Location: San Francisco
Posts: 106
|
Autofocus not friendly to screen readers
One problem with autofocus is that it is not friendly to blind site visitors using screen readers. They will find themselves in the first form field without any context for why they are there.
|
|
|
|
|
|
#12 | |
|
perfect = good enough
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2004
Location: -Netherlands-
Posts: 1,424
|
Quote:
![]() |
|
|
|
|
|
|
#13 |
|
SitePoint Community Guest
Posts: n/a
|
The problem with #3 is that the info text is also submitted if the user omits to enter information. How do you make sure that the info text is not submitted or that you can filter it out?
|
|
|
|
#15 |
|
SitePoint Community Guest
Posts: n/a
|
What about positioning of the buttons, such as Back, Next, Cancel? What is the recommended standard arrangement? For example, if the options are Back, Next, Finish, and Cancel, would it be more intuative to have them be arranged as
Cancel | Back | Next | Finish with the more likely buttons the user would click positioned to the left, or would it be better to position them as: Back | Next | Finish | Cancel with them being placed "positive to negative"? Thank you. |
|
|
|
#16 |
|
SitePoint Zealot
![]() ![]() Join Date: Jul 2003
Location: San Francisco
Posts: 106
|
I don't know about the other buttons, but I've had it suggested to me that there not even be a Cancel button as it is too easy to wipe out your work by mistake. I've certainly done that.
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 11:32.










Linear Mode
