Posts

Showing posts from March, 2014

Object.observe!

In this weeks weeklyjavascript, there is an article about object.observe. I did a sample test using Chrome Canary to try it. Result: Pretty cool -> Respond-to-change-with-Object-observe

HTML5 Navigation API

Great article on how to use the Navigation API. Profiling Page Loads with the Navigation Timing API

HTML JSON form submission W3C draft

I like the idea of JSON form submission as described in this draft. I wonder if any browsers already support this? Maybe Chrome canary? W3C draft of HTML JSON form submission