Messaging - Object interaction on custom events

21 02 2007

message.js

How can we implement a messaging service in Javascript to enhance encapsulation of classes? This post shows my idea of the implementation and how to use it.

Read the rest of this entry »



Extending PHP5’s XMLReader for server-side validation and localization of XHTML files

11 02 2007

Introduction

Just recently a collegue of mine (thanks Kai-Ingo) introduced me to PHP5’s XMLReader library. I have to admit that I probably missed a lot of new extensions lately but if you look into the online documentation over at php.net you can see that there are a lot of them, certainly more than there were when I first started with PHP2. The last novelty I enjoyed being added to PHP5 was SimpleXML which by far improves XML handling in PHP in comparision to SAX.

Read the rest of this entry »

, , , , , , , , , , , ,