Examples programs and program snippets with source code to study, copy, improve...
Application Development
- HTML Table

- Documented development of a small web service program from concept to completion. Illustrates iterative steps from general concept to detailed code design.
- Source code: html_table_source.zip
PHP Fundamentals
- Core PHP Programming, Atkinson, L. (2000). Prentice Hall. 2nd Edition.
- Lots of small, useful examples to learn from... Exercise caution however, because the examples come from the 2nd edition, which reflect procedural coding practices still popular four years ago. Today, mainstream Php developers apply the dynamic language's maturing object-orientation to produce highly reliable, highly portable object-oriented software.
- Deconstructing A Simple Web Service
- SpamGuard!, a simple utility to obfuscate email addresses from harvesters. I offer this simple program to demostrate how to modularize a complete program stored within a single code file into simple components stored in separate code files.