April 17, 2009
Just like software, user interface design or user centered design has patterns as well. The following are a collection of various patterns with examples to sites that deploy them. This is a very good collection of web-based patterns for your current and future web applications. Quince
February 18, 2009
I have always been a huge proponent for separation of concerns, code reusability, and code independence such that you can easily move code around, replace, re-use, etc. Even though often times you sacrifice speed due to additional layers of indirection, you gain much in maintainability. Maintainability is often an overlooked statistic as it is harder [...]