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 »
Comments : No Comments »
Categories : Javascript, Proof-of-concept
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 »
DTD, Entities, Entity, L10N, Localization, PHP, PHP5, translation, validation, XHTML, XML, XMLReader, XMLRenderer xul
Comments : 1 Comment »
Categories : PHP, Proof-of-concept