<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>The Smashing Email Newsletter on Smashing Magazine — For Web Designers And Developers</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/</link><description>Recent content in The Smashing Email Newsletter on Smashing Magazine — For Web Designers And Developers</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 12 May 2026 15:41:59 +0000</lastBuildDate><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #557</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-557/</link><pubDate>Tue, 05 May 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-557/</guid><description>This newsletter issue was sent out to 176.434 subscribers on Tuesday, May 5, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-557/" />
              <title>Smashing Newsletter: Issue #557</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #557</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-05-05T16:00:00&#43;02:00" class="op-published">2026-05-05T16:00:00+02:00</time>
                  <time datetime="2026-05-05T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Nowadays, we can use <strong>CSS and SVG</strong> to animate and style paths individually, change parts of an image on focus/tap, and use all kinds of filters &mdash; even raster graphics inside of SVG to improve performance. What a time to live!</p>
<p>Today, we’d like to celebrate just that. In this issue, you’ll find plenty of <strong>SVG freebies, techniques, and useful tools</strong> &mdash; from favicons, filters, and editors, to all sorts of doodles and optimization strategies. We hope you’ll be inspired!</p>
<p>And because we cannot get enough of CSS and SVG, it’s about time we do another <a href="https://smashingconf.com/meets-style-sheets"><strong>Smashing Meets</strong></a> to celebrate the mighty Style Sheet, and share the excitement we feel. We’ve invited <a href="https://smashingconf.com/meets-style-sheets/speakers">three absolute CSS experts</a> to share their stories, tools, tips, and practices with you, and we can hardly wait!</p>
<figure><a title="Smashing Meets Style Sheets" href="https://smashingconf.com/meets-style-sheets"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9da69ced-a86a-9797-eb29-f26474f4da98.png" width="500" height="283" alt="Smashing Meets Style Sheets" border="0"></a><figcaption>Join us tomorrow, May 6 at <a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Meets+Style+Sheets&iso=20260506T17&p1=37&ah=3">8&ndash;11 AM PDT</a> 🌍. Tickets are free for our community, so why not <a href="https://smashingconf.com/meets-style-sheets">join and spread the love</a>.</figcaption></figure>
<p>As usual, we have friendly <a href="https://smashingconf.com/conferences/">conferences</a> and <a href="https://smashingconf.com/online-workshops/">online workshops</a> coming up soon on all things <strong>frontend and UX</strong>:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Cascading Style Systems: Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-ux-practitioner-paul-boag/"><strong>The Modern UX Practitioner</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. June 24 &ndash; July 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/enterprise-ux-vitaly-friedman/"><strong>Design Patterns For Complex UIs and Enterprise UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 2&ndash;3</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">DS</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>For now, though, happy SVGing!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/iris-lj/">Iris</a></em></p>

<p><h3>1. SVG Favicons</h3>
<p>With SVG favicons being well-supported now, the days when you had to deal with dozens of files in your <code>head</code> element just to deliver a favicon that works across browsers are finally over. Paweł Grzybek shares a <a href="https://pawelgrzybek.com/svg-favicons-that-respect-theme-preference/">simple SVG favicons setup</a> that <strong>solves all the resolution drama</strong>, works in most browsers, and adapts to user appearance preferences.</p>
<figure><a title="SVG Favicons That Respect Theme Preference" href="https://pawelgrzybek.com/svg-favicons-that-respect-theme-preference/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/489c3b11-5a3f-d886-dec0-3c575fe42991.png" width="500" height="336" alt="SVG Favicons That Respect Theme Preference" border="0"></a></figure></p>

<p><h3>2. SVG Optimization And Accessibility</h3>
<p>SVGs are super powerful, and with a few tweaks, you can make them even better. David Bushell wrote a practical guide in which he shares <a href="https://dbushell.com/2025/06/25/svg-optimization-and-accessibility-basics/">how he optimizes SVGs</a> — both for <strong>performance</strong> and for accessibility.</p>
<p>If you want to dive deeper into SVG accessibility, also be sure to check out the <a href="https://www.a11y-collective.com/blog/svg-accessibility/">guide</a> that the A11y Collective team published. It explores <strong>WCAG-compliant techniques</strong> for making SVGs more inclusive, from choosing the right markup pattern to providing meaningful text alternatives.</p>
<figure><a title="SVG Optimization And Accessibility Basics" href="https://dbushell.com/2025/06/25/svg-optimization-and-accessibility-basics/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/170735a9-d32f-1763-cb3d-0b3289ff2943.png" width="500" height="384" alt="SVG Optimization And Accessibility Basics" border="0"></a></figure></p>

<p><h3>3. SVG Doodles</h3>
<p>Whether it’s arrows or geometric, organic, and abstract shapes, <a href="https://svgdoodles.com/">SVG Doodles</a> is a treasure chest of more than 190 hand-made SVGs. Created by Michael Andreuzza, you can <strong>customize the doodles</strong> to your liking and, once you’re happy with the result, copy and paste them into your HTML or Figma projects, or use them in your slides and prints.</p>
<figure><a title="SVG Doodles" href="https://svgdoodles.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fe527cfe-b308-199a-a338-ca227cc79add.png" width="500" height="377" alt="SVG Doodles" border="0"></a></figure></p>

<p><h3>4. Friendly Introduction To SVG</h3>
<p>SVG offers so many possibilities that it’s easy to get overwhelmed, particularly if you’re still at the very beginning of your SVG journey. So, where to begin to not get lost in the rabbit hole? Josh W. Comeau wrote a <a href="https://www.joshwcomeau.com/svg/friendly-introduction-to-svg/">friendly introduction to SVG</a> that provides a <strong>solid foundation for your SVG adventures</strong>. It covers everything from basic SVG shapes to animated strokes and cool tricks you can use right away.</p>
<figure><a title="A Friendly Introduction To SVG" href="https://www.joshwcomeau.com/svg/friendly-introduction-to-svg/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fa3ac5ff-510d-d5af-ee79-24f2ef9083cf.png" width="500" height="319" alt="A Friendly Introduction To SVG" border="0"></a></figure></p>

<p><h3>5. SVG Filters</h3>
<p>You haven’t gotten around to wrapping your head around SVG filters yet? Then Ana Tudor’s <a href="https://frontendmasters.com/blog/svg-filters-guide-getting-started-with-the-basics/">beginner-friendly guide</a> is for you. It covers all the things she wishes she had read when she was getting started, from setting up a hidden <code>&lt;svg&gt;</code> element that only contains filters to <strong>chaining filter primitives</strong> and controlling color handling and filter regions.</p>
<figure><a title="SVG Filters Guide" href="https://frontendmasters.com/blog/svg-filters-guide-getting-started-with-the-basics/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/934ad04b-d09c-e783-2dfd-bca77d157d81.png" width="500" height="279" alt="SVG Filters Guide" border="0"></a></figure></p>

<p><h3>6. SVG Editors</h3>
<p>There’s probably no better way to learn how SVG code works than by experimenting. A great place to do that is <a href="https://svg.wtf/">SVG.wtf</a>. Amelia Wattenberger created the <strong>visual editor</strong> where you can click and drag shapes and use pen and pencil tools to create an SVG. As you do so, you can see the code updating in real time.</p>
<p>Another handy SVG editor is the <a href="https://svgfm.chriskirknielsen.com/">SVG Filter Maker</a>. Created by Christopher Kirk Nielsen, it lets you build out your <strong>SVG filters</strong> visually in a node graph editor.</p>
<figure><a title="SVG.wtf" href="https://svg.wtf/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fbd99385-ae1a-0848-90d5-87498b924771.png" width="500" height="291" alt="SVG.wtf" border="0"></a></figure></p>

<p><h3>7. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/27892750-f3e6-8c84-76b6-d47c667c080b.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>8. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Cascading Style Systems: Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-ux-practitioner-paul-boag/"><strong>The Modern UX Practitioner</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. June 24 &ndash; July 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/enterprise-ux-vitaly-friedman/"><strong>Design Patterns For Complex UIs and Enterprise UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 2&ndash;3</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">DS</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #556</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-556/</link><pubDate>Tue, 28 Apr 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-556/</guid><description>This newsletter issue was sent out to 176,308 subscribers on Tuesday, April 28, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-556/" />
              <title>Smashing Newsletter: Issue #556</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #556</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-04-28T16:00:00&#43;02:00" class="op-published">2026-04-28T16:00:00+02:00</time>
                  <time datetime="2026-04-28T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Many experiences on the web are <strong>conversations</strong>. Not in terms of chat or messaging, but rather conversations between a product and an end user. <strong>Words matter</strong>, and the way they are chosen, how they are written, and how they are put together all convey something. That something is a notion of kindness, politeness, respect, sincerity &mdash; or the opposite of it all.</p>
<p>In this newsletter, we focus on <strong>words in digital products</strong> &mdash; from headlines and calls to action to pronouns, impactful content design, and how it is reflected in design systems.</p>
<figure><a title="Smashing Conferences and Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/466b56cb-b943-6ee9-705b-2a6587da2e63.png" width="500" height="250" alt="Smashing Conferences and Workshops" border="0"></a><figcaption>Friendly <a href="https://smashingconf.com/conferences/">conferences</a> and <a href="https://smashingconf.com/online-workshops/">online workshops</a>, the Smashing style.</figcaption></figure>
<p>On our end, we are looking into adding more <a href="https://smashingconf.com/online-workshops/">online workshops on frontend and UX</a> on a variety of topics:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI 2026</strong></a> + <a href="https://ai-design-patterns.com/">self-paced video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">DS</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/enterprise-ux-vitaly-friedman/"><strong>Mini-Workshop: Design Patterns For Complex UIs and Enterprise UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 2&ndash;3</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Interface Design Patterns Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Today’s newsletter is kindly powered by our friends at <a href="boldsign">BoldSign</a>, who have built a secure, developer-friendly <strong>e-signature platform</strong> for embedding signing workflows directly into applications. With its REST eSignature API and SDKs, you cannot only send signature requests, track status in real time, and retrieve signed documents, but also enjoy branded signing experiences for a seamless user journey.</p>
<p>Hats off to the BoldSign team for their hard work and continued support of the web community! 🧡</p>
<p>&mdash; <a href="https://www.linkedin.com/in/vitalyfriedman/"><em>Vitaly</em></a></p>

<p><h3>1. Headlines For UX Writers</h3>
<p>With just a few words to get your message across, writing a good headline can be a challenge. If you’re looking for some inspiration, <a href="https://websiteheadlines.com/">Websiteheadlines.com</a> showcases great headline examples from across the web. All the headlines in the collection are tagged, and you can filter them by <strong>stylistic technique</strong> or meaning to narrow down your search.</p>
<figure><a title="Website Headlines" href="https://websiteheadlines.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/25f62a0c-9e7c-791d-3855-304cc61393a8.png" width="500" height="331" alt="Website Headlines" border="0"></a></figure></p>

<p><h3>2. Your Vs. My</h3>
<p>Do you usually write “My account” or “Your account” when designing an interface? And does it actually matter? In his <a href="https://smart-interface-design-patterns.com/articles/your-vs-my/">guide to shaping personality with pronouns</a>, Vitaly shines a light on the different <strong>meanings that pronouns carry</strong> so that you can make a more informed decision and choose the one that best matches your product.</p>
<figure><a title="Your vs. My? UX Writing Guidelines" href="https://smart-interface-design-patterns.com/articles/your-vs-my/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b4aa3fdb-1dba-f1dd-7d56-038acca92401.png" width="500" height="372" alt="Your vs. My? UX Writing Guidelines" border="0"></a></figure></p>

<p><h3>3. UX Copy Ecosystem</h3>
<p>A UX copy ecosystem is your greatest asset for communicating with your customers. It’s the central place to document and archive your copy to help ensure <strong>brand consistency</strong> and avoid rework. Now, where to begin, if you want to set up a UX copy ecosystem? Jürgen Zimmermann compiled valuable <a href="https://www.sketch.com/blog/ux-copy-ecosystem/">tips</a> to get you up and running quickly.</p>
<figure><a title="How To Set Up A UX Copy Ecosystem" href="https://www.sketch.com/blog/ux-copy-ecosystem/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3897cba9-256c-0ee1-d055-2c7c8b55c02f.png" width="500" height="281" alt="How To Set Up A UX Copy Ecosystem" border="0"></a></figure></p>

<p><h3>4. Join Vs. Register Vs. Sign Up</h3>
<p>Sign up, register, join &mdash; they all convey the same idea, but with slightly different nuances. Riya Jawandhiya went down the rabbit hole to learn more about <strong>what each word reflects under the surface</strong>. Based on her insights, she created a <a href="https://riyajawandhiya.medium.com/figuring-out-when-to-use-sign-up-vs-register-vs-join-while-looking-at-principles-of-ux-writing-26d299f514dc">cheat sheet</a> to help you match the word to the effort you’re asking from your users when they create an account.</p>
<figure><a title="Join Vs. Register Vs. Sign Up" href="https://riyajawandhiya.medium.com/figuring-out-when-to-use-sign-up-vs-register-vs-join-while-looking-at-principles-of-ux-writing-26d299f514dc"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/986416d7-abfd-c5a6-46a9-cbaf1d26a85d.png" width="500" height="292" alt="Join Vs. Register Vs. Sign Up" border="0"></a></figure></p>

<p><h3>5. Designing Content For Impact</h3>
<p>Words matter, but so does the structure of your content. It impacts how easily users can <strong>understand and navigate</strong> the information presented, and that in turn can improve engagement. Lauren Pope created a <a href="https://lapope.com/2024/11/16/information-patterns-and-narrative-structures-in-content/">matrix</a> to help you choose the right narrative structure for your content, considering complexity and scope.</p>
<figure><a title="Information Patterns And Narrative Stuctures In Content" href="https://lapope.com/2024/11/16/information-patterns-and-narrative-structures-in-content/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cb8d681a-5a98-6177-862e-0e311d75512b.png" width="500" height="345" alt="Information Patterns And Narrative Stuctures In Content" border="0"></a></figure></p>

<p><h3>6. Content Design In Design Systems</h3>
<p>You don’t need to be a natural-born writer to write good UX copy. Vitaly summarized <a href="https://www.linkedin.com/posts/vitalyfriedman_golden-rules-for-ux-writing-with-practical-share-7393560010502348801-6YEw?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">practical UX writing guidelines</a> that help anyone take their copy to the next level by avoiding confusion and <strong>improving clarity</strong>. In addition to these golden rules, the guide also includes real-world examples of how to incorporate content design into design systems.</p>
<figure><a title="Golden Rules For UX Writing" href="https://www.linkedin.com/posts/vitalyfriedman_golden-rules-for-ux-writing-with-practical-share-7393560010502348801-6YEw?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a1b11c16-380b-9470-d829-b8a8cffe0d04.png" width="500" height="370" alt="Golden Rules For UX Writing" border="0"></a></figure></p>

<p><h3>7. A Practical Guide To Content Design</h3>
<p>Content design goes much deeper than a message in a pop-up or a set of docs. And it goes <strong>far beyond words</strong> and other obvious pieces of content like videos, infographics, or images. Linette Voller explores <a href="https://medium.com/designing-atlassian/content-design-below-the-surface-36d02746bfdb">what’s beyond the surface of content design</a> to help you create experiences that are more intuitive and cater better to users’ needs.</p>
<figure><a title="Content Design Below The Surface" href="https://medium.com/designing-atlassian/content-design-below-the-surface-36d02746bfdb"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f206b148-3cbe-8bfe-1bda-c25ba19ca81e.png" width="500" height="341" alt="Content Design Below The Surface" border="0"></a></figure></p>

<p><h3>8. Writing As Prototyping</h3>
<p>UI wireframes made from text? That’s exactly what <a href="https://wiretext.app/">Wiretext</a> does. Created by Daniel Howells, the tool lets you create wireframes, diagrams, and mockups as <strong>Unicode box-drawing characters</strong>, then export them as clean text. Perfect for docs, issues, PRs, or pasting into a text prompt.</p>
<figure><a title="Wiretool" href="https://wiretext.app/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/eb3fbdd8-c021-b739-e022-aaa138521d61.png" width="500" height="327" alt="Wiretool" border="0"></a></figure></p>

