We have T3DD and its time to publish the new release of the "mvc" extension together with a first version of an example extension.
Introducing the example:
The extension "mvcnews" is planned as a normal...
Everybody speaks about MVC - the de facto standard for building modern application. Here is a short article to the basics and history of MVC.
Short introduction to Model View Controller
MVC intention is to build applications...
Domain Driven Design
Domain Driven Design (DDD) is an approach of how to model the core logic of an application. The term itself was coined by Eric Evans in his book "Domain Driven Design". The basic idea is that the...
since the UI of common webapplications requires more and more javascript its time to summarize some of the tricks that the good old scripting language has. Short review on javascript object notations.