[JSMentors] Re: Object.defineProperty for loop getter/setter problem

2011-04-01 Thread mcot
Thanks. On Apr 1, 11:48 pm, Michael Russell wrote: > You would need to add a closure within the for loop that holds the current > value of each loop, hope this helps. > Example:http://jsfiddle.net/subhaze/aDb6Q/ > > var names = ["test1", "test2", "test3", > "t

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

2011-04-01 Thread cihat altuntas
Yes Peter I agree with you. Every project type can benefit from good structured code base. Your article was really helpfull thanks.. On Fri, Apr 1, 2011 at 9:26 AM, Peter Michaux wrote: > On Sat, Mar 26, 2011 at 11:58 AM, cihat altuntas > wrote: > > What do you tkink about developing MVC style c

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

2011-04-01 Thread Fran
Good article Peter, just read it. Quite clear explanation, it has actually given me new ideas to apply to my own projects. Good job. . On 01/04/11 07:26, Peter Michaux wrote: On Sat, Mar 26, 2011 at 11:58 AM, cihat altuntas wrote: What do you tkink about developing MVC style client-side javas