-
Talk: What You Need to Know about the EU Accessibility Directive
This is a transcript of a talk I did at WordCamp Turku on the 28th of September, 2018. The slides to my talk are on Slideshare. I will update this post with a video when that is available.
-
End of An Era
Today I gave a talk on the EU Web Accessibility Directive at WordCamp Turku. The slides to my talk are on SlideShare, but a blog post summarising the talk will be up here next week. Today was also my last day at Zeeland Family. I joined H1 in 2012 as the third employee. It was…
-
Gutenberg editor styling: more work for CSS developers?
Many agencies trying out Gutenberg early seem to have run into issues styling the editor. Keeping the front end and editor styles similar and in sync will be even more important with the new editor because of its visual nature, but it doesn’t seem like it’s going to be easy for developers. In June, Marie…
-
Trying out webmention support on my blog
This post is a test. I like the idea of owning my content, instead of leaving it inside corporate silos like Twitter, Instagram and Facebook. Webmentions are a cool W3C recommendation for mentioning/replying to another page on the Internet from your own site. I see it as a standardised way to do what bloggers used…
-
The Paciello Group on accessibility for people with anxiety and panic disorders
I’ve always thought the prompts on booking sites that tell you there are only 2 rooms left were annoying, but hadn’t considered them an accessibility issue until now. Good read, and there’s a second part coming too. The web is awash with all manner of so-called dark patterns, designed to convert visitors and part them…
-
Not Our (Accessibility) Problem
I was walking around town with my 1-year-old daughter, who was in a push-chair. We were at the basement level of a new shopping center, following the signposts to get to the exit nearest to a bus stop. At one point, there was a flight of stairs, with a small lift next to them, so…
-
Page Size and Plugins
After switching to a very minimal blog design, I realised what a huge impact (relatively speaking) libraries like jQuery and plugins like Jetpack can have on the weight of a page.
-
Express Review: Going Offline by Jeremy Keith
Jeremy nails it again with this beginner-friendly introduction to Service Workers and Progressive Web Apps. The foreword to the book says “you’ll gain a solid understanding of how to put this new technology to work for you right away” and I’d say that is very accurate. One of the important things the book emphasizes is…
-
Moving from CSS Frameworks to CSS Grid
I’ve been playing around with various CSS frameworks for the past eight years. All these frameworks like Foundation, Bootstrap and Blueprint have really only served one purpose for me: to disguise the fact that until now, layout in CSS has been a hack.
-
Thoughts on the Contrast Swap Technique for Improving Performance
In her post three days ago on CSS Tricks, Una Kravets described a clever technique she discovered for significantly reducing image sizes on the web with little loss of quality. Essentially the idea is this: Reduce the contrast of the image in Photoshop Re-apply contrast using CSS filter() With this process, Kravets managed to get…