Skip to main content

Web design & development

I am a British web designer, currently based in Washington, DC. I create beautiful, user-focused websites, with a passion for accessibility and web standards. I have built and directed websites for large corporate clients, UK government departments and also contributed to the popular online web standards magazine, A List Apart.

Please check out some of my recent work below, or contact me if you’d like to get in touch.

Recent Work

Team Impression

team-impression.com

  • Standards, accessible HTML/CSS, built from agency supplied visuals.
  • Custom CMS, built on CodeIgniter, for easy site management.
  • Integration with publishing platform, WordPress.
  • Bespoke JavaScript animations for moving dots and icons.
  • Design by Design Project.

Progress Packaging

progresspackaging.co.uk

  • Standards, accessible HTML/CSS, built from agency supplied visuals.
  • Custom CMS, built on CodeIgniter, for easy site management.
  • Design by Design Project.

Nkd Man

nkdman.co.uk

  • Complete branding and site design.
  • Custom theme development for integration with e-commerce platform, Magento.
  • Numerous user experience enhancements, including AJAX pagination and filtering, and improved sort functionality.
  • Featured work in the Magento Showcase.

Burmatex / Design for Learning

burmatex.co.uk/designforlearning

  • Standards, accessible HTML/CSS, built from agency supplied visuals.
  • JavaScript enhancements for improved user experience.
  • Design by Design Project.

Tourdust

tourdust.com

  • Design updates and direction.
  • Blog design based on original site.
  • Initial design by Clearleft

Published Articles

Prettier Accessible Forms

for A List Apart

June 2006

It can be time consuming to make web forms both pretty and accessible. In particular, laying out forms where the form label and input are horizontally adjacent, as in the image below, can be a real problem. We used to use tables, which worked well in this scenario—but forms don’t constitute tabular data, so it’s a semantic faux pas.

Continue reading Prettier Accessible Forms

Drop-down menus, horizontal style

for A List Apart

June 2004

Anyone who has created drop-down menus will be familiar with the large quantities of scripting such menus typically require. But, using structured HTML and simple CSS, it is possible to create visually appealing drop-downs that are easy to edit and update, and that work across a multitude of browsers, including Internet Explorer. Better still, for code-wary designers, no JavaScript is required! (Actually, a tiny bit of JavaScript is needed, but it’s not what you think.)

Continue reading Drop-down menus, horizontal style