ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements

Latest Articles


Book Review: PHP 5 Objects, Patterns and Practice

Wednesday, June 14th, 2006

In this book review Dennis Pallett reviews “PHP 5 Objects, Patterns and Practice” written by Matt Zandstra and published by Apress.

An introduction to Test Driven Development with PHP

Saturday, June 10th, 2006

Learn more about Test Driven Development in this article. Dennis Pallett will show you how to apply the principles of Test Driven Development with an example project.

Taking a first look at the AutoCRUD for PHP library

Sunday, June 4th, 2006

In this article Dennis Pallett takes a first look at the AutoCRUD for PHP library, a database abstraction library for MySQL offering some unique features.

Create your own HTML widgets with PHP

Sunday, May 28th, 2006

This tutorial will show you exactly how to create your own HTML widgets. Dennis Pallett takes you through the basics, and slowly moves to the advanced functionality, finishing with a practical example.

No more spam; Akismet and PHP to the rescue!

Sunday, May 21st, 2006

Start fighting back against spam with the Akismet web service. In this article Dennis Pallett shows you how to integrate it in your own PHP scripts. Live examples and demo code included.

Creating ZIP and TAR archives on the fly with PHP

Sunday, May 14th, 2006

Learn how to create ZIP and TAR archives on the fly using PHP and the PEAR::Archive_Zip and PEAR::Archive_Tar packages in this tutorial, by Dennis Pallett.

Book Review: AJAX and PHP: Building Responsive Web Applications

Sunday, May 7th, 2006

In this first ever book review on PHPit Dennis Pallett reviews “Ajax and PHP: Building Responsive Web Applications“, from Packt Publishing.

An Introduction to the Winbinder Library, Part 1

Monday, May 1st, 2006

In this new article series Dennis Pallett takes a look at the WinBinder library. In the first part you will learn what the WinBinder library is, and you’ll be given two simple examples.

Using the CURL library in PHP

Sunday, April 23rd, 2006

Learn more about the CURL library in this article. Dennis Pallett will take you through the basics of the CURL library, including its options and various functions.

Having fun with PHP’s output buffer

Sunday, April 16th, 2006

In this article Dennis Pallett explains what the output buffer is, how to use it, and shares some neat tricks possible with the output buffer. Samples and demo code included.