Skip to main content

Blog

If you’re interested in accessibility, user experience design, and/or frontend development, you’re in the right place. You can also browse by category or year.

  1. Include a date on your blog posts

    Article posted 10th September 2020

    Aside from the article itself, the most important thing to include on every blog post you write is the date published.

  2. Styling underlines with CSS

    Article posted 9th September 2020 in CSS, Design and Development

    Never mind border-bottom for making your links a bit more visually engaging, here’s how to do it properly with text-decoration.

  3. Why you should (almost) always underline your links

    Article posted 3rd September 2020 in Accessibility and Design

    A link should look like the text around it, but with a couple of differences: maybe a bit of colour and (almost) always an underline.

  4. Saying goodbye to UK government

    Article posted 26th August 2020

    Monday marked my last day working on the UK government’s digital services, after two and a half years. It has been an amazing experience.

  5. WebKit has fixed the implicit role on footers

    Article posted 24th August 2020 in Accessibility and Development

    Last year, I wrote about implicit ARIA roles; an issue I encountered was that VoiceOver didn’t give an implicit role to footers. Well, it’s fixed!

  6. iOS 14’s Back Tap; a better way to access Control Centre

    Article posted 21st August 2020 in Accessibility and Apple

    My most anticipated iOS 14 feature wasn’t mentioned at WWDC 2020, but will sort my biggest issue with iPhones X and above: Control Centre access.

  7. Putting the time in up front

    Article posted 18th August 2020

    Taking time to learn or improve a skill, or set solid foundations for a project can often be the difference between it happening or not.

  8. Text snippets on Apple devices

    Article posted 13th August 2020 in Apple and Workflows

    I’ve been using Apple’s built-in Text Replacement instead of TextExpander for a while now. It’s pretty basic, but it’s free and it does the job.

  9. The right way to use break tags in HTML

    Article posted 28th July 2020 in Development and HTML

    Break tags are often misused. I’ll demo some markup patterns to avoid them, and reveal the one and only legitimate use case I can think of.

  10. Using WebP images

    Article posted 27th July 2020 in Design and Development

    Safari will soon support the WebP image format, which purports some great advantages, but is it actually better than the formats we already use?