<p><h3>9. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b1172050-d399-7798-b49b-06bba4ee6cbc.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>10. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI 2026</strong></a> + <a href="https://ai-design-patterns.com/">self-paced video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/enterprise-ux-vitaly-friedman/"><strong>Mini-Workshop: Design Patterns For Complex UIs and Enterprise UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 2&ndash;3</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Interface Design Patterns Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>Measure UX and Design Impact</strong></a> + <a href="https://measure-ux.com/">self-paced video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 15ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #555</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-555/</link><pubDate>Tue, 21 Apr 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-555/</guid><description>This newsletter issue was sent out to 176,540 subscribers on Tuesday, April 21, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-555/" />
              <title>Smashing Newsletter: Issue #555</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #555</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-04-21T16:00:00&#43;02:00" class="op-published">2026-04-21T16:00:00+02:00</time>
                  <time datetime="2026-04-21T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>In times when we can build anything with AI, we need to clearly understand what we actually want to build. It’s not the idea, but rather the context around it &mdash; from problems to solve and features to design, all the way to how we <strong>build confidence and trust</strong>.</p>
<p>AI can’t resolve years of accumulated debt in code, design or content. If anything, it only surfaces underlying inconsistencies and amplifies them in its responses. To prevent it from happening, we need to apply a healthy dose of <strong>critical thinking</strong>. And that’s what this newsletter is all about.</p>
<p>Let’s dive into how to design for human oversight, how to establish design principles, how to design for trust &mdash; and for different modes of AI prompting.</p>
<figure><a title="SmashingConf Antwerp 2026" href="https://smashingconf.com/antwerp-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d1fefb07-91a7-bf77-3f45-f6f3c018bdb5.png" width="500" height="339" alt="SmashingConf Antwerp 2026" border="0"></a></figure>
<p>Just last week, we wrapped up our lovely first SmashingConf in Amsterdam, and it was a truly magical and lovely experience with 450 people in attendance.</p>
<p>If you missed it, join <a href="https://smashingconf.com/antwerp-2026"><strong>SmashingConf Antwerp 2026</strong></a> 🍫 &mdash; focused all around UX, design, research, complex UIs, and design patterns for AI. With waffles, chocolates, and quite a bit of UX. <a href="https://smashingconf.com/antwerp-2026">Jump to all topics&nbsp;&rarr;</a></p>
<p>Also, here are a few upcoming online workshops, and some of them are launching this week:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Cascading Style Systems: Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Thanks for being smashing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Four Modes Of AI Prompting</h3>
<p>What are you actually trying to get done? That’s the crucial question we need to consider when we want to <strong>work smarter with AI tools</strong>. To help us address it, Tey Bannerman created the <a href="https://fourmodes.teybannerman.com/">Four Modes framework</a>. Whether it’s analyzing competitor activity, brainstorming ideas, or checking if a strategy actually holds together, the framework provides principles, prompts, and examples to effectively tackle different scenarios with the help of AI.</p>
<figure><a title="A Framework For Working Smarter With AI Tools" href="https://fourmodes.teybannerman.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/43db85fd-62c6-a0c6-c23d-34e39731b72b.png" width="500" height="314" alt="A Framework For Working Smarter With AI Tools" border="0"></a></figure></p>

<p><h3>2. Designing For Trust</h3>
<p>Trust in AI is a tricky topic. Some people are so <strong>skeptical of AI</strong> that they refuse to use it even when it could be genuinely helpful, while others follow AI recommendations on autopilot. So, how can we design for trust, without pushing people in either direction? According to Kristine K., the keyword is “<a href="https://www.linkedin.com/pulse/from-trust-surrender-one-click-kristine-k-erbte/">calibrated trust</a>.”</p>
<p>If you want to dive deeper into how to design, build, calibrate, and <strong>maintain user trust</strong>, be sure to also check out Vitaly’s <a href="https://maven.com/p/ae8a9e/how-to-design-for-trust-and-confidence-in-ai-products">free lesson on Maven</a> and the accompanying <a href="https://docs.google.com/document/d/16TLlDSEJJ2esa1TudWHsn4-iOzyEMSEPNmrzNd-wMaI/edit?tab=t.0">Google doc</a> with lots of resources for designing for trust and confidence in AI.</p>
<figure><a title="From Trust To Cognitive Surrender In One Click" href="https://www.linkedin.com/pulse/from-trust-surrender-one-click-kristine-k-erbte/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a4a2cef3-2dd8-b9c3-7bc3-f1f98dd2ae67.png" width="500" height="251" alt="From Trust To Cognitive Surrender In One Click" border="0"></a></figure></p>

<p><h3>3. The Atlas Of AI Interaction</h3>
<p>How can we create AI systems that are genuinely human-centered? The <a href="https://ai-interaction.com/">AI Interaction Atlas</a> explores over 100 patterns, visual elements, and reusable components for crafting effective human-AI interactions. By giving teams a <strong>shared vocabulary</strong> to map roles, responsibilities, and decision points within AI systems, it helps uncover gaps and clarify responsibilities when designing complex, multi-step AI experiences.</p>
<figure><a title="The Atlas Of AI Interaction" href="https://ai-interaction.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ca665b35-cf8d-3495-eec6-c0ccb9383388.png" width="500" height="341" alt="The Atlas Of AI Interaction" border="0"></a></figure></p>

<p><h3>4. UX And Product Design Challenges</h3>
<p>Working through a design challenge on your own before turning to AI to quickly generate ideas and concepts <strong>sharpens your critical point of view</strong> and your design skills. If you want to stretch your problem-solving muscles a bit &mdash; or prepare for your next UX interview &mdash; Vitaly compiled <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-share-7445000881978114048-mNCo?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">UX challenges and product design exercises</a>, as well as tips for working through them.</p>
<figure><a title="UX Challenges And Product Design Exercises" href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-share-7445000881978114048-mNCo?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1dbe6c04-59aa-fa14-af3b-685b1e78e182.png" width="500" height="441" alt="UX Challenges And Product Design Exercises" border="0"></a></figure></p>

<p><h3>5. Practical Guide To Design Principles</h3>
<p>“Design should not be a matter of taste; it must be guided by our goals and values.” Design principles help us achieve exactly that. As Vitaly argues, they avoid endless discussions and <strong>rally a team around a shared purpose</strong>. In his <a href="https://www.smashingmagazine.com/2026/04/practical-guide-design-principles/">practical guide to design principles</a>, he dives deeper into why design principles matter and how to run a workshop to establish your own set of principles.</p>
<figure><a title="Practical Guide To Design Principles" href="https://www.smashingmagazine.com/2026/04/practical-guide-design-principles/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/90b0f945-ae85-c82a-e062-ff14b83bb3e0.png" width="500" height="348" alt="Practical Guide To Design Principles" border="0"></a></figure></p>

<p><h3>6. Five Levels Of Context Engineering</h3>
<p>Context is key to reducing the hallucinations and broad assumptions that AI is known for. So, how can we <strong>“onboard” AI</strong> in a way that gives it just enough context to tackle a task effectively? Matthew Alverson suggests <a href="https://www.linkedin.com/posts/vitalyfriedman_five-levels-of-context-engineering-how-share-7439202839077335040-KoU2?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">five levels of context engineering</a> to help construct a model’s context window and thereby enhance its output.</p>
<figure><a title="Five Levels Of Context Engineering" href="https://www.linkedin.com/posts/vitalyfriedman_five-levels-of-context-engineering-how-share-7439202839077335040-KoU2?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/54c8c7a6-c9bb-76f7-595a-6e7ecdb3d615.png" width="500" height="327" alt="Five Levels Of Context Engineering" border="0"></a></figure></p>

<p><h3>7. Designing Human-AI Oversight</h3>
<p>Whether it’s job applications that get rejected by algorithms before recruiters ever see promising candidates or customer service bots that frustrate instead of giving agents the context to actually solve problems, a lot of AI implementations fail at giving humans the <strong>authority, time, and understanding</strong> they need to be genuinely effective. To help us do better, Tey Bannerman shares a <a href="https://teybannerman.com/ai/2025/08/25/human-in-the-loop-framework.html">framework</a> for designing human-AI oversight that actually works.</p>
<figure><a title="The Practical Human In The Loop Framework" href="https://teybannerman.com/ai/2025/08/25/human-in-the-loop-framework.html"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cbf29bd5-93bc-c6dc-d999-17e682f8c46e.png" width="500" height="311" alt="The Practical Human In The Loop Framework" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8f0b8219-f207-0a1c-ec15-091748f5aab6.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Cascading Style Systems: Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Sep 8&ndash;22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Sep 11 &ndash; Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-design-stephanie-walter/"><strong>Accessibility For Designers</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Sep 21&ndash;29</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #554</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-554/</link><pubDate>Tue, 14 Apr 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-554/</guid><description>This newsletter issue was sent out to 176,652 subscribers on Tuesday, April 14, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-554/" />
              <title>Smashing Newsletter: Issue #554</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #554</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-04-14T16:00:00&#43;02:00" class="op-published">2026-04-14T16:00:00+02:00</time>
                  <time datetime="2026-04-14T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>In times of limited attention, the one skill that becomes more valuable is <strong>how we communicate</strong> that thing that we want to say. Communication, however, depends on how we put words together and on the typefaces we use to convey them more effectively. And in this newsletter, we look into how to do exactly that &mdash; from UI typography and mixing typefaces to dyslexia-friendly fonts.</p>
<figure><a title="SmashingConf Amsterdam" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8c436f42-64a8-46de-15a8-4d0e8e35e01a.jpg" width="500" height="375" alt="SmashingConf Amsterdam" border="0"></a></figure>
<p>We are currently in Amsterdam for our <a href="https://smashingconf.com/amsterdam-2026">very first SmashingConf Amsterdam</a>, and you can still tune in and <a href="https://smashingconf.com/amsterdam-2026/registration">get an online ticket</a>. We’ve also been working on the next conferences &mdash; in <a href="https://smashingconf.com/freiburg-2026">mysterious Freiburg</a>, or perhaps <a href="https://smashingconf.com/antwerp-2026">charming Antwerp</a>.</p>
<p>And, of course, we have <a href="https://smashingconf.com/online-workshops">new online workshops</a> coming up soon as well:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://measure-ux.com"><strong>How To Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + live UX training/li>
</li><li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>We hope to see you there!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Self-Hosting Fonts</h3>
<p>Self-hosting fonts has quite some benefits compared to loading fonts from a third-party CDN, particularly for EU-based sites, where loading fonts from Google’s servers <strong>violates GDPR</strong>. If you plan to self-host your fonts, be sure to check out <a href="https://www.fontself.app/">FontSelf</a>. The site lets you browse more than 1,400 font families and, once you know which one you want to self-host, it provides you with the necessary assets to get everything up and running.</p>
<figure><a title="FontSelf" href="https://www.fontself.app/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/eb8f08b9-4ab1-6794-c4ff-760fc7d1411d.png" width="500" height="286" alt="FontSelf" border="0"></a></figure></p>

<p><h3>2. Free UI Typography eBook</h3>
<p>What do you need to consider to create good UI typography? That’s exactly the question that Alex Baranov explores in his book <strong><em>User Interface Typography</em></strong>. It covers everything from readability and choosing typefaces to modular scale, vertical rhythm, responsive typography, and tables. You can <a href="https://imperavi.com/books/ui-typography/">read the first edition of the book online</a>, for free.</p>
<figure><a title="User Interface Typography" href="https://imperavi.com/books/ui-typography/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c894ee4c-230d-c2e2-c30f-71dbb5b2a597.png" width="500" height="325" alt="User Interface Typography" border="0"></a></figure></p>

<p><h3>3. Dyslexia-Friendly Fonts</h3>
<p>Fonts like Open Dyslexic or Lexie Readable were designed to improve the reading experience for people with dyslexia. However, as many studies show, they don’t offer an advantage. In his conversation with Eleni Beveratou, Oliver Schöndorfer <a href="https://pimpmytype.com/dyslexia-fonts/">debunks the myths around dyslexia-friendly fonts</a> and what you can do instead to <strong>improve readability for everyone</strong>, without harming the aesthetic of your project.</p>
<figure><a title="Dyslexia-Friendly Fonts" href="https://pimpmytype.com/dyslexia-fonts/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/89dffee4-31cf-bc6f-6e35-aaa7212c8cf5.png" width="500" height="335" alt="Dyslexia-Friendly Fonts" border="0"></a></figure></p>

<p><h3>4. Fonts Knowledge Hub</h3>
<p>Whether you’re new to typography or an experienced designer who wants to get up-to-date on current trends, <a href="https://fonts.google.com/knowledge">Fonts Knowledge</a> is a treasure chest of typography wisdom. Produced by the Google Fonts team in collaboration with <strong>experts from around the world</strong>, the library covers everything from typographic history to variable fonts, accessibility, and more to enable designers and developers of all skill sets to choose and use type with purpose.</p>
<figure><a title="Fonts Knowledge" href="https://fonts.google.com/knowledge"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9dec2bd9-c8d4-d610-b4e2-0180cde992e1.png" width="500" height="281" alt="Fonts Knowledge" border="0"></a></figure></p>

<p><h3>5. Fonts In Use</h3>
<p>Looking for some font inspiration? <a href="https://fontsinuse.com/">Fonts In Use</a> is always a trusty resource when you want to discover new fonts or font pairings. The archive features typographic artifacts of all kinds &mdash; from packaging and posters to <strong>editorial design</strong>, brand design, movie title sequences, and much more. You can browse and filter the collection by topics, formats, and typefaces.</p>
<figure><a title="Fonts In Use" href="https://fontsinuse.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0d38a9c4-180a-2065-0d66-257edce76570.png" width="500" height="341" alt="Fonts In Use" border="0"></a></figure></p>

<p><h3>6. Combining Typefaces</h3>
<p>Combining typefaces might sometimes feel like an art that is hard to master, but with the right strategy, it doesn’t have to be. Tim Brown’s <a href="https://blog.typekit.com/2016/04/29/combining-typefaces-free-guide-to-great-typography/"><em>Pocket Guide to Combining Typefaces</em></a> is a wonderful resource that helps you take the guesswork out of your type decisions. Available as a <strong>free PDF</strong>, the book equips you with a framework for efficiently combining typefaces and the know-how you need to judge the work you see, including your own.</p>
<figure><a title="Combining Typefaces" href="https://blog.typekit.com/2016/04/29/combining-typefaces-free-guide-to-great-typography/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c5c4d898-514a-71a4-16ec-5ba5b0365b39.png" width="500" height="307" alt="Combining Typefaces" border="0"></a></figure>
<p>Also be sure to check out Connary Fagen’s <a href="https://connary.com/pairing/">Font Pairing Guide</a> that dives into all the aspects you need to consider to create great font combinations and the <a href="https://www.figma.com/de-de/community/file/1114720838108123725/google-fonts-pairings">Google Fonts Pairings</a> Figma file featuring nine <strong>templates</strong> with hand-picked font pairings that you can use instantly.</p></p>

<p><h3>7. Precise Type</h3>
<p>A smooth, consistent type scale brings rhythm and balance to a design, and, well, if you plan to create one, <a href="https://precise-type.com/">Precise Type</a> does the heavy lifting for you. With simple yet precise models for font size, line height, and letter spacing, the tool offers a complete solution for designing <strong>type scales and type systems</strong>, with just a few clicks.</p>
<figure><a title="Precise Type" href="https://precise-type.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2af95197-e543-237a-0957-6d0c4590353b.png" width="500" height="294" alt="Precise Type" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2091f158-d68a-6270-0a6f-5ec758ad5ec4.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://measure-ux.com"><strong>How To Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + live UX training/li&gt;
</li><li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #553</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-553/</link><pubDate>Tue, 07 Apr 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-553/</guid><description>This newsletter issue was sent out to 177,132 subscribers on Tuesday, April 7, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-553/" />
              <title>Smashing Newsletter: Issue #553</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #553</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-04-07T16:00:00&#43;02:00" class="op-published">2026-04-07T16:00:00+02:00</time>
                  <time datetime="2026-04-07T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Have you used <code>light-dark()</code> in CSS already? What about <strong>CSS compression dictionaries</strong>, focus group, masonry layout, and scroll state queries? Well, in this newsletter we’ll explore all of them, with <strong>new CSS features and techniques</strong> &mdash; and with useful pointers to keep in mind when writing CSS.</p>
