A New Chapter29
Mar

A little over five years ago I was blessed with the opportunity to join the web design team at Yell. I had no relevant work experience and no formal training in anything web-related. Luckily I had landed on my feet and had the support of some very knowledgeable, and more importantly, very likeable people.

Sharing a well deserved beer with the UI team - October 2010

Over the years this team tamed my naive enthusiasm and guided it in a very positive direction. Fuelled by their experience and encouragement I was able learn more about the web than I ever thought possible. More importantly I found myself in the very rare and very privileged position of looking forward to going to work on a Monday morning.

This month I was very proud to be promoted to Head of User Interface and take on the leadership of the very team which made me. My only hope is that I can give back half as much to the team as the team has given me.

Thanks - Chris, Rob, Rupert, Jill, Mel, Nick, Leigh, Rachel, Adam, Paul, Matt, Magnet, Grant, Franco, Carlo and everyone else.

Remote-Tilt: Designing the brand01
Feb

Backbone.js - Time for Something New20
Dec

Backbone.js logo

Last week I was involved in a discussion which amongst other topics covered working with github and building javascript apps with client-side MVC frameworks such as backbone.js. Whilst I had a vague awareness of both I was unable to contribute very much to the conversation due to a lack of hands-on experience. Feeling rather frustrated by this I decided to grab the bull by the horns and jump straight into building a new backbone app and pushing the source code to github.

Last night, as a result, drinklist was born. The app itself is currently very basic and is neither intended to change the world nor make me famous. What I do however hope is that overtime it will evolve into a respectable code example which will cover some skills that I have not yet found an opportunity to implement in my current job.

The technologies involved in the app are:

The first version of the demo app also includes a to “Still to do…” list which outlines where I hope this learning exercise will take me.

Feedback from any more experienced backbone folk or suggested reading links would be much appreciated.

Node.js – Server-side JavaScript24
May

Last Friday I was lucky enough to attend Remy Sharp’s one day Node.js workshop in London.

nodejs - server side javascript

The course started, rather conveniently, from the very beginning and concisely covered the basic installation of node.js and getting up and running with node package manager.

Next we used express.js, a node web framework, to rapidly build and deploy a data-driven webapp complete with custom url routing, and EJS page templating. As if this wasn’t already enough, we then wrote another line or two of code to add a fully functional JSON API to provide access our site’s data… amazing!

For me this was the highlight of the day. The speed with which new prototypes can be built and deployed is astonishing. Express JS kind of reminded me of the CodeIgniter PHP framework except it was quicker and easier to work with in almost every respect.

After a very impressive two course lunch, complete with a salad bar (all included in the ticket price) we headed back to the classroom to learn how to create a variety of web servers to support:

For the lazier readers amongst you, there is a good summary of all these technologies over at the HTML5Doctor blog.

Unfortunately, due to evolution of the workshop syllabus throughout Remy’s tour, learning about databases (MongoDB) was no longer in scope for the course. However, thanks to the solid foundation I got from the rest of the course, I am now confident that I can work this part out on my own.

WARNING: After a couple of beers it seems Remy has a tendency to get over-excited whilst demoing his pet projects. If there are any full pints on the table, get your laptop and bag out of the way ASAP!

All in all a great day. I left feeling inspired to build new things, eager to learn more and smelling somewhat beery, thanks Remy.

#RDGGEEK - iPhone app approved17
Aug

Today I received notification from Apple that my first iPhone app submission had been approved for the app store.

#RDGGEEK is a native Objective-C app that displays the speakers and talk descriptions for Reading Geek Night events past, present and future. The app is powered by a JSON feed from the main Reading Geek Night website. The event data is stored offline and updated every time the app is launched.

rdggeek iphone app screenshot

The #RDGGEEK app can now be downloaded from the app store.

iPhone Development Course24
Jul

I have just completed a fantastic three-day iPhone development course run by @aral.

The course was an excellent introduction to xCode, Objective-C and the iOS SDK. In addition to this it really helped to cement the principles of OOP in my mind. Much to my delight, the example projects were very well thought out and could be applied to many real world applications.

x-code-icon

Aral was a knowledgeable and enthusiastic teacher with a real passion for user experience. Big thanks to Yell for funding my place on the course and an even bigger thanks to Aral for opening the door to the App Store.

To find out more details about future dates for this course check out Aral’s website.