Tagged Questions
0
votes
0answers
23 views
Java GUI - JLIST + Refresh
I need to create an interface which includes a list of events.
The events are saved into a Vector List and I need to be able to display a list of their 3 variables like this:
13/05/2003 Task 1 ...
10
votes
4answers
229 views
Form Design: Mutually Exclusive Tabs vs. One Form
I am working on a form design that currently has two mutually exclusive forms accessible via tabs (Option 1). During usability testing my team noticed that users missed the tabs and only noticed them ...
3
votes
3answers
143 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 ...
2
votes
2answers
195 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, ...
0
votes
2answers
242 views
GUI Design advice on Add/Remove/Edit form
I am building a GUI that needs to allow the user to:
Add entries
Remove entries
Modify Existing entries
Each of these "entries" hold very simple information:
Outlet Number (Non editable, ...
10
votes
2answers
689 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 ...
3
votes
3answers
100 views
Traditional file upload vs repository
I'm working on a b2b web application where users might want to upload files for several purposes: assigning images and/or documents with specifications to their products or businesses, attaching files ...
6
votes
1answer
121 views
Ternary Switch - How to implement?
My website gives users a report for their search term, this report contains many different datasets.
Each dataset can be configured via options on their profile page, to either;
Load when the ...
4
votes
2answers
142 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 ...
5
votes
4answers
204 views
Form input types for fast data-entry?
So, I have a form for doing data entry where there is a list of items which have three fields. The first two fields of each item are multiple-choice from five options, the third field is a simple ...
6
votes
3answers
173 views
Group of checkboxes and supporting text fields
What is the best way to layout a group of checkboxes and supporting form fields?
For instance, in this form the user can select several choices for a report delivery method. Some of the choices ...
5
votes
1answer
244 views
UI Layout improvement
I'm currently implementing a database querying tool, and am currently working on a section which would allow users to specify ORDER BY and Aggregate clauses. My biggest challenge has been to represent ...
44
votes
13answers
2k views
Best UI to allow expert users to enter an ip address? (IPv4)
I am working on a web application which requires users to enter an IPv4 address (in dotted-quad decimal notation) for most of the primary tasks they need to perform. Our primary target "user" is a ...
1
vote
2answers
109 views
When should a select be replaced with a combobox?
I'm working with a site that is currently making heavy use of comboboxes. In fact, every select in the whole application is automatically turned into a combobox on page load.
My first inclination is ...
5
votes
3answers
200 views
Side by Side, Stacked, or something else?
I am creating a property manager module for our CMS, one of the forms is very basic, but I am having trouble getting what should be the most appropriate layout for the form.
Below is a screenshot of ...
5
votes
4answers
245 views
rectangles Vs rounded corners of text fields on mobile
Do you think there is a difference in perceiving text fields which have round\rectangle corners ?
My goal is to establish a convention that round corners are fields which the user can enter input and ...
2
votes
4answers
287 views
Combining email and phone inputs into a single text field
Let's say you want to combine both email and phone input into a single text field because you require either or, not both. What's the best way would you approach this? As far as making it clear ...
4
votes
1answer
149 views
Best UI element type and location for password retrieval on login form
I have currently the login form shown below and I'd like to add a UI element that the user can click in order to retrieve their fogotten password.
However I'm not sure what element to use and where ...
4
votes
3answers
272 views
Managing CRUD operations in a tree
I'm using a tree view in my web application to present the administrator a way of managing entities in the system.
So far I had to deal with simple entities that require only a name that is way i ...
1
vote
2answers
263 views
Alternative to checkboxes for signup form?
I am designing a simple signup form that asks the user for their email address and then allows them to self-identify as a certain type of user (optionally) before submitting. I.e. the user is signing ...
3
votes
1answer
318 views
Use of Modal Dialog Box for User Sign In
The site that I am working on has a signed-in and a signed-out state. We're in the process of implementing a soft signed-in state (e.g., remember me on this computer). Doing that requires users to ...
3
votes
3answers
221 views
Check the box to confirm your email address
Some projects/clients firmly ask to confirm the email when a user enters information in a particular field. When I don't have a choice, I'm proposing a checkbox that users need to manually select to ...
12
votes
4answers
352 views
What is the best way to ask for a specific amount?
Consider the following simple scenario: User has 2,352 cookies in his account. Now, he is prompted with a message, "How many cookies would you like to eat?" Given he can enter any number from 1 to ...
4
votes
1answer
569 views
Best Method to Present a Many to Many Form to User
I have a questions about how to best present a form based off a many to many relationship to a user. I'll explain my models to help give an idea of what data I need to present.
Models and ...
5
votes
5answers
231 views
Scaling an Address Form on Resize
My application has a form for filling in the names and addresses of a donor. Each donor gets a closable tab and each tab has an address form.
The problem is that the application runs in a regular ...
2
votes
4answers
549 views
Large forms design guidelines and rules
I am working on a web gui of inner corporate CRM system which has a lot of pages with large forms, that contain 10-60 different types of fields: mainly inputs, also selects, radios and checkboxes.
...
1
vote
1answer
123 views
Show mapped input in form
As a part of a form I got one field where users input an id. This id maps to a name. I want to show this name in the form since spotting a typo in a id sequence of numbers is harder than recognising a ...
4
votes
3answers
229 views
Hidden optional fields in form design
On a web-app I'm working on,
we have many forms inside dropdown menus.
On many of them we have an optional field: Description.
This field has been added for the users that want to work on a more ...
4
votes
3answers
179 views
Using application bar in data forms?
I am developing an application for Windows Phone. Asking some of my friend to test it I realized the way I designed data forms and the application bar behaviour is very annoying.
The form design
...
5
votes
5answers
658 views
Slider-less time selection.
I'm using the default datetime picker with rails. I'm mainly focusing on the time aspect of this because for my purposes the day will rarely ever be changed. I'm looking for some sort of way to make ...
6
votes
2answers
697 views
(One to many) to many form?
What is a good pattern for displaying a form with a One-to-many-to-many relationship in a web form for data entry?
One parent element (a case - 15 data fields)
One or more 2nd level elements ...
2
votes
2answers
310 views
Force Directed graph for visualizing hierarchical forms Bad Idea?
Currently we got lots of forms which we realize using Tree-view. Person clicks the tree node and a forms we designed for that opens in page aside the tree-view(Using the tree-view because there is ...
3
votes
1answer
112 views
Name for specific search form type for automobile sites
I'm doing a research on web search usability and interface design for search. I already have a website to exemplify, which is a sort of search engine for cars.
The search form is important in the ...
2
votes
4answers
156 views
Optional Comments on Saving
Maybe I'm crazy, but every UI mockup I seem to get passed to me, I end up ripping apart. And in the end, my suggestions are often shot down. We end up creating UI's with what I consider to be a ...
4
votes
4answers
235 views
Balance between mandatory fields and optional fields
I am working on the project part of which is building a user profile page that is used to collect some information from the user so that this can be used to display better matching results for that ...
5
votes
2answers
145 views
In a form, is Switching between advanced to basic a good idea?
I have a web page/form which users have to fill in before clicking the 'proceed' button.
Same old story I guess. It looks like this:
report name: [...]
report type: (*) PDF
( ) HTML
...
2
votes
4answers
228 views
scale or rating design
I was wondering what would be the best way to say someone is one thing or another.
So, i want to create a form for Jungian Personality, but i want to make it fast and simple. So i was thinking of ...
1
vote
3answers
248 views
An intuitive way to present a Login interface
I'm designing a windowed application. When the application starts up the user needs to be presented with a Login interface. The initial (and minimum) window size is 800x600. A header of height 42 ...
4
votes
4answers
267 views
Selection of multiple items and then selected one as default
I'm trying to design a web interface in which users pick particular "items" and set one of them as default. The textbox for searching uses autocomplete to find the matching item. I've come up with the ...
77
votes
8answers
6k views
Why might right aligned field labels be better?
For the longest time, I've used left-aligned labels in my forms, like this:
I did this because I thought having the labels left aligned made it easier for readers to scan the list of labels.
...
8
votes
6answers
1k views
Difference between 'modify' and 'edit' buttons
Is there a difference between the words 'modify' and 'edit'? I am creating a form that will allow users to make changes to their order - what should the call to action button name be - 'edit your ...
2
votes
3answers
224 views
how to control user focus?
i am currently developing a prototype for a piece of software. One of the most important things is to show the client, how the UI will look like, so I am making real wpf windows with no real data ...
7
votes
6answers
386 views
Making contact detail form more friendly
I have a windows based form in my project for adding contact details.
Here's a screenshot
I have added textbox for First name, Last name , var and cst (vat and cst are numbers related to ...