<figure><a title="SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a271a9ff-6de1-93bb-6caf-b0b16f01ce3d.jpg" width="550" height="367" alt="SmashingConf Amsterdam 2026" border="0"></a><figcaption>Meet <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a>, for designers and engineers. With friendly pricing for 4+ seats. <a href="https://smashingconf.com/amsterdam-2026/registration">Jump to last tickets</a>.</figcaption></figure>
<p>CSS will also be an important part of <a href="https://smashingconf.com/amsterdam-2026"><strong>SmashingConf Amsterdam 2026</strong></a>&nbsp;🇳🇱 — our very first conference in lovely Amsterdam on <strong>April 13&ndash;16</strong>. On design systems, UX, frontend and complex UIs &mdash; and <a href="https://smashingconf.com/amsterdam-2026/workshops">practical workshops</a> as well:</p>
<ul>
<li><a href="https://smashingconf.com/amsterdam-2026/workshops/christine-vallaure-figma"><strong>Figma Deep Dive</strong></a> 💎 by Christine Vallaure</li>
<li><a href="https://smashingconf.com/amsterdam-2026/workshops/manuel-matuzovic-accessible-frontend-patterns"><strong>Accessible Frontend Patterns</strong></a> 👓 by Manuel Matuzović</li>
<li><a href="https://smashingconf.com/amsterdam-2026/speakers/tj-pitre"><strong>Context-Based Design Systems</strong></a> 🧱 by TJ Pitre</li>
<li><a href="https://smashingconf.com/amsterdam-2026/workshops/vitaly-friedman-complex-UIs/"><strong>Designing For Complex UIs, 2026</strong></a> 🕹️ by Vitaly Friedman</li>
    <li><a href="https://smashingconf.com/amsterdam-2026/workshops">Jump to all workshops ↗</a></li>
</ul>
<p>We are looking forward to seeing you in-person again, everyone — and thank you so much for reading throughout all these years! 🎉🥳</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. CSS <code>contrast-color</code></h3>
<p>With CSS <code>contrast-color</code> newly available in all modern browsers, dynamic color systems and theming have reached the next level. The new function enables CSS to <strong>detect contrast colors</strong> and choose white or black as the contrasted value for text on a background. Una Kravets summarized <a href="https://una.im/contrast-color">what you need to know about the API</a> and how you can take it even further and <a href="https://una.im/advanced-contrast-color">go beyond black and white</a>.</p>
<figure><a title="CSS contrast-color" href="https://una.im/advanced-contrast-color"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ef662121-39fd-88fc-2484-d71cb30e1410.png" width="500" height="294" alt="CSS contrast-color" border="0"></a></figure></p>

<p><h3>2. CSS Compression Dictionaries</h3>
<p>A fast first page or fast navigation, what’s your priority? With compression dictionaries, loading CSS is not an either/or question anymore. They enable the browser to load only the CSS needed for the current page, and, while the user reads, it downloads a <strong>dictionary file</strong> that contains all the styles used across the site. Lionel Péramo explains in detail <a href="https://www.linkedin.com/posts/lionel-p%C3%A9ramo-web-development_maybe-you-knew-critical-css-but-do-you-activity-7443582698406871040-QieC?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">how it works</a> and what you need to watch out for when using the technique.</p>
<figure><a title="CSS Compression Dictionaries" href="https://www.linkedin.com/posts/lionel-p%C3%A9ramo-web-development_maybe-you-knew-critical-css-but-do-you-activity-7443582698406871040-QieC?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/41ed8c47-f9cb-c38a-340d-565137ea83da.png" width="500" height="334" alt="CSS Compression Dictionaries" border="0"></a></figure></p>

<p><h3>3. Clip-Path Animations</h3>
<p>Let’s say you have a round trigger button and want to display a WorkCard detail panel when it is clicked. Instead of fading it in from the center, Karl Koch came up with a different approach: it <a href="https://karlkoch.me/writing/on-clip-path-animations">opens the detail layer with a circular clip-path</a> from the same point as the trigger, making the interaction feel like <strong>one component with a physical center</strong>. Nice!</p>
<figure><a title="On clip-path Animations" href="https://karlkoch.me/writing/on-clip-path-animations"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3983e18a-01ad-6bfa-3570-fc2b9fa87105.png" width="500" height="358" alt="On clip-path Animations" border="0"></a></figure></p>

<p><h3>4. Details That Make UIs Better</h3>
<p>There isn’t that one single thing that makes a great interface. It’s rather a <strong>combination of small details</strong> that add up to a great experience. Jakub Krehel shares the <a href="https://jakub.kr/writing/details-that-make-interfaces-feel-better">small details</a> he uses to enhance his interfaces — and not only that, but he has also turned his tips into an <a href="https://github.com/jakubkrehel/make-interfaces-feel-better">open-source agent skill</a> to teach them to AI coding assistants.</p>
<figure><a title="Details That Make Interfaces Feel Better" href="https://jakub.kr/writing/details-that-make-interfaces-feel-better"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f811ac0f-bc2d-a7c7-a975-cf5b52495f58.png" width="500" height="296" alt="Details That Make Interfaces Feel Better" border="0"></a></figure></p>

<p><h3>5. Deep-Dive Into <code>visually-hidden</code></h3>
<p>Is there still any point to most styles in visually-hidden classes in 2026? David Bushell set out on a mission to find an answer to the question, and, well, as it turns out, the rabbit hole is deep, and the answer is not obvious. David summarized his findings and thoughts in a <a href="https://dbushell.com/2026/02/20/visually-hidden/">comprehensive post</a> that dives deep into the <strong>history of <code>visually-hidden</code></strong>, why something as hacky was normalized, and why there’s no native solution yet.</p>
<figure><a title="Everything You Ever Wanted To Know About visually-hidden" href="https://dbushell.com/2026/02/20/visually-hidden/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/401e44ed-d29a-0fcc-a27e-a798989c77eb.png" width="500" height="285" alt="Everything You Ever Wanted To Know About visually-hidden" border="0"></a></figure></p>

<p><h3>6. The Great CSS Expansion</h3>
<p>From anchor positioning and select customization to scroll-driven animations and view transitions, a new wave of <strong>long-requested CSS features</strong> is finally landing in browsers. In his post “<a href="https://blog.gitbutler.com/the-great-css-expansion">The Great CSS Expansion</a>,” Pavel Laptev gives an overview of what is shipping, what it replaces, how much JavaScript you can delete, and what the platform still has not figured out.</p>
<figure><a title="The Great CSS Expansion" href="https://blog.gitbutler.com/the-great-css-expansion"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cf196a97-e381-a093-d5af-9fb8691bbb38.png" width="500" height="324" alt="The Great CSS Expansion" border="0"></a></figure></p>

<p><h3>Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI 2026</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training 2026</strong></a> + <a href="https://smart-interface-design-patterns.com">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>7. Light-Dark Mode For Images</h3>
<p>The <code>light-dark()</code> function has been a game-changer for colors, enabling developers to adapt colors to a user’s preferences, without the need for repeating media query blocks. Now, <code>light-dark()</code> is being extended to images, which means you can use it to set a background image, mask, or logo based on a user’s color scheme. Bramus Van Damme <a href="https://www.bram.us/2026/03/19/more-easy-light-dark-mode-switching-light-dark-is-about-to-support-images/">explains how it works</a> and how to provide a fallback for non-supporting browsers.</p>
<figure><a title="Light-Dark Mode Switching For Images" href="https://www.bram.us/2026/03/19/more-easy-light-dark-mode-switching-light-dark-is-about-to-support-images/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cd670228-2c22-5f3f-f90b-53edcedf2112.png" width="500" height="234" alt="Light-Dark Mode Switching For Images" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/62c91060-9f0a-0925-e526-87b0d51d480e.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #552</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-552/</link><pubDate>Tue, 31 Mar 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-552/</guid><description>This newsletter issue was sent out to 177,132 subscribers on Tuesday, March 31, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-552/" />
              <title>Smashing Newsletter: Issue #552</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #552</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-03-31T16:00:00&#43;02:00" class="op-published">2026-03-31T16:00:00+02:00</time>
                  <time datetime="2026-03-31T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>How do we make <strong>design systems</strong> work at scale? How do we organize at scale, prevent poor outcomes, and expose design systems to LLMs? And how do we establish <strong>design principles</strong> and underlying foundations to encourage stability and consistency?</p>
<p>In this newsletter, we look at some of the <strong>new challenges with design systems</strong> &mdash; from principles to workflows to prototyping to a lovely podcast to listen to. Happy reading!</p>
<figure><a title="SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ab6be698-1e9a-d874-fe3e-ae49c1a4a563.png" width="550" height="367" alt="SmashingConf Amsterdam 2026" border="0"></a><figcaption><a href="https://smashingconf.com/amsterdam-2026">Amsterdam 2026</a>, with actionable insights and <a href="https://smashingconf.com/amsterdam-2026/workshops">hands-on workshops</a>.</figcaption></figure>
<p>On our end, we are up to the last stretch for <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a>&nbsp;🇳🇱 &mdash; our lovely new conference diving into all the fine details of design systems, <strong>accessibility</strong>, design and <strong>UX</strong>. With <a href="https://smashingconf.com/amsterdam-2026/workshops">hands-on workshops</a> to attend. <a href="https://smashingconf.com/amsterdam-2026">Jump to details.</a></p>
<p>As usual, you can learn online, too: here’s a quick overview of our <a href="https://smashingconf.com/online-workshops/">online workshops on UX and front-end</a>:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX &amp; Design Impact</strong></a> + <a href="https://measure-ux.com/">video course</a><span class="note note--ux">UX</span> (<em>starting today!</em>)<br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>And this week, we wish you a <strong>calm, kind, and mindful week</strong>, perhaps with fewer meetings and a bit more time to do what you truly love working on most.</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em>
</p>

<p><h3>1. Design Principles</h3>
<p>Design principles are a powerful tool to align teams and inform decision-making. A wonderful resource comes from Ben Brignell: <a href="https://principles.design/">Principles.design</a>. The growing library currently features more than 230 real-world design principles and methods, <strong>searchable and tagged</strong>, from hardware and infrastructure to language and organizations.</p>
<p>If you’re looking for more useful examples of design principles, including <strong>design principles in design systems</strong>, Vitaly compiled a <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-share-7441740096841875457-jCzG?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">list of further resources</a>.</p>
<figure><a title="Design Principles" href="https://principles.design/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e4031250-29fb-8e73-0d28-1ca43da5da10.png" width="500" height="302" alt="Design Principles" border="0"></a></figure></p>

<p><h3>2. Launching Design System Components</h3>
<p>How to launch design system components? Rama Krushna Behera from the Razorpay team wrote a comprehensive <a href="https://medium.com/razorpay-design/behind-the-scenes-of-designing-a-design-system-component-7969636fabf4">guide</a> on how to add a new component to a design system. It <strong>covers the complete process</strong> from auditing and proof of concept to review, variants, organization, accessibility, and launch.</p>
<p>Also be sure to check out Vitaly’s <a href="https://www.linkedin.com/posts/vitalyfriedman_how-to-launch-design-system-components-share-7432700603249790976-e_un?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">writeup</a>, in which he shares tips, <strong>templates</strong>, and resources on launching and organizing components.</p>
<figure><a title="How To Launch Design System Components" href="https://www.linkedin.com/posts/vitalyfriedman_how-to-launch-design-system-components-share-7432700603249790976-e_un?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/79272f65-010a-a2df-a4c8-cb21b239dfe3.png" width="500" height="332" alt="How To Launch Design System Components" border="0"></a></figure></p>

<p><h3>3. Organizing Design Systems At Scale</h3>
<p>Multi-brand design systems, multi-platform design systems, or design systems involving hundreds of shared components &mdash; how to organize and manage design systems at scale? Vitaly summarized valuable <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-designsystems-share-7430526053317496832-9p_y?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">tips and resources</a> to help you master the challenge of keeping things organized, while <strong>preventing secondary design systems</strong> from emerging.</p>
<figure><a title="How To Organize Your Design System At Scale" href="https://www.linkedin.com/posts/vitalyfriedman_ux-designsystems-share-7430526053317496832-9p_y?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d3d93ec0-3ad2-731c-da3b-54e22502315b.png" width="500" height="269" alt="How To Organize Your Design System At Scale" border="0"></a></figure></p>

<p><h3>4. Content Design System</h3>
<p>Words matter. They help shape your brand’s identity, <strong>improve clarity</strong>, reduce errors, and streamline flows. And since they are so powerful, they deserve a place in your design system to keep everyone who contributes copy to your product or service on the same page. The <a href="https://contentdesign.intuit.com/">Intuit Content Design System</a> is a great example of what a comprehensive system for content designers, UX writers, and IA architects can look like.
</p>
<p>If you’d like to dive deeper into embedding content design in a design system, Vitaly’s <a href="https://www.linkedin.com/posts/vitalyfriedman_intuit-content-design-system-https-share-7427467936220672001-AATD?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">post</a> has got you covered, with real-world examples, <strong>language guidelines</strong>, and worksheets.</p>
<figure><a title="Content Design System" href="https://www.linkedin.com/posts/vitalyfriedman_intuit-content-design-system-https-share-7427467936220672001-AATD?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d9eeb1a1-21cc-3e8d-fa36-4e2717b4e610.png" width="500" height="261" alt="Content Design System" border="0"></a></figure></p>

<p><h3>5. Prototyping With AI</h3>
<p>What are the best ways to use AI to prototype with your design system? In a recent <a href="https://www.dive.club/deep-dives/atlassian">episode of the Dive Club podcast</a>, Lewis Healey and Kylor Hall share insights into how they scaled AI prototyping at Atlassian. They share their vision for a <strong>truly AI-native design system</strong>, ways to help AI make sense of your design system, and how the role of design system designers is changing with AI.</p>
<figure><a title="The Secret Sauce For Prototyping With AI" href="https://www.dive.club/deep-dives/atlassian"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a6276b15-947f-7fe5-f163-77091800bc67.png" width="500" height="291" alt="The Secret Sauce For Prototyping With AI" border="0"></a></figure></p>

<p><h3>6. Making Design Systems LLM-Readable</h3>
<p>LLMs can’t use a design system properly when vibe coding. They fabricate token names, guess values, and lose context between sessions, making your prototype feel off. Hardik Pandya shares a <a href="https://hvpandya.com/llm-design-systems">method for restructuring your design system</a> into a format LLMs can reliably consume. It <strong>constraints the LLM</strong> at every point where it would otherwise guess, ensuring that your 10th AI session produces the same visual quality as your first.</p>
<figure><a title="Expose Your Design System To LLMs" href="https://hvpandya.com/llm-design-systems"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/be4234d3-a997-9b39-b220-8d9402d9a651.png" width="500" height="257" alt="Expose Your Design System To LLMs" border="0"></a></figure></p>

