PHP Calendar Instructions

You can download the class here.

The PHP Calendar is a class that generates a calendar for a given month and year. Best of all, it is extremely easy to use and can easily be extended to do whatever you want.
(more…)

Ajax with jQuery

Here is the code we are using for today’s discussion on using jQuery to add Ajax to a website. You can download a copy of everything required to do this project here.
(more…)

PHP5 Class Structure

PHP5 Class Structure

Classes are a very important aspect of good code. Organizing your code in classes makes the code reusable (even in other applications) and helps clearly separate the model from the view of the site.

(more…)