Friday, December 29, 2006

flopsy, mopsy, and cottontail

I heard the names flopys, mopsy, and cottontail in a reading of peter rabbit... I immediately thought those would be cool names for primary, secondary, and tertiary DNS servers, wouldn't they? Anyways, you can get a free e-text of a collection of Beatrix Potter stories and even free audiobooks.

Tuesday, December 12, 2006

CitrusDB 1.1

I just release CitrusDB 1.1 yesterday, the major thing I wanted to include was having the session data stored in the database instead of with PHP's built-in sessions handling, since in some installations PHP's built-in sessions do not work correctly. This was one of the easiest things to implement thanks to the ADODB abstraction layer because ADODB already does session handling, so I just had to included some new adodb bits and off it went. Since it was so easy to implement I sat on the 1.1 release to implement more features, but I thought it would be good to release it now since I seem to try and release every month, and missed I November.