<p><h3>7. The Question Podcast</h3>
<p>Sparking deeper conversations in the design system community, that’s the goal of Ben Callahan’s collaborative learning show <a href="https://bencallahan.com/the-question">The Question</a>. Each Monday, you’ll receive an email from Ben with a design-system-related question and, if you respond, an invite to a <strong>deep-dive session</strong> later that week where you’ll discuss the answers together with Ben, a co-host from the design system community, and fellow participants. A wonderful opportunity to dig deeper and learn from each other.</p>
<figure><a title="The Question Podcast" href="https://bencallahan.com/the-question"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b00c7b98-5972-f663-a262-f2b581b2a17f.png" width="500" height="281" alt="The Question Podcast" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8b550567-27c2-29ca-414c-b31dd5a4e5ea.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX &amp; Design Impact</strong></a> + <a href="https://measure-ux.com/">video course</a><span class="note note--ux">UX</span> (<em>starting today!</em>)<br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #551</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-551/</link><pubDate>Tue, 24 Mar 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-551/</guid><description>This newsletter issue was sent out to 177,132 subscribers on Tuesday, March 24, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-551/" />
              <title>Smashing Newsletter: Issue #551</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #551</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-03-24T16:00:00&#43;02:00" class="op-published">2026-03-24T16:00:00+02:00</time>
                  <time datetime="2026-03-24T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>How do we map out <strong>users’ experiences</strong> in digital products? Well, it might seem like an obvious question: after all, we’ve been using <strong>journey maps</strong> and service blueprints for years! But depending on the journey at hand, we will need to adjust how we put them together &mdash; and this newsletter is just about that.</p>
<p>We’ll look into <strong>UX mapping methods</strong>, service blueprint layering, templates, examples, and a practical guide to experience blueprinting. But keep in mind that we may need to rethink mapping when dealing with <strong>non-linear workflows</strong>, multi-actor experiences, and many points of entry. There, <a href="https://www.linkedin.com/pulse/how-launch-complex-ux-projects-vitaly-friedman-agc4e/">event storming</a> and <a href="https://cutlefish.substack.com/p/tbm-452-an-actionable-post-with-examples">causal loops</a> might help.</p>
<figure><a title="SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1d95842b-acc8-76b9-2fa4-dccd2b0cf372.jpg" width="550" height="289" alt="SmashingConf Amsterdam 2026" border="0"></a><figcaption><a href="https://smashingconf.com/amsterdam-2026">Amsterdam 2026</a> with actionable insights and <a href="https://smashingconf.com/amsterdam-2026/workshops">hands-on workshops</a>.</figcaption></figure>
<p>We are getting ready for <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a> 🇳🇱, our <strong>very first</strong> conference in Amsterdam for designers and UI engineers, focused on <strong>design systems</strong>, accessibility, AI, complex products, and frontend. <a href="https://smashingconf.com/amsterdam-2026/registration">Jump to details&nbsp;&rarr;</a></p>
<p>Also coming up are <a href="https://smashingconf.com/online-workshops">online workshops</a> &mdash; a friendly way to learn practical, <strong>actionable insights</strong> from experts:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span> + <a href="https://measure-ux.com/">video course</a><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI 2026</strong></a> <span class="note note--ux">UX</span> + <a href="https://ai-design-patterns.com">video course</a><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smart-interface-design-patterns.com/"><strong>Smart Interface Design Patterns</strong></a> <span class="note note--ux">UX</span> + <a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/">live UX training</a><br>with Vitaly Friedman. Sep 11&ndash;Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p><em>Until next time,</em><br>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Service Blueprint Layering</h3>
<p>How to turn messy research insights into a neatly organized service blueprint? The <strong>Exploded View framework</strong> can serve as a structural backbone. Marco Torrente <a href="https://foryouandyourcustomers.com/insights/whitepaper/service-blueprints-made-simple-from-spaghetti-to-lasagne/">explains how to use it</a> to map the customer and organizational perspective <strong>across different layers</strong>, allowing teams to identify the impact, challenges, and ideas on a single layer while also seeing them in context.</p>
<figure><a title="Service Blueprints Made Simple" href="https://foryouandyourcustomers.com/insights/whitepaper/service-blueprints-made-simple-from-spaghetti-to-lasagne/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6ab832bd-0d0e-8dc9-1f8d-79367c82c144.png" width="500" height="289" alt="Service Blueprints Made Simple" border="0"></a></figure></p>

<p><h3>2. AirBnB And Spotify Journey Maps</h3>
<p>If you’re looking for practical examples of how a customer experience can be visualized, be sure to check out <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-ugcPost-7212335694956871681-o-J2?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">AirBnB’s Customer Journey Blueprint</a>. It visualizes the customer experience for two personas, <strong>across eight touch points</strong>, with user policies, UI screens, and all interactions with the customer service &mdash; all in one page.</p>
<p><a href="https://images.ctfassets.net/c1zhnszcah7h/6dlIZwMTFlRm07vH0fUquI/b21cc6c086ff01572ad2580c8d75dc31/Inline_-_Personas_2x__1_.png">Spotify</a> has been following a similar approach, mapping user profiles and journeys, but also including single desktop and mobile screens and <strong>problematic areas</strong> that need fixing.</p>
<figure><a title="AirBnB Customer Journey Map" href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-ugcPost-7212335694956871681-o-J2?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/79cd9172-845c-7532-6050-ad4c1282e5ef.png" width="500" height="279" alt="AirBnB Customer Journey Map" border="0"></a></figure></p>

<p><h3>3. Journey Map Vs. Service Blueprint</h3>
<p>What does the person using your service experience? And what went on in the background to make the experience happen? Journey maps and service blueprints deliver valuable insights to better <strong>understand both sides of a service</strong>. If you want to dive deeper into why they matter, the differences between the two, and when to use which, Morgan Miller and Erika Flowers <a href="https://medium.com/practical-service-design/the-difference-between-a-journey-map-and-a-service-blueprint-31a6e24c4a6c">have got you covered</a>.</p>
<figure><a title="The Difference Between A Journey Map And A Service Blueprint" href="https://medium.com/practical-service-design/the-difference-between-a-journey-map-and-a-service-blueprint-31a6e24c4a6c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b138d4ee-0d49-66d5-a500-f24ac1823e2e.png" width="500" height="241" alt="The Difference Between A Journey Map And A Service Blueprint" border="0"></a></figure></p>

<p><h3>4. UX Mapping Methods</h3>
<p>Empathy maps, customer journey maps, experience maps, service blueprints &mdash; which one delivers the insights you need? Sarah Gibbon’s <a href="https://www.nngroup.com/articles/ux-mapping-cheat-sheet/">UX mapping methods cheat sheet</a> compares all four types of mapping, their <strong>defining characteristics</strong>, and when to use which. It also includes a simple, three-step framework with decisions that need to be made before you begin your mapping effort.</p>
<figure><a title="UX Mapping Methods Compared" href="https://www.nngroup.com/articles/ux-mapping-cheat-sheet/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6ce855b8-25a6-8a67-7264-c48a88c97d6b.png" width="500" height="389" alt="UX Mapping Methods Compared" border="0"></a></figure></p>

<p><h3>5. Service Blueprint Figma Templates</h3>
<p>Looking for a service blueprint template? Then you might want to give the <a href="https://www.figma.com/de-de/community/file/1067559221802518295/sbs-a-system-for-dynamic-service-blueprints">Service Blueprint System</a> that Jacopo Sironi created a try. With <strong>components</strong> and examples of how to use them, it makes building dynamic and flexible visualizations easier.</p>
<p>Another useful <a href="https://www.figma.com/de-de/community/file/1319682332704723081/service-blueprint-template">service blueprint template</a> comes from the Telepass Team. It also includes components to build your own blueprint, as well as <strong>examples</strong> to better understand how you can use the tool.</p>
<figure><a title="Service Blueprint System" href="https://www.figma.com/de-de/community/file/1067559221802518295/sbs-a-system-for-dynamic-service-blueprints"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3daa8f4f-7d74-67b4-3436-0b5941c786c5.png" width="500" height="373" alt="Service Blueprint System" border="0"></a></p></figure></p>

<p><h3>6. Guide To Experience Blueprinting</h3>
<p>How to prepare and facilitate blueprinting with your organization? When is the right time to blueprint? And how to turn your blueprint into <strong>actionable insights</strong>? Morgan Miller and Erika Flowers answer all of this in their book <em>Your Guide to Blueprinting the Practical Way</em>. The <a href="https://drive.google.com/file/d/1EBUG2gog7lYHrhOgwH97CZMEvaJEH-Uz/view">eBook</a> can be downloaded for free. A <a href="https://www.amazon.com/dp/B0CQM4YV23">print version</a> is also available.</p>
<p>On their site <a href="https://www.practicalbydesign.co/">Practical by Design</a>, Morgan and Erika also share templates for <strong>current- and future-state blueprinting</strong> that are bound to help teams develop actionable insights in a matter of hours.</p>
<figure><a title="Practical By Design" href="https://www.practicalbydesign.co/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0a3bb28f-2949-9362-4a4f-b7f6f55768c3.png" width="500" height="319" alt="Practical By Design" border="0"></a></figure></p>

<p><h3>7. Guide To Customer Journey Mapping</h3>
<p>Customer journey mapping gives us a better understanding of the client experience, with <strong>emotions, frustrations, and pain points</strong>. To help us create insightful journey maps, Taras Bakusevych distilled his learnings from creating customer journey maps into a template.</p>
<p>You can <a href="https://dribbble.com/shots/14245670-Ultimate-Guide-to-Customer-journey-mapping-Template-included/attachments/49020?mode=download">download it as a PDF</a>, and in the accompanying <a href="https://uxdesign.cc/ultimate-guide-to-customer-journey-mapping-ux-tools-series-b973ca442213">guide</a>, Taras explains step by step how to use it in a workshop.</p>
<figure><a title="The Ultimate Guide To Customer Journey Mapping" href="https://uxdesign.cc/ultimate-guide-to-customer-journey-mapping-ux-tools-series-b973ca442213"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/94bb933d-8477-106f-3443-7a9e903ff314.png" width="500" height="282" alt="The Ultimate Guide To Customer Journey Mapping" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2c148ca7-9719-1a55-b4de-262f2c33158e.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>For years now, we&rsquo;ve been running <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and UX</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought again that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span> + <a href="https://measure-ux.com/">video course</a><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/naming-design-systems-samantha-gordashko/"><strong>Naming Design Systems</strong></a> <span class="note note--design">Design Systems</span><br>with Samantha Gordashko. Apr 20 &ndash; May 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-leadership-joe-natoli/"><strong>UX Leadership and Influence</strong></a> <span class="note note--ux">UX</span><br>with Joe Natoli. Apr 23 &ndash; May 7</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient &amp; Maintainable CSS</strong></a> <span class="note note--dev">Dev</span><br>with Miriam Suzanne. June 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI 2026</strong></a> <span class="note note--ux">UX</span> + <a href="https://ai-design-patterns.com">video course</a><br>with Vitaly Friedman. Jun 16&ndash;30</li>
<li><a href="https://smart-interface-design-patterns.com/"><strong>Smart Interface Design Patterns</strong></a> <span class="note note--ux">UX</span> + <a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/">live UX training</a><br>with Vitaly Friedman. Sep 11&ndash;Oct 12</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #550</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-550/</link><pubDate>Tue, 17 Mar 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-550/</guid><description>This newsletter issue was sent out to 177,290 subscribers on Tuesday, March 17, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-550/" />
              <title>Smashing Newsletter: Issue #550</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #550</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-03-17T16:00:00&#43;02:00" class="op-published">2026-03-17T16:00:00+02:00</time>
                  <time datetime="2026-03-17T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>How do we design <strong>voice interfaces</strong>? Compared to typing, voice is often faster and more expressive. But navigating a voice conversation is more difficult, and we need our digital products to hit just the right tones at the right time &mdash; from being supportive when needed to being concise when desired.</p>
<p>In today’s newsletter issue, we dive into <strong>voice UX</strong> &mdash; from voice principles and tone mapping to voice UX in B2B to designing a voice interface from scratch.</p>
<p>On another note, it’s really quite amazing to see all the things we can do with CSS nowadays. We’ve invited three absolute <strong>CSS experts</strong> for our upcoming <a href="https://smashingconf.com/meets-style-sheets">Meets Style Sheets</a> session to share their stories, tools, tips, and practices with all of us. <a href="https://smashingconf.com/meets-style-sheets/registration">Tickets are free</a> for our community, so why not join and spread the love!</p>
<figure><a title="Meets Style Sheets" href="https://smashingconf.com/meets-style-sheets"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ccb1d808-3d44-e995-177a-3b3c209da847.png" width="500" height="259" alt="Meets Style Sheets" border="0"></a><figcaption><a href="https://smashingconf.com/meets-style-sheets">Join in</a> on May 6 at <a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Meets+Style+Sheets&iso=20260506T17&p1=37&ah=3">8&ndash;11 AM PDT</a>. We hope to see you there!</figcaption></figure>
<p>We’re also exploring different topics in our <a href="https://smashingconf.com/online-workshops">online workshops</a>, including designing better products and UX experiences:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span> + <a href="https://measure-ux.com/">video course</a><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>That’s all for now, dear folks! Wishing you a tremendous rest of the week ahead.</p>
<p><em>Yours truly,<br>&mdash; </em><em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Voice Design Principles</h3>
<p>Whether you’re still at the very beginning of your voice design journey or already working on a voice interface, Ben Sauer’s <a href="https://voiceprinciples.com/">summary of voice design principles</a> sure will come in handy. To help you design engaging, user-friendly voice interfaces, he compiled the main takeaways from articles, books, and other useful resources into a <strong>master list of voice design principles</strong>, guidelines, and best practices.</p>
<figure><a title="Voice Principles" href="https://voiceprinciples.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0804024b-c9f6-cbac-7fa0-0e32830221bf.png" width="500" height="335" alt="Voice Principles" border="0"></a></figure></p>

<p><h3>2. Voice Design System</h3>
<p>How to include voice design in a design system? The <a href="https://system.design.orange.com/0c1af118d/p/520a6e-voice-ui">Orange Design System</a> is a great example of how it can be done. It defines Orange’s voice identity and qualities that must be present in dialogue, and offers <strong>linguistic guidance</strong> to form the conversation, handle users’ natural forms of expression, and structure and personalize interactions.</p>
<figure><a title="Orange Voice UI" href="https://system.design.orange.com/0c1af118d/p/520a6e-voice-ui"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5a386084-dbc2-ed55-3a69-74144b06e123.png" width="500" height="252" alt="Orange Voice UI" border="0"></a></figure></p>

<p><h3>3. Designing A Persona For An Assistant</h3>
<p>Designing a character for your virtual assistant helps create a consistent, <strong>trustworthy experience</strong>. So, what do you need to consider when doing so? James Walsh shares the <a href="https://medium.com/ibm-watson/best-practices-designing-a-persona-for-your-assistant-c2a58666f3c">design principles and best practices</a> that guide the IBM team in building their conversation and voice user interfaces.</p>
<figure><a title="Designing A Persona For Your Assistant" href="https://medium.com/ibm-watson/best-practices-designing-a-persona-for-your-assistant-c2a58666f3c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/78ade7e0-0816-9c1d-b521-996f8ea7cf16.png" width="500" height="310" alt="Designing A Persona For Your Assistant" border="0"></a></figure></p>

<p><h3>4. Voice UI Guide</h3>
<p>How can you guide users effectively through a voice interface? How can you support voice with visual elements? And how does a user’s environment influence the interface? The <a href="https://vui.guide/">VUI Guide</a> helps you solve the challenges that designing for voice brings along. It is an <strong>open-source, living style guide</strong> filled with useful tips, tools, and a checklist that takes you step by step through the process of designing a voice user interface.</p>
<figure><a title="Voice User Interface Guide" href="https://vui.guide/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4dfd8340-c41c-fe8c-2d8d-60f5f1782d77.png" width="500" height="317" alt="Voice User Interface Guide" border="0"></a></figure></p>

<p><h3>5. Voice Principles And Tone Mapping</h3>
<p>Fun or serious, concise or detailed &mdash; the voice and tone of your user interface shape how people perceive your brand. To help you <strong>be consistent in your messaging</strong>, whether it’s in UX writing or when designing a voice assistant, Paavan Buddhdev wrote a <a href="https://uxdesign.cc/ux-writing-using-voice-principles-and-a-tone-map-to-write-consistently-4337570ee8f5?sk=v2%2F59e4500e-e60c-4807-95ea-0bce54a6df27">practical guide to voice and tone</a>. In it, he shares tips for developing voice principles and creating a tone map to keep your communication on brand.</p>
<figure><a title="Using Voice Principles And A Tone Map To Write Consistently" href="https://uxdesign.cc/ux-writing-using-voice-principles-and-a-tone-map-to-write-consistently-4337570ee8f5?sk=v2%2F59e4500e-e60c-4807-95ea-0bce54a6df27"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/15bd0099-d3ba-fd77-9987-3113a846fbda.png" width="500" height="310" alt="Using Voice Principles And A Tone Map To Write Consistently" border="0"></a></figure></p>

