Services

HTML and CSS

This is the front-end of your website, so I take the time to get it right. I've long embraced web standards as the right thing to do because they just make sense: separate content (HTML) from presentation (CSS). This means you can vary the design by using a different stylesheet. We can also create a responsive design that presents the content in the best manner for the medium it's being viewed on, whether screen, phone, ipad or printed paper.

Search Engine Optimisation and Accessibility

The other benefit to marking up the content in your pages properly is that it can then be indexed very well by search engines which love to slurp up well organised information. They will then reward you with better search rankings.

Visually disabled users need special consideration, whether they are using screen readers, are colour blind or just have poor eyesight, accessibility options can be built into the code.

Browser testing and QA

There are a lot of different ways to view a website. I test on these major browsers:

  • Mozilla Firefox 4+
  • Chrome
  • Safari 5+
  • Mobile Safari
  • Internet Explorer 7+

Other browser testing can be arranged at an extra fee.