The back button is a great “get out of a flow’s dead end” option that browsers provide. Should a UI rely on the back button as the only method to allow a user to get to the previous page or should the UI provide an additional, site-specifi…
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…
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 …
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…
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…
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…
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:
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…