
More thoughtful (and actionable) advice about performance budgets. Would that more companies would do this!
More thoughtful (and actionable) advice about performance budgets. Would that more companies would do this!
I’m super-intrigued by being able to render and control modal dialog boxes in a standardized and accessible way. Here’s to the future!
Over the past few months, I’ve been running a series of question and answer sessions regarding progressive web apps. Some are videos, others are threads on Twitter. Given how much content there is at this point, I thought I’d roll it up into a post so you can see it all at once.
This. Is. Awesome!
I love it when code is consistent. This is a great tutorial on how to use ESLint and Prettier to make sure your (or your team’s) JavaScript always follows a standard convention.
I love this project. It ticks so many boxes for me as it’s all about doing more with less. I love the ways they’ve found to reduce consumption on the server side and throughput to their users as well. So much to unpack!
Amy Leak offers a straightforward comparison of alt
text and captions, including some excellent examples of when and how to use each. There’s so much great advice in this article, I won’t take up any more of your time. Go read it!
More great thoughts on privacy and permissions from Jo Franchetti. I love her list of suggested improvements at the end. Especially “Encourage/standardise clearer wording and UI to explain reasons for permissions and how long permissions will be granted.”
I’ve been thinking quite a bit about privacy and permissions both generally and in web browsers and our product that rely on them. I very much appreciated this perspective from Sally Lait.
[M]y personal preference is generally to continue as normal, and then to use whatever’s being requested as an enhancement, as a natural part of whatever task I am hoping to do, at a time that makes sense to me rather than having it pushed on me out of context or at a time that doesn’t make sense.
This is true for me as well. I hate going to a new site only to be immediately bombarded with requests to see my location or send me notifications. It makes your site appear desperate, socially-awkward, and a bit sociopathic.
I definitely believe there’s room for improvement in terms of how browsers relay requests for permission. Personally, I’d love to see permission requests require an accompanying link to the section of that site’s privacy policy covering how the information being requested will be used. Sure, most users probably won’t click on it, but having to provide something might make some developers think twice about it (and more directly tie these requests to the site’s governing entity from a legal standpoint).
This is a super-detailed post about building a textarea
with feedback about how much you’ve written in it, relative to the defined maxlength
. There are some great recommendations here, especially:
I gave similar advice in a piece I wrote for Web Standards Sherpa a few years back.