Knockout Extension: Hidden Binding

Just realized I can’t even find the basic hidden binding anywhere online (except in CoffeeScript, for some reason.) For eff’s sake, guys. Direct link to gist (And yes, I could quite easily remove the jQuery dependency, were I not lazy. But since pretty much everything I’ve been working on for at least a year has […]

Knockout Extension: Bootstrap Form Group State

Have been meaning to clean something like this up and share it for a while. There seems to be a lack of Knockout.js extensions online these days. The curse of a stable codebase that’s no longer the latest/greatest thing, I guess. Anyway, since it feels like I must’ve rewritten this same code half-a-dozen times now, […]

Knockout.js JavaScript Framework Demo Application

Sat down last night and taught myself enough of Knockout.js (one of those newfangled JavaScript MVC frameworks) to make a simple web app. My initial impression is positive. I’m still figuring out some of the trickier aspects of how to manage bindings. But I’m genuinely impressed by how easy it is to handle coding stuff […]