Sign up Login
home | you | technology | web 2.0 | podcasts | entertainment | photos | comics | videos
 
Latest from A List Apart
 

JavaScript MVC

Tuesday, August 18, 2009
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 of that data to the user (View), and the actions taken on any user interaction (Controller). Discover how MVC can make the JavaScript that powers you...
Original article from http://www.alistapart.com/articles/javascript-mvc/
Login to read full articles and enjoy our free features for members.
« Redesigning Your Own Site
The Case for Content Strategy—Motown Style »
 

Related articles