Surprisingly Hibernate 3 does not support UUID's. I think the main reason for this is that UUID is not yet an ANSI database type. Each database manufacturer has implemented it in a different way, stored it as a slightly different type and has a driver (o… more »
Categories: "Computer Languages"
B2evolution has a really good user interface for managing and updating your blogs, but when it comes to doing bulk changes it falls down a little. That said, none of the blogging applications allow you to do the kinds of operations that only SQL can… more »
I've recently become a member of LinkLift and they asked me to add a bit of PHP to my blog in order to plug into their system. LinkLift have a plugin for WordPress and a whole host of other blogs, but not one for B2evolution.
There is a FreeHTML plugi… more »
When moving from Ensim to Plesk I noticed that all my PHP programs stopped working. Every relative pathed file I had added to a require() statement errorred with the message:
open_basedir restriction in effect
I added the current directory ('.') to… more »