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
To give you folks an idea of what is already possible, here are some demos by Paul Rouget from Mozilla:
HTML5/CSS3, WebGL, video-tag, Cancas-pixel manipulation, hardware acceleration a little bit of file API demos:
http://www.youtube.com/watch?v=gFmuNApHFec
Why not add (multi) touch ?:
http://www.youtube.com/watch?v=GL2dwXa1_gw
Here is an other demo, which includes device API which allows access to for example your webcam of USB-stick (so you can drag files to webpages):
http://www.youtube.com/watch?v=nbSFvb9dWtg
There are many other things which are many other things in HTML5, things like built-in color-pickers, better font support, offline use (!) and so on.
But who says you need a server/website anyway ? You can also write you app-store applications in HTML5/JS/CSS and get direct native API-access like with the http://www.phonegap.com/ project.
Edited 2011-01-12 18:09 UTC




Member since:
2010-03-08
Very impressive indeed, and I must admit that it didn't took him a single line of JS to do that, contrary to my expectations. It still takes a lot of if-then work before achieving this effect, though...
Edited 2011-01-11 18:09 UTC