Monday 10 October 2011

Readings to check out: Knockout.js, HTML5 data attributes, YepNope, H5F

* Knockout.js - Simplify dynamic JavaScript UIs by applying the
Model-View-View Model (MVVM)

http://knockoutjs.com/

http://blog.stevensanderson.com/2010/07/05/introducing-knockout-a-ui-library-for-javascript/

http://knockoutjs.com/documentation/template-binding.html

http://blog.stevensanderson.com/2010/07/12/editing-a-variable-length-list-knockout-style/

http://www.knockmeout.net/2011/03/using-external-jquery-template-files.html

http://stackoverflow.com/questions/6892067/spring-mvc-html-question


* HTML5 data attributes

http://html5doctor.com/html5-custom-data-attributes/

http://ajaxian.com/archives/embed-your-data-in-html-5

http://dev.w3.org/html5/spec/elements.html#embedding-custom-non-visible-data-with-the-data-attributes


* YepNope - yepnope is an asynchronous conditional resource loader
that's super-fast, and allows you to load only the scripts that your
users need. "yepnope.js is integrated into Modernizr."

http://yepnopejs.com/

http://www.sitepoint.com/regressive-enhancement-with-modernizr-and-yepnope/

* H5F - JavaScript library that allows you to use the HTML5 Forms
chapters new field input types, attributes and constraint validation
API in non-supporting browsers.

https://github.com/ryanseddon/H5F

No comments: