Re: [JSMentors] Is Client-Side MVC Architecture overkill for a web project?

2011-03-26 Thread Johan Steenkamp
It depends on the size of the application. However overall any size application can benefit from some structure - helps maintenance and avoid re-inventing the wheel on your next similar project. Whilst these articles reference jQuery specifically they should give you some answers.

Re: [JSMentors] new to JS

2011-03-07 Thread Johan Steenkamp
If I had to choose one only it would be: Stoyan Stefanov's Object-Oriented JavaScript JS On Sat, Mar 5, 2011 at 2:18 AM, Nick Morgan skilldr...@gmail.com wrote: On 4 March 2011 13:02, Erick Bajao fcba...@gmail.com wrote: Hmmm how about this oneĀ 

Re: [JSMentors] Re: The Node.Js is here and is growing, where's microsoft?

2011-02-15 Thread Johan Steenkamp
Michael - cognitive dissonance - actually a plus for Node given that a lot of web development is in JavaScript already so client/server side use the same language. I do not think migration of existing apps is going to be a win unless there is a benefit from async I/O and other node features -