Using HTML5 video and knockoutjs

HTML5    knockoutjs
I've been playing with video in HTML5 for the last few weeks and trying out a few javascript video players. I settled on JWplayer for use with my knockout.js view model.

A knockoutjs binding for twitter bootstraps popover

javascript    jquery    knockoutjs    twitter bootstrap
A custom knockoutjs binding for twitter bootstraps popover. This provides declaring popover using knockoutjs, assigning custom html, ensuring only one popover is open at any one time, and closing the popover from a button or link within the popover.

Triggering validation from a custom knockoutjs binding

knockoutjs
This post explains how to successfully use the knockout validation library with your custom knockoutjs bindings. The basics is you need to add a call to the validation library validationcode binding at the end of you binding's init method.