Posts Tagged ‘design patterns’

July 26, 2009 2

MVC anatomy for PHP developers

By admin in php

A simplified approach of explaining the MVC = Model-View-Controller design pattern to novice PHP programmers without OOP.

Tags: , ,

June 20, 2009 2

Refactoring your CSS styles to comply with the DRY principle

By admin in css

CSS is per definition and design a complete violation of the DRY principle: Don’t Repeat Yourself, in CSS repetition and redundancy are volitionally built in and encouraged from the start.

Tags: