a program written to be used by a business.
2
votes
2answers
78 views
Using icons as checkboxes?
How unusable is it to use icons as checkboxes?
It's a cool concept when it is implemented, however I am worried that it is not obvious that the icon is clickable. What are people's opinions about a) ...
4
votes
2answers
168 views
How to present a view with large number of inputs
I'm developing a dashboard for hotel managament system application.
There's a view that allows the user to set prices for room types in different currencies. Sadly, I can't provide any screenshots as ...
3
votes
5answers
124 views
Name of the logged off part of an application/a website
I'd like to know how you would call the part of the application which is not the showcase, not the app itself, but the part between both.
Let me explain with more details. It is something very common ...
2
votes
3answers
190 views
Showing/Hiding vs.Enable/Disabling form fields
I would like to know the benefits and drawback relative to form design of "dependent fields". For example, in my form I have a Marital Status field, and depending on it's value, I need to know the ...
3
votes
1answer
66 views
Usability concerns for managing queues of items to be worked
Here's a genericized story for an issue I'm curious about:
A secure website for ACME Company has a
table of thousands of widget orders in an
"initial" status that need to be processed online.
...
6
votes
2answers
290 views
Common screen resolution? (In a business environment)
Inspired by "Common screen resolution?" and a debate at work where I defended the teachings of this site...
In the debate we argued about how the business environment differ from home environment in ...
4
votes
5answers
95 views
Deleting object when a related item is in use
I have a problem with an application that I've written. The usage is about to change and now multiple users will interact with the system.
Given that there will be multiple administrators what is ...
1
vote
1answer
40 views
When to apply/save a modification of a nested list of objects
I have a customers detail view with things like their name. At the top there is a toolbar where they can save, reload, delete etc...
On of the properties they can edit is a list of phone numbers. ...
5
votes
5answers
364 views
Truncating long text labels - Best Practices?
I was wondering whether there are any studies around truncated labels, in case if they ever get too long and layouts can't fix it? Does it confuse users if a label is truncated with an ellipsis ...
2
votes
0answers
89 views
web application redesign suggestion [closed]
We had built a application using Ext JS web desktop. Something similar to:
http://dev.sencha.com/deploy/ext-4.0.0/examples/desktop/desktop.html
The application is basically a web based ...
4
votes
2answers
544 views
Reason that most (business) applications have a blue theme?
Most applications use blue as their central color, particularly business applications (e.g. Windows uses blue in most of it's chrome).
I am being pushed to use purple throughout our current ...
10
votes
5answers
396 views
Folding columns of a kanban view
In our enterprise management software, we use "kanban" views for different purposes; pipeline of business opportunities, tasks, recruitment process, bugtracker, etc. The example bellow shows the ...
4
votes
2answers
529 views
How to structure complex forms for business documents?
In our enterprise management software we use forms to record document like customers, invoices, sales order, tasks, products, etc. We wanted forms to look like their hard paper version.
Below is an ...
2
votes
4answers
229 views
Forcing users to take a specific path
I am all for providing flexibility for users in their interface, because I know that users are different, and want to find things and process things in different ways. This is especially the case when ...
60
votes
20answers
11k views
Do we need good-looking design for a program internal only to our company?
Do we need to make the user-interface look good (adding images, animations, etc.) for a program internal only to the company?
Making the user-interface look good might slow the performance of the ...
4
votes
4answers
167 views
upgrade-friendly visual treatment for features disabled in the free version of a freemium product
My company is preparing to launch a "freemium" web application for business users. Most of the surface area of the app will be enabled in the free version, but a few features (e.g. ability to assign ...
6
votes
7answers
236 views
How to communicate foreign key constraints in a business application?
I have a business app with various business forms where users edit data. When a user deletes a record - it shows "FK_ABC_AA.. constraint violated, etc."
I want to do better than that and tell the ...
0
votes
0answers
83 views
How do you know if the application you built is really useful to users before investing too much money in the process? [closed]
Can somebody explane to me how to do a survey to know the needs of potential users? Do you have always the time and the money to do so? Is it possible to know if an application if a "winner" before ...
3
votes
2answers
137 views
space-efficient UI to choose between auto-generated text or manual text entry
I'm building a part of an HTML form (titled "New Commission Rule") in a web application used by business users to enter and report on sales commissions in a retail store. See ...
3
votes
2answers
260 views
Where and when to show currency symbols for TextFields containing currency?
How should I design a form that is easy to use and understand that has a few textfields for currency?
Should the currency symbol be put outside or in the textfield?
One variant is to show the ...
3
votes
1answer
167 views
How to manage actions that could be nested 3 or 4 levels deep?
I have a site that has a main menu that is tabbed, and a sub-menu that always displays actions for the current selected tab.
For more areas on the site, this works perfectly, but one of the tabs is ...
1
vote
3answers
70 views
Setting safe defaults for user interface configuration by client
I am currently a consultant working for a software development company who is building an application for their client. The dev company feels that every aspect of the ui should be customize-able, ...
1
vote
3answers
206 views
This feels too bland
Take a look at this communication app I am making for our small company (you might need to open it in a new window to see it clearly):
The application is docked on the right side of the screen. It ...
3
votes
2answers
344 views
How should I design an MS Access application for Excel users?
I work for a public health study, and I have been asked to help manage the workflow for an upcoming project. We will be choosing subjects, tracking our contact with them, interviewing them, placing ...
4
votes
2answers
398 views
Alternative control to drag and drop for assigning tasks to an individual?
I am working on a web application for Branch Managers at an investment bank to assign accounts that are without Financial Advisers for whatever reason. Some reasons are the Financial Adviser has ...
4
votes
7answers
217 views
How to display a distinction between actions which affect the 'real world' vs. actions that affect only the information in the application?
I have the following challenge:
I'm designing a web application that is supposed to manage IT components. Meaning - when the user creates an IT component in the application or updates an existing ...
6
votes
4answers
583 views
Recommended books for enterprise application interface design
I've been reading a lot on UX lately with the intention of improving the user experience on the custom applications we develop. Most of the resources I used are targeting informational websites. I ...
10
votes
4answers
853 views
Should Dialogs be avoided in modern applications?
I have used a few dialogs on the last system I designed. The application was a business application with many database tables and I used many datagrids to show data. It was common that I placed a ...
6
votes
1answer
652 views
Reporting web app - how to design large data tables?
I'm working on a legacy webapp that's mainly focused on reporting large amounts of data - ie tables with 20+ columns reporting financial data. The main problem is table layout inconsistency depending ...
3
votes
7answers
3k views
Good design for Web Apps with Large Forms [closed]
I've been browsing through the web for good templates/themes but I've never seen a really, really good example for the typical Business App with 20-40 fields per page and 2-5 tabs in between. Most of ...
3
votes
6answers
480 views
How to create bands of number ranges for a field?
I have a field in a system called "Score" which ranges from an undetermined negative number to an undetermined positive number. I am trying to figure out a UI for the user to create "bands" of ...
3
votes
1answer
294 views
Reporting in a CRUD application
It is yet another enterprise related app dilemma.
Most professional apps use report writers that are way too complicated for the general user, even though most of them are wysiwyg.
Some simple apps ...
2
votes
6answers
724 views
WebApp User Login Screen
I am currently considering options for a web/intranet application login screen and this seems like a good place to share.
Not much work has gone into the current screen since creation and it exists ...
17
votes
6answers
3k views
Preferred format to display negative currency?
Which would be the more readable way to format negative numbers:
-$99.99
($99.99)
Some other format I haven't considered
Details:
Most of our user base has finance experience and but some have ...
4
votes
4answers
415 views
How to get the difference between Corporate and Consumer Branding across to clients?
This seems to be a regular question that comes up during conversations at work. We provide solutions to corporate companies but the end users are inevitably consumers. We seem to be in a Design by ...
2
votes
2answers
180 views
“mandatories” to take into account for a wide 32" touch screen interface?
What are the best practices/"mandatory issues" to be taken into account and implemented on a 32" wide-aspect touch screen for a totem-kiosk application?
Especially appreciated issues on usability, ...
5
votes
2answers
381 views
Dealing with Effective Dates in an Administrative Application
When dealing with Insurance based information, we often need to implement the use of Effective Dates on most of our data. There are numerous reasons for this that I won't get into, needless to say ...
3
votes
6answers
78 views
How do you convince people that social software applications are good for business? [closed]
We're trying to introduce social software applications into our organisation but attempts thus far are meeting resistance because:
we're a large, conservative organisation that will always be a late ...
