Pages

Categories

Creating Objects with JavaScript

This is just the basic idea, I’m not going to get into inheritance. There are more advanced things you can do but I’ll go over them separately if I get time.
Writing objects in JavaScript is really dead simple! You write them like a function, and because JavaScript is by it’s own nature an […]

May 28th, 2006 | JavaScript | No Comments »

Writing a Pluggable System in PHP

Not so long back I decided to write a Mailing Library for PHP4 and 5, similar to phpMailer, except that mine would interface a little differently and would be fully pluggable (therefore appealingly flexible).
So then it struck me, just how do would you go about handling plugins in such a manner that both the main […]

May 21st, 2006 | PHP | 5 Comments »