Righteous Wrath Online Community

General => Tech Chat => Topic started by: Mr. Analog on December 21, 2011, 09:48:49 AM

Title: Knockout 2.0.0 Released
Post by: Mr. Analog on December 21, 2011, 09:48:49 AM
If you've heard me talk about KnockoutJS (http://knockoutjs.com/) before and maybe taken some time to play with it you'll be happy to hear that there are some awesome new features rolling with Knockout 2.0:


It's all neatly summarized in this blog:
http://blog.stevensanderson.com/2011/12/21/knockout-2-0-0-released/

There are some breaking changes but mostly around JQuery Template (which has been pretty much dead for a while now).

Anyway, great news if you love client side data binding! (and who doesn't lol)
Title: Re: Knockout 2.0.0 Released
Post by: Thorin on December 21, 2011, 11:17:07 AM
Wow, this is really starting to look easy to use now.

Also, that blog post links to Semantic Versioning (http://semver.org/), something I wish every dev shop did.
Title: Re: Knockout 2.0.0 Released
Post by: Mr. Analog on December 21, 2011, 12:38:43 PM
It's really easy now, and it has more power, AND it gets you away from having to use JQuery Template!

Very cool stuff
Title: Re: Knockout 2.0.0 Released
Post by: Darren Dirt on December 21, 2011, 02:14:11 PM
Ironically I got more intrigued by "JSfiddle".

http://css-tricks.com/seriously-just-make-a-jsfiddle/

examples http://andrewwooldridge.com/blog/2011/03/16/stunning-examples-of-using-jsfiddle/ (including a Tower Defense game!)
Title: Re: Knockout 2.0.0 Released
Post by: Mr. Analog on December 21, 2011, 02:17:00 PM
Man, you gotta get back into client script dev, it's amazing what you can do now with the libraries available.

Heck just play with the examples on the KnockoutJS page :-B
Title: Re: Knockout 2.0.0 Released
Post by: Darren Dirt on December 21, 2011, 03:50:44 PM
Quote from: Mr. Analog on December 21, 2011, 02:17:00 PM
Man, you gotta get back into client script dev, it's amazing what you can do now with the libraries available.

Heck just play with the examples on the KnockoutJS page :-B

inorite?


seriously though, gonna be doing some hardcore JQuery stuff most likely, as we try to move into Oracle UCM might end up doing something like this guy's Chrome extension, or at least learn from it and other projects like it:
http://www.johnbrunswick.com/2011/05/e2-0-workbench-podcast-4-google-chrome-ucm-search-extension/
and maybe even eventually this kinda thing:
http://bluestudios.co.uk/blog/2011/01/blog-ucm-webdav-with-a-twist-lets-use-javascript-as-the-client-to-connect-to-webdav-ok-now-lets-port-that-to-android/
Title: Re: Knockout 2.0.0 Released
Post by: Mr. Analog on December 21, 2011, 03:54:27 PM
Do it! JQuery is remarkably fun to get into

If you want a quick getting started book check out jQuery: Novice to Ninja by Earle Castledine and Craig Sharkie

But of course there are tons of resources online to play with.

Try it, it's fun!