Posts in Web Development

PHP Presentation at MaineWUG 2004

Monday, May 17th, 2004

This post contains slides and details of the PHP presentation I did for the MESDA Webmasters Group (MaineWUG) in May 2004.

Learn why PHP is one of the most popular web programming languages today. From evaluating the basics of a PHP web page to discussing multi-tier applications in PHP, we will cover topics of interest for both the beginner and the professional.

(more…)

Introduction to Data Modeling

Wednesday, April 7th, 2004

Data modeling is the practice of representing data structures and their relationships through conceptual modeling. The benefits of implementing this process during the design phase of your database project include improved data integrity, a more efficient development cycle, a clearer vision of the entities that are being represented in your database, and a powerful visual aid for collaboration and database design.

(more…)