I'm a light schemer
A developer advocates for using light color schemes in coding environments, citing readability, UI consistency, and eye health.
A developer advocates for using light color schemes in coding environments, citing readability, UI consistency, and eye health.
Andy Bell updates his 'Build Excellent Websites' site with a talk video and source code, focusing on letting the browser control design.
Argues that using tabs for code indentation is superior to spaces due to accessibility benefits for visually impaired and blind developers.
A front-end developer explains their detailed process for planning and building a website from a design mockup, emphasizing strategy over simple implementation.
A front-end developer's 2022 review covering conference talks on CSS, writing technical articles, and personal projects like a CSS browser support tool.
A developer argues for prioritizing web apps over native apps, citing accessibility, storage, and security benefits of the web platform.
Explains how to combine Angular Testing Library and Test Harnesses to write more robust and maintainable tests for components, especially third-party ones.
Explains why using px units for CSS font-size can harm accessibility and override user preferences, advocating for em/rem units instead.
Four essential accessibility tests for new software features, focusing on color contrast, interactive elements, and Windows High-Contrast mode.
A software development analogy comparing building a house to building websites, emphasizing the need for upfront planning for accessibility and performance.
A developer argues for using a combination of tabs and spaces for code indentation, focusing on accessibility and developer preference.
A developer advocates for using light color schemes in coding environments, explaining benefits and necessary adjustments for better readability.
A talk summary on modern web focus management using the <dialog> element, inert attribute, and <fieldset disabled> for accessible UI.
Exploring the best HTML and ARIA patterns for accessible button groups, comparing radio buttons vs. buttons with aria-pressed based on expert advice.
Developer creates a browser extension, a11y-twitter, to prompt users to add alt text to images before tweeting, improving accessibility.
A developer shares insights on building an accessible, multi-component tab system using Web Components for a design system.
Ahmad Shadeed's Defensive CSS is a detailed resource of techniques for building resilient, robust front-end user interfaces.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
A guide to building accessible toggle buttons with optimal HTML semantics and framework examples for Svelte, Vue, and React.
Explores when to use pixels vs. ems/rems in CSS for optimal web accessibility, arguing both are necessary.