Posts

Showing posts with the label MVC

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Digesting JavaScript MVC by Addi Osmani

See presentation about MVC and MV* in JavaScript: Many interesting points there! Blob post:  http://addyosmani.com/blog/digesting-javascript-mvc-pattern-abuse-or-evolution/ Video can be viewed only on:  http://skillsmatter.com/podcast/ajax-ria/mvc-application-structure

TodoMVC - Examples of MVC for JavaScript

Searching for MVC library for JavaScript can be difficult, they all are different. How to chose based only on documentation. You can end up with something that not fits You, but has nice looking site ;) Addy Osmani created repo with Todo Examples written in most popular libraries: https://github.com/addyosmani/todomvc With this it can be really easy to try and see how these libraries are really working in more serious app than hello world. Backbone is interesting but I must admit that most of them are rather new to me. YUILibrary and Sproutcore are rather not for me. Anyone is using one of : JavaScriptMVC Knockoutjs Sammyjs Spine Any recommendations? I rather don't want to use something heavy.

JavaScript MVC

Just read great article about MVC in JavaScript. http://michaux.ca/articles/mvc-architecture-for-javascript-applications Great post about how MVC can be used in JavaScript without any frameworks. But I must admit that some time ago I found two JS frameworks, but yet have to opportunity to play with them. http://www.javascriptmvc.com/ http://documentcloud.github.com/backbone/