Facebook Sponsored Pages Add Feeds: NY Times Gets it First
Saturday, November 17th, 2007Building Object-Oriented Web Pages with Inheritance in PHP 5
Monday, July 16th, 2007You have probably used the principles of inheritance in any number of your object-oriented programming projects. Traditionally this means working with parent and child classes during the creation of a PHP application. In this two-part series you ll learn a simple way to use inheritance while creating object-oriented web ...
The Properties of Tapestry Pages
Monday, May 7th, 2007In the previous part of this tutorial we started to build a new project i GuessTheWord i . The project is very simple but we are going to spend a lot of time working on it and experimenting with it. This is because the main aim ...
Building Dynamic Web Pages with Polymorphism in PHP 5
Wednesday, March 28th, 2007If you re starting to delve deeper into object-oriented programming with PHP and also want to know how to include polymorphic objects into your own scripts this might be the right opportunity to learn more about this interesting topic. Welcome to the second part of the series that ...
Generating Web Pages with the Flyweight Pattern in PHP 5
Monday, March 5th, 2007Unnecessary and balanced instantiation of PHP classes are issues that can be easily solved by using the flyweight design pattern. If you want to learn more about it you should start reading this article. Welcome to the final part of the series Using the flyweight pattern with PHP ...
Building Object-oriented Web Pages with HTTP Compression in PHP
Monday, April 24th, 2006Here we go Welcome to the third - and last -- part of the series Using HTTP compression in PHP. Just in case you didn t know this set of tutorials explores the advantages of using HTTP compression on dynamic PHP pages reducing their ...
Using HTTP Compression in PHP: Make Your Web Pages Load Faster
Monday, April 10th, 2006Web developers are always looking for ways to reduce the loading time of their pages. This article the first of three parts shows you how to make PHP pages load faster by showing you how to compress dynamic PHP pages. Techniques covered include using PHP s built-in ...
Custom Error Pages with Apache
Monday, April 3rd, 2006Nobody enjoys seeing an error page. It s worse if the error page gives you little or no information to help you find the page you were trying to reach. Fortunately there are ways to configure Apache so that your visitors need never feel so abandoned. This article explains ...
Private Pages with PHP and Text Files
Monday, February 27th, 2006You run a website that is simple enough it doesn t require a database. But your site features certain pages to which you d like to limit access. Most of the time that implies using a database to store passwords and usernames. There is an easier way however. ...