<p><h3>6. Voice UX For B2B</h3>
<p>Whether it’s in hospitals, control rooms, or logistics hubs, voice interfaces in high-stakes environments must go far beyond basic commands. The team at Koru UX has published a comprehensive <a href="https://www.koruux.com/ux-voice/">guide to designing voice UX for B2B</a>. It includes a framework for designing voice interactions in <strong>high-trust settings</strong> and explores real-world examples, along with tool and tech stack recommendations.</p>
<figure><a title="How To Design Voice UX That Actually Works" href="https://www.koruux.com/ux-voice/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/26fb98ec-19e0-ef8d-188f-a5429cba95c1.png" width="500" height="280" alt="How To Design Voice UX That Actually Works" border="0"></a></figure></p>

<p><h3>7. Designing A Voice Interface</h3>
<p>Designing a voice user interface is easier than you may think, argues Darek Bittner, since the design process remains largely the same as that of a visual UI. In his <a href="https://www.bentley.edu/centers/user-experience-center/voice-design-blog">blog post</a> on the topic, he explores some of the key nuances specific to designing voice user interfaces and provides a <strong>roadmap</strong> you can follow to prototype and test your VUI.</p>
<figure><a title="Designing A Voice User Interface Is Easier Than You May Think" href="https://www.bentley.edu/centers/user-experience-center/voice-design-blog"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e2e4cb2f-c169-b2b3-8f0e-a75f7ad90b2c.png" width="500" height="285" alt="Designing A Voice User Interface Is Easier Than You May Think" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cc5b5be8-c8ca-946c-6517-2c9c980a3aac.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span> + <a href="https://measure-ux.com/">video course</a><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://ai-design-patterns.com/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + UX Training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #549</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-549/</link><pubDate>Tue, 10 Mar 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-549/</guid><description>This newsletter issue was sent out to 177,729 subscribers on Tuesday, March 10, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-549/" />
              <title>Smashing Newsletter: Issue #549</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #549</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-03-10T16:00:00&#43;02:00" class="op-published">2026-03-10T16:00:00+02:00</time>
                  <time datetime="2026-03-10T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Ahh, the shiny new world of CSS! In today’s newsletter, we look at the fine, delicate <strong>new features and techniques for CSS</strong> &mdash; from CSS scroll state and typographic scale to customizing bullet points and linear timing function. Plus a dash of accessibility and fast-loading CSS.</p>
<p>We are also getting closer and closer to our very first <a href="https://smashingconf.com/amsterdam-2026"><strong>SmashingConf Amsterdam 2026</strong></a> 🇳🇱, taking place in the magical <a href="https://smashingconf.com/amsterdam-2026/locations">Pathé Tuschinski</a> on April 13&ndash;16. With a fantastic community and <strong>practical deep-dives</strong> all around CSS, accessibility, design, and UX &mdash; plus <a href="https://smashingconf.com/amsterdam-2026/workshops">friendly workshops</a> on CSS, AI, design, and complex UIs.</p>
<figure><a title="Pathe Tuschinski in Amsterdam" href="https://smashingconf.com/amsterdam-2026/locations"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a2d8d2fa-6cf6-e538-846e-ea99149bab33.jpg" width="550" height="333" alt="Pathe Tuschinski in Amsterdam" border="0"></a></figure>
<figure><a title="Pathe Tuschinski in Amsterdam" href="https://smashingconf.com/amsterdam-2026/locations"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5299698f-a553-9b1c-a2e4-56ac924f359c.jpg" width="550" height="333" alt="Pathe Tuschinski in Amsterdam" border="0"></a><figcaption>That’s legendary <a href="https://smashingconf.com/amsterdam-2026/locations">Pathé Tuschinski</a>, our lovely venue in Amsterdam. With practical sessions and <a href="https://smashingconf.com/amsterdam-2026/workshops">hands-on workshops</a>. <a href="https://smashingconf.com/amsterdam-2026/">Get a ticket.</a></figcaption></figure>
<p>Later this month, we are also starting a few <a href="https://smashingconf.com/online-workshops"><strong>new online workshops</strong></a> that might be relevant for you as well:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Figma</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX & Impact</strong></a> + <a href="https://measure-ux.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/modern-css-miriam-suzanne/"><strong>Resilient and Maintainable CSS</strong></a> <span class="note note--dev">CSS</span><br>with Miriam Suzanne. Jun 2&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all upcoming workshops&nbsp;&rarr;</a></li>
</ul>
<p>Happy learning and wishing you a fantastic rest of the week!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. CSS Scroll State</h3>
<p>Whether you want to fade headers, slide elements, or trigger transitions as users scroll, <a href="https://www.linkedin.com/posts/theosoti_let-css-know-when-you-scroll-no-javascript-activity-7428724834907484160-SHm1">scroll-state queries</a> make it possible to style elements <strong>based on how a container is scrolled</strong>. CSS observes the container, and when it is scrolled or a certain position is reached, the styles update automatically. Be cautious, though. The feature is still experimental.</p>
<figure><a title="CSS Scroll State" href="https://www.linkedin.com/posts/theosoti_let-css-know-when-you-scroll-no-javascript-activity-7428724834907484160-SHm1"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e500c146-699d-e573-7488-fb849764a211.png" width="500" height="313" alt="CSS Scroll State" border="0"></a></figure></p>

<p><h3>2. Typographic Scale CSS</h3>
<p>Do you know the high-precision technical pens that draw very fine and precise lines? They inspired Rob Weychert to create a typographic scale with a <strong>limited set of stroke widths</strong>. What might sound rather simple becomes a bit more complicated when you consider contrast and size. Rob takes you step by step through the <a href="https://v7.robweychert.com/blog/2026/01/v7-typographic-scales-and-technical-pens/">process of creating the scale system</a> and how he uses CSS to do the math.</p>
<figure><a title="Typographic Scales And Technical Pens" href="https://v7.robweychert.com/blog/2026/01/v7-typographic-scales-and-technical-pens/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e431314c-e6ef-76d1-b44c-3e6df63afe41.png" width="500" height="314" alt="Typographic Scales And Technical Pens" border="0"></a></figure></p>

<p><h3>3. Accessible Faux-Nested Controls</h3>
<p>Let’s say you want to build a list of items, with each item containing both a primary action and one or more secondary actions. Nesting one interactive control inside another is an accessibility no-go, but Eric Bailey’s <a href="https://piccalil.li/blog/accessible-faux-nested-interactive-controls/">faux-nested interactive controls</a> provide an <strong>accessible solution</strong> to the problem. It creates the appearance of nested controls without having to do so in the DOM.</p>
<figure><a title="Accessible Faux-Nested Interactive Controls" href="https://piccalil.li/blog/accessible-faux-nested-interactive-controls/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fda4e8ca-08fd-ab78-82bb-1e6c8c0c5f0c.png" width="500" height="334" alt="Accessible Faux-Nested Interactive Controls" border="0"></a></figure></p>

<p><h3>4. Customizing Bullet Points</h3>
<p>Modern CSS brings new styling capabilities to ordered and unordered lists. If you’re looking for an overview of what’s possible, Richard Rutter takes you on a deep dive into the world of <a href="https://piccalil.li/blog/an-in-depth-guide-to-customising-lists-with-css/">customized lists</a>. Whether you want to change font and color, <strong>use emojis</strong>, or define your own numbering sequence, the guide has got you covered.</p>
<figure><a title="An In-Depth Guide To Customising Lists With CSS" href="https://piccalil.li/blog/an-in-depth-guide-to-customising-lists-with-css/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/13c306a0-72ae-7711-2e8b-16c66fc2108b.png" width="500" height="299" alt="An In-Depth Guide To Customising Lists With CSS" border="0"></a></figure></p>

<p><h3>5. Linear Timing Function</h3>
<p>Bézier curves are super powerful, but there’s something they can’t do: <strong>spring and bounce effects</strong>. That’s where the <code>linear()</code> timing function comes in. It allows you to draw an easing curve to model your desired kind of motion, including realistic springs and bounces. Josh W. Comeau explains <a href="https://www.joshwcomeau.com/animation/linear-timing-function/">how <code>linear()</code> works</a> and shares tools you can use to get started right away.</p>
<figure><a title="Springs And Bounces In Native CSS" href="https://www.joshwcomeau.com/animation/linear-timing-function/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b58413a9-1817-3ee0-2451-35a8faaf7ce3.png" width="500" height="306" alt="Springs And Bounces In Native CSS" border="0"></a></figure></p>

<p><h3>6. Perfect Pie Chart</h3>
<p>Pulling in a whole JavaScript library just to display a couple of simple pie charts? If that feels overkill to you, you might want to give Juan Diego Rodríguez’s approach a try. He challenged himself to design a <a href="https://css-tricks.com/trying-to-make-the-perfect-pie-chart-in-css/">perfect pie chart with CSS</a> &mdash; one that is <strong>screen-reader-accessible</strong>, HTML-customizable, and only employs a minimum of JavaScript.</p>
<figure><a title="Trying To Make The Perfect Pie Chart In CSS" href="https://css-tricks.com/trying-to-make-the-perfect-pie-chart-in-css/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/07486125-1417-1968-cb07-3ba2735266de.png" width="500" height="324" alt="Trying To Make The Perfect Pie Chart In CSS" border="0"></a></figure></p>

<p><h3>7. How To Load CSS Fast</h3>
<p>Embedding critical inline styles for every page (or creating an external style sheet for every page) or loading the full CSS up front are the two options we usually turn to to load CSS. However, neither of them is optimal for performance. <a href="https://calendar.perfplanet.com/2025/how-to-load-css-fast/">Compression dictionaries</a> are here to change that. Already supported in Chromium browsers, they <strong>avoid the tradeoffs</strong> of traditional CSS loading techniques and reduce costs significantly.</p>
<figure><a title="How To Load CSS Fast" href="https://calendar.perfplanet.com/2025/how-to-load-css-fast/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3030de62-8ba1-7211-0c74-8323906aa7b9.png" width="500" height="301" alt="How To Load CSS Fast" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b7f57db8-bccd-b24a-e2a2-0626c7b6ff93.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX &amp; Impact</strong></a> + <a href="https://measure-ux.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Mar 31 &ndash; Apr 10</li>
<li><a href="https://ai-design-patterns.com"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + live UX training.</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #548</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-548/</link><pubDate>Tue, 03 Mar 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-548/</guid><description>This newsletter issue was sent out to 177,857 subscribers on Tuesday, March 3, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-548/" />
              <title>Smashing Newsletter: Issue #548</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #548</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-03-03T16:00:00&#43;02:00" class="op-published">2026-03-03T16:00:00+02:00</time>
                  <time datetime="2026-03-03T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>The real world is <strong>messy, non-linear, and incredibly complex</strong>. When we design digital products, we must match that complexity effectively to help people manage it. The worst thing we can do is to oversimplify the product.</p>
<p>So, how do we do that? In this newsletter, we look at <strong>designing for complex UIs</strong> &mdash; from dashboards and data visualization to complex design systems and UX strategy. We also have a deep-dive <a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/">online workshop on complex UIs</a> starting this week.</p>
<figure><a title="Designing For Complex UI Masterclass" href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0bfc06c0-8683-beac-3265-3ed3b03454a8.png" width="500" height="241" alt="Designing For Complex UI Masterclass" border="0"></a></figure>
<p>If you have time in March to <strong>boost your skills</strong>, we highly recommend signing up for an online workshop:</p>
<p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Interface Design Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Apr 3 &ndash; May 11</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX Impact</strong></a> + <a href="https://measure-ux.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Apr 21 &ndash; May 1</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
</p>
<p>Wishing you a wonderful week ahead, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Strategy Cheatsheets</h3>
<p>How to gain a strategic advantage with your business? According to Alex M. H. Smith, the key lies in doing things differently. To help you get clear on your business strategy, he published the <a href="https://basicarts.org/cheatsheet-library/">Cheatsheet Library</a>, a collection of <strong>15 free cheatsheets</strong> and quick guides covering everything from understanding value to creating a strategic culture and growing your business.</p>
<figure><a title="Cheatsheet Library" href="https://basicarts.org/cheatsheet-library/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a10977d1-01db-0722-8ba5-33c043686703.png" width="500" height="358" alt="Cheatsheet Library" border="0"></a></figure></p>

<p><h3>2. Dashboard Design Patterns</h3>
<p>What makes a dashboard effective? How do you <strong>present complex data</strong> without overwhelming users? The interdisciplinary research lab VisHub at the University of Edinburgh published a set of <a href="https://dashboarddesignpatterns.github.io/">dashboard design patterns</a> that explore every aspect of good dashboard design.</p>
<p>From components and metadata to visual representation, interaction, page layout, and color &mdash; everything put together neatly in one single place. For the bookmarks!</p>
<figure><a title="Dashboard Design Patterns" href="https://dashboarddesignpatterns.github.io/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/284c1ee7-91d8-d24b-df46-a8f39158a3e2.png" width="500" height="244" alt="Dashboard Design Patterns" border="0"></a></figure></p>

<p><h3>3. Open Visualization Academy</h3>
<p>Having taught visualization design to thousands of students in more than 30 countries, Alberto Cairo has long dreamed of creating an online platform where everyone can <strong>learn about information design and data visualization</strong>, for free.</p>
<p>The ambitious project called <a href="https://openvisualizationacademy.org/">Open Visualization Academy</a> launched just a few weeks ago. With <strong>video master classes</strong> and software tutorials created by top experts, it is a treasure chest of knowledge.</p>
<figure><a title="Open Visualization Academy" href="https://openvisualizationacademy.org/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1683fdbe-2d9a-a14b-9601-9994b2bcd848.png" width="500" height="321" alt="Open Visualization Academy" border="0"></a></figure></p>

<p><h3>4. Journey Map Vs. Service Blueprint</h3>
<p>Journey maps and service blueprints help us <strong>understand both sides of our services</strong>: what the person using it experiences, and what went on in the background to make the experience happen. Morgan Miller and Erika Flowers wrote a comprehensive <a href="https://medium.com/practical-service-design/the-difference-between-a-journey-map-and-a-service-blueprint-31a6e24c4a6c">guide to journey maps and service blueprints</a>, why they matter, the differences between the two, and when to use which.</p>
<p>Another practical <a href="https://foryouandyourcustomers.com/insights/whitepaper/service-blueprints-made-simple-from-spaghetti-to-lasagne/">guide</a> on the topic comes from Marco Torrente. In it, he explores how to turn research insights into a <strong>service blueprint</strong>, covering roles, processes, systems, and data.</p>
<figure><a title="The Difference Between A Journey Map And A Service Blueprint" href="https://medium.com/practical-service-design/the-difference-between-a-journey-map-and-a-service-blueprint-31a6e24c4a6c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6ca3c952-a7fc-8070-a0d9-9da61cc596ee.png" width="500" height="194" alt="The Difference Between A Journey Map And A Service Blueprint" border="0"></a></figure></p>

<p><h3>5. Organizing Complex Design Systems</h3>
<p>How can we manage complex Figma libraries without any friction? How to keep them clean, well-organized, and easily accessible for everyone involved? Jérôme Benoit shares valuable insights into <a href="https://medium.com/doctolib/how-we-organise-our-design-system-libraries-to-help-doctolib-designers-use-more-than-70-000-c15237c81f6c">how the team at Doctolib manages their design system</a> with <strong>900 shared components</strong> and more than 40 people involved.</p>
<figure><a title="How We Organise Our Design System Libraries" href="https://medium.com/doctolib/how-we-organise-our-design-system-libraries-to-help-doctolib-designers-use-more-than-70-000-c15237c81f6c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5bb1453f-b5fb-0d51-e085-51c947ab34b7.png" width="500" height="333" alt="How We Organise Our Design System Libraries" border="0"></a></figure></p>

