Starting out with Zend Framework

I am on a mission to get to grips with using theZend Framework [http://framework.zend.com/about/overview] for building web applications. At MOO, the Zend Framework is used in it's more toolkit-like component library capacity and I'm also pretty familiar with its structure from…

Twitter OAuth: Simple cURL requests for your own data

Having to include an entire PHP OAuth library every time I want to make a simple API request for some of my own data from a 3rd party app like Twitter really pisses me off. Perhaps this is unreasonable, but it's a problem I ran into for the…