I'm a webdeveloper for like... 12 years now, with a lot of those being a hobby and the latest 5 being professional. But I still cannot get my head around the following problem, and this is probably a really stupid question, especially coming from me, but:
Why are we still using pixels for dimensions?
About two to three years ago, I saw the dawn of the new HiDPI screens, like the iPhone 4. I was really wondering how this would affect us in webdesign and webdevelopment. I work at a advertising agency and know more then the average webdever about print (as in, printing on paper or other physical stuff). When I was thinking about where we'd go next, I was thinking in the terms of prints; they do not depend on the pixels (or dots use the right terms) in size, which would be absolutely stupid. Because, if you send your document to the printer, you would need to know the DPI of that device before you start designing your document. That's why they use metrical (or emperial or whatever) sizes and then just deside on advance how high DPI they would eventually support. (300 DPI is a pretty standard max)
So, my answer to the question above (two years ago) was: We probably are going to use metrics or other non-pixel dependent measurement system for the devices. Because we'll have a lot of variety devices with a lot of different DPI. And that's almost the only way we can make sure the device will display the website as it should.
Now, two years later, we've been using some other solutions. Which still feel more like workarounds then true solutions to the large variety of screen setups.
Is my expectation wrong about the metrics system? Is there something I'm overlooking that would make this solution impossible? Is there a true logical solution out there already that I'm overlooking?
