Archive for March, 2005

Remote Scripting (AJAX) framework

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 [...]

Javascript, PHP

Protecting your artwork

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 [...]

PHP, Web

PHP Extension tutorial

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 [...]

PHP