3

I'm already familiar with javascript, but am looking for a holistic tutorial or book that would teach me, from the very basics, how to create interfaces with mvc design pattern.

It should use either backbone.js or javascriptmvc framework.

ANy suggestions? Thanks.

Mark
  • 32,293
  • 33
  • 107
  • 137
  • Your not going to find a book that uses backbone.js as the base of the book. A really good book though that would lay the foundation of mvc design pattern, interfaces, and design patterns in general in javascript is called JavaScript Patterns. This book really explains the language inside and out. I go so far as to say it provides much better explanation of the language than any other book out there, including JavAcript Good Parts and Definitive Guide. Also stay away from lynda.com. THeir JavaScript and PHP videos suck, especially their JavaScript. – JohnMerlino Jan 03 '11 at 18:00
  • My guess is that you pretty much know MVC and javascript but you are kind of lost in how to build/package a javascript web application? Best practices, tips, dos and donts. Am I right? – Julien Jan 03 '11 at 20:00
  • @JohnMerlino thanks for your advice. I've checked out that book on your advice and it looks great, but not quite what I'm looking for in the context of this question. – Mark Jan 04 '11 at 16:27
  • @Julien sort of. I feel like I need a more comprehensive tutorial/example to really grok it, something slightly more expansive beyond tips etc. – Mark Jan 04 '11 at 16:35
  • Ping me on twitter at @julienguimont - I am thinking about creating such tutorial/book to help with creating complete js apps. – Julien Jan 04 '11 at 19:39
  • @Julien I tried to ping you on Twitter but twitter banned me for doing so. My message probably sounded too much like spam. my tweet: http://twitter.com/#!/markstackoverfl – Mark Jan 07 '11 at 18:02

3 Answers3

2

http://www.alistapart.com/articles/javascript-mvc/

Well, I was skeptical of the idea of JS having its own M and C but if this ALA article is correct I may have already implemented just that by accident on a couple occasions.

It's example-oriented.

Erik Reppen
  • 4,605
  • 1
  • 22
  • 26
0

Take a look at the Jupiter IT blog: http://jupiterit.com/

Adilson de Almeida Jr
  • 2,761
  • 21
  • 37