This is a blog about web development, design, and other musings by Una Kravets, Web Developer Advocate at Google. Check out her podcasts: Toolsday, The CSS Podcast, and web video series: Designing in the Browser too!
-
It’s Not About Morals: Accessibility is for the Masses
Accessibility is often solely discussed in terms of people with disabilities, but in truth, it's something that benefits the majority (if not all) of your users.
-
Web Image Effects Performance Showdown
This post for Smashing Magazine looks at one of the most popular image effects, grayscale, to compare its implementation in HTML canvas, SVG, CSS filters, and CSS blend modes.
-
Setting up An Accessibility Dashboard from Scratch with Pa11y on DigitalOcean
This post will walk you through setting up an accessibility testing dashboard from A to Z. Let's make the Internet more better together.
-
Lessons Learned at IBM Design
I've learned so much during my time at IBM Design! This is a little wrap up post and an announcement about my next adventure.
-
Pure CSS Games with Counter-Increment
Did you know you can make games in CSS? This post explores a relatively obscure CSS property (counter-increment) combined with checkbox inputs to show you how.