Designing software interface for various screen sizes
- by Tower
Hi,
Nowadays we have screens like 1920x1200 and 1680x1050 in popular use and some even use 2560x1600 resolution while some older systems still rely on a 800x600 resolution. I am writing a software that looks good on a 1680x1050, but too small on a 1920x1200 and too large on a 1024x768. Do you have suggestions how to go for designing an application for various screen sizes?
Things were a lot simpler before when we had little differences in resolutions, but now it seems there's no good way of handling this.
I know this question is more about designing / layout than programming, but I bet this is more or less part of programmers life so I made this post here.