Web Development Blog Posts

Debugging PHP with Eclipse and XDebug

Tuesday, February 7th, 2012

Web Development

When I returned to PHP development after a couple of years working with .NET, one of the things I found most frustrating was losing the excellent debugger incorporated into Visual Studio. From having breakpoints, watches and interactive consoles, I was reduced back to print statements and log files. That wasn’t fun, so I set out to find a better way.

Fortunately, as is almost always the case with these things, clever people have worked hard to come up with better ways and all I had to do was use what they’ve created. I used three tools to achieve something approaching the debugging power of Visual Studio: (more…)

My Blind HTML & CSS Challenge

Wednesday, December 28th, 2011

CSS, Web Development

As I’ve been writing HTML and CSS for a fair bit of time now I’ve noticed, when building a new template, the time between each load of the template in a browser seems to be getting longer. I’d assume this is due to the experience I have, as I have a pretty good idea of how the CSS I’m writing will display. (more…)

Sprite Cow: An Online Tool to Save Time Calculating CSS Background-Position

Thursday, December 1st, 2011

CSS, Web Development

As a front end developer, I usually spend some time at the start of a new project slicing up the design to save out all the elements I’m going to need to use in my HTML templates. In addition to this I will also try and combine similar elements such as hover/focus/active states for multiple elements into single images known as ‘sprites’. (more…)

Coding on the South Coast – Full Frontal Conference 2011

Tuesday, November 29th, 2011

Conferences, Web Development

On the 11 November, I attended the Full Frontal Conference in Brighton. If you’ve followed the Epiphany blog for a while and have a spectacular memory, you’ll remember I attended last year and brought back a wealth of tips and tricks for our web development team. (more…)

What is the Role of the Designer?

Friday, November 25th, 2011

Design, Engagement, Web Development

I had the privilege of speaking on the panel at one of the lunch time events for Leeds Digital Festival at the end of October.

‘Designing for Digital’ saw a number of  leading designers and Creative Directors (I don’t include myself in this list) from some of the top Leeds agencies (but I do include Epiphany in this list) , web teams and freelancers. The panel participated in an open discussion on various points about designing for all type of digital environments with encouraged engagement from the audience. (more…)