I came across this on the main page of Stack Overflow. If it matters, I'm using Firefox 3.5.2 on Windows 7 RC.

|
I came across this on the main page of Stack Overflow. If it matters, I'm using Firefox 3.5.2 on Windows 7 RC.
|
|||||||||||||||||||||
|
|
Just change the word "views" to "Kviews" and "Mviews" and give it the same font color as the number itself so it's highlighted when the number is highlighted. It'll fit. It'll make sense. It'll allow the same amount of precision as always. Problem solved. |
|||||||||||||||||||||||||||||
|
123k viewsThis requires more scaling than 123 thousand views to fit 4 characters horizontally, but it doesn't try to cram the word "thousand" between the number and "views."
|
|||
|
|
|
What about the mathematical notation? 1e5, 2e5 look quite good and I'm sure almost all programmers understand it.
|
|||||
|
|
Here's the reason it's status-bydesign, since clearly you all find it an issue. It's definitely intentional (thus not a bug), although I don't like it much myself. |
|||||||||
|
123 thousand views(See my other answers for more possible solutions) I took a crack at this for Jeff and everyone else to take a look at. I'm no CSS-whiz, but here it goes. The "What is your best programming joke?" question wasn't in the main view when I started editing so I commandeered a random question. I made sure to keep "views" vertically-aligned with "answers" because I think that would be the most visually-jarring thing if they were unaligned. This meant scaling down the views number somewhat. I understand that Jeff is opposed to scaling the number, but maybe others won't find it so bad. I find it favorable to the current situation.
|
|||||||||||||
|
.1m viewsI think this looks pretty good. You lose some granularity on the number, but no extra CSS is required to shrink the numbers or realign stuff. Unfortunately, the leading '0' won't fit.
.12m viewsHere's some more precision with a smaller 'm'.
|
|||||||||||||||||||
|
|
How about using a log10 scale for views and changing indicator to a popularity or interest index rather than raw number of views? You can then not use a number but a narrow color bar to indicate views. One can also add a title to the HTML element which would show the raw number on hover. |
|||
|
|
|
Maybe I'm missing something here, but I'll throw in two other possibilities:
Something like this:
Or, if you can't spare the extra space for the ">" character, add text above the view count to specify "greater than" (obviously with better alignment): more than Of course, then we have the same problem with how to display the total when it gets really large. Maybe we should just cap it and anything over 99K views is just displayed as ">99K" views. If you still want to show the total view count somewhere, you could display the approximate view count on the questions tab, and then display the total view count only when you actually click on the question, perhaps above or below the title in a smaller font, or below the question next to the asker's information. |
|||||||
|