the effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments. This covers ease of use and learnability of software applications, websites, processes, or anything a human interacts with.
-1
votes
0answers
16 views
Notifying a user of unsaved changes [closed]
I have some settings that the user of my software can change via a GUI. The settings reflect both the current state of the underlying properties, and the state of the user interaction.
Example: A ...
0
votes
0answers
15 views
How do you called a code that covers everything?
I wondered how you call a code that covers every possibility a User can imagine. I mean, like a code where every Bug is tested out and the user can think of "I wonder if I can do this" and he actually ...
2
votes
1answer
46 views
Alternatives for reopening buffers from last session in VIM?
I know :mksession, and I use it, but sometimes, it's too much, it saves too much state, which is a problem, for example, when you update some plugins, and want to close/open VIM to start it in a fresh ...
1
vote
2answers
25 views
How to use a progress bar when my app is reading data from a file ? Right before the start of the application
I am trying to write an application, where many rows of data are being extracted from a text file. This is done when i start the application. I want to show a progress bar to the user, when he clicks ...
0
votes
0answers
17 views
Safari Reader Not rendering in Portrait Mode of iPhone
I am having an issue where the Safari Reader will not parse my page if the iPhone is in portrait mode. If I refresh the page while in landscape, the reader parses just fine. If I load in landscape ...
-1
votes
0answers
12 views
Form inputs in two columns [closed]
I have a form based on table with two columns.. Each column contains a vertical list of fields. I want to add a tabindex property in order to create some kind of help navigation through this form. ...
0
votes
0answers
32 views
User-friendly display of validation errors in Android dialogs
I have a dialog fragment A with several input control elements. When the user enters an invalid value for some field, a dialog box B with validation error message pops up.
The problem is that when I ...
1
vote
3answers
69 views
What tools can I use to create a simple IVR system prototype
I'm now doing a project on the usability of IVR systems, so I need a touch-tone based IVR system prototype/simulator on my laptop/mobile device.I'm going to ask participants to complete some tasks ...
-1
votes
0answers
20 views
UI for Working Hours management [closed]
I am Working on a doctor working hours 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. Same thing is repeated for every ...
0
votes
1answer
78 views
Improving the Magento one-page-checkout:: Adding some useability- Masks, etc.
Just developed a payment module and it works fine with my bank. It consists the regular elements like text-input for credit card number and the cvc etc.
Then decided to add some functionality and ...
-2
votes
0answers
23 views
According to usability rules, how many elements are too many for a combobox? [closed]
According to usability rules, how many elements in a Combobox are considered to be too many to get a good user experience?
0
votes
1answer
34 views
Considering engagement
I've just read the Kinect SDK 1.7 Human Interface Guidelines and was very impressed by the fact that they consider the user engagement (page 86).
I was wonderin how we're supposed to implement this. ...
0
votes
0answers
29 views
Why is the default editor for an enum type a textbox instead of a dropdown
I want to know if there are any limitations usability or otherwise for the asp.net mvc team to make textbox the default editor instead of a dropdown for Enum types.
Since there are only a few values ...
0
votes
1answer
37 views
Color where @media (color) fails
What is the result of applying color via CSS to devices for which @media (color) fails? Is it akin to converting to grayscale? Or are some default non-colors used? Does blue convert to gray or ...
-1
votes
3answers
75 views
Better UI design for easy booking [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
0answers
66 views
UX:The best handy UX, Usabilty Checklist for websites design? [closed]
I usually follow a checklist for any website project I do.
Anyone here follows a checklist that promotes efficiency, and is effective ?
0
votes
1answer
107 views
Usable hierarchical dropdown in HTML/JavaScript?
I've got a mostly usability problem.
I've got a long list of hiearchical categories (200+) of archeological findings. When user posts his finding, he needs to select one category from this list:
...
1
vote
0answers
47 views
Geolocation with javascript
I'm building a website with a geolocation function. It shows a user points of interests around them. Everything works fine, but the usability should be smoother.
At the end I have a button. If a user ...
0
votes
0answers
450 views
How to display page loading indicator using spin.js
I am learning how to use Spin.js so that a loading indicator (the spinner) can be shown while the web page is loading.
I got it working but I am not sure whether I am calling the spin/stop in the ...
1
vote
0answers
73 views
Designing a typical GUI for editing entities [desktop application]
I have little experience in developing GUI for desktop applications, but I want to develop a typical GUI for creating/editing entities (e.g. Customer, Suppliers, etc.) which would be similar for many ...
0
votes
0answers
108 views
vertical /horizontal scrolling in tablet from usability perspective
I have been recently trying to resolve a usability issue in case of tablet where I have vertical and horizontal scroll . Now issue is when user trigger swipe it do a horizontal scroll whereas since ...
1
vote
1answer
53 views
Right way to implement this layout?
Here's what I want to do in an app, hope it's clear:
NOTE: I don't want to have all 3 views on the screen at once!
I have a search window, I have results, and I want to show details about a ...
0
votes
1answer
50 views
Sql server mouse cursor pointer does NOT automatically go to the end of the line
This is a plain usability issue I'm facing. Somehow the settings on my version changed and when I click on the query window, the mouse cursor pointer does NOT automatically go to the end of the line. ...
0
votes
1answer
34 views
Is there a statement from Google / best practice on providing two orientations on all activities / screens? [closed]
I was wondering if there is a consensus on providing portrait and landscape layout throughout all the activities / screens of an app.
On the one hand if I as a user are given the landscape option in ...
0
votes
1answer
141 views
Best way to show a lot of data on ASPX web page (Drop down list,
I am doing simple web application with a little business logic. Now I have Drop down list with about 25 000 product and user can choose it.
The application will be probably slow for users who has ...
0
votes
1answer
474 views
Bigger app with PhoneGap + Bootstrap on Google Nexus
Google Nexus phone offers enormous (as for me) screen resolution and all my mobile applications build PhoneGap looks just tiny. For example, when testing application on desktop computer, everything is ...
0
votes
1answer
14 views
How to clearly indicate that certain attributes cannot be modified on a edit operation
We have a requirement that shouldn't allow a user to modify certain fields on a edit. We currently disable such fields (e.g. a drop-down or a date field or a text field). How do applications provide a ...
0
votes
1answer
38 views
Usability for confirm message in a long form
I term of usability, I'm wondering what's the best solution to display my confirm message.
I have a long form, and in small screen I can't see the top of the form.
When I'm submitting my form, where ...
1
vote
0answers
31 views
filtering datagrids
In a simple scenario there is a webpage with a datagrid containing 2 columns; first name and country. There's a filter set on the grid to filter out all Australians. There's a form on the same page ...
0
votes
2answers
26 views
How to handle space while searching for information
I have several objects with the following naming conventions.
a. "Purchase Order 1"
b. "Purchase Order 2"
c. "Purchase Order 3"
d. " Purchase Order 4" (space at the start)
e. "Purchase Order 5 " ...
0
votes
0answers
57 views
Transferring user context between multiple applications
I am currently maintaining an old legacy thick-client application with many individual screens and functions.
We have a strategy for migrating screens from the old technology (VB6) to a newer ...
3
votes
3answers
83 views
Scroll to person name on a webpage if first letter of name is pressed on keyboard
I have a page with a list of about 500 names.
The user would like to type for e.g. s on their keyboard and then the page will automatically scroll to the names starting with s.
Should I convert the ...
0
votes
2answers
85 views
Changing behavior of Ctrl+Shift+Left/Right in Intellij Idea like in Eclipse
Hi I'm new to Intellij Idea and got here and there usability issues, because I'm coming from Eclipse.
When i rename a variable and want to mark the second part of it by hitting Ctrl+Shift+Right, the ...
1
vote
1answer
274 views
Access 2010 - Conditional Formatting Many Fields
I need to conditional format 24 text boxes with 2 rules each. Each rule is slightly different, based on the month. Is there some way I can type my conditional format rules all in one screen so I ...
1
vote
0answers
93 views
Inconsistency in keyboard navigation for CBS_DROPDOWN and CBS_DROPDOWNLIST combo boxes
Combo boxes operate in 3 different modes: Simple, Dropdown, and Dropdown List. Dropdown (CBS_DROPDOWN) and Dropdown List (CBS_DROPDOWNLIST) are visually very similar. The only difference is that the ...
-1
votes
2answers
30 views
How to guarantee the continued functionality of my website with external APIs e.g Facebook Graph [closed]
With web APIs like Facebook constantly being updated and changed, any given change may take me a while to implement in terms of working out what has changed, and then updating it/correcting it.
If ...
0
votes
1answer
25 views
undo buffer in GUI apps
In a GUI application (desktop or web), there could be multiple editable text boxes in one page/window/whatever. Do people maintain one undo buffer for each text box, or just a global buffer for the ...
0
votes
0answers
233 views
Jellybean buttons usability: white font on light grey background?
When I'm using the default buttons, it is really hard to make out what they are saying on Android 4.0+, as the font is white color on a light-grey, slightly transparent background. The same applies ...
1
vote
3answers
77 views
Pattern to force user to set preferences
My application requires connection to a server, hence it will not work without set preferences. The preferences are set using SharedPreferences. What I am looking for is a pattern to direct the user ...
0
votes
3answers
93 views
Multiple greviances with Java. as a beginner Where to turn to? [closed]
As I pick myself up again from another brain surgery and another upgrade to a new Operating system, I would like to know and ask if the multiple security issues currently with Java make it a safe ...
1
vote
1answer
212 views
Make project automatically makes IntelliJ IDEA very slow. Any workaround?
I tried to use the "Eclipse mode" to do the build in background, in order to identify compilation error while refactoring:
but IDEA becomes so slow!
Any workaround?
I already tried the IDEA ...
0
votes
1answer
29 views
Make a form which users can print after filling
I have a requirement as following. I need to create Price Quotations, like filling in the Customer's Name, The product details and their prices and quantity. And at last a Ok button that would print ...
0
votes
0answers
90 views
Best way to make a multi activity app in android
I'm trying to make an application for android that consist in multiple choices, each one depending on the previous one.
At first, a list with some options is displayed, after choosing one, I send a ...
1
vote
1answer
97 views
checking diffs in jenkins
This may be unrelated to programming but does helps in it.
We use Jenkins with perforce plugin. Jenkins build is triggered by change. We can also see which files got affect in the specific changelist.
...
0
votes
1answer
17 views
How do I design the interface for querying if an optional field is involved as part of querying
How do I design the interface for querying if an optional field is part of the record.
Record contains (name, foo_type, bar_type, value)
foo_type could be foo1, foo2
bar_type is either bar1, bar2 ...
0
votes
0answers
11 views
How to quickly change the name of a control in visual studio designer
Is there a shortcut that I can invoke so that when I click on a control in the visual studio designer I can change the name of the control without having to go to the property view and click in that ...
0
votes
1answer
48 views
Usability - How to display create, edit, view, and search in menu?
I have a web application that allows the user to immediately do one of two things:
1) Search for records
OR
2) Create a new record
As a result, I have two links in the menu bar called Search and ...
2
votes
2answers
83 views
Does android add extra active area around submit buttons?
Android seems be to be increasing the clickable area of a submit button on an HTML form I'm working on. It's as if there's about 25 pixels to the right of the submit button that are also tap-able. ...
3
votes
1answer
731 views
Horizontal scrolling layout LEFT/RIGHT: jQuery/CSS quiz
It seems, that what I am trying to achieve is almost impossible.
I am trying to create a horizontal layout dependant on jQuery, but usable even with Javascript being turned off. I also want the ...
0
votes
1answer
141 views
Wrap text in PyDev editor
Is it possible to set text wrapping in PyDev?
For Python such feature is especially important because you cant freely use newline characters.

