lorna

Lorna 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).


 

Lorna Mitchell's Blog: POSTing JSON Data With PHP cURL

PHPDeveloper.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.

The trick to her method is sending things with the right header.


 

PHPNW11 – How To Dig Your Own Grave - Stuart Herbert

Planet 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.

It all began with Rowan’s laptop …


 

ArrayAccess vs ArrayObject - Lorna Mitchell

Planet 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.

This post is an attempt to illuminate both.

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 Mitchell

Planet 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 Mitchell

Planet 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.

They have straightforward api docs on google code, and it's also a pretty simple function!


 

Lorna Mitchell's Blog: phpMyAdmin Designer View

PHPDeveloper.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.

It allows you to build (and see) the relationships between your MySQL-based application's elements.


 

PHP North West 2011 - Lorna Mitchell

Planet 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!).

This year the dates are 8th and 9th of October and with an added tutorial day on the Friday, it is bigger (and of course better) than ever.

In case you missed the announcements, here are the main things you need to know:


 

A Prototype API for Joind.In - Lorna Mitchell

Planet 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!).

I haven't updated the documentation yet but in case anyone was thinking of consuming data from joind.in, this at least gives you an idea of the direction of the project so I thought I'd share.

Things you need to know:

  • The service is an HTTP Web Service.

    Meaning it's RESTful apart from when it isn't
  • The endpoint is here: http://api.joind.in


 

Idiot-Proof Deployment with Phing - Lorna Mitchell

Planet 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.

Yet.

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.

I actually still think that is pretty true, and if you work with me then you will know that I mostly break and fix things in approximately equal measure.