To read all comments associated with this story, please click here.
Actually a proper site, will adapt based on the screen size. Even the design will be different based on screen size. On a smaller screen the number of columns for example will be different or everything might even be one column.
The problem is that there will also be designers that want everything to pixel perfect on their screen.
But people are adapting, existing sites change over time.
The funny thing is, webdevelopers thought smaller screens would mean touchdevice, thus needing bigger buttons you which can easily hit with your fingers. Now it turns out we have touchscreen devices which are as large as a laptop (or are a laptop also).
It just takes time to transform the web. Many sites don't get re-designed over night you know ?




Member since:
2005-07-06
The web has gotten awfully funny of late. One of the prime purposes of HTML was to create a device-independent display mechanism. Your site would be usable on any output mechasim, be it screen reader, small device, text-oriented, graphics oriented, etc. Now, sites are not only designed for specific devices, but even specific screen sizes. It reminds me of the old days of desktop programming. Concrete easy, abstract hard, but concrete no likey change!