Danne on March 30th, 2005

Spare time to spend on interesting projects is not plentiful nowadays. Even so I have managed to put quite a few hours into a small web application framework. My goal is to make it easier to develop web applications that heavily depend on client server communication. I really want to get rid of the painfully [...]

Continue reading about Remote Scripting (AJAX) framework

Danne on March 14th, 2005

Planet PHP is a very good thing. Actually - the planet concept is really good collecting loads of blogs on a specific subject in one place. Reading planet-php this morning Ken Coar had written something about protecting artwork. The most intresting in his post was actually his reference to a very good article he’s written [...]

Continue reading about Protecting your artwork

Danne on March 2nd, 2005

There is an excellent tutorial on writing PHP extensions published on the Zend Developer Zone website written by Sara Golemon. Documentation on this subject exist but is a bit sketchy so anything in this field is welcome. The tutorial is the first part and there seems to be more planned. What I would like to [...]

Continue reading about PHP Extension tutorial