Top "Resolution-independence" questions

Scale an entire WPF window

I have a WPF application that I am going to be demoing to an audience on a large, high-resolution projector, …

.net wpf resolution-independence
tips on developing resolution independent application

Is it a good practice to find the workarea measurement and set some properties in code so that it could …

c# wpf resolution-independence
HTML/CSS: What should I use to define image height/width to make it resolution independent?

I've read all over the Internet that I should not define fonts (or anything) with absolute pixel height/width/size …

html css resolution dpi resolution-independence
Resolution independent or monitor size independent WPF apps

How could I develop resolution-independent and monitor size independent WPF apps? Monitor size independent means here suppose I develop a …

wpf screen-resolution resolution-independence
Is it bad to work with pixels in CSS?

Is it bad in terms of compatibility to use pixel numbers in CSS instead of percentages? How about lower resolutions? …

css pixels screen-resolution resolution-independence
Scaling entire screen in XNA

Using XNA, I'm trying to make an adventure game engine that lets you make games that look like they fell …

xna xna-4.0 resolution-independence