Pages

Categories

More about Creating Objects in JavaScript

A little later than expected since I’ve been quite busy with my Swift Mailer project (SourceForge).
A few weeks ago I posted an introduction on how to create objects using JavaScript. The concept is simple and quite fundamental. Objects are functions, methods are assigned as new functions inside the object and the constructor is simply […]

June 15th, 2006 | JavaScript | 2 Comments »

Making Sense of the Observer with Me

Until today I’ve struggled to see how the observer might be useful and why it can’t be done using something similar to the plugin system I blogged about last week.
After a little discussion over at DevNetwork Forums I’ve come to see that the observer does have it’s place in PHP, although it’s rare you’ll ever […]

June 7th, 2006 | PHP | No Comments »