Ranged requests in PHP

With the rise of the mobile devices a status code that has been around since the release of HTTP version 1.1 has been become very useful: 206 Partial Content. To limit the amount of data that is sent the ranged requests have become commonly used. Especially the iOS-devices are big fans of this method. In anContinue reading »

Jan 02

Combining Lithium and Twig

For a new project I’m setting up with a friend we were looking for a framework that would meet our demands. After discarding a few contenders we settled for Lithium. It’s lean, it’s mean and it’s PHP5.3+! Another choice we made was the use of a new template engine called Twig. The only problem isContinue reading »

Sep 14 2011