Blog
This is page 12 of 30.
Craig Federighi on, essentially, mobile first
Article posted 17th June 2021 in Apple
In a post-WWDC interview, Apple’s Craig Federighi explained why Shortcuts for macOS looks to be such a success; essentially as it was mobile first!
Styling code snippets in Keynote
Article posted 15th June 2021 in Apple
No sooner than I had published my story on why I like Keynote, I spotted a post in my RSS feeds on how to highlight code syntax in Keynote.
I’d forgotten how much I like Keynote
Article posted 14th June 2021 in Apple and Tools
When COVID-19 struck, Keynote became unusable for remote presentations. I used other, lesser tools for over a year before Apple released a fix.
WWDC 2021 roundup
Article posted 9th June 2021 in Apple
Just like last year, I’ve written a list of the announcements that stood out at this year’s World Wide Developer Conference (WWDC).
The trouble with back links
Article posted 4th June 2021 in Development and HTML
You’d think that adding a back link to a web page would be straightforward. Well, it turn out that it’s not! Let’s have a look at three ways to do it.
Fixing Safari’s HTML-only Dark Mode bug
Article posted 3rd June 2021 in Accessibility, CSS and HTML
A bug with link text colours in Safari’s HTML-only Dark Mode theme means we need a bit of extra code. Here’s how to patch things until it’s fixed.
HTML-only Dark Mode
Article posted 2nd June 2021 in Accessibility, CSS and HTML
When our CSS contains Dark Mode rules and the file fails to load, we’re left with plain old HTML. Luckily we can request Dark Mode in our markup!
Front of the frontend
Article posted 1st June 2021 in CSS, Development and HTML
Frontend development use to be simple. First it was just HTML, then it was HTML, CSS and some JavaScript; then it exploded.
Accessible responsive tables
Article posted 28th May 2021 in Accessibility, CSS, Development and HTML
Tables can be tricky to make work responsively; they can also be tricky to make accessible. Here’s a step by step guide to making your tables both!
Refining focus styles with focus-visible
Article posted 25th May 2021 in CSS and Development
:focus-visibletriggers only on keyboard focus; not on click. This can make our interfaces cleaner, but should it replace:focuscompletely?