Posts Tagged ‘ALA’

JavaScript MVC Article from A List Apart

Tuesday, August 18th, 2009

Interesting article in the new A List Apart issue : JavaScript MVC by JONATHAN SNOOK As JavaScript takes center stage in our web applications, we need to produce ever more modular code. MVC (Model-View-Controller) may hold the key. MVC is a design pattern that breaks an application into three parts: the data (Model), the presentation [...]