Lorna Mitchell is back with another post in her "Building a RESTful PHP Server" series today with this new post showing how to work with output handlers (her focus is on JSON).
lornaLorna Mitchell's Blog: Building A RESTful PHP Server: Output Han...PHPDeveloper.org Wed, 02/01/2012 - 10:25
Lorna Mitchell is back with another post in her "Building a RESTful PHP Server" series today with this new post showing how to work with output handlers (her focus is on JSON). Tags:
Lorna Mitchell's Blog: POSTing JSON Data With PHP cURLPHPDeveloper.org Tue, 11/22/2011 - 18:06
On her blog today Lorna Mitchell has a quick tip for anyone having an issue sending POSTed JSON data with the curl functionality that can be built into PHP. Tags:
PHPNW11 – How To Dig Your Own Grave - Stuart HerbertPlanet PHP Wed, 10/12/2011 - 01:00
The PHP North West User Group ran it’s 4th (and largest yet!) PHP conference – PHPNW11 in Manchester last weekend. This year’s conference line-up was particularly strong, both with the quality of speaker and the quality of topics, but there was one talk in particular that topped them all. ArrayAccess vs ArrayObject - Lorna MitchellPlanet PHP Thu, 09/15/2011 - 08:33
I help people qualify for Zend Certification and in the last few months I've had questions about both ArrayAccess and ArrayObject. In very simple terms, ArrayAccess is an interface, which you can implement in your own objects; ArrayObject, on the other hand, is a class, which you can either use or extend. At the Helm of Joind.in - Lorna MitchellPlanet PHP Tue, 09/06/2011 - 08:21
As of a few days ago, and following Chris' post, I am now the proud owner of an open source project. These things don't build themselves and whenever I look at the project as it stands, I'm blown away by what Chris has built over these years, and I can only thank him for that (he's not vanishing, just stepping away from the big-picture tasks). Shortening URLs from PHP with Bit.ly - Lorna MitchellPlanet PHP Thu, 07/28/2011 - 02:38
I've been looking around for a really simple API that would be a nice place to get started using web services from PHP - and I realised that bit.ly actually fits the bill really well. Lorna Mitchell's Blog: phpMyAdmin Designer ViewPHPDeveloper.org Thu, 06/30/2011 - 10:29
Lorna Mitchell has a new post today spotlighting a handy feature of the phpMyAdmin tool - the visual designer view. PHP North West 2011 - Lorna MitchellPlanet PHP Tue, 06/07/2011 - 04:54
We might still be in the thick of the summer conference season, but there's an event coming up this autumn which has me very excited: PHP North West 2011. This is a regional PHP conference based in Manchester, UK, and I've been involved with it since it began (I'm surprised to find this is our fourth edition, it still feels like a shiny new adventure!). A Prototype API for Joind.In - Lorna MitchellPlanet PHP Tue, 05/17/2011 - 03:08
Following the principle of "release early, release often", I put live a very early version of the v2 API for joind.in today (so that I can use it in another project!). Things you need to know:
Idiot-Proof Deployment with Phing - Lorna MitchellPlanet PHP Thu, 05/12/2011 - 00:42
disclaimer: I am not underestimating the universe's ability to produce idiots, the point I'm trying to make is that I haven't managed to make any deploy mistakes using this approach. Once upon a time, a long time ago, I went onto a conference stage for the very first time and said that I thought I might be the world's ditsiest PHP developer. |