<p><h3>6. Mapping Unintended Impact</h3>
<p>Every design decision we make can have consequences that were not foreseen. For example, a feature that drives short-term retention might, in the long term, drive churn or abandonment. So how can we deal with <strong>unintended consequences of UX decisions</strong>? Vitaly summarized <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-activity-7410712786319835137-1qtT">practical tips and resources</a> for exploring the direct and indirect impact of changes.</p>
<figure><a title="How To Map Unintended Consequences Of UX Decisions" href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-activity-7410712786319835137-1qtT"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e9f67088-0fb0-3f82-900c-4d8fd95503a8.png" width="500" height="329" alt="How To Map Unintended Consequences Of UX Decisions" border="0"></a></figure></p>

<p><h3>7. Dealing With Conflicting Data</h3>
<p>Maybe you’ve been there before: you’ve conducted UX research, and the quantitative and qualitative data showed different results. This doesn’t mean that either of them is wrong, but that different types of research reveal <strong>different parts of a bigger story</strong>. To help you resolve data conflicts, Vitaly shares <a href="https://www.linkedin.com/posts/vitalyfriedman_how-to-resolve-conflicting-data-and-ux-share-7340729861457534979-enqH">practical techniques for triangulating and reconciling data</a> with mixed-method research.</p>
<figure><a title="How To Resolve Conflicting Data And UX Research" href="https://www.linkedin.com/posts/vitalyfriedman_how-to-resolve-conflicting-data-and-ux-share-7340729861457534979-enqH"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4b7f5a9f-96fe-2770-2def-21a9c4ddcae8.png" width="500" height="348" alt="How To Resolve Conflicting Data And UX Research" border="0"></a></figure></p>

<p><h3>8. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Our <strong>newest Smashing book</strong>, <em>Accessible UX Research</em> by Michele A. Williams, is finally shipping worldwide! <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/412f6ffc-71be-7010-b58d-9514a2d357f3.png" width="500" height="334" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX Impact</strong></a> + <a href="https://measure-ux.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Apr 21 &ndash; May 1</li>
<li><a href="https://ai-design-patterns.com"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + UX training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #547</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-547/</link><pubDate>Tue, 24 Feb 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-547/</guid><description>This newsletter issue was sent out to 178,128 subscribers on Tuesday, February 24, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-547/" />
              <title>Smashing Newsletter: Issue #547</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #547</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-02-24T16:00:00&#43;02:00" class="op-published">2026-02-24T16:00:00+02:00</time>
                  <time datetime="2026-02-24T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>The Web is full of beautiful hidden gems. It has become an incredibly noisy and busy place, but people still experiment, play, bring <strong>useful little helpers</strong> together, and release lovely little tools for everyone to use and benefit from.</p>
<p>This newsletter issue is dedicated to just that &mdash; little hidden gems, kindly shared by people who are curious, who are passionate, and who are <strong>happy to share</strong> what they’ve learned with everyone to benefit from.</p>
<p>That’s also the spirit of our upcoming <a href="https://smashingconf.com/amsterdam-2026/"><strong>SmashingConf Amsterdam 2026</strong></a>&nbsp;🇳🇱, our <strong>shiny new event for designers and UI engineers</strong>, with focus on design systems, accessibility, AI, designing for complex products and front-end. <a href="https://smashingconf.com/amsterdam-2026/registration">Jump to details&nbsp;&rarr;</a></p>
<figure><a title="Smashing speakers at SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026/speakers"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c666d65a-f8c6-6398-d6b8-9d2c251e403b.png" width="550" height="289" alt="Smashing speakers at SmashingConf Amsterdam 2026" border="0"></a><figcaption><a href="https://smashingconf.com/amsterdam-2026/registration">Meet the speakers</a> at SmashingConf Amsterdam 2026. See you there!</figcaption></figure>
<p>And we also have a few online workshops coming up:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Interface Design Patterns Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Apr 3 &ndash; May 11</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>And now let’s dive into the magical world of hidden gems on the web!</p>
<p>&mdash; <em><a href="https://measure-ux.com">Vitaly</a></em></p>

<p><h3>1. Searching For Birds</h3>
<p>Do you have a soft spot for birds? Nadieh Bremer created a wonderful project that not only captures the hearts of bird lovers but also leaves everyone interested in data visualization, illustration, or storytelling awe-inspired. “<a href="https://searchingforbirds.visualcinnamon.com/">Searching for Birds</a>” is an interactive, <strong>dataviz-driven story</strong> that connects humans with birds by exploring how we search for them.</p>
<figure><a title="Searching For Birds" href="https://searchingforbirds.visualcinnamon.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/574b9905-b9d0-4ee1-1268-5171f18bf2f4.png" width="500" height="293" alt="Searching For Birds" border="0"></a></figure></p>

<p><h3>2. Public Work Search Engine</h3>
<p>Featuring more than 100,000 public domain works such as scans, prints, and images from The MET, New York Public Library, and other sources, <a href="https://www.cosmos.so/public-work">Cosmos’ Public Work search engine</a> is a treasure chest for anyone looking for <strong>historical artifacts</strong>. The artifacts are grouped by similarity and topic, perfect for researching themes, various points of view, and detailed drawings of objects, people, and nature.</p>
<figure><a title="Public Work" href="https://www.cosmos.so/public-work"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/af8ea763-bd5c-4842-f39d-eacafe006484.png" width="500" height="279" alt="Public Work" border="0"></a></figure></p>

<p><h3>3. New Ways Of Working Playbook</h3>
<p>How can we create a workplace where everyone on the team thrives? Mark Eddleston’s <a href="https://newwaysofworking.notion.site/New-Ways-of-Working-Playbook-dc607e37f7894f4a9be698a6573cb97b">New Ways Of Working Playbook</a> helps teams explore and experiment with <strong>collaboration patterns</strong> found in progressive organizations. It covers everything from meetings and feedback to decision-making and conflict engagement.</p>
<figure><a title="New Ways Of Working Playbook" href="https://newwaysofworking.notion.site/New-Ways-of-Working-Playbook-dc607e37f7894f4a9be698a6573cb97b"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8327d9d6-1e08-7b8d-f9f8-90550e00d3db.png" width="500" height="301" alt="New Ways Of Working Playbook" border="0"></a></figure></p>

<p><h3>4. AI Interaction Atlas</h3>
<p>What do you need to consider to design a human-centered AI system? “<a href="https://ai-interaction.com/">The Atlas of AI Interaction Design</a>” explores more than 100 interaction patterns for designing human-AI interactions. By equipping teams with a <strong>shared vocabulary</strong> for mapping roles, responsibilities, and decision points in AI systems, it helps identify gaps and responsibilities when designing complex, multi-step AI experiences.</p>
<figure><a title="Atlas Of AI Interaction Design" href="https://ai-interaction.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/806cb3dd-dc20-d1ee-ec62-e52ed39856ae.png" width="500" height="279" alt="Atlas Of AI Interaction Design" border="0"></a></figure></p>

<p><h3>5. Accessibility For Everyone</h3>
<p>Accessibility seems daunting? It doesn’t have to be. To help you <strong>navigate the accessibility landscape</strong>, Laura Kalbag offers her book <a href="https://accessibilityforeveryone.site/"><em>Accessibility For Everyone</em></a> for free reading. From understanding impairment challenges to learning how to plan for, evaluate, and test accessible design, it helps you build a solid set of accessibility best practices.</p>
<figure><a title="Accessibility For Everyone" href="https://accessibilityforeveryone.site/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2c1f62cb-5af8-3788-25fc-0ef7d80ddbf0.png" width="500" height="279" alt="Accessibility For Everyone" border="0"></a></figure></p>

<p><h3>6. Design System Tactics</h3>
<p>No matter where on your design system journey you might be, <a href="https://www.designsystemtactics.com/">Design System Tactics</a> helps you tackle all those big and small challenges you might encounter. Created by Ness Grixti, the site guides you through the <strong>complete design system process</strong>, from getting alignment and setting up a system to scaling up, improving adoption, and working with AI.</p>
<figure><a title="Design System Tactics" href="https://www.designsystemtactics.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4f08ee02-d918-448e-6170-531c9d64e413.png" width="500" height="267" alt="Design System Tactics" border="0"></a></figure></p>

<p><h3>7. Design Token Naming Guide</h3>
<p>Design system tokens are the building blocks of a design language, helping you make your design consistent and easy to scale. But how to name your tokens properly? The <a href="https://www.namedesigntokens.guide/">Design Token Naming Guide</a> summarizes everything you need to know to master naming conventions in <strong>six short, interactive lessons</strong>. And once you’re familiar with the theory, you can use the <a href="https://www.namedesigntokens.guide/builder">naming tool</a> to build your design token system right away.</p>
<figure><a title="Design Token Naming Guide" href="https://www.namedesigntokens.guide/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/04baba87-204a-e27d-34ff-d960d7cd1130.png" width="500" height="289" alt="Design Token Naming Guide" border="0"></a></figure></p>

<p><h3>8. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Interface Design Patterns Live UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Apr 3 &ndash; May 11</li>
<li><a href="https://measure-ux.com"><strong>How To Measure UX &amp; Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video Course + UX Training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>9. Accessible UX Research, Now Shipping 📚</h3>
<p>We’ve got exciting news! Printed copies of <em>Accessible UX Research</em>, a new Smashing book by Michele A. Williams, are now shipping. <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Get the book right away</a> or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">order the eBook for instant download</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9b80003f-4a3c-f14d-ad86-2cad035b568c.png" width="500" height="281" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">Accessible UX Research</a>” by Michele A. Williams. Printed copies shipping now.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">get the book right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #546</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-546/</link><pubDate>Tue, 17 Feb 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-546/</guid><description>This newsletter issue was sent out to 178,335 subscribers on Tuesday, February 17, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-546/" />
              <title>Smashing Newsletter: Issue #546</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #546</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-02-17T16:00:00&#43;02:00" class="op-published">2026-02-17T16:00:00+02:00</time>
                  <time datetime="2026-02-17T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>It’s <strong>web performance</strong> time! What’s the state of web performance today? How do we boost the performance of JavaScript-heavy applications? And what tools can we use to diagnose and improve performance?</p>
<p>In this newsletter, we look at <strong>helpful practices and techniques</strong> across web performance &mdash; from the shiny new Web Perf Almanac to Performance tooling in 2026 to optimizing React performance.</p>
<figure><a title="Upcoming Smashing online workshops in 2026" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/de0657b2-6d4a-5b24-614c-40e8865cde88.png" width="500" height="268" alt="Upcoming Smashing online workshops in 2026" border="0"></a></figure>
<p>As always, you can connect with us in the online world: here’s a <strong>quick overview</strong> of our <a href="https://smashingconf.com/online-workshops/">upcoming online workshops</a>:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16&ndash;March 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Also, meet our friendly, practical and fun <a href="https://smashingconf.com/amsterdam-2026">SmashingConfs 2026</a>:</p>
<ul>
<li><a href="https://smashingconf.com/amsterdam-2026"><strong>SmashingConf Amsterdam</strong></a> 🇳🇱 (Apr 13&ndash;16, 2026)</li>
<li><a href="https://smashingconf.com/freiburg-2026"><strong>SmashingConf Freiburg</strong></a> 🇩🇪 (Sep 7&ndash;10, 2026)</li>
<li><a href="https://smashingconf.com/antwerp-2026"><strong>SmashingConf Antwerp</strong></a> 🇧🇪 (Oct 12&ndash;15, 2026)</li>
</ul>
<p>Wishing you a truly smashing week ahead!</p>
<p>&mdash;<em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Mitigating Third-Party Impact</h3>
<p>In December, Facebook shipped an update that reintroduced the <code>unload</code> event, so if your site uses Facebook, you might have noticed performance or UX issues because <code>unload</code> breaks the browser’s <strong>instant bfcache</strong> on desktop. Erwin Hofman shares a <a href="https://www.linkedin.com/posts/erwinhofman_facebook-activity-7416456367470931968-TQ9u?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">fix</a> to limit the damage that third parties have on your site’s performance and user experience.</p>
<figure><a title="Unload" href="https://www.linkedin.com/posts/erwinhofman_facebook-activity-7416456367470931968-TQ9u?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/20d7d619-05d3-bcf6-ac9c-a5a408017c97.png" width="500" height="246" alt="Unload" border="0"></a></figure></p>

<p><h3>2. Optimizing Video Embeds</h3>
<p>Lazy-loading videos on interaction, without any JavaScript, even above the fold, and with only <strong>native HTML and CSS</strong>? It’s possible, <a href="https://frontendmasters.com/blog/performance-optimized-video-embeds-with-zero-javascript/">as Stefan Bauer shows</a>. Whether you want to embed a YouTube or Vimeo video, a CodePen, or even a map, the solution works with any heavy embed, delivering faster initial load and a clean user experience.</p>
<figure><a title="Performance-Optimized Video Embeds With Zero JavaScript" href="https://frontendmasters.com/blog/performance-optimized-video-embeds-with-zero-javascript/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/46e16241-9ab9-7a49-5e4c-37b7aea370a8.png" width="500" height="281" alt="Performance-Optimized Video Embeds With Zero JavaScript" border="0"></a></figure></p>

<p><h3>3. Throttling Individual Network Requests</h3>
<p>Let’s say you want to test how your application handles a third-party API struggling with latency or a large hero image loading on a slow connection. Starting with Chrome 145, DevTools allows you to <a href="https://developer.chrome.com/blog/throttle-individual-network-requests">throttle individual network requests</a> to test scenarios like these, <strong>without having to slow down the entire page</strong>.</p>
<figure><a title="Throttling Individual Network Requests" href="https://developer.chrome.com/blog/throttle-individual-network-requests"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2f72b34a-8c70-7d08-287d-52a6e99717ad.png" width="500" height="309" alt="Throttling Individual Network Requests" border="0"></a></figure></p>

<p><h3>4. Diagnosing Discrepancies</h3>
<p>Maybe you’ve experienced it before: You’ve run a Lighthouse audit, and the same URL got <strong>different Performance scores</strong>, depending on whether you’ve run Lighthouse locally on your computer, on PageSpeed Insights, or in a web performance monitoring tool. Matt Zeunert explains <a href="https://www.debugbear.com/blog/lighthouse-score-discrepancies">why these discrepancies happen</a> and how to identify what’s causing them.</p>
<figure><a title="How To Diagnose Lighthouse Score Discrepancies Between Tools" href="https://www.debugbear.com/blog/lighthouse-score-discrepancies"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ad654727-aad7-3b9d-fad5-93a872fffcf1.png" width="500" height="369" alt="How To Diagnose Lighthouse Score Discrepancies Between Tools" border="0"></a></figure></p>

<p><h3>5. CrUX, RUM, And Synthetic Monitoring</h3>
<p>CrUX, RUM, or synthetic monitoring &mdash; which one should you use? Mark Zeman summarized the <a href="https://www.speedcurve.com/blog/crux-rum-synthetic-web-performance-monitoring/">strengths and limitations of each monitoring tool</a> and what each of them is best used for. A handy overview to help you <strong>make the right choice</strong> so you don’t miss any valuable insights.</p>
<figure><a title="When To Use CrUX, RUM, And Synthetic Web Performance Monitoring" href="https://www.speedcurve.com/blog/crux-rum-synthetic-web-performance-monitoring/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/843c0162-d8d6-37fe-3356-bf566b1bf6db.png" width="500" height="262" alt="When To Use CrUX, RUM, And Synthetic Web Performance Monitoring" border="0"></a></figure></p>

<p><h3>6. Optimizing React Performance</h3>
<p>Whether it’s unnecessary re-renders, bloated bundles, or lagging interactions, React applications tend to slow down as they grow. To help you <strong>identify performance bottlenecks</strong> in your React app, Anna Monus wrote a <a href="https://www.debugbear.com/blog/measuring-react-app-performance">practical guide</a> to measuring and optimizing React performance.</p>
<figure><a title="How To Measure And Optimize React Performance" href="https://www.debugbear.com/blog/measuring-react-app-performance"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/19389265-2f2b-46b3-7075-d85485797573.png" width="500" height="219" alt="How To Measure And Optimize React Performance" border="0"></a></figure></p>

