A screen's resolution is its size as measured by the number of components (usually pixels) it contains. Sample screen resolutions for PC monitors include 1280x800 pixels, 1024x768 pixels, etc.

learn more… | top users | synonyms

40
votes
13answers
32k views

Common screen resolution?

I'm developing a web application which is quite information heavy. This means that every pixel available in the screen for display helps a lot, to avoid the UI looking too cluttered and to display ...
72
votes
21answers
13k views

How To Display Too Much Data

We're building a web-based platform where the main dashboard shows a table of data for users to view and analyze. As we're growing this tool, we seem to be adding more and more columns and are running ...
17
votes
4answers
1k views

Is viewport size a useful design constraint, and how are viewport sizes distributed?

I'm trying to support or falsify the hypothesis that desktop browser viewport size is distributed multimodally (that is, with "peaks" in the distribution that might make for useful website design ...