php serialize trickery
30 November 2006 // php. stuff.
A couple of code snippets that show how to do some intriguing stuff in oop php using serialization
30 November 2006 // php. stuff.
A couple of code snippets that show how to do some intriguing stuff in oop php using serialization
This windows program I wrote recently prints Zend engine "assembler" generated from php code. Quite useful for understanding on what's going on there... and sometimes quite funny.
03 November 2006 // javascript. things.
Ajaxik is a tiny javascript library for basic ajax interaction, can also be used for "lazy" ajax (without javascript programming).