You are currently browsing the tag archive for oop

A High-Level Overview of the PHP + Javascript Start Page

Sometimes I will get to looking around the web for a script to do this or that. Inevitably I will come up short-handed and decide to code my own solution. The PHP + Javascript Start Page was one such project.

Object-Oriented Programming in Flash

Object-oriented programming (OOP) is generally the best way to code in most languages. It helps by grouping together similar code and by having the ability to reuse the code.