Good Kaizen – a11y
A blog about doing good and getting better at life, code, design, and business. We do our best to write in a way that clients will find valuable.
Kaizen is the practice of continuous improvement.
10 Foolproof Tips for Maximizing Website Accessibility
Making a website accessible for everyone is easier than you may think. We discuss 10 foolproof tips that, when implemented, will improve the accessibility of your website.
Accessible Drag-and-Drop in Vue
Maintaining a high level of accessibility in a web application can be challenging sometimes, especially when the application has features that require a lot of user interaction. Drag-and-drop is a perfect example of such a feature, and it's one that may seem like it can't possibly be accessible, but with a little extra code, it can be. In this post, we'll discuss how to make an accessible drag-and-drop component in Vue.
Designing for Accessibility
Many aspects of web accessibility are implemented through code, but code isn't the only thing that matters. A website's design plays a crucial role in ensuring its accessibility. In this post, we'll discuss a few aspects of a website's design that can help ensure the site is accessible to all users.