Writing tagged with #Accessibility
-
It's Autism Acceptance Month
Posted on
import PostLink from "@components/PostLink.astro"; In case you didn't know, April is Autism Acceptance Month. In this month we take time to recognize and celebrate the unique qualities and differences that make all of us who we are. No two humans are the same, and rather than look as those
-
Leveraging AI to Improve Accessibility
Posted on
There’s been a lot of talk over the last few months about using AI to improve accessibility. I’ve seen and heard people talk about the potential for a browser or OS level AI to swoop in and solve “last-mile” accessibility issues for a user that a designer or developer has not considered or accounted
-
Systems of Harm
Posted on
import PostLink from "@components/PostLink.astro"; I've recently started listening to the Systems of Harm podcast by Amy Hupe. It's a short (6 episodes) series of podcasts discussing design systems and probing into how in addition to speeding up the design process they can also accelerate
-
Goals for 2024
Posted on
As this year comes to an end and we begin looking into the next one I’ve decided to publish my goals for the next year in a hope that this will help keep my accountable to reaching them. Visit Scotland We’ve planned a trip for this fall to visit England Scotland and Ireland. This is one of our major
-
2023 in Review
Posted on
One Post a Week Back in September I set a challenge for myself to try and write one blog post a week through the end of the year. I figured, 7 days to write one single post? Peace of cake. Turns out that writing is a lot harder than I thought. I managed do to it though, and it’s something I plan on
-
Semantic HTML and Accessibility
Posted on
What is Semantic HTML? In programming, semantics refers to the meaning of a piece of code. HTML (Hypertext Markup Language) is the backbone of the web, it is ultimately what is rendered in a browser when someone visits a website. Semantic HTML is the concept that markup should be coded to represent
-
Why I'm Not an Accessibility Expert
Posted on
This past weekend Dave Rupert put out a blog post talking about being publicly shamed for having poor accessibility. In his closing thoughts he talks about how; despite his growing knowledge and experience designing accessible products, he stills finds “creating end-to-end accessible experiences dif
-
Shoutout to Syntax Highlighting
Posted on
import { Picture } from "astro:assets"; import slidePreview from "@images/writing/syntax-shoutout/slide-preview.png"; import highlightExample from "@images/writing/syntax-shoutout/highlight-example.png"; Syntax highlighting is something I think most developers take for
-
The Production-Ready Myth
Posted on
For years now there have been programs, tools and libraries that all claim to deliver on the same promise, delivering to you “Production-Ready” code. Dreamweaver was entirely based on the idea that you could design a website in their visual tool and it would generate all of the HTML for you, neat! A
-
A Playbook for Accessibility
Posted on
In my work with Design Systems, accessibility often comes up as a topic. Questions can range from the incredibly basic, "What is accessibility?" to the more complex and nuanced, "Is the language of this modal clear enough?" Part of my job is to help guide the designers, developer
-
Be a Design A11y: An Introduction to Accessibility
Posted on
import { Picture } from "astro:assets"; import { Icon } from "astro-icon"; import contrastExample from "@images/writing/design-a11y/contrast-ratio.png"; This is an introductory overview of Accessibility and how it relates to designing and building digital products and e