DevShed: Developing an Extensible Template Processor in PHP 5 (Part 1)
Building web aplications that split out the responsibilities correctly is becoming more and more important. Developers are creating more complex applications, and cluttering up the presentation with...
View ArticleDevShed: Developing an Extensible TCP Server with Sockets in PHP
Devshed has posted part two in their series of "handling sockets in PHP", this time, with a focus on the creation of a TCP server. Are you interested in learning how to manipulate low-level sockets in...
View ArticleDevShed: Setting up the Foundation for an Extensible Website Engine with PHP 5
DevShed starts up another series, a pair of tutorials seeking to help you create an extensible website engine in PHP 5. Basically, a slightly more complex setup than just pulling the content from a...
View ArticleDevShed: Completing an Extensible Website Engine with PHP 5
DevShed is wrapping up their series on creating an extensible website engine with PHP 5 in this new tutorial - part two of the series. Welcome to the final part of the series "Building an extensible...
View ArticleMaarten Balliauw's Blog: Saving a PHPExcel spreadsheet to Google Documents
Maarten Balliauw has written up a guide to saving the output of your PHPExcel applications out to the Documents service that Google offers. As you may know, PHPExcel is built using an extensible...
View ArticleFabien Potencier's Blog: Create your own framework... on top of the Symfony2...
Fabien Potencier has posted the ninth part of his "build a framework on Symfony2 components series. In this latest tutorial he takes the simple framework he's already created (complete with some unit...
View ArticlePHPMaster.com: Practical Refactoring, Part 1 - What is Good Code?
On PHPMaster.com they've started up a new series focused on refactoring code to make your applications not only easier to maintain but easier to expand on in the future. In this first part they focus...
View Article