Tagged Questions
7
votes
3answers
249 views
What is the correct way to indicate something can be either singular or plural?
Taking it as a given that the system is not intelligent enough to be able to recognise a single result as apposed to multiple results (don't ask!), what is the correct way to represent the possibility ...
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.
...
2
votes
3answers
222 views
What is an alternative way to display a very large number?
In my application I have a text field that should display numbers (representing money) ranging from 0 to 999 trillions...
The users of my application are the general public, so displaying a ...
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 ...
9
votes
2answers
269 views
Formatting relative dates and times
First, when I talk about relative times (or would dates be more accurate?), I mean these 4 minutes ago, 1 hour ago, etc.
When should they be used? With what degree of precision? Shouldn't it be the ...