Blog Archives

Object Oriented Hook Management in PHP5

One of the nice features of WordPress is the plugin system, where ‘hooks’ allow custom functionality to be added without monkeying around with the core functionality. I haven’t played around with this myself yet, but from what I could gather from the documentation, it does this using functions which are all defined in the global [...]

Mosso Cloud Files API with Windows

I spent a while tearing my hair out today trying to connect to the Mosso Cloud Files API with PHP. It seemed to be authenticating OK, but I couldn’t create a container. The error I got was “Failed to obtain http response”. It appears as though this has to do with CURL and SSL on [...]