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. Links, missing href attributes, and over-engineered code

    Article posted 30th September 2021 in Accessibility, Development and HTML

    Links without an href attribute are ignored by browsers; making them ‘behave’ using JavaScript, CSS, and other HTML attributes is not a solution.

  2. A week with iOS 15

    Article posted 29th September 2021 in Apple

    I’ve been using iOS 15 for just over a week and there are some and there are some changes that have made a big difference. Here’s a short list.

  3. iOS 15, Face ID, sunglasses, and Apple Watch

    Article posted 27th September 2021 in Apple

    The latest iOS release uses Apple Watch to unlock your iPhone when you’re wearing sunglasses. This is not only very convenient, but great for security.

  4. What if no-one’s listening?

    Article posted 17th September 2021

    Spending hours writing and editing a blog post only to publish and get zero feedback can be demoralising. My advice? Keep going!

  5. How I approach CSS: my ABC system

    Article posted 3rd September 2021 in CSS and Development

    CSS is easy to write but can become messy and bloated over time. A solid methodology can make maintenance much more comfortable; here’s how I do it.

  6. Critical CSS: what it is, why it’s useful, and how it works

    Article posted 19th August 2021 in CSS and Development

    With Critical CSS, we can give our visitors the most important styling as early as possible and the rest when it’s ready. Here’s why and how to do it.

  7. Using Pandoc to convert Markdown to Jira’s Textile in Sublime Text

    Article posted 22nd July 2021 in Development, Markdown, Tools and Workflows

    It’s a real pain that Jira’s plain text input isn’t Markdown. Here’s how to I write in Markdown and export to Jira’s version of Textile.

  8. Apple dials back the Safari 15 for macOS redesign

    Article posted 15th July 2021 in Apple

    The ultra-condensed tab bar in the up-coming Safari for macOS has been reverted in the betas; it’s now just an option in Safari’s Preferences.

  9. Share anyway

    Article posted 9th July 2021

    One of the best things you can do is share what you know. Even if you think it has been done before or someone else is more expert, share anyway!

  10. Downloading a website as HTML files

    Article posted 8th July 2021 in Development and Tools

    How do you download a website as HTML, including the CSS, JavaScript files, and image assets? Wget is the easiest way to do it; here’s what I do.