public marks

PUBLIC MARKS from nhoizey with tags pattern & webdev

2008

The seven rules of unobtrusive JavaScript

by 7 others
Do not make any assumptions, find your hooks and relationships, leave traversing to the experts, understand browsers and users, understand Events, play well with others, work for the next developer

ASP.NET MVC Framework - ScottGu's Blog

by 1 other
One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture.

2005

Pattern Model View Controller - Web Application Component Toolkit

by 1 other (via)
Model View Controller MVC is a time tested method of separating the user interface of an application from its domain logic. The primary goal of MVC is to isolate UI changes and prevent them from requiring changes to the domain logic of the application.