Linked by Hadrien Grasland on Tue 11th Jan 2011 13:40 UTC
Thread beginning with comment 457017
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
The if-then work is mostly just implementation of the different 'designs'. Every form factor had a different design to hopefully fit the screen in the most usable way.
Also it is his first project where he did this. :-)
I would like to add it is also possible to load large images for large screens with these kinds of tricks.
I don't know why people don't get it, HTML/JS/CSS is the new API/SDK ;-)
Edited 2011-01-11 18:35 UTC





Member since:
2007-09-22
"CSS is a step in the right direction, in that it forces separation of user interface from the program's internals. But it still doesn't make websites or applications magically adapt themselves well to a big change of screen size. Website developers still have to work around that all by themselves using some ugly javascript to say that if screen size is smaller than x then you must hide feature y. They have to do that design process by hand. This is not the same as true cross-device portability, where the UI toolkit does that job for you, only given some data regarding how important each element is."
Actually webdevelopers are starting to understand how to do this.
Websites can just show less or with different layout on different devices with different form-factors using just CSS.
Have a look at a the blog from this designer:
http://www.hicksdesign.co.uk/journal/
Just resize your screen from smaller to larger in Firefox, Chrome or Opera, Safari it even kind of works in IE8.