Multithreading with PHP5 can speed up execution time extremely by executing time consuming stuff parallel. This blog post presents Threadi - a set of classes that can be used to do simple parallel calls.
Quality Assurance: Automatic testing of web applications with Selenium
Introduction
Every web application needs proper testing to ensure that it works like expected. Therefore you should have a set of test-cases, that...
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...
Timo Schmidt currently work on his diploma thesis with the topic how TYPO3 can be used in Web-to-Print Usecases.
The main idea is to reuse the content stored in the CMS.
The way how it works:
an editor can create a set of...

