Popular Design News of the Week: November 1, 2021 – November 7, 2021
Every day design fans submit incredible industry stories to our sister-site, Webdesigner News. Our colleagues sift through it, selecting the very best stories from the design, UX, tech, and development worlds and posting them live on the site.
The best way to keep up with the most important stories..
Favicons: How to Make Sure Browsers Only Download the SVG Version
Šime Vidas DM’d me the other day about this thread from subzey on Twitter. My HTML for favicons was like this:
The attribute size is a typo there, and should be sizes..
Yes, Design Systems Do Improve Developer Efficiency and Design Consistency
One of the toughest things about being someone who cares deeply about design systems is making the case for a dedicated design system. Folks in leadership will often ask you to prove the value of it. Why should we care about good front-end development and consistency? Sure, sure, sure, they say—ever..
How to Create an Animated Chart of Nested Squares Using Masks
We have many well-known chart types: bar, donut, line, pie, you name it. All popular chart libraries support these. Then there are the chart types that do not even have a name. Check out this dreamt-up chart with stacked (nested) squares that can help visualize relative sizes, or how different value..
enterkeyhint
I only just recently learned the enterkeyhint attribute on form inputs was a thing! It seems like kind of a big deal to me, as crafting HTML form markup is a decent slice of a front-end developer’s life, and this attribute could (should?) be used on nearly every input.
The enterkeyhint attribute c..
Weekly News for Designers № 617
The start of a new era for Responsive Web Design – A look at the new techniques for creating responsive layouts with CSS.
Designing our new company brand: Meta – You may have heard a little something about Facebook’s rebrand. Here’s the story behind its design.
Material Design 3 – Check out the la..
Introducing Svelte, and Comparing Svelte with React and Vue
Josh Collingsworth is clearly a big fan of Svelte, so while this is a fun and useful comparison article, it’s here to crown Svelte the winner all the way through.
A few things I find compelling:
One of the things I like most about Svelte is its HTML-first philosophy. With few exceptions, Svelte co..
Fixing the Drift in Shape Rotations
Steve Ruiz calls this post an “extra-obscure edition of design tool micro-UX,” but I find it fascinating! If you select a bunch of elements in a design tool, then rotate then, then later select those same elements and try to rotate them back, you’ll find they have “drifted” a bit from the original l..
How To Improve UX With Sketching
Is sketching essential to UX and UI designers? Well, if you think of sketching as a way to explore problems and record potential solutions, then yes, it absolutely is.
One of the most challenging tasks of any design process is capturing the initial idea. We’ve all spent countless hours thinking thr..
Scroll-Linked Animations With the Web Animations API (WAAPI) and ScrollTimeline
The Scroll-linked Animations specification is an upcoming and experimental addition that allows us to link animation-progress to scroll-progress: as you scroll up and down a scroll container, a linked animation also advances or rewinds accordingly.
We covered some use cases in a previous piece here..