I\'m currently working on a site which requires something similar to this in terms of scrolling functionality: http://www.apple.com/iphone-5s/
In the middle of makin
After having to code a page like yours, I've created a simple plugin for this kind of sites fullPage.js (Blog article)
It is in its first version. I will keep improving it as far as I can. Adding a method to be called from a menu would be nice, for example. As well as use o hastags (#) for each section, and so on. This should be done soon as I am using it in my page.
You can find more about its usage at my github account
Living demo: http://alvarotrigo.com/fullPage/
Working in: (IE 8, Chrome, Firefox, Opera > 11, Safari, Touch devices)
I hope it helps!