Twitter’s Bootstrap has taken off like a rocket since its release. The popular CSS framework supplies a responsive grid system, pre-styled components and JavaScript plugins to a number of websites. (…) Read more

If you are not familiar with FOREIGN KEY: A FOREIGN KEY in one table points to a PRIMARY KEY in another table. I went through a lot of threads, codex (…) Read more

I just came across a comparision of Spine.js and Backbone.js by Hjörtur Hilmarsson. They truly sound similar but have slight differences. Hjörtur Hilmarsson is doing a very good job explaining those concepts.

Spine and Backbone are two Javascript MVC frameworks that look very similar on the surface but under the hood there are key differences.