How many incorrect attempts should be allowed before invalidating a password?
I am trying to prevent brute force attacks on a user’s account by invalidating a password when too many attempts are made in the same minute, hour, day or something similar. The credentials in this scenario are for company employees on the…
share this post : )
Which is the better UX for a user to see their password at the login screen?
These are the two options I’m considering.
Having a tickbox for a ‘show password’ option, which would let the user see their password. A ‘caps lock’ icon would be in the password text area which allows the user to see that the caps lock …
share this post : )
How to detect bad UI design [closed]
I am a software developer who also does UI design. My question is, is it for me possible to detect UI issues during development. The big problem I know from other developers, they don’t see bad UI design, cause they can use it. Same for me…
share this post : )
Horizontal scrolling widget for mobile webpage?
I’m looking for a widget that is similar to what the iphone uses as a datepicker (found here), only horizontal.
Does anyone know what this would formally be called? I’ve been looking all over and can’t seem to find it, though I’m sure som…
share this post : )
What percentage of Internet keyboard users are hunt-and-peck typers?
Some people can type without needing to look at the keys. Other people need to look at the keys before pressing a key.
I’m curious if there is any published research on the percentage of users that need to hunt for the keys vs. the percen…
share this post : )
What is the correct tab-indexing for a log-in form with a "forgot password" link?
I have a login form shown below, and I am trying to figure out the correct tabbing for it for the best accessibility and user-experience. This seems like a very common design, but I haven’t found a good solutions that says how to tab-order…
share this post : )
Working groups, 2 different approaches
I am building a working group module for a CRM. The goal of the module is allowing user to share anything under a specific domain.
With working group module users can create:
A sales team
A project team
An organization (e.g. people who ru…
share this post : )
help improving vast search interface
A search engine is used by document controllers to search for documents, types of documents, locations that contain documents. The documents are described by vast amounts of meta data and the search interface looks like this:
The tabs a…
share this post : )
What is the best strategy for playing a video embedded on a webpage to provide the optimal user experience?
Many websites that embed videos now seem to follow the trend of automatically playing them. I believe that facebook is one of these types of websites, but it is probably the exception rather than the norm. There have been other questions a…
share this post : )
Is "Chicken Box" an appropriate term for a Yes/No dialogue with a warning?
We have a mixin so named, and since my project requires more of these types of dialogue boxes, I created a lot of tickets for myself with the term “Chicken Box” in the titles.
It’s basically just a Yes/No dialogue with as ominous a war…