usability
using dropdown lists for navigation
Is it good practice to use dropdown lists for navigation? I am making a web application that has some hierachical menus. I have considered several optionsbut none of them seems to be good. Here are so[详细]
2023-01-15 20:37 分类:问答Order of OK, APPLY, CANCEL buttons
An extenstion of this question: https://stackoverflow.com/questions/50335/ok-cancel-or-cancel-ok Where should the APPLY button go (clicking the APPLY button has the same effect as clicking OK, except[详细]
2023-01-15 20:23 分类:问答tables with many columns in a web applications
Which is the best way to represent data from a table with many columns and possible long text in the columns? The dilemma is , if I use tables, the table width is very long and the table overflows out[详细]
2023-01-15 17:32 分类:问答Organizing large collection of things - usability and UI point of view
In our application we have a repository that contains things (they are called methods and queries, but this is not particularly relevant for this question). Each thing has a开发者_如何学Go title, desc[详细]
2023-01-15 06:41 分类:问答Can you provide a hint to a mobile device that an HTML input field is numeric-only?
I\'ve been doing some usability testing on a website I\'m developing, using an Android phone and an iPod touch.In bo开发者_开发技巧th cases, when entering a numeric field (time, distance in metres, et[详细]
2023-01-13 17:57 分类:问答Back/Forward buttons in Flex applications
I have a Flex application which uses the BrowserManager class for enabling deep linking within the application. The URLs 开发者_如何转开发work fine through all browsers but the back/forward buttons wo[详细]
2023-01-13 03:21 分类:问答Best usability practice for accepting long-ish account numbers
A user recently inquired (OK, complained) as to why a 19-digit account number on our web site was broken up into 4 individual text boxes of length [5,5,5,4].Not being the original designer, I couldn\'[详细]
2023-01-12 14:53 分类:问答Multi-segment winforms progress bar?
I\'m wondering it this is a really bad usability idea, so I\'m open to feedback. I need to perform two steps on a large number of items, with step 2 starting any time after step 1 has completed. Howe[详细]
2023-01-10 09:25 分类:问答What to do with selected rows when user hits the cancel button on a certain action
View Users page lists all users in the system. You can multiselect users via checkboxes and press the \'Remove\' button to delete them from the system. We throw a confirmation dialog, to ask if the en[详细]
2023-01-09 18:37 分类:问答Autocomplete vs Drop-down. When to use?
I\'ve read somewhere (can\'t remember/find where) an article about web usability describing when to use drop downs and when to use autocomplete fields.[详细]
2023-01-09 12:10 分类:问答