<p><h3>7. Web Performance Almanac</h3>
<p>What’s the current state of web performance? For its <a href="https://almanac.httparchive.org/en/2025/performance">Performance chapter</a>, the Web Almanac <strong>analyzed real-world data</strong> (both lab-based measurements and real-user performance data) to find out. The report highlights where the web is improving, where challenges remain, and which patterns are associated with better user experiences.</p>
<figure><a title="Web Almanac" href="https://almanac.httparchive.org/en/2025/performance"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/31f357e8-9950-31eb-a513-9edc3610f139.png" width="500" height="249" alt="Web Almanac" border="0"></a></figure></p>

<p><h3>8. Web Performance Tooling 2026</h3>
<p>With AI-powered tools available, the web performance tooling landscape has evolved significantly. Dan Gayle from the Performance team at Shopify distilled <a href="https://performance.shopify.com/blogs/blog/web-performance-tools-for-2026">Shopify’s internal web performance workflow</a> into <strong>steps you can run yourself</strong>. The guide is aimed at merchants, partners, and agencies looking to improve storefront performance, but even if you’re not using Shopify, it gives you a good overview of the tools available.</p>
<figure><a title="Web Performance Tools For 2026" href="https://performance.shopify.com/blogs/blog/web-performance-tools-for-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/7ce1ede6-e6d2-75a7-1af8-704b9d2a4cec.png" width="500" height="296" alt="Web Performance Tools For 2026" border="0"></a></figure></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16&ndash;March 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-design-leadership-paul-boag/"><strong>UX Design Leadership Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Mar 18&ndash;26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Mar 23 &ndash; Apr 6</li>
<li><a href="https://measure-ux.com/"><strong>How To Measure UX &amp; Design Impact</strong></a> (video course + UX training), with Vitaly Friedman.</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>10. Accessible UX Research, eBook Now Available For Download 📚</h3>
<p>We’ve got exciting news! eBook versions of <em>Accessible UX Research</em>, a new Smashing Book by Michele A. Williams, are now available for download, and shipping will start soon. <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">Order the eBook for instant download</a> now or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">reserve your print copy at the presale price</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a137cb82-ac78-542f-a443-ce4c1e6060bf.png" width="500" height="281" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/">Accessible UX Research</a>” by Michele A. Williams. eBook now available for download. Printed copies shipping early 2026.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">get the eBook right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #545</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-545/</link><pubDate>Tue, 10 Feb 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-545/</guid><description>This newsletter issue was sent out to 178,532 subscribers on Tuesday, February 10, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-545/" />
              <title>Smashing Newsletter: Issue #545</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #545</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-02-10T16:00:00&#43;02:00" class="op-published">2026-02-10T16:00:00+02:00</time>
                  <time datetime="2026-02-10T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Many surveys are <strong>biased, misleading</strong>, and <a href="https://www.muledesign.com/blog/on-surveys">not particularly actionable</a>. People often don’t give true answers, or can’t answer truthfully. And then, what people answer, think, and feel are often very different things.</p>
<p>Surveys aim to uncover what many people think or feel. But often it’s what many people <em>think</em> they think or feel. However, they do help learn where users struggle and what users’ expectations are. So how do we <strong>design surveys to be more useful</strong>? Well, that’s what this newsletter is all about!</p>
<figure><a title="SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a271a9ff-6de1-93bb-6caf-b0b16f01ce3d.jpg" width="550" height="367" alt="SmashingConf Amsterdam 2026" border="0"></a><figcaption>Meet the first <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam</a>. Only 550 seats. There will be cheese, too! <a href="https://smashingconf.com/amsterdam-2026/registration">Get your ticket</a>.</figcaption></figure>
<p>Set up your alarm clock for <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a> 🇳🇱 &mdash; a friendly conference for <strong>designers and UI engineers</strong> all around UX and front-end. With <strong>design systems</strong>, accessibility, Figma, CSS, and AI &mdash; while enjoying the best views, fun, and <em>gezelligheid</em>! <a href="https://smashingconf.com/amsterdam-2026/schedule">Jump to the schedule</a>.</p>
<p>We put our heart into crafting <strong>inclusive, valuable events</strong> (<em>online and offline!</em>) for all of us to learn and grow. We have scholarships, volunteering options, and discounts for large groups, schools, and students. Just <a href="mailto:hello@smashingconf.com">email us</a> and we’ll sort it out.</p>
<p style="margin: 1em 0;margin-bottom: 16px;"><a href="https://surveyjs.io/?utm_source=smashing&utm_medium=email&utm_campaign=main" style="float: right;padding: 0.5em;color: #006fc6;font-weight: normal;text-decoration-skip-ink: auto;text-decoration-thickness: 1px;text-underline-offset: 1px;padding: 2px 0;"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/20dfe544-4dbf-9612-bc98-83c20afe0de8.png" width="100" height="100" style="border: none;height: auto;-ms-interpolation-mode: bicubic;line-height: 100%;outline: none;text-decoration: none;display: inline;padding: 0 0 10px 10px !important; margin-top: 15px;margin-bottom: 15px;border-radius: 11px;"></a>Today’s newsletter is kindly powered by our friends at <a href="https://surveyjs.io/?utm_source=smashing&utm_medium=email&utm_campaign=main"><strong>SurveyJS</strong></a>, who build powerful <strong>open-source form libraries</strong> for secure form creation and data collection in JS applications. You can build a fully custom form and survey management for your app &mdash; with full control over form UI, logic, and your users’ data, no external data storage, and no SaaS limits.</p>
<p>Hats off to the SurveyJS team for their hard work and continued support of the web community! 🧡</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Measuring UX in B2B</h3>
<p>“How likely would you be to recommend our product to friends, family, or colleagues?” Survey questions like this have quite some drawbacks when you want to analyze <strong>what customers think of your product</strong>. Instead of relying on a single question, Anna Debenham recommends a <a href="https://medium.com/boldstart-ventures/feedback-scoring-and-gap-analysis-an-alternative-to-nps-for-dev-tools-798cc3d92966">combination of feedback scoring and gap analysis</a> to gather user feedback and gain deeper insights into how users perceive your product.</p>
<figure><a title="An Alternative To NPS For Dev Tools" href="https://medium.com/boldstart-ventures/feedback-scoring-and-gap-analysis-an-alternative-to-nps-for-dev-tools-798cc3d92966"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/69de79ef-39fb-2a52-ba42-6e405c1ad46e.png" width="500" height="304" alt="An Alternative To NPS For Dev Tools" border="0"></a></figure></p>

<p><h3>2. Survey Design Cheatsheet</h3>
<p>We create surveys to understand how people experience a product or feature, but they often reveal only the narratives people construct about their experience, not what they truly think or feel. To help you get the most out of your surveys, Vitaly created a <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-surveys-share-7222846518414708736-tOA8?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">survey design cheatsheet</a> with practical techniques to <strong>reduce bias</strong>, increase completion rates, and uncover reliable insights.</p>
<figure><a title="Survey Design Cheatsheet" href="https://www.linkedin.com/posts/vitalyfriedman_ux-surveys-share-7222846518414708736-tOA8?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5420880d-bc02-da97-1ecb-41f77c3a5574.png" width="500" height="281" alt="Survey Design Cheatsheet" border="0"></a></figure></p>

<p><h3>3. UX Research Without Access To Users</h3>
<p>Whether it’s strict NDAs, privacy regulations, or the fact that your product is still in an early phase, there are plenty of situations where you don’t have access to users to conduct UX research. Vitaly looks into <a href="https://www.smashingmagazine.com/2024/05/how-run-ux-research-without-access-users/">workarounds that help you better understand user pain points and issues</a> and shares tips for <strong>making a strong case for UX research</strong> when stakeholders are reluctant.</p>
<figure><a title="How To Run UX Research Without Access To Users" href="https://www.smashingmagazine.com/2024/05/how-run-ux-research-without-access-users/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/17a8af29-b59a-23e8-b8ae-8dd31445a09f.png" width="500" height="276" alt="How To Run UX Research Without Access To Users" border="0"></a></figure></p>

<p><h3>4. Overcoming Survey Challenges</h3>
<p>Response biases make it difficult to create surveys that deliver reliable data. Tanner Kohler <a href="https://www.nngroup.com/articles/10-survey-challenges/">examines ten common ways</a> in which survey participants tend to misinterpret their true thoughts and feelings. As he points out, it’s impossible to fully <strong>mitigate the effects</strong> of these tendencies, but there are preventive measures you can take to at least lessen them.</p>
<figure><a title="10 Survey Challenges And How To Avoid Them" href="https://www.nngroup.com/articles/10-survey-challenges/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4b419772-64b9-de54-c592-e13c552671e2.png" width="500" height="275" alt="10 Survey Challenges And How To Avoid Them" border="0"></a></figure></p>

<p><h3>5. Writing Better Survey Questions</h3>
<p>Finding just the right balance when writing survey questions can be challenging. You don’t want them to be too specific to <strong>not influence your respondents’ answers</strong>, but not all closed either, to give people the possibility to answer truthfully. Nikki Anderson shares a <a href="https://dscout.com/people-nerds/how-to-write-better-survey-questions">framework</a> for writing survey questions that find just the sweet spot to deliver the insights you need.</p>
<p>Another fantastic <a href="https://www.nngroup.com/articles/survey-best-practices/">guide</a> on the topic comes from Maddie Brown. In it, she explores the <strong>ten most common and dangerous errors</strong> that can be made when designing a survey and how to avoid them.</p>
<figure><a title="Writing Good Survey Questions: 10 Best Practices" href="https://www.nngroup.com/articles/survey-best-practices/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bd5816c6-318a-cb62-97b5-6223272667c4.png" width="500" height="249" alt="Writing Good Survey Questions: 10 Best Practices" border="0"></a></figure></p>

<p><h3>6. Survey Design Guide</h3>
<p>The team at Maze published a <a href="https://maze.co/guides/ux-surveys/">comprehensive guide</a> that helps you <strong>maximize the potential of your UX surveys</strong>. It takes you through the complete process, from outlining the scope of your survey and writing survey questions to analyzing the results. Tips for choosing the right tools for your user research and survey best practices from UX leaders are also included.</p>
<figure><a title="Ask, Analyze, Action: Your Guide To UX Surveys" href="https://maze.co/guides/ux-surveys/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cc22d3aa-e774-b9ae-3eee-a9b0a4a34e0f.png" width="500" height="279" alt="Ask, Analyze, Action: Your Guide To UX Surveys" border="0"></a></figure></p>

<p><h3>7. Survey Response Scales</h3>
<p>For a successful UX survey, the survey scale matters just as much as the language you use and the order of your questions. So, how to choose the right <strong>default values and ranges</strong> for your questionnaire? Alex Birkett wrote a practical <a href="https://cxl.com/blog/survey-response-scales/">guide</a> that covers all the fine little details of designing survey rating scales.</p>
<figure><a title="Survey Response Scales" href="https://cxl.com/blog/survey-response-scales/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/7961620b-fcb1-4104-dc78-4b3b36ce5f2a.png" width="500" height="279" alt="Survey Response Scales" border="0"></a></figure></p>

<p><h3>8. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> (or <a href="https://ai-design-patterns.com/">video</a>) <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16 &ndash; Mar 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://measure-ux.com/"><strong>Measure UX and Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video + Live UX Training</li>
<li><a href="https://smart-interface-design-patterns.com/"><strong>Smart Interface Design Patterns</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video + Live UX Training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>9. Accessible UX Research, eBook Now Available For Download 📚</h3>
<p>We’ve got exciting news! eBook versions of <em>Accessible UX Research</em>, a new Smashing Book by Michele A. Williams, are now available for download, and shipping will start soon. <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">Order the eBook for instant download</a> now or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">reserve your print copy at the presale price</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5326438b-cbea-3d4d-6158-cf227652ed15.png" width="500" height="281" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/">Accessible UX Research</a>” by Michele A. Williams. eBook now available for download. Printed copies shipping early 2026.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">get the eBook right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #544</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-544/</link><pubDate>Tue, 03 Feb 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-544/</guid><description>This newsletter issue was sent out to 178,785 subscribers on Tuesday, February 3, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-544/" />
              <title>Smashing Newsletter: Issue #544</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #544</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-02-03T16:00:00&#43;02:00" class="op-published">2026-02-03T16:00:00+02:00</time>
                  <time datetime="2026-02-03T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Design is often an exercise in <strong>resilience</strong>. Our products must work for people in any life situation they find themselves in. The path forward always lies in accessible, inclusive design &mdash; making mistakes harder to make.</p>
<p>In this newsletter, we explore <strong>accessibility and inclusive design</strong>: how to design for an aging population, ADHD, autism, deafness, dyscalculia, dementia, and neurodiversity, with practical and actionable UX guidelines.</p>
<p>On another note, <strong>design systems</strong> have been with us for a while, and they are here to stay. If done well, they make our work lives better and easier. Join <a href="https://smashingconf.com/meets-design-systems-2026">Meets Design Systems</a> next week with our <a href="https://smashingconf.com/meets-design-systems-2026/speakers">three fantastic experts</a> to hear their stories, tools, tips, and practices. <a href="https://smashingconf.com/meets-design-systems-2026/registration">Join in</a> and share yours, too!</p>
<figure><a title="Smashing Meets Design Systems 2026" href="https://smashingconf.com/meets-design-systems-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/64cd5eeb-5a12-0131-613f-c60e6c62708b.png" width="500" height="259" alt="Smashing Meets Design Systems 2026" border="0"></a><figcaption><a href="https://smashingconf.com/meets-design-systems-2026">Meets Design Systems</a> takes place on Feb 11 at <a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Smashing+Meets+Design+Systems+2026&iso=20260211T17&p1=37&ah=3">8&ndash;11 am PT</a> 🌍. Tickets are free, so why not join and spread the love!</figcaption></figure>
<p>We’re also exploring different topics in our <a href="https://smashingconf.com/online-workshops">online workshops,</a> including shiny new design patterns for better AI experiences:</p>
<figure><a title="Design Patterns For AI Interfaces" href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f7c5b548-3e3c-3688-87e9-221bf08a7d35.png" width="500" height="241" alt="Design Patterns For AI Interfaces" border="0"></a></figure>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/amsterdam-2026"><strong>SmashingConf Amsterdam 2026</strong></a> 🇳🇱🧀<br>UX and Front-End. Apr 13–16, 2026</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16 &ndash; Mar 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>We’d love to see you there! 🧡 Until then, off we go, designing better user experiences everywhere!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. ADHD</h3>
<p>Product designer Eva Katharina Wolf was diagnosed with dyslexia and ADHD and combines her personal experience and UX knowledge to <a href="https://uxdesign.cc/software-accessibility-for-users-with-attention-deficit-disorder-adhd-f32226e6037c">shine a light on typical ADHD symptoms</a>, as well as practical examples of <strong>how good design can help mitigate ADHD effects</strong>. Small changes that not only improve the experience for neurodivergent people but, as so often when it comes to accessibility, create a better experience for everyone.</p>
<figure><a title="Software Accessibility For Users With Attention Deficit Disorder (ADHD)" href="https://uxdesign.cc/software-accessibility-for-users-with-attention-deficit-disorder-adhd-f32226e6037c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/18311cf2-ef84-e38d-34cb-cf4037ce552d.png" width="500" height="423" alt="Software Accessibility For Users With Attention Deficit Disorder (ADHD)" border="0"></a></figure></p>

