usability

ALL CAPS IN NAVIGATION? Are there any studies for or against? [closed]

浪尽此生 提交于 2019-12-03 12:40:44
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Can someone point me to a study that answers this question; Does ALL CAPS help or inhibit usability in navigation? I read one article by Jakob Neilson that touches on this saying "Reading speed is reduced by 10% and users are put off by the appearance of shouting." but I could not find the actual study that proved it. Thanks all! Let me know if this question and answers that followed helped you? Much of the research done

In a user interface, is it better to “gray out” or hide features that are unavailable? [closed]

旧巷老猫 提交于 2019-12-03 12:40:18
In my particular situation, I have a comment form than cannot be used until the user has logged in and joined a specific topic. Then, they can comment on that topic. In your opinion, should I hide the comment form completely, or disable it and prompt the user to complete the necessary requirements. Disabling them saves the user from effortlessly looking for functionality she knew to exist before. So in general, hiding something completely from view just generates frustration. Remember the dynamically populated menus in Office 2000 to 2003? Then you know what I mean (cf. Jensen Harris' blog

Web Usability - Background Music

让人想犯罪 __ 提交于 2019-12-03 08:30:02
问题 I personally loathe background music on a website. My client has opposite feelings on the subject. I added music because the customer is always right, though I'd like to revisit the subject with them. Almost everyone would agree that it is annoying and wastes precious bandwidth but are there any usability studies or a recommendation for someone esteemed in the profession that can provide a valid argument against background music? 回答1: Metrics . You'll never be able to convince a business

How can website hits statistics be helpful to improve usability?

断了今生、忘了曾经 提交于 2019-12-03 08:12:30
Have you noticed that almost every links in facebook have ref query string? I belive that, with that ref , facebook somehow track and study their user behaviour. this could be their secret recipe of making a better usability. So, I am trying out the same thing, change http://a.com/b.aspx to http://a.com/b.aspx?ref=c and log every hits into a table. ======================================================================== userid | page | ref | response_time | dtmTime ======================================================================== 54321 | profile.aspx | birthday | 123 | 2009-12-23 11:05

Slow response-time cheat sheet

天大地大妈咪最大 提交于 2019-12-03 07:47:13
Does anyone have links to current and historical papers and authoritative links (statistics and blog posts) regarding response-time for user interfaces? Naturally the authoritative link is Human factors design criteria in man-computer interaction Some key quotes include: [Regarding] response to request for next page. […] Delays of longer than 1 second will seem intrusive on the continuity of thought. And Assume an inquiry of any kind has been made. The user – and his attention – is captive to the terminal until he receives a response. If he is a busy man, captivity of more than 15 seconds,

What can I do to prevent write-write conflicts on a wiki-style website?

若如初见. 提交于 2019-12-03 07:38:18
问题 On a wiki-style website, what can I do to prevent or mitigate write-write conflicts while still allowing the site to run quickly and keeping the site easy to use? The problem I foresee is this: User A begins editing a file User B begins editing the file User A finishes editing the file User B finishes editing the file, accidentally overwriting all of User A's edits Here were some approaches I came up with: Have some sort of check-out / check-in / locking system (although I don't know how to

How to display a temporary baloon tooltip during input validation?

蹲街弑〆低调 提交于 2019-12-03 07:03:59
I'm somewhat used to the GUI idiom where when I type something wrong in a text input field a balloon pops up from the field with info about what I got wrong / expected input. It remains visible until I type again. But now I couldn't find any example to point to. Given a JTextfield do you know of any library/code that would display such a balloon when triggered by my keylistener? @see http://www.javapractices.com/topic/TopicAction.do?Id=151 Balloon Tip is a library that does that: balloonTip = new BalloonTip(f, "Tooltip msg"); That was all needed! If you insist on a having it be a tooltip too:

Most elegant UI for categorizing items?

夙愿已清 提交于 2019-12-03 06:20:58
问题 I have a collection of items that the user needs to group/categorize in several ways. For the sake of an example, let's say it's a collection of cars and the user wants to categorize them in the following ways: Color (red, silver, blue, black, etc.) Body shape (hatch, sedan, coupe, stationwagon, etc.) Seats (2, 4, 5, 6, etc.) etc. Have you ever come across a particularly elegant way of doing this that allows the user full freedom to define their own categories and values? Obviously, there

Disable script editing in chrome developer tools

橙三吉。 提交于 2019-12-03 04:59:46
I use Chrome Developer Tools to debug my JavaScript code, but I have one pet peeve with the way Chrome lets you edit the JavaScript files under the Scripts tab. Sometimes, I do not realize that I am in Chrome and I start making changes to the code under the Scripts tab, only to realize when I refresh that the changes I had just made were never saved to disk! I was wondering if there is way to make the code shown in the Scripts tab read-only, so that if I try to edit the file in Chrome, I'll see that it's not editable and then realize that I'm not in my IDE. Paul Sweatte Use the following

Best practices for login pages?

て烟熏妆下的殇ゞ 提交于 2019-12-03 04:22:35
问题 I am working on a single sign-on login page using Shibboleth that will be used for a variety of web applications. Obviously we would like to make this page as secure and usable as possible while limiting the effects of phishing scams. What are the best practices to keep in mind when designing a login page? Some questions that have come up around this issue: Is it important for the login page to always look the same on every display? Conversely, would it be beneficial for the login page to