John Ziebro

Print and web designer extraordinaire

Archive for the 'php' Category

Displaying Availability Online (Part 1)

Wednesday, September 17th, 2008

Have you ever had the need to post your availability online without a complex calendar system? Need it to updated daily, but don’t want to move a finger to do it? Well if you are using a recent version of OS X, then you are in luck. iCal & Automator makes this task a snap. […]

Read the rest of this entry »

Second PHP5 OOP Attempt

Sunday, October 29th, 2006

Even though it was a good concept, the oop code in my last post was no where near working. After a little bit of research I came up with two classes that create form fields for web pages. In the process I learned about abstract classes and protected, private and public variables and functions. Abstract […]

Read the rest of this entry »

My First OOP Attempt

Thursday, October 26th, 2006

One of the hardest things for me to learn so far is Object Oriented Programming (OOP). I am forcing myself to build an application framework in OOP so that I will get the knack of it. Recently I wrote a Contact Management System in PHP using the procedural method of coding. It contained some complicated […]

Read the rest of this entry »