A couple of days ago I’ve been reading and learning about MVC frameworks in Javascript. I’ve started playing with Ember.js first (as it was one of the newest MVC frameworks that I wanted to learn for further comparison with other Javascript-MVC implementations). So I implemented a sample and wrote a post with the features that... read more
Lately I had the chance to read/learn about the main features of Backbone.js and I decided to code a sample page containing most of them. The framework is pretty straightforward to use and seems to be very powerful. Among the stuff you can do very easily the one that I liked most is the synchronization... read more