Using Web widgets wisely, Part 2
Date pickers
Another nice Web widget that can be created with client-side scripts is the date picker (see Figure 7).
The date picker at Expedia.com was created with Javascript. The advantage of using a date picker for users whose browsers support scripts is the ability to see what dates fall on which days of the week and allowing them to select a date with a mouse rather than text entry. On the other hand, for those users whose browsers don't support scripts, the developers were wise to also provide a text entry option.
View Using Web widgets wisely, Part 2 Discussion
Page: 1 2 3 4 5 6 7 8 9 10 Next Page: Pop-up windowsFirst published by IBM developerWorks