Top 10 Template Generators for Blogs and Websites

Monday, November 19th, 2007

If you are not satisfied with ready-made blog and website templates and want to build your own design, having a bare-bone structure might make it easier. We’ve created a list of top ten tools to help you create that basic structure to kick-start your creativity. Share This Can't see the video? ...

Completing a Web Site Template using Inheritance in PHP 5

Tuesday, July 17th, 2007

If you re a PHP developer who develops object-oriented applications on a frequent basis then you ll know that inheritance can be an extremely useful concept that might help in reusing code when it comes to creating a hierarchy of classes. This article and yesterday s take ...

Processing File Data with Template Classes in PHP 5

Monday, March 26th, 2007

If you re looking for a friendly guide on how to implement the template design pattern with PHP 5 then this group of articles might be what you need. Welcome to the final installment of the series that began with Working with template classes in PHP 5. ...

Working with Template Classes in PHP 5

Monday, March 19th, 2007

A template class is a base class with some special abilities. First it concretely implements one or more algorithms second it can determine which subclasses should use these algorithms. This article is the first part of a two-part series that introduces you to the basic concepts of ...

Working with Multiple Template Files to Separate Logic from Presentation

Wednesday, May 17th, 2006

Welcome to the last part of the series Separating logic from presentation. In three tutorials this series teaches you how to develop an expandable template processor class using PHP 5 which exposes some useful features such as recursive placeholder replacement MySQL result sets processing ...

Using a Template Processor Class in PHP 5

Tuesday, May 9th, 2006

Welcome to part two of the series Separating logic from presentation. Comprised of three articles this series walks you through the development of an extensible template processor in PHP 5 which you might find quite useful for separating the logic of your PHP applications from their ...

Developing an Extensible Template Processor in PHP 5

Wednesday, May 3rd, 2006

This is the first part of a three-part series that covers separating logic from presentation in PHP applications. In this article you will learn to develop a template system that is advanced enough to meet the requirements of a majority of applications.... (Advertisement) MKS for SEI Capability Maturity Model Level 3 ...