7
votes
4answers
92 views

Print array index in plain text

I'm developing an engineering application which stores data in C arrays. When a user edits data representing one of the items of the array, I want to be able to show the item number they're editing. ...
4
votes
3answers
100 views

In a high precision meter do I display battery voltage as a fractional number of volts or as a whole number of millivolts?

There's an Android battery meter application for enthusiasts (control freaks actually) that displays the remaining charge percentage and the current voltage. A typical phone will use a Li-Ion battery ...
9
votes
10answers
317 views

Is it better to represent simple labeled information as table or just text with subheadings?

I'm redesigning a website that has some simple information presented as a table like this: download bmml source – Wireframes created with Balsamiq Mockups I read yet the again the Label ...
9
votes
2answers
240 views

Whats the best way to present a time duration to user?

We're trying to implement the most effective method of displaying duration it takes for user to complete a puzzle. Looking for simplicity and accuracy. I've added two examples that we've been working ...
2
votes
1answer
87 views

Globalization Patterns for Dates Without Year

In my application, there is a field that represents the end of the accounting year for an entity. This "date" is the same every year, so what we currently present to the user is field with a month ...
8
votes
1answer
208 views

How much text markup is good, before it becomes bad?

In 1997 Jakob Nielsen told us about how users read on the web. (Actually in a typically headline grabbing way, he says they don't and then tells us how they do!) Nielsen is a big proponent of using ...