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


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.

HTML Parser Class

Sunday, May 28th, 2006

This is a HTML parser class, used to parse HTML and XML. One of the unique features of this class is that it supports the innerHTML property.

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.

Check for a valid e-mail address

Tuesday, May 2nd, 2006

This function is used to check if an e-mail address is valid. It’s been created by Dave Child, and it’s probably one of the best e-mail validation functions out there (it actually follows all the specifications).

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.