Designing software interface for various screen sizes
Posted
by Tower
on Stack Overflow
See other posts from Stack Overflow
or by Tower
Published on 2010-05-30T10:01:08Z
Indexed on
2010/05/30
10:02 UTC
Read the original article
Hit count: 269
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.
© Stack Overflow or respective owner