<p><h3>2. Dementia</h3>
<p>The number of people living with dementia is expected to increase significantly in the coming years. To enable designers, researchers, engineers, and entrepreneurs to <strong>collaborate in a meaningful way</strong> with people affected by dementia, Alzheimer’s Society released the free “<a href="https://www.alzheimers.org.uk/research/our-research/dementia-innovation/guide-designing-dementia-products-services">Dementia and co-creation</a>” guide. It provides practical tools and methods for co-creating effectively, best-practice guidelines for digital accessibility, and case studies.</p>
<figure><a title="A Practical Guide To Designing Products And Services For People Affected By Dementia" href="https://www.alzheimers.org.uk/research/our-research/dementia-innovation/guide-designing-dementia-products-services"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e2d229ad-2e9f-2c0b-3895-dba253840a8e.png" width="500" height="352" alt="A Practical Guide To Designing Products And Services For People Affected By Dementia" border="0"></a></figure></p>

<p><h3>3. Older Adults</h3>
<p>How can designers respond to the needs of an aging population? Matthew Stevens wrote a helpful <a href="https://uxdesign.cc/designing-for-older-audiences-checklist-best-practices-b6ca3ec5bcbf">guide</a> with best practices for <strong>improving usability for older audiences</strong>, and in effect, for everyone else, too.</p>
<p>Another great read with practical tips to help older adults use your products comes from Dr. Michal Halperin Ben Zvi and Kinneret Yifrah. They share <a href="https://uxdesign.cc/golden-microcopy-helping-older-users-use-your-product-f0f1b173aa3e">guidelines and examples</a> for writing <strong>microcopy</strong> that is clear, supportive, and trustworthy.</p>
<figure><a title="Designing For Older Audiences" href="https://uxdesign.cc/golden-microcopy-helping-older-users-use-your-product-f0f1b173aa3e"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/43cca13e-51f1-e548-5505-ccc8aa35d780.png" width="500" height="319" alt="Designing For Older Audiences" border="0"></a></figure></p>

<p><h3>4. Autism</h3>
<p>Every person on the autistic spectrum experiences the world differently, which makes it difficult to design an experience that fits everyone perfectly. However, there are a few things we can keep in mind to <strong>improve the experience</strong> for autistic users. Vitaly summarized <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-accessibility-activity-7099294629887397888-L1d0?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">practical tips</a> you can apply right away.</p>
<p>Drawing on experiences from the autistic community, Irina Rusakova outlines <a href="https://uxdesign.cc/inclusive-design-guide-7-principles-of-designing-for-the-autistic-community-1e6dcd4bae85">core principles of designing for autistic people</a>. By incorporating them into your product, you’ll not only improve usability for autistic users but also <strong>reduce cognitive load</strong> for everyone.</p>
<figure><a title="How To Design For Autistic People" href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-accessibility-activity-7099294629887397888-L1d0?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/de132659-ba9a-2bcc-0192-76b18a688b06.png" width="500" height="370" alt="How To Design For Autistic People" border="0"></a></figure></p>

<p><h3>5. Deafness</h3>
<p>What’s to consider when designing for deaf people? Marie van Driessche, a Dutch designer, who herself is deaf since birth, gave an insightful <a href="https://www.youtube.com/watch?v=M0cR_HTeWUo">talk</a> at Awwwards Conference in Amsterdam a few years ago in which she shines a light on deafness, sign language, the <strong>deaf community</strong>, what’s important when designing for deaf people, and how others can benefit, too.</p>
<figure><a title="Inclusive Design: Designing For Deaf People Helps Everyone" href="https://www.youtube.com/watch?v=M0cR_HTeWUo"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c0b24bad-201d-fbf0-fc7a-9f1db91fc839.png" width="500" height="283" alt="Inclusive Design: Designing For Deaf People Helps Everyone" border="0"></a></figure></p>

<p><h3>6. Dyscalculia</h3>
<p>Whether it’s managing money, arranging appointments, or doing calculations, numbers are everywhere. So, how can we <strong>present numbers and data</strong> so that everyone can make sense of them, no matter their math skills or level of numeracy? <a href="https://accessiblenumbers.com/">Accessible Numbers</a> explores how small tweaks like rounding up or leaving space around numbers improve the usability of your product or service.</p>
<figure><a title="Accessible Numbers" href="https://accessiblenumbers.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e08de72f-66d9-bdc3-23b7-34bd08dd33b4.png" width="500" height="337" alt="Accessible Numbers" border="0"></a></figure></p>

<p><h3>7. Neurodiversity</h3>
<p>To raise awareness for designing for neurodiverse users, Stéphanie Walter compiled a <a href="https://stephaniewalter.design/blog/neurodiversity-and-ux-essential-resources-for-cognitive-accessibility/">list of essential resources</a> that help you understand and design for <strong>dyslexia</strong>, <strong>dyscalculia</strong>, <strong>autism</strong>, and <strong>ADHD</strong>. It includes technical accessibility considerations, personal accounts and lived experiences, as well as guidance for creating more inclusive products.</p>
<figure><a title="Neurodiversity And UX: Essential Resources For Cognitive Accessibility" href="https://stephaniewalter.design/blog/neurodiversity-and-ux-essential-resources-for-cognitive-accessibility/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0fdbdf2c-416d-6ad6-641f-9ed049d9c7b5.png" width="500" height="341" alt="Neurodiversity And UX: Essential Resources For Cognitive Accessibility" border="0"></a></figure></p>

<p><h3>8. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16 &ndash; Mar 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>9. Accessible UX Research, eBook Now Available For Download 📚</h3>
<p>We’ve got exciting news! eBook versions of <em>Accessible UX Research</em>, a new Smashing Book by Michele A. Williams, are now available for download! Which means <strong>soon the book will go to the printer</strong>. <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">Order the eBook for instant download</a> now or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">reserve your print copy at the presale price</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/de264b1c-b11b-5611-3f26-1aa1d175e501.png" width="500" height="281" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/">Accessible UX Research</a>” by Michele A. Williams. eBook now available for download. Printed copies shipping early 2026.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">get the eBook right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #543</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-543/</link><pubDate>Tue, 27 Jan 2026 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-543/</guid><description>This newsletter issue was sent out to 179,028 subscribers on Tuesday, January 27, 2026.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-543/" />
              <title>Smashing Newsletter: Issue #543</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #543</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2026-01-27T16:00:00&#43;02:00" class="op-published">2026-01-27T16:00:00+02:00</time>
                  <time datetime="2026-01-27T16:00:00&#43;02:00" class="op-modified">2026-05-12T15:41:59+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Designing for <strong>complex interfaces</strong> is challenging. There are plenty of dependencies, entry points, volumes of data, nested filters, bulk operations &mdash; and often with a sprinkle of legacy and opinionated stakeholders.</p>
<p>In this newsletter, we look at some of the <strong>UX challenges and design patterns</strong> to deal with complex navigation, icon labels, modals, toasts &mdash; and make them a bit easier to use, and a bit harder to make mistakes with. And if you‘d like to dive deeper, we have a <a href="https://smart-interface-design-patterns.com/">video course</a> and <a href="https://smashingconf.com/online-workshops">online workshops</a> on just that.</p>
<p>We’re also getting ready for a new round of workshops and <a href="https://smashingconf.com/amsterdam-2026">SmashingConfs 2026</a>:</p>
<figure><a title="Smashing Workshops 2026" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/de0657b2-6d4a-5b24-614c-40e8865cde88.png" width="500" height="303" alt="Smashing Workshops 2026" border="0"></a></figure>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16 &ndash; Mar 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UIs Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Sending a lot of positive energy and optimism your way, everyone &mdash; and let’s explore interface design patterns in the meantime!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Bulk Upload</h3>
<p>Many bulk upload features are lacking, so how can we do better? Drawing on her experience from improving bulk upload in an <strong>online recruiting tool</strong>, Livinda Christy shares <a href="https://medium.com/design-bootcamp/ux-case-study-bulk-upload-feature-785803089328">solutions to common issues and challenges</a>. She walks you step by step through the process of creating a hassle-free file import and also offers tips for defending your design decisions in front of stakeholders.</p>
<figure><a title="UX Case Study: Bulk Upload Feature" href="https://medium.com/design-bootcamp/ux-case-study-bulk-upload-feature-785803089328"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2e4a95f7-5909-9770-41ab-1852d6cc566d.png" width="500" height="477" alt="UX Case Study: Bulk Upload Feature" border="0"></a></figure></p>

<p><h3>2. Effective Maps UX</h3>
<p>What’s to consider when designing a user experience around maps? Michael Gaigg wrote a comprehensive <a href="https://www.mapuipatterns.com/">guide to effective maps UX</a>. From selecting the right layout and interacting with the map to dealing with complex data and designing for mobile devices, it highlights <strong>practical design patterns</strong>, as well as common mistakes and how to avoid them.</p>
<figure><a title="Design Patterns For
Effective Maps UX" href="https://www.mapuipatterns.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/004940f0-1f59-3247-ab3d-d1b03e6ca4c6.png" width="500" height="330" alt="Design Patterns For
Effective Maps UX" border="0"></a></figure></p>

<p><h3>3. Icon Labels</h3>
<p>When you use icons in an interface, do you usually add text labels? If not, you might want to reconsider your approach. As Christopher Butler points out in his post “<a href="https://www.chrbutler.com/in-defense-of-text-labels">In Defense of Text Labels</a>,” even the simplest icons can create ambiguity, <strong>slowing down users’ orientation</strong> within an interface. By combining text labels and icons, you create clearer affordances than either element could on its own.</p>
<figure><a title="In Defense Of Text Labels" href="https://www.chrbutler.com/in-defense-of-text-labels"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3bd79f5d-ba42-b372-7a3a-127b1a4fab83.png" width="500" height="383" alt="In Defense Of Text Labels" border="0"></a></figure></p>

<p><h3>4. Top Vs. Side Navigation</h3>
<p>Top navigation or side navigation &mdash; which is the best choice for your context? Taras Bakusevych <a href="https://uxdesign.cc/top-navigation-vs-side-navigation-wich-one-is-better-24aa5d835643">compares both</a> to find out <strong>where each of them performs best</strong>. As he concludes, top navigation uses little space and works well when there aren’t too many navigation items, whereas side navigation is a good fit for products with a large number of navigation links, as it is easily scalable and configurable.</p>
<figure><a title="Top Vs. Side Navigation" href="https://uxdesign.cc/top-navigation-vs-side-navigation-wich-one-is-better-24aa5d835643"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fd004be1-b934-5d18-cece-6c364b3baa8c.png" width="500" height="308" alt="Top Vs. Side Navigation" border="0"></a></figure></p>

<p><h3>5. Redesigning Complex Navigation</h3>
<p>Maybe you’ve been there before: your product grew, and the information architecture struggled to keep pace. Pranava Tandra shares valuable <a href="https://www.intercom.com/blog/designing-for-clarity-restructuring-intercoms-information-architecture/">insights and lessons learned</a> from how the Intercom team tackled this challenge and restructured their IA, with <strong>clarity becoming the guiding principle</strong> behind every design decision.</p>
<figure><a title="Designing For Clarity: How We Restructured Intercom’s Information Architecture" href="https://www.intercom.com/blog/designing-for-clarity-restructuring-intercoms-information-architecture/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1632eef2-7299-1ef7-7d7a-c50415b46b05.png" width="500" height="357" alt="Designing For Clarity: How We Restructured Intercom’s Information Architecture" border="0"></a></figure></p>

<p><h3>6. Toast Messages UX</h3>
<p>Toast messages gently remind users about a successful event or change of state, <strong>without interrupting them</strong> from their main task. However, there are also some things we need to watch out for when designing toasts and snackbars. Vitaly summarized what you need to know to avoid common usability issues and <a href="https://www.linkedin.com/posts/vitalyfriedman_design-guidelines-for-toast-messages-ux-activity-7235182514091274240-qwfp/">make your toast messages effective</a>.</p>
<figure><a title="Design Guidelines For Toast Messages UX" href="https://www.linkedin.com/posts/vitalyfriedman_design-guidelines-for-toast-messages-ux-activity-7235182514091274240-qwfp/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5385f561-486c-7d83-1bda-6109e4eb46f0.png" width="500" height="355" alt="Design Guidelines For Toast Messages UX" border="0"></a></figure></p>

<p><h3>7. Onboarding</h3>
<p>How can we create a pleasant, seamless onboarding experience? In her <a href="https://blog.prototypr.io/your-product-onboarding-playbook-421ccadbe25c">Product Onboarding Playbook</a>, Eleana Gkogka shares tips and best practices to help you offer just the right amount of guidance and support to <strong>keep users engaged</strong>.</p>
<p>A handy little <a href="https://www.figma.com/de-de/community/file/1154730991789332817/choosing-onboarding-methods-and-components">tool</a> to help you choose the best <strong>onboarding methods and components</strong> for your feature or service comes from the NewsKit Design System team. It asks you four questions to determine your onboarding strategy.</p>
<figure><a title="Your Product Onboarding Playbook" href="https://blog.prototypr.io/your-product-onboarding-playbook-421ccadbe25c"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4ad8d024-63eb-89cc-770b-44714aadadcf.png" width="500" height="273" alt="Your Product Onboarding Playbook" border="0"></a></figure></p>

<p><h3>8. Modal Vs. Page</h3>
<p>Let’s say you’re designing a registration flow, and one of the steps requires some more information. Do you add an additional page or use a modal overlay? Ryan Neufeld synthesized <strong>guidelines</strong>, heuristics, and recommendations into a <a href="https://uxplanet.org/modal-vs-page-a-decision-making-framework-34453e911129">flowchart</a> that helps you assess which component best suits your project’s needs.</p>
<figure><a title="Modal Vs. Page: A Decision Making Framework" href="https://uxplanet.org/modal-vs-page-a-decision-making-framework-34453e911129"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/efb0298d-3b6d-1f83-ee83-33948c40c104.png" width="500" height="194" alt="Modal Vs. Page: A Decision Making Framework" border="0"></a></figure></p>

<p><h3>9. Upcoming Workshops and Conferences</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, be it <strong>accessibility</strong>, performance, or design patterns. In fact, we have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.</p>
<figure><a title="Smashing Online Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6fc06af5-aa9b-c9c1-7f40-9f3cd5af6bc2.png" width="500" height="268" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in an in-person workshop from wherever you are.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Feb 16 &ndash; Mar 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UI Masterclass</strong></a> <span class="note note--design">Design</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-interactive-components/"><strong>Building Interactive, Accessible Components with Modern CSS &amp; JS</strong></a> <span class="note note--dev">Dev</span><br>with Stephanie Eckles. Mar 5&ndash;13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--ux">UX</span><br>with Christine Vallaure. Mar 18&ndash;24</li>
<li><a href="https://measure-ux.com"><strong>How To Measure UX and Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Video course + UX training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>10. Accessible UX Research, eBook Now Available For Download 📚</h3>
<p>We’ve got exciting news! eBook versions of <em>Accessible UX Research</em>, a new Smashing Book by Michele A. Williams, are now available for download! Which means <strong>soon the book will go to the printer</strong>. <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">Order the eBook for instant download</a> now or <a href="https://www.smashingmagazine.com/printed-books/accessible-ux-research/">reserve your print copy at the presale price</a>.</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/33f7d5f7-47c1-96f4-df14-d360d8c66f7f.png" width="500" height="281" alt="Accessible UX Research" border="0"></a><figcaption>Meet our brand-new book: “<a href="https://www.smashingmagazine.com/2025/12/accessible-ux-research-ebook-release/">Accessible UX Research</a>” by Michele A. Williams. eBook now available for download. Printed copies shipping early 2026.</figcaption></figure>
<p><em>Accessible UX Research</em> is your practical guide to <strong>making UX research more inclusive</strong> of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <a href="accessibleresearchsample">Download a free sample</a> (PDF, 2.3MB) or <a href="https://www.smashingmagazine.com/ebooks/accessible-ux-research-ebook/">get the eBook right away</a>.</p></p>

<p><h3>That’s All, Folks!</h3>
<p><strong>Thank you so much for reading</strong> and for your support in helping us keep the web dev and design community strong with our newsletter. See you next time!</p></p>

<p><em>This newsletter issue was written and edited by Geoff Graham (gg), Cosima Mielke (cm), Vitaly Friedman (vf), and Iris Lješnjanin (il).</em></p>

              </article>
            </body>
          </html>
        ]]></content:encoded></item></channel></rss>