Creating an Error Handling Module for a PHP 5 File Uploader

Wednesday, April 2nd, 2008

Welcome to the third chapter of the series Building file uploaders with PHP 5. Comprised of five approachable tutorials this series teaches you the fundamentals of constructing file uploading applications with PHP 5. It also complements the corresponding theoretical concepts with numerous hands-on examples. In this third ...

First Steps Towards Inbox 2.0? My Yahoo Adds Facebook Module.

Wednesday, November 28th, 2007

Yahoo now has a Facebook module that you can add to your My Yahoo start page. It will tell you some basics about your Facebook status: how many new messages you have, if you’ve got any pending friend requests, invitations, and pokes. This is a fairly interesting ...

The PyMailGUI Module

Wednesday, August 8th, 2007

In the fifth part of a six-part series we take a look at the main module for PyMailGUI. This article is excerpted from chapter 15 of the book em Programming Python Third Edition em written by Mark Lutz O Reilly 2 ...

Building a PHP5 Form Processor: Coding the Form Validator Module

Monday, January 23rd, 2006

In this second part of a three-part series we take up the topic of server-side validation. By the time you finish this article you ll have the general guidelines for how to build a form validating class. You ll use some PHP built-in introspection functions along with ...

Building a PHP 5 Form Processor: Coding the Form Generator Module

Monday, January 16th, 2006

Most developers must deal with the job of developing robust data validation for forms on a regular basis. Nobody wants to write the same code over and over so this article the first of three in a series will help you develop an extensible and reusable form ...