Tagged Questions
1
vote
0answers
23 views
Better method of displaying recipes
I'm working on a recipes-saving application and trying to figure out which method of presenting recipes is better.
Each recipe that is displayed on the page has a name, but not necessarily a photo. I ...
2
votes
0answers
36 views
Unlock Account for Highly Secure Website
I am working on project for a very secure sensitive website in which the objective is to make the "unlock account" workflow easy and intuitive. Currently, if user enters wrong username and password ...
4
votes
1answer
76 views
Alternative to a columns of checkboxes in a table
Here's the scenario:
A Person has a bunch of Accounts. Accounts may (or may not) have Services attached to it depending on the type of Account. Currently there are two types of Service (indicated by ...
3
votes
1answer
75 views
Tree manage in ribbon UI
I'm implementing ribbon UI in one of my application. It manages some trees so I move all the options to the ribbon (contextual tabs) but it just doesn't look fluent.
Is placing tree options ...
5
votes
5answers
95 views
Is it okay to have a login requiring users to first select from multiple services?
We have two services with logins on a page, the question is "should" we consider having a single login box which asks users to select which service they want to login to before hitting the login ...
17
votes
4answers
573 views
Why aren't Gmail-like “on-page” dialogs more popular UI solutions?
A few months ago, Gmail gave us the choice to switch to a new UI, with many new features (...) including an "on-page-docked" window. I personally find this piece of UI very useful as it allows users ...
0
votes
0answers
73 views
Managing users, roles and permissions [closed]
I'm designing an administrative interface to manage permissions. As of right now I have something along the lines of this:
The next step is to create the form for how roles are tied to specific ...
8
votes
3answers
307 views
Using Dropdowns AND Radio Buttons to avoid confusion
For you reference I wanted to point out that this is a Video project.
I am designing a menu in which the user can choose 1 of 4 formats for SD (standard definition) and two options for HD (high ...
16
votes
3answers
416 views
What is the optimum button size of touch screen applications?
I read this blog post about the ideal button size of touch screen control sizes. It was based on the study form the MIT touch lab that gives some measures of the size and sensitivity of the finger. He ...
6
votes
5answers
221 views
Two-level menus: Why? and When?
Two level menus: should they be used? Why are they important?
I never found any resource explaining this.
Should I avoid them and only use them when you really have too much stuff to present?
3
votes
6answers
139 views
When to combine comboboxes?
Let's say that my GUI has two fields to configure: input and output.
Both fields are implemented with comboboxes that may have the following values:
Input Values: A, B, C, D, E, F
Output Values: 1, ...
5
votes
2answers
93 views
Why use the append text to copy-paste (“Read more at …”) pattern?
I was copy-pasting some text from a website and besides the text I copied, the following text was appended "Read more at: http://www.YYYY.com Copyright © YYYY".
I've seen this pattern in many ...
8
votes
3answers
114 views
Should I verify that the output directory exists or just create it?
In my job, I create apps where I'm converting data and frequently need, among other things, an input and an output directory. Obviously, the input directory needs to exist, but for the output ...
3
votes
3answers
145 views
Time Scheduler UI
Working on a doctor availability schedule page. In this page I need to setup the available time for each day in a week for a doctor.
This is one time activity. Samething is repeated for every week. I ...
4
votes
2answers
107 views
Are modals usable on smartphones, or is there a better alternative?
I want to make a simple popover (or modal) that allows a user to subscribe to a newsletter (of course only when a user clicks on "subscribe to newsletter", I don't want to be obnoxious). It'll be a ...
6
votes
3answers
88 views
Country/Region Specific locales: How much is it important?
In our website, we are providing more than one language choice, so users will be able to use the website if they knew any of these languages.
However, it surprised me that one site I've visited ...
13
votes
3answers
430 views
Web app keyboard shorcuts
Is it a good practice to give keyboard shortcuts to web apps that allows a user to do tasks that are repeated often. In my personal experience, I've rarely used keyboard shortcuts offered by GMail to ...
24
votes
3answers
1k views
Use old or new name for an update confirmation message when name itself has been updated?
I want to provide a user of a web application some confirmation message like:
The task "foobar" has been successfully updated.
Now, in term of usability, if the update consists in changing ...
5
votes
1answer
71 views
Resorting items after editing on a paginated page
We show a list of users in a paginated fashion (10 rows per page). There is a column to flip the status of an user to activate or disable. Assuming I am in the 3rd page and I am disabling a user. ...
2
votes
2answers
198 views
Quick Booking UX/UI design [closed]
I am using Twitter Bootstrap UI for developing screens for my application.
I created the booking / appointment page.
This page will be used by hospital staffs. They want to quickly fill the data, ...
1
vote
1answer
61 views
Four different types of actions need to be applied to elements in a list on a mobile phone. How do I organize these actions?
I have a bunch of user created items in a list on a mobile phone. I've broken the possible actions applied to each into four types, listed below in order of most often used:
reply to internal ...
5
votes
2answers
152 views
Should marking a chat message as spam automatically ignore the user?
Two typical features of chat rooms are, the ability to ignore another user (hide all of their messages) and to mark a particular message as spam.
Should marking a user's message as spam automatically ...
6
votes
3answers
108 views
How to make other tabs more noticeable?
We have a dialog that allows the user to choose the "type" of a shape: text, pop up and link. Changing the type also changes the modal's body. Our current design uses an underline to indicate the ...
8
votes
4answers
154 views
Why did older Windows installs delay before automatic restart?
Every time I need to install an older copy of Windows (today it's Server 2003 Enterprise), I run into the screen where the initial install phase completes and my machine needs to reboot.
The ...
2
votes
3answers
162 views
How can I display lots of controls that are contained within expanders?
I'm currently building and Dashboard system for a factory and there is a control panel to control all the displays in the factory and to decide which detail(KPI type) to be displayed. Following is the ...
10
votes
2answers
690 views
Good UX for a page
I am working on a UI design. I have good CSS/HTML knowledge. But not good in UX.
Attached image is the UI I created for one page.
I tried alter it nearly 10 ways, still my customer says it looks ...
5
votes
2answers
125 views
Can I reformat personal names obtained from a single form field?
I have been reading this excellent question and its answers, about collecting names from people in forms.
The best answer (the accepted one anyway) seems to be to follow the W3C's advice on ...
6
votes
3answers
139 views
What is the best way to handle multiple To and From ranges?
Our users need to specify multiple ranges of quantities and specify a price for each range. I can't post an image or I would show this concept mocked-up.
My question is: Imagine the user is able ...
6
votes
2answers
93 views
Group of controls depending on value of combo box
In a UI, I get the user to make a selection from a combo box. This selection influences what other controls will need to be shown. There are also other controls that need to be shown, independently of ...
3
votes
1answer
137 views
Legacy Text Interface (e.g. Telnet) to GUI [closed]
I work in a very large, established company with a consistent philosophy of, "If it's not broken, don't fix it." The (large) division of the company that is responsible for maintaining customer ...
3
votes
2answers
138 views
Best Method for Adding Ingredients
I have a recipe application that has a "Add Your Recipe" feature that's current implementation looks like this:
Some notes:
Upon clicking "Add Ingredient", a ingredient form is added. Same for ...
-2
votes
2answers
154 views
Should registration email for a website greet with “Congratulation”? [closed]
I have created a new account.At the start up. I received a Congratulation email saying. You are now part of this site. Doesn't it look strange?
Mail Format:
Congratulations!Thanks for registering ...
2
votes
2answers
67 views
Which is better option Create/Save for Activity and Circle? [closed]
I want to create an Activity as well as Circle for networking. Which button will be suitable 'Create' or 'Save'.
3
votes
2answers
86 views
Should i have two links on my Home Page?
I have an important link called 'tlm'. The link has been placed twice on the home page but in different locations. According to Usability Guidelines, two links having sharing similar site navigation ...
5
votes
6answers
221 views
Which is better option 'School', 'College' or any other?
I have used the school field name for both school and college on my website, but I think 'School' and 'College' have different meanings. Can anyone suggest a more appropriate option?
20
votes
6answers
398 views
Calendar recurrences on the last day of the month
I noticed a difference in how Google Calendar and Outlook handle recurring appointments, specifically ones that are on the end of the month. If you try to schedule an appointment on the 31st of every ...
2
votes
4answers
101 views
Which is the better option Share or Post button? [closed]
On my website I am using the 'Share' button to post a comment, document, or to have a poll.
I'm confused either to use 'Share' or 'Post'.
7
votes
3answers
139 views
Designing bidi text editing
Background. "Bidi" refers to the bidirectional text, that is a text where traditional left-to-right scripts are intermixed with right-to-left ones, such as Arabic, Hebrew, Farsi, Thaana, etc. Such ...
6
votes
2answers
88 views
Should I combine multiple User and Group management panels into a single screen?
Currently I am developing a user and group management plugin for out application with ExtJs 4.1
This is my first version. I packed all into 1 window, each panel has its toolbar and user/group ...
4
votes
2answers
143 views
How to present filters graphically?
I'm creating a UI which allows users to specify filters, such as Age > 18. Until now, this has been quite straightforward as all it required was a simple layout as shown below:
However, besides ...
0
votes
0answers
28 views
Should a registration page have large number of fields? [duplicate]
People have to invest time and effort to register.The fields consists of Username, First Name, Last Name, email, Address, Contact, Date Of Birth, Gender, City, State, Country, Password, Position, ...
4
votes
5answers
281 views
Why do physical keyboards still have built-in numpads?
Normally I use a wireless keyboard without a number pad and a mouse right next to it. Having started a new job, I was finding my right arm somewhat more sore. This was confusing until I realized:
...
2
votes
4answers
112 views
Should the current likes counter be inside the Like button?
I noticed that Facebook, Instagram and other well designed apps separate the Like and Comment buttons from their counts. Any ideas why they do not put the counter inside the button? Maybe have a split ...
1
vote
1answer
139 views
ajax loader (spinner or progress bar) where to place it? [closed]
I have a web page (web app ?) where users click on some buttons and we fire an ajax call which then eventually updates some elements of the page.
I am thinking of putting an indicator (spinner) of ...
4
votes
3answers
55 views
How do you show that a feature can be selected individually or combined with another feature?
The user has 3 options/features to choose from, but here is the problem:
Each feature can be selected separately/on its own.
Feature A can be selected/combined with feature B.
Feature B can be ...
6
votes
5answers
117 views
On news apps, how does using a different colour for each category help the user?
On news websites and news apps, a specific colour is often used for the link to each category (background colour or underline colour), and I would like to understand how this is helpful for the user, ...
1
vote
1answer
117 views
Has my comics website successfully left the 1990s? [closed]
So, a little while back I posted this question to try and help my website, http://HittingTreesWithSticks.com, out of the 1990s.
How to not make my website have a "1990's" look
So the ...
6
votes
3answers
259 views
Placement of delete button on form
I have a form which edits a flight, and it should be possible to delete them. I have considered putting a delete button in the index page, which lists all the flights, but the table rows are clickable ...
2
votes
1answer
56 views
Link destinations
If the interface that I am working on has 3 lists:
A) Top 10 performing companies
B) 10 recent transactions across those 10 companies
C) Top 10 performing promotions across those companies
The ...
9
votes
3answers
156 views
Counting to Infinity - Are counters usable?
As the web gets older and bigger the numbers in a lot of counters will tend to increase more and more.
I'm very curious about the implications in usability and user experience:
Are these big numbers ...





