<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>Thu, 25 Dec 2025 09:32:05 +0000</lastBuildDate><item><author>The Smashing Newsletter Team</author><title>Smashing Newsletter: Issue #538</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-538/</link><pubDate>Tue, 16 Dec 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-538/</guid><description>This newsletter issue was sent out to 180,756 subscribers on Tuesday, December 16, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-538/" />
              <title>Smashing Newsletter: Issue #538</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #538</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-12-16T16:00:00&#43;02:00" class="op-published">2025-12-16T16:00:00+02:00</time>
                  <time datetime="2025-12-16T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>It might appear that the speed of shipping <strong>new CSS features</strong> to the web has slowed down, but <a href="https://chrome.dev/css-wrapped-2025/">the opposite seems to be true</a>. From invoker commands and anchored container queries to <strong>scroll-state queries</strong> and tree-counting functions: CSS keeps evolving, and with it useful CSS techniques and libraries &mdash; and this newsletter highlights just that.</p>
<p>Today’s newsletter issue is kindly powered by our dear friends at <a href="https://www.siteimprove.com/">Siteimprove</a>, who help folks create high-performing, accessible <strong>content that’s easy to discover</strong> by both humans and AI. Thank you to the entire Siteimprove team for their hard work and kind support! 🧡</p>
<p>With the holidays coming up and things (<em>sort of</em>) slowing down this time of the year (<em>don’t forget to breathe!</em>), here's a quick overview of <a href="https://smashingconf.com/online-workshops/">front-end &amp; UX online workshops 2026</a> to help you plan next year:</p>
<figure><a title="Front-End and UX Workshops" href="https://smashingconf.com/online-workshops/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1a317857-e469-a1b0-8ccf-f9e515fda8c6.jpg" width="550" height="351" alt="Front-end and UX workshops" border="0"></a><figcaption>Upcoming online workshops in Jan–Feb 2026: from behavioral design to accessibility to AI interfaces. <a title="Front-End and UX Workshops" href="https://smashingconf.com/online-workshops/">Jump to all workshops</a>.</figcaption></figure>

<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Jan 15&ndash; 29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-testing-manuel-matuzovic/"><strong>Deep Dive On Accessibility Testing</strong></a> <span class="note note--dev">Dev</span><br>with Manuel Matuzović. Jan 19 &ndash; Feb 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/building-with-ai-lovable-christine-vallaure/"><strong>Building With AI For Everyone</strong></a> <span class="note note--free">Free</span><br>with Christine Vallaure. Jan 20</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. Jan 22 &ndash; Feb 26</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--ux">UX</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>As we are nearing the end of the year, I sincerely hope that you will have a chance to spend some <strong>peaceful and delightful time</strong> with your loved ones, old and new friends, and perhaps even total strangers.</p>
<p>Sending a lot of <strong>positive energy</strong>, enthusiasm, and love your way, everyone &mdash; to you and to wonderful people around you.</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Popover Hint</h3>
<p>Let’s say you have an open popover &mdash; a menu or dialog, for example &mdash; and want to display another, unrelated popover, such as a tooltip or a link preview. <code>popover=&ldquo;hint&rdquo;</code> makes it possible, while keeping the primary popover open. Una Kravets <a href="https://una.im/popover-hint">explains how it works</a> and how interest invokers (still experimental) enhance the approach further by removing the need for JavaScript.</p>
<figure><a title="What Is Popover Hint?" href="https://una.im/popover-hint"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ad978fb2-483b-11e2-71f0-604c7ba4607d.png" width="500" height="351" alt="What Is Popover Hint?" border="0"></a></figure></p>

<p><h3>2. Animations To Graphs</h3>
<p>Stanko Tadić built a handy little tool for <strong>debugging animations</strong> and all other occasions when you want to break down a complex animation to examine it more closely: <a href="https://muffinman.io/monorail/">Monorail</a>. It turns any CSS keyframe animation into an interactive graph and lets you drag or play through the timeline to see how the animated values change frame by frame.</p>
<figure><a title="Monorail" href="https://muffinman.io/monorail/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/70460630-2d95-b16a-11ee-1bdb52a540f4.png" width="500" height="373" alt="Monorail" border="0"></a></figure></p>

<p><h3>3. Styling Alt Text</h3>
<p>It’s frustrating when an image isn’t loading, but we can make the experience at least a little better by styling our <code>alt</code> texts. <a href="https://piccalil.li/blog/you-can-style-alt-text-like-any-other-text/">As Andy Bell shows</a>, it’s just <strong>as simple as styling any other text</strong>. A nice detail to elevate your user interface and show you care, even when things don’t go as expected.</p>
<figure><a title="You Can Style Alt Text Like Any Other Text" href="https://piccalil.li/blog/you-can-style-alt-text-like-any-other-text/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/57a2d195-21a1-cb80-0f0c-1c9ad2de11cc.png" width="500" height="325" alt="You Can Style Alt Text Like Any Other Text" border="0"></a></figure></p>

<p><h3>4. SVG To CSS Shape Converter</h3>
<p>When it comes to CSS shapes, there’s probably no one who has such a large collection as Temani Afif. But not only that, he also creates useful <a href="https://css-generators.com/">tools</a> that let everyone easily generate their own. To take advantage of the new <code>shape()</code> function, he has now created an <a href="https://css-generators.com/svg-to-css/">SVG to CSS Shape Converter</a> that converts <code>path()</code> shapes into <code>shape()</code> commands. It works with images and supports gradient coloration.</p>
<figure><a title="SVG To CSS Shape Converter" href="https://css-tricks.com/svg-to-css-shape-converter/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bc4c197b-0396-dabb-3258-85eee5fadee9.png" width="500" height="214" alt="SVG To CSS Shape Converter" border="0"></a></figure></p>

<p><h3>5. Adjusting Perceived Font Weight</h3>
<p>Have you ever noticed that <strong>white text on a black background looks thicker</strong> than black text on a white background, although the weights are the same? Adam Argyle shows how you can <a href="https://nerdy.dev/adjust-perceived-typepace-weight-for-dark-mode-without-layout-shift">adjust the perceived font weight for dark mode</a> without layout shift, using variable fonts and the <code>GRAD</code> axis.</p>
<figure><a title="Adjusting Perceived Font Weight" href="https://nerdy.dev/adjust-perceived-typepace-weight-for-dark-mode-without-layout-shift"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1d4e33cf-06b0-c89b-23fb-8bc412587054.png" width="500" height="277" alt="Adjusting Perceived Font Weight" 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/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Jan 15&ndash; 29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-testing-manuel-matuzovic/"><strong>Deep Dive On Accessibility Testing</strong></a> <span class="note note--dev">Dev</span><br>with Manuel Matuzović. Jan 19 &ndash; Feb 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Products</strong></a> + <a href="https://ai-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Jan 22 &ndash; Feb 26</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/complex-ui-vitaly-friedman/"><strong>Designing For Complex UIs</strong></a> + <a href="https://smart-interface-design-patterns.com/">video course</a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Responsive Letter Spacing</h3>
<p>Take the following scenario: You want to apply reduced letter spacing to your typography, but in a way that transitions gradually. As <code>font-size</code> increases, you want the <code>letter-spacing</code> to decrease, tightening headings and large text while keeping smaller text readable. As Tyler Sticka shows, <a href="https://cloudfour.com/thinks/responsive-letter-spacing/">modern CSS is up to the challenge</a>, and it takes only one CSS rule.</p>
<figure><a title="Responsive Letter Spacing" href="https://cloudfour.com/thinks/responsive-letter-spacing/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/7be187d2-9e3a-3910-1cb6-7307d738a4c1.png" width="500" height="280" alt="Responsive Letter Spacing" border="0"></a></figure></p>

<p><h3>7. OKLCH Color Tools</h3>
<p>The OKLCH color model makes working with colors much easier as the colors are more accurate in terms of <strong>how humans perceive them</strong>. To help you harness the power of OKLCH, Jakub Krehel created <a href="https://oklch.fyi/">oklch.fyi</a>, a suite of OKLCH tools. They let you explore the color space, create color palettes, compare OKLCH and sRGB gradients, and convert colors to OKLCH.</p>
<figure><a title="OKLCH" href="https://oklch.fyi/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/26176043-e9e3-836c-513b-14d670e11836.png" width="500" height="374" alt="OKLCH" border="0"></a></figure></p>

<p><h3>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/e16595c3-a6a7-93dc-9e03-a24bb3eddae3.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 #537</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-537/</link><pubDate>Tue, 09 Dec 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-537/</guid><description>This newsletter issue was sent out to 181,231 subscribers on Tuesday, December 9, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-537/" />
              <title>Smashing Newsletter: Issue #537</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #537</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-12-09T16:00:00&#43;02:00" class="op-published">2025-12-09T16:00:00+02:00</time>
                  <time datetime="2025-12-09T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Designers are often <a href="https://medium.com/the-design-coach/why-designers-sound-negative-and-why-thats-a-good-thing-2d31f13df069">opinionated</a>, and that’s a good thing. We <strong>raise uncomfortable questions</strong>, voice concerns, and question decisions. But in the words of Andy Budd, “best teams don’t treat pessimism as a threat. They treat it as insurance.” Designers aren't trying to be difficult &mdash; just to make sure a vision survives first contact with reality.</p>
<p>In this newsletter, we feature a few <strong>helpful tools</strong> and resources for designers &mdash; with lessons learned, advice on design career, tools, and useful techniques.</p>
<p>Today’s newsletter issue is kindly powered by our dear friends at <a href="https://penpot.app/">Penpot</a>, a wonderful free, <strong>open-source tool for design</strong> and code collaboration, without handoff challenges and with support for prototyping, UI design, and code &mdash; all in one tool. Heads up to the entire Penpot team for their hard work and kind support! 🧡</p>
<p>We hope you’ve already <strong>set your alarm clocks</strong>: Join us tomorrow for <a href="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ff802965-ac02-408a-b0cf-0267a7b7c87e.png">Smashing Meets Easy Accessibility</a> (free for everyone &mdash; please spread the love!). We’ve also prepared many <a href="https://smashingconf.com/online-workshops/"><strong>front-end &amp; UX online workshops</strong></a> to help you plan your events early next year:</p>
<figure><a title="" href=""><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/567e47f2-6b5e-bc9c-651f-90c54a66df9d.png" width="500" height="" alt="" border="0"></a></figure>
<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">Design</span><br>with Christine Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Jan 15&ndash; 29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-testing-manuel-matuzovic/"><strong>Deep Dive On Accessibility Testing</strong></a> <span class="note note--dev">Dev</span><br>with Manuel Matuzović. Jan 19 &ndash; Feb 2</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/building-with-ai-lovable-christine-vallaure/"><strong>AI For Everyone: Deep-Dive Into Lovable</strong></a> <span class="note note--free">Free</span><br>with Chirstina Vallaure. Jan 20</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 UIs</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Thanks for being smashing! 🧡 Happy designing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. The Rhythm Of Your Screen</h3>
<p>The length of a screen is not the problem; lack of rhythm is, argues Christopher Butler. To retain your users’ attention as they scroll and scan through a page, he shares <a href="https://www.chrbutler.com/the-rhythm-of-your-screen">four simple tips for better information architecture</a>. They help you <strong>create structure and rhythm</strong>, making it easier for users to quickly process information.</p>
<figure><a title="The Rhythm Of Your Screen" href="https://www.chrbutler.com/the-rhythm-of-your-screen"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b8e2354a-c1da-e156-6eaf-a70c955f2f5c.png" width="500" height="349" alt="The Rhythm Of Your Screen" border="0"></a></figure></p>

<p><h3>2. Icon Design Principles</h3>
<p>Designing high-quality icons is an art that requires a lot of practice to finally master it. But what exactly is the <strong>secret behind great icons</strong>? What do you need to consider to successfully convey meaning with just a few strokes? Helena Zhang explores the question, illustrating <a href="https://uxdesign.cc/7-principles-of-icon-design-e7187539e4a2?sk=v2%2F6dc7300d-5dde-42e5-a2df-a2fcf096f30a">seven principles of great icon design</a> through real-world examples.</p>
<figure><a title="Icon Design Principles" href="https://uxdesign.cc/7-principles-of-icon-design-e7187539e4a2?sk=v2%2F6dc7300d-5dde-42e5-a2df-a2fcf096f30a"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/95eec193-7c55-02ca-672c-674d5ce337b4.png" width="500" height="219" alt="Icon Design Principles" border="0"></a></figure></p>

<p><h3>3. Fixing A Broken Color Palette</h3>
<p>Too many choices, inconsistencies, inaccessible combinations, and color names that are difficult to make sense of &mdash; fixing a broken color palette can seem like an overwhelming task. So, where to begin? Adam Wilson shares precious insights into <a href="https://medium.com/skyscanner-product-design/how-we-fixed-skyscanners-broken-colour-palette-ec25d19167dc">how the Skyscanner team refined their color palette</a>, along with <strong>process, naming, testing</strong>, and explorations to get there.</p>
<figure><a title="Fixing Skyscanner’s Broken Color Palette" href="https://medium.com/skyscanner-product-design/how-we-fixed-skyscanners-broken-colour-palette-ec25d19167dc"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/43fe6e28-1fb7-03ae-5819-32aa450bdafc.png" width="500" height="277" alt="Fixing Skyscanner’s Broken Color Palette" border="0"></a></figure></p>

<p><h3>4. The Only Designer</h3>
<p>Being the only designer at a startup is exciting but also exhausting. Maria Gonzalez knows this from her own experience, and so she decided to collect <a href="https://www.theonlydesigner.com/">tips</a> on being the only brand, communications, visual, or business designer at a <strong>startup</strong>. If you, too, have lived it and would like to share insights on what it’s like, you are welcome to contribute your story so others can learn from it.</p>
<figure><a title="The Only Designer" href="https://www.theonlydesigner.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/11661deb-7453-2133-02f0-94ac90acb410.png" width="500" height="251" alt="The Only Designer" border="0"></a></figure></p>

<p><h3>5. Semantic Art Gallery</h3>
<p>Imagine an art gallery curated just for you, based on your mood and imagination. That is what the <a href="https://www.semantic.art/">Semantic Art Gallery</a> is all about. The AI-powered art search engine finds actual <strong>artworks from history</strong> that embody the emotion or idea that you type in, no matter how poetic or nuanced your query might be. A breathtaking example of what can be achieved with LLMs, beyond the typical prompt bar for generation.</p>
<figure><a title="Semantic Art Gallery" href="https://www.semantic.art/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ffcd24a1-c916-eb8a-da7d-2665fa776802.png" width="500" height="329" alt="Semantic Art Gallery" border="0"></a></figure></p>

<p><h3>Upcoming Workshops and Conferences</h3>
<p>For the last years, we&rsquo;ve been running accessible, practical <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 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&rsquo;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--design">Design</span><br>with Christine Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Jan 15&ndash; 29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-testing-manuel-matuzovic/"><strong>Deep Dive On Accessibility Testing</strong></a> <span class="note note--dev">Dev</span><br>with Manuel Matuzović. Jan 19 &ndash; Feb 2</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://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>6. A Synthesizer For Color</h3>
<p>Frustrated by existing color palette generators, Ryan Feigenbaum created <a href="https://colorpalette.pro/">Color Palette Pro</a>, a color palette generator with a synthesizer-like interface. It generates six different color palettes based on a base color, in four styles and across eight color spaces and formats. To dive deeper into what it is capable of, also be sure to check out Ryan’s <a href="https://ryanfeigenbaum.com/color-palette-pro/">blog post</a>.</p>
<figure><a title="Color Palette Pro" href="https://colorpalette.pro/?color=oklch%2864.7%25+0.263+352%29&paletteType=ana&paletteStyle=square&colorFormat=oklch&effects=0%2C0%2C0%2C0"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f09d6ac5-dcc9-a3bf-9172-546affed7291.png" width="500" height="296" alt="Color Palette Pro" border="0"></a></figure></p>

<p><h3>7. Lessons Of Design</h3>
<p>After almost 20 years in design, Fabricio Teixeira decided to pause for a moment to write down <strong>what he finds compelling about his craft</strong>. Why does he do what he does? What lessons has he learned? And why does he choose to continue doing it? <a href="https://lessons.design/">Lessons of Design</a> is a treasure chest of design wisdom for both aspiring and experienced designers.</p>
<figure><a title="Lessons Of Design" href="https://lessons.design/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bd5da00e-8503-e2c7-fd8f-8eab9fe88ebd.png" width="500" height="336" alt="Lessons Of Design" border="0"></a></figure></p>

<p><h3>8. Design Career Milestones</h3>
<p>Whether it’s working with challenging clients, developing a unique style, or balancing client work and passion projects, there are certain <strong>milestones</strong> that most designers reach during their professional lives. Readymag collected <a href="https://readymag.com/readymag/navigating-design-career/">personal stories from experienced design leaders</a> to reflect on common challenges and ways to master them.</p>
<figure><a title="Design Career" href="https://readymag.com/readymag/navigating-design-career/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/05bdba62-6cf8-7c69-fb2d-c54fe8691609.png" width="500" height="365" alt="Design Career" border="0"></a></figure></p>

<p><h3>9. Meet Design System Culture, Our Upcoming Smashing Book 📚</h3>
<p><strong>We have exciting news!</strong> We’re so happy to announce that “Maturing Design Systems,” a Smashing book by Ben Callahan, will soon be joining the Smashing Library! Ben’s insights and advice are so powerful, and we can’t wait to share this book with you! <strong>Pre-orders will be available soon.</strong></p>
<figure><a title="Maturing Design Systems written by Ben Callahan" href="https://www.smashingmagazine.com/2025/11/design-system-culture/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/66293e71-c60b-8407-09ff-1cac9843f296.png" width="500" height="281" alt="Maturing Design Systems written by Ben Callahanh" border="0"></a><figcaption>Enter “Maturing Design Systems,” a very welcome addition to our Smashing Library of books. Ben Callahan pulls from years of experience building and consulting on design systems to create a framework for growth and stability.</figcaption></figure>
<p>You can <a href="https://www.smashingmagazine.com/2025/11/design-system-culture/">read an excerpt of Maturing Design Systems</a>, in which he explores the anatomy of a design system, explains how culture shapes outcomes, and shares practical guidance for the challenges at each stage &mdash; from building v1 and growing healthy adoption to navigating “the teenage years” and ultimately running a stable, influential system.</p>
<p>Stay signed up to our Smashing newsletter and <strong>be one of the first to know</strong> when Maturing Design Systems is available for preorder. We can’t wait to share this book with you!</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 #536</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-536/</link><pubDate>Tue, 02 Dec 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-536/</guid><description>This newsletter issue was sent out to 181,601 subscribers on Tuesday, December 2, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-536/" />
              <title>Smashing Newsletter: Issue #536</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #536</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-12-02T16:00:00&#43;02:00" class="op-published">2025-12-02T16:00:00+02:00</time>
                  <time datetime="2025-12-02T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p><strong>Performance tooling</strong>! Web performance might seem daunting at first, yet there is no shortage of neat little helpers to help us all find bottlenecks and opportunities to boost it. This newsletter is just about that.</p>
<p>We’ll cover tools for HTTP header performance, TTFB testers, little helpers to track bottlenecks, and an image analysis tool &mdash; just a few <strong>helpful bookmarks</strong> to keep close when working on web perf-related issues.</p>
<p>Today’s newsletter issue is kindly powered by our dear friends at <a href="https://www.debugbear.com/">DebugBear</a>, a <strong>useful performance tool</strong> to monitor and optimize performance, including Google CrUX Data and RUM. Heads up to Matt and the team for their hard work and kind support! 🧡</p>
<p>The Smashing team is always on the roll: there are still <strong>early-bird tickets</strong> to <a href="https://smashingconf.com/antwerp-2026">SmashingConf Antwerp 2026</a> 🍫 left! Until then, we have online workshops to finish the year strong:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christine Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<figure><a title="Smashing Meets Easy Accessibility" href="https://smashingconf.com/meets-easy-accessibility"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ff802965-ac02-408a-b0cf-0267a7b7c87e.png" width="500" height="345" alt="Smashing Meets Easy Accessibility" border="0"></a><figcaption>Smashing Meets Easy Accessibility! <a href="https://smashingconf.com/meets-easy-accessibility">Join us on Wednesday, Dec 10</a>. Tickets are free for our community &mdash; make sure to spread the love!</figcaption></figure>
<p>Thank you, dear friends, and off we go into the world of testing, documenting, and applying web accessibility!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em>

<h3>1. Testing TTFB Around The World</h3>
</p><p>Time to First Byte (TTFB) measures how quickly visitors to your website receive a response from your server. And that varies, depending on <strong>where they are located</strong> in the world. To find out where your website is fast and where you need to improve, DebugBear’s <a href="https://www.debugbear.com/test/ttfb">TTFB Test</a> tests TTFB from ten locations across the globe &mdash; from San Francisco to Tokyo, Helsinki to Sydney.</p>
<figure><a title="TTFB Test" href="https://www.debugbear.com/test/ttfb"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/279dd102-61ac-4742-860c-91ace7326e2b.png" width="500" height="311" alt="TTFB Test" border="0"></a></figure>

<h3>2. Useful WebPerf Snippets</h3>
<p>Whether you need an overview of all resources that are blocking rendering or want to track all interactions as you click around a page, Joan León’s <a href="https://webperf-snippets.nucliweb.net/">WebPerf Snippets</a> are sure to come in handy. It’s a curated list of useful snippets for <strong>Core Web Vitals, interaction, and loading</strong>. You can paste them into the browser console or run them directly in Chrome DevTools.</p>
<figure><a title="WebPerf Snippets" href="https://webperf-snippets.nucliweb.net/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/476f261d-ac27-1d58-2793-cca759dcc14d.png" width="500" height="309" alt="WebPerf Snippets" border="0"></a></figure>

<h3>3. HTTP Header Performance Analyzer</h3>
<p>A misconfigured website header has a direct negative impact on a site’s performance. To help you ensure your server’s HTTP headers are <strong>optimized for speed</strong>, Arjen Karel created the <a href="https://www.corewebvitals.io/tools/pagespeed-header-analyzer">HTTP Header Performance Analyzer</a>. All you need to do is enter a URL, and the tool analyzes the header for caching, compression, protocol, and security optimizations.</p>
<figure><a title="HTTP Header Performance Analyzer" href="https://www.corewebvitals.io/tools/pagespeed-header-analyzer"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a99342fe-4cab-2d01-3f85-931994171c5f.png" width="500" height="199" alt="HTTP Header Performance Analyzer" border="0"></a></figure>

<h3>4. Find And Fix Performance Issues</h3>
<p>Does your site respect performance good practices? And are there any front-end problems that slow it down? <a href="https://yellowlab.tools/">Yellow Lab Tools</a> makes it easy to find out. Created by Gaël Métais, the tool collects various <strong>metrics and statistics</strong> for a given URL, which are then categorized and transformed into scores. No worries, you’re not left alone with the detected issues: The tool also provides precise information on how to fix them.</p>
<figure><a title="Yellow Lab Tools" href="https://yellowlab.tools/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0eba3215-6d27-c591-093c-05e0b65085c5.png" width="500" height="321" alt="Yellow Lab Tools" border="0"></a></figure>

<h3>5. Get Your <code>&lt;head&gt;</code> In Order</h3>
<p>How you order elements in the <code>&lt;head&gt;</code> of your page can affect performance, and the <a href="https://rviscomi.github.io/capo.js/">Capo.js</a> Chrome extension is a handy little helper for <strong>optimizing sort order</strong>. The script logs two info groups to the console: the actual order of the elements in the <code>&lt;head&gt;</code> and the optimal order. A color system makes it easy to spot any high-impact elements out of order at a glance.</p>
<figure><a title="Capo.js" href="https://rviscomi.github.io/capo.js/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8f0e8c03-aadf-49d3-646a-64d4724746ee.png" width="500" height="238" alt="Capo.js" border="0"></a></figure>

<h3>6. Context-Aware Web Performance</h3>
<p>A low battery, weak connection, or enabled data saver mode &mdash; wouldn’t it be cool if you could adapt the experience based on a user’s context? <a href="https://csswizardry.com/Obs.js/demo/">Obs.js</a> makes it possible. It uses the Navigator and Battery APIs to <strong>get contextual information</strong> about your user’s connection strength, battery status, and device capability, so you can adapt delivery accordingly.</p>
<figure><a title="Obs.js" href="https://csswizardry.com/Obs.js/demo/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bef6996e-fd71-6fb8-f839-0a57719ab63c.png" width="500" height="325" alt="Obs.js" border="0"></a></figure>

<h3>7. Image Analysis Tool</h3>
<p>Optimizing images can significantly speed up page load time. If you want to explore how changes to image size, format, quality, and encoding affect your site’s performance, Cloudinary’s free <a href="https://webspeedtest.cloudinary.com/">Website Image Analysis Tool</a> provides you with actionable insights. It analyzes the images on any given page and <strong>evaluates the optimization potential</strong>.</p>
<figure><a title="Image Analysis Tools" href="https://webspeedtest.cloudinary.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/52acf758-2089-cfab-5537-3434de0dfbfe.png" width="500" height="274" alt="Image Analysis Tools" border="0"></a></figure>

<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/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1–12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christine Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Jan 15&ndash; 29</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/accessibility-testing-manuel-matuzovic/"><strong>Deep Dive On Accessibility Testing</strong></a> <span class="note note--dev">Dev</span><br>with Manuel Matuzović. Jan 19 &ndash; Feb 2</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. Jan 22 &ndash; Feb 26</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--ux">UX</span><br>with Vitaly Friedman. Mar 3&ndash;17</li>
<li><a href="https://ai-design-patterns.com/"><strong>AI Design Patterns + Measure UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Friendly UX bundles (30% off)</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>

<h3>9. Meet Design System Culture, Our Upcoming Smashing Book 📚</h3>
<p><strong>We have exciting news!</strong> We’re so happy to announce that “Maturing Design Systems,” a Smashing book by Ben Callahan, will soon be joining the Smashing Library! Ben’s insights and advice are so powerful, and we can’t wait to share this book with you! <strong>Pre-orders will be available soon.</strong></p>
<figure><a title="Maturing Design Systems written by Ben Callahan" href="https://www.smashingmagazine.com/2025/11/design-system-culture/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/66293e71-c60b-8407-09ff-1cac9843f296.png" width="500" height="281" alt="Maturing Design Systems written by Ben Callahan" border="0"></a><figcaption>Enter “Maturing Design Systems,” a very welcome addition to our Smashing Library of books. Ben Callahan pulls from years of experience building and consulting on design systems to create a framework for growth and stability.</figcaption></figure>
<p>You can <a href="https://www.smashingmagazine.com/2025/11/design-system-culture/">read an excerpt of Maturing Design Systems</a>, in which he explores the anatomy of a design system, explains how culture shapes outcomes, and shares practical guidance for the challenges at each stage &mdash; from building v1 and growing healthy adoption to navigating “the teenage years” and ultimately running a stable, influential system.</p>
<p>Stay signed up to our Smashing newsletter and <strong>be one of the first to know</strong> when Maturing Design Systems is available for preorder. We can’t wait to share this book with you!</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 #535</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-535/</link><pubDate>Tue, 25 Nov 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-535/</guid><description>This newsletter issue was sent out to 181,892 subscribers on Tuesday, November 25, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-535/" />
              <title>Smashing Newsletter: Issue #535</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #535</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-11-25T16:00:00&#43;02:00" class="op-published">2025-11-25T16:00:00+02:00</time>
                  <time datetime="2025-11-25T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p><strong>What does success look like</strong> for your UX team? Hopefully, it’s not just the velocity of delivery or the number of completed Jira tickets per month. As designers become a bit less tactical and a bit <a href="https://durran.notion.site/The-Strategic-Product-Designer-1749449aeae2801aad83c1451430e070">more strategic</a>, we have to find ways to <strong>measure UX</strong>, and what impact it has on business.</p>
<p>This newsletter is all about that &mdash; how to measure UX and how to establish <strong>design KPIs</strong>. From UX metrics and UX scorecards to measuring experiences, not product use. If you’d like to dive deeper, we have a whole <a href="https://measure-ux.com/">practical guide on measuring UX</a> &mdash; along with the <a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/">upcoming live online workshop</a> starting next week.</p>
<figure><a title="SmashingConf Antwerp 2026" href="https://smashingconf.com/antwerp-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5533a8dd-e66e-9171-1b6d-62a2b7010f0c.png" width="500" height="500" alt="SmashingConf Antwerp 2026" border="0"></a><figcaption>Design systems, Figma, waffles and cheese <span>🧀</span> &mdash; meet <a href="https://smashingconf.com/antwerp-2026">SmashingConf Antwerp 2026</a> <span>🇧🇪</span> on design &amp; UX.</figcaption></figure>
<p>We’ve also just announced our shiny new <a href="https://smashingconf.com/antwerp-2026">SmashingConf Antwerp 2026</a> 🇧🇪 &mdash; a friendly, <strong>practical conference</strong> in beautiful Antwerp, with insights and <strong>hands-on workshops</strong> on design, UX, design systems, design patterns, AI, accessibility and Figma. <a href="https://smashingconf.com/antwerp-2026">Get your early-bird ticket</a>!</p>
<p>Upcoming workshops this/next week:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christine Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>Wishing you a fantastic rest of the week, everyone &mdash; and happy Thanksgiving as well!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Practical Guide To Measuring UX</h3>
<p>Terms like UMUX or SEQ can seem quite intimidating when you set foot into the world of UX metrics. No worries, they don’t have to be, and you don’t need to be a statistician to evaluate a design, either. To help you take your first steps towards <strong>objective evaluation</strong>, Roma Videnov wrote an easy-to-read <a href="https://uxplanet.org/measuring-ux-your-first-step-towards-objective-evaluation-a408b312777b">guide to measuring UX</a>.</p>
<figure><a title="Measuring UX: Your First Step Towards Objective Evaluation" href="https://uxplanet.org/measuring-ux-your-first-step-towards-objective-evaluation-a408b312777b"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f90a7231-cfa1-a223-1538-28cceabec43f.png" width="500" height="312" alt="Measuring UX: Your First Step Towards Objective Evaluation" border="0"></a></figure></p>

<p><h3>2. UX Metrics</h3>
<p>If you want to learn more about the different types of UX metrics at your disposal, Alex A. Szczurek compiled a comprehensive <a href="https://uxplanet.org/list-of-ux-metrics-81a30e8b90b0?sk=v2%2F6639d302-0dbf-4a65-bd6d-7ce91a0b9971">list</a>, covering everything from behavioral and attitudinal metrics to engagement and outcome metrics. For each of them, she summarizes what it measures, <strong>why it’s important</strong>, and, if necessary, how to calculate it.</p>
<figure><a title="List Of UX Metrics" href="https://uxplanet.org/list-of-ux-metrics-81a30e8b90b0?sk=v2%2F6639d302-0dbf-4a65-bd6d-7ce91a0b9971"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/89864191-847b-e36d-9a26-1cc6f949e7f5.png" width="500" height="318" alt="List Of UX Metrics" border="0"></a></figure></p>

<p><h3>3. The Value Of The Right UX Metrics</h3>
<p>“To measure someone’s happiness, measure whether you’ve improved their life,” argues Jared M. Spool. He shares a <a href="https://articles.centercentre.com/how-the-right-ux-metrics-show-game-changing-value/">story</a> of how a UX team used <strong>outcome-driven metrics</strong> instead of standard UX metrics to demonstrate the value of their work to executives. A great example of how you can make the impact that UX improvements have on a business much more tangible.</p>
<figure><a title="How the Right UX Metrics Show Game-Changing Value" href="https://articles.centercentre.com/how-the-right-ux-metrics-show-game-changing-value/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/7786a182-54a4-5c50-056b-6d6b0d8eaa51.png" width="500" height="339" alt="How the Right UX Metrics Show Game-Changing Value" border="0"></a></figure></p>

<p><h3>4. UX Metrics Cheat Sheet</h3>
<p>You’re already familiar with measuring UX and are looking for a quick overview of UX metrics? Measuring U published a <a href="https://measuringu.com/an-overview-of-70-ux-metrics/">cheat sheet</a> that lists more than <strong>70 UX metrics</strong>, organized from task-level to study-level, and highlighting popularity, ease of collection, and reference benchmarks at a glance. A handy little helper you might want to keep close for future reference.</p>
<figure><a title="An Overview of 70+ UX Metrics" href="https://measuringu.com/an-overview-of-70-ux-metrics/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d5a8cfcf-259a-5bb4-a1dc-78694638c7eb.png" width="500" height="296" alt="An Overview of 70+ UX Metrics" border="0"></a></figure></p>

<p><h3>5. How To Select A UX Metric</h3>
<p>With so many UX metrics available, it can be challenging to decide which ones to pick to <strong>get exactly the insights you need</strong>. To help you choose the right measures for your observations, Jeff Sauro and Jim Lewis break the decision down into <a href="https://measuringu.com/how-to-select-a-ux-metric/">five simple steps</a>. This approach works particularly well when combined with the <a href="https://measuringu.com/an-overview-of-70-ux-metrics/">Measuring U cheat sheet</a>.</p>
<figure><a title="How To Select A UX Metric" href="https://measuringu.com/how-to-select-a-ux-metric/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/21a85bb7-6e28-e6a1-19a1-8be7af54d24d.png" width="500" height="280" alt="How To Select A UX Metric" border="0"></a></figure></p>

<p><h3>6. Quantifying And Communicating UX</h3>
<p>If you’re looking for a real-world example of how to quantify the user experience and communicate the results with a UX scorecard, Matthew Garvin has got you covered. He wrote a helpful <a href="https://uxdesign.cc/quantifying-and-communicating-the-user-experience-ed0d09d4f8cf">guide</a> that dives deep into the maths behind UX metrics and how to turn the analysis into a scorecard that enables teams to clearly <strong>identify priorities</strong> for their next sprint.</p>
<figure><a title="UX Scorecards: Quantifying and Communicating the User Experience" href="https://uxdesign.cc/quantifying-and-communicating-the-user-experience-ed0d09d4f8cf"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cce7f720-ff28-44fa-cc07-af7bfec03d7a.png" width="500" height="333" alt="UX Scorecards: Quantifying and Communicating the User Experience" border="0"></a></figure></p>

<p><h3>7. Accessibility Metrics Scorecard</h3>
<p>Accessibility isn’t just a compliance checkbox; it’s a human right, and when treated as a core principle, it can become a driver of innovation, user satisfaction, and <strong>business growth</strong>. Based on insights from companies across different industries, the team at Stark created an <a href="https://www.getstark.co/blog/accessibility-metrics-scorecard-template/">Accessibility Metrics scorecard template</a> that helps you establish or refine your accessibility processes and connect them to business KPIs.</p>
<figure><a title="The Accessibility Metrics Scorecard Template" href="https://www.getstark.co/blog/accessibility-metrics-scorecard-template/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/36c87c57-a7d7-99d9-9fbb-383688b8d7a9.png" width="500" height="366" alt="The Accessibility Metrics Scorecard Template" border="0"></a></figure></p>

<p><h3>8. How To Create A UX Scorecard</h3>
<p>How has our product changed over time? <strong>How does it compare to others</strong> in the industry? UX scorecards can help address questions like these. Nikki Anderson and Allison Corr wrote a practical <a href="https://www.dscout.com/people-nerds/ux-scorecard">guide to creating a UX scorecard</a> in eight steps. It covers everything from setting goals to conducting your study and visualizing your findings.</p>
<figure><a title="How to Create a UX Scorecard" href="https://www.dscout.com/people-nerds/ux-scorecard"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0c223f66-ea0c-15fc-7436-b1f75c11b752.png" width="500" height="232" alt="How to Create a UX Scorecard" border="0"></a></figure></p>

<p><h3>9. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bf610253-6f87-861c-2015-402c078cb064.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping early 2026. eBook available for download in December 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #534</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-534/</link><pubDate>Tue, 18 Nov 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-534/</guid><description>This newsletter issue was sent out to 182,705 subscribers on Tuesday, November 18, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-534/" />
              <title>Smashing Newsletter: Issue #534</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #534</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-11-18T16:00:00&#43;02:00" class="op-published">2025-11-18T16:00:00+02:00</time>
                  <time datetime="2025-11-18T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>AI is reshaping <strong>how we design and build</strong> digital products, but if our tools and UIs are not accessible, we are simply amplifying exclusion at scale. From accessible AI chat to fully accessible chatbots, we need conversational UIs that <strong>work reliably with assistive technologies</strong>, respect humans, and have clear, predictable interaction patterns.</p>
<p>In this newsletter, we look at <strong>accessible, respectful AI</strong> that helps teams design and build sustainable, ethical workflows. They are how we make sure AI is not there, but genuinely <strong>usable and beneficial</strong> for everyone.</p>
<p>On the <em>Smashing</em> side of things, we have a few friendly <a href="https://smashingconf.com/online-workshops">online workshops</a> to keep you on your toes:</p>
<ul>
<li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Why You Will Not Be Replaced by AI</a> (Nov 19, <em>free!</em>)</li>
<li><a href="https://smashingconf.com/meets-easy-accessibility">Smashing Meets Accessibility</a> (Dec 10, <em>free!</em>)</li>
</ul>
<figure><a title="Why You Will Not Be Replaced by AI" href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/011ffb25-d9cc-afae-d953-f7e0ea31743d.png" width="500" height="333" alt="Why You Will Not Be Replaced by AI" border="0"></a><figcaption>Join us tomorrow for Vitaly’s <a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">free online workshop</a> from 09:00 AM &ndash; 12:30 PM PT (<a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=You%20Will%20Not%20Be%20Replaced%20By%20AI&iso=20251119T09&p1=224&ah=3&am=30">check your timezone</a>). We’d love to see you there!</figcaption></figure>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christina Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul>
<p>We hope you’ll enjoy today’s newsletter! Thank you as always for reading and for your kind and ongoing support &mdash; we sincerely appreciate it!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/iris-lj/">Iris</a></em></p>

<p><h3>1. Accessible AI Chat</h3>
<p>From how a user provides input to how responses are displayed and how resulting processes flow, chatting with AI brings along some <strong>unique accessibility challenges</strong>, particularly for screen reader and keyboard users. Mike Gower dives deep into the <a href="https://medium.com/design-ibm/catching-up-on-accessibility-with-ai-chat-1129be33c184">accessibility of AI chats</a> and how we can work towards a more inclusive AI experience.</p>
<figure><a title="Catching Up On Accessibility With AI Chat" href="https://medium.com/design-ibm/catching-up-on-accessibility-with-ai-chat-1129be33c184"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/068e877a-d3db-3767-5cc6-00c2ff0466cf.png" width="500" height="319" alt="Catching Up On Accessibility With AI Chat" border="0"></a></figure></p>

<p><h3>2. The State Of AI Accessibility</h3>
<p>Some see AI as the ultimate solution, others as armageddon in motion. But what are the facts when it comes to AI and accessibility? In her talk at FFConf last year, Léonie Watson cut through the noise to examine <strong>the good, the bad</strong>, and the “bollocks” of AI and accessibility. A <a href="https://www.youtube.com/watch?v=Ij-GLix2QUQ">recording</a> is available on YouTube.</p>
<figure><a title="AI And Accessibility: The Good, The Bad, And The Bollocks" href="https://www.youtube.com/watch?v=Ij-GLix2QUQ"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9f080018-2f80-5053-756b-deae1fa0a859.png" width="500" height="289" alt="AI And Accessibility: The Good, The Bad, And The Bollocks" border="0"></a></figure></p>

<p><h3>3. How To Build An Accessible Chatbot</h3>
<p>Chatbots are often an accessibility barrier. After testing dozens of chat widgets with screen readers and other assistive technologies, Darren Lee decided to build a more <a href="https://www.makethingsaccessible.com/guides/how-to-build-an-accessible-chatbot/">accessible prototype for a chat interface</a>. As he points out, the code is quite messy, but it is intended to <strong>open discussions between teams</strong> and provide a starting point for better implementation.</p>
<figure><a title="How To Build An Accessible Chatbot" href="https://www.makethingsaccessible.com/guides/how-to-build-an-accessible-chatbot/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f4e96dba-3771-860b-241e-c38af08e685a.png" width="500" height="266" alt="How To Build An Accessible Chatbot" border="0"></a></figure></p>

<p><h3>4. Accessibility And The Agentic Web</h3>
<p>Even the most accessible e-commerce website doesn’t provide enough information to let <strong>users who can’t see the product images</strong> make a confident choice. Léonie Watson explores how <a href="https://tetralogical.com/blog/2025/08/08/accessibility-and-the-agentic-web/">AI-powered personal shopping assistants</a> can enhance accessibility and what a shift towards agentic AI could mean for the future of the web.</p>
<figure><a title="Accessibility And The Agentic Web" href="https://tetralogical.com/blog/2025/08/08/accessibility-and-the-agentic-web/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/55fbe7f9-ed83-df4a-47a6-1f44b509cf6c.png" width="500" height="316" alt="Accessibility And The Agentic Web" border="0"></a></figure></p>

<p><h3>5. AI Work Study Guide</h3>
<p>AI doesn’t guarantee better, more efficient work, but it can <strong>assist in your existing UX workflow</strong>. Tanner Kohler compiled a <a href="https://www.nngroup.com/articles/ai-work-study-guide/">study guide</a> with links to useful articles and videos that the NN/g published on using AI for UX work. Practical tips, not only for leveraging AI in a clever way, but also for staying valuable as a UX professional in the age of AI.</p></p>

<p><h3>6. AI Chat Patterns</h3>
<p>If you’re looking for a quick overview of what to consider to make a chat component accessible, the <a href="https://design.visa.com/patterns/chat/accessibility/">Visa Product Design System</a> has got you covered. It summarizes accessibility <strong>best practices for implementing chat components</strong>, including an overview of how screen readers work and how to get sender identification and chat announcements right.</p>
<figure><a title="AI Chat Patterns" href="https://design.visa.com/patterns/chat/accessibility/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c8f09ced-d183-4c93-e5b1-810365e8ff02.png" width="500" height="373" alt="AI Chat Patterns" border="0"></a></figure></p>

<p><h3>7. Accessibility Annotation Toolkits</h3>
<p>Accessibility often gets overlooked and then needs to be fixed for compliance later on. To resolve potential accessibility issues before they even emerge, it is a good idea to <strong>document accessibility</strong> already in your design files. Vitaly collected <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-accessibility-activity-7135568572046544896-mWsN?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">Figma toolkits</a> that make accessibility annotations so easy that they become a natural part of your design workflow.</p>
<figure><a title="Accessibility Annotation Toolkits" href="https://www.linkedin.com/posts/vitalyfriedman_ux-accessibility-activity-7135568572046544896-mWsN?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ec144fbd-5f34-f14e-958b-90fd2efa3b37.png" width="500" height="381" alt="Accessibility Annotation Toolkits" border="0"></a></figure></p>

<p><h3>8. Deque Axe AI</h3>
<p>Deque released a suite of three <a href="https://www.deque.com/axe/ai/">AI-powered accessibility tools</a> that combine <strong>human expertise with automation and AI</strong> to help developers identify and fix accessibility issues. The tools provide accessibility issue detection in the IDE, answer your accessibility questions, and run Intelligent Guided Tests right in your browser.</p>
<figure><a title="Deque AI" href="https://www.deque.com/axe/ai/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/e474cec6-9484-40c6-8adf-e0fa8bb6f4fd.png" width="500" height="308" alt="Deque AI" border="0"></a></figure></p>

<p><h3>9. Lightning Design System</h3>
<p>With generative AI experiences, we are facing new, dynamic UI needs. The Salesforce team expanded its <a href="https://www.lightningdesignsystem.com/2e1ef8501/p/85bd85-lightning-design-system-2">Lightning Design System</a> to support these needs, <strong>reimagining how design systems work</strong>, both within the design-development workflow and within dynamically generated user experiences. It includes <a href="https://www.lightningdesignsystem.com/2e1ef8501/p/95c37a-agentic-design">guidelines for agentic design</a> and a Figma library with patterns for designing agentic experiences.</p>
<figure><a title="Lightning Design System" href="https://www.lightningdesignsystem.com/2e1ef8501/p/85bd85-lightning-design-system-2"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/46c25297-0966-9a94-d34b-95742a95fa62.png" width="500" height="274" alt="Lightning Design System" border="0"></a></figure></p>

<p><h3>10. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f8b6c355-fe06-9e9d-909c-7e42feb8e1cb.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #533</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-533/</link><pubDate>Tue, 11 Nov 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-533/</guid><description>This newsletter issue was sent out to 182,904 subscribers on Tuesday, November 11, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-533/" />
              <title>Smashing Newsletter: Issue #533</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #533</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-11-11T16:00:00&#43;02:00" class="op-published">2025-11-11T16:00:00+02:00</time>
                  <time datetime="2025-11-11T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>In the noisy and polluted world today, <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-activity-7392550876088782848-JI6_">trust doesn’t come for free</a>. It <strong>doesn’t emerge by default</strong>. It must be earned and meticulously preserved &mdash; by being reliable, accountable, and treating customers with respect. This holds true for people, but it also holds true for software.</p>
<p>In this newsletter, we look at <strong>design patterns for building trust</strong> &mdash; with useful guidelines and pointers to more trustworthy and reliable AI experiences, and how to orchestrate them. And if you’d like to dive deeper, we have a whole video library on <a href="https://ai-design-patterns.com/">design patterns for AI</a> as well.</p>
<p>As always, we have a good number of <strong>friendly online workshops</strong> to finish this year off strong:</p>
<ul>
    <li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Why You Will Not Be Replaced by AI</a> (Nov 19, <em>free!</em>)</li>
    <li><a href="https://smashingconf.com/meets-easy-accessibility">Smashing Meets Accessibility</a> (Dec 10, <em>free!)</em></li>
</ul>
<figure><a title="Smashing Meets Accessibility" href="https://smashingconf.com/meets-easy-accessibility"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ffd76ae7-d0ec-080d-f0cd-c6c51cc3a926.png" width="500" height="343" alt="Smashing Meets Accessibility" border="0"></a><figcaption>Join us on December 10 at <a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Smashing+Meets+Music&iso=20251022T17&p1=37&ah=3">8&ndash;11 AM PT</a>. Tickets are free for our community, so why not join and spread the love!</figcaption></figure>
<ul>
    <li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/">Theming Design Systems</a> (Dec 1&ndash;15)</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/">How To Measure UX and Design Impact</a> (Dec 1&ndash;12)</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/">The New CSS Toolkit</a> (Dec 3&ndash;17)</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/">Figma Workflow Masterclass</a> (Dec 10&ndash;16, <em>early-bird tickets available!</em>)</li>
</ul>
<p>Thanks for being smashing! 🧡 Happy designing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Building Trust In AI Products</h3>
<p>Am I chatting with AI or a human being? Can I trust this AI-generated answer? What are the sources? AI products are super powerful, but as designers, we need to be extra careful to ensure that users have the confidence not only that the <strong>product works reliably</strong> but also in alignment with their personal goals and values. So, how can we achieve that? How to design AI products that people can trust?</p>
<figure><a title="Trustworthy AI Products: Essential UX Patterns" href="https://koistudios.kit.com/ai-ux"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/927047d3-06d7-b6ab-ac0b-16093b36940e.png" width="500" height="364" alt="Trustworthy AI Products: Essential UX Patterns" border="0"></a></figure>
<p>Anyi Sun and Andrea Nguyen from KoiStudios published a helpful <a href="https://koistudios.kit.com/ai-ux">PDF guide</a> on exactly that. It explores the <strong>psychology of trust</strong> and highlights ten essential UX patterns for building trust in AI products, along with real-world examples for each pattern. Short and sweet tips to help you integrate trust-building elements into the user experience. <em>(cm)</em></p></p>

<p><h3>2. Trust-Building UX Patterns</h3>
<p>Trust is a fundamental human need. As users, we want to <strong>feel safe and secure</strong> when we use a product or service. We want to be sure that we are in control and that our data and privacy are protected. It’s that feeling of trust that can set a product apart from the competition.</p>
<figure><a title="Design Patterns Catalogue" href="https://catalogue.projectsbyif.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9e187046-4596-b4fe-cae1-17fa1fb7f206.png" width="500" height="274" alt="Design Patterns Catalogue" border="0"></a></figure>
<p>The team at IF published a useful <a href="https://catalogue.projectsbyif.com/">design patterns catalogue</a> with UX patterns that help teams design trustworthy services. It shines a light on more than 60 patterns across six categories: <strong>understanding and influencing decisions</strong>, signing in, giving and removing consent, giving access to data, getting access to data, and doing security checks. Each pattern not only comes with a short summary of why it matters, but also a list of advantages, limitations, and examples. <em>(cm)</em></p></p>

<p><h3>3. UI For AI</h3>
<p>With AI here to stay, user interfaces need to evolve. So, what could this look like? What could a UI look like that is optimized for AI-powered products, while going <strong>beyond the chatbot text box</strong>? Dan Saffer works with a group of students to explore exactly that. He shares insights into the group’s ongoing work in a <a href="https://medium.com/ui-for-ai">series of blog posts</a>.</p>
<figure><a title="Prototyping Concepts" href="https://medium.com/ui-for-ai/prototyping-concepts-160f9e0dde4f"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/68962ac5-443f-ab2b-6603-a906c7dbdccb.png" width="500" height="356" alt="Prototyping Concepts" border="0"></a></figure>
<p>The goal of “UI for AI,” as the project is called, is to find new ways of making the unique capabilities of AI understandable and more useful. By now, the group has created <a href="https://medium.com/ui-for-ai/prototyping-concepts-160f9e0dde4f">low-fidelity prototypes</a> for recurring concepts that structure the user experience when interacting with generative models, among them <strong>memory handling</strong>, context switching, conversation flow, blank canvas, and refinement. Interesting ideas are guaranteed. <em>(cm)</em></p></p>

<p><h3>4. AI Interaction Patterns</h3>
<p>How are designers responding to the challenges that AI brings along? When Emily Campbell started consulting teams on AI and product strategy, she noticed how inconsistent the existing experiences were. Companies are prioritizing “doing AI” but struggling to gracefully <strong>integrate it into their current products</strong>, so her observation. To help designers make AI feel familiar and straightforward for users, Emily created <a href="https://www.shapeof.ai/">The Shape of AI</a>.</p>
<figure><a title="The Shape Of AI" href="https://www.shapeof.ai/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/15eef6c1-6bb2-8ceb-e420-00003b9af3bb.png" width="500" height="281" alt="The Shape Of AI" border="0"></a></figure>
<p>The Shape of AI is a growing collection of AI interaction patterns that rely on proven human interaction and cognition frameworks. They cover everything from identifiers for <strong>distinguishing AI content</strong> to trust indicators for controlling the response and assessing its accuracy. A great reminder that although our interfaces may evolve due to the rise of AI, the foundations of good design are more relevant than ever. <em>(cm)</em></p></p>

<p><h3>5. IBM Design For AI Guidelines</h3>
<p>With all the excitement surrounding AI, it’s tempting to rush to create something that takes advantage of these powerful new capabilities. To design for AI in a way that really benefits our users, we shouldn’t skip a crucial step, though: We need to <strong>reconsider our design considerations</strong> to account for this new kind of human/machine relationship. IBM’s <a href="https://www.ibm.com/design/ai/">Design for AI</a> guide provides a solid foundation you can build upon.</p>
<figure><a title="Design For AI" href="https://www.ibm.com/design/ai/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/47250498-6707-fefe-7dc1-0be2b952b5a3.png" width="500" height="240" alt="Design For AI" border="0"></a></figure>
<p>Design for AI explores what designing for a system that can understand, reason, learn, and interact encompasses. It shines a light on design factors for AI, what is required to design <strong>authentic AI-based relationships</strong>, and the ethical implications involved. A thought-provoking read to get into the AI mindset. <em>(cm)</em></p></p>

<p><h3>6. Designing Loops, Not Paths</h3>
<p>Historically, software design has followed workflow-based methodologies, breaking down objectives into a sequence of tasks to achieve a desired outcome. Like a script that is followed until the goal is met. However, as we all know, <strong>real life rarely follows a script</strong>. It is unpredictable and much messier than a linear process suggests. With recent advancements in AI, we now have an expanded range of design possibilities that allow us to better adapt to this complexity.</p>
<figure><a title="Designing Loops, Not Paths" href="https://medium.com/microsoft-design/designing-loops-not-paths-591b7689227f"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/587c316b-8d41-e2d5-5d2d-7bff2b0411e5.png" width="500" height="281" alt="Designing Loops, Not Paths" border="0"></a></figure>
<p>Matt Fick and Max Peterschmidt, Senior UX Architect and Principal User Researcher for Business &amp; Industry Copilot at Microsoft, introduce a design practice that embraces the messiness of real life: <a href="https://medium.com/microsoft-design/designing-loops-not-paths-591b7689227f">loops</a>. Instead of following a rigid, step-by-step workflow, loops operate as <strong>continuous cycles</strong> of sensing, deciding, and making adjustments until the goal is reached. A holistic approach that empowers people to better navigate the real world with all its unpredictability. <em>(cm)</em></p></p>

<p><h3>7. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c49091a7-b8dd-98c4-cf8a-8b25c18389a9.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #532</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-532/</link><pubDate>Tue, 04 Nov 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-532/</guid><description>This newsletter issue was sent out to 183,117 subscribers on Tuesday, November 4, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-532/" />
              <title>Smashing Newsletter: Issue #532</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #532</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-11-04T16:00:00&#43;02:00" class="op-published">2025-11-04T16:00:00+02:00</time>
                  <time datetime="2025-11-04T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>How do we write <strong>HTML emails in 2025</strong>? Historically, HTML email has always been complicated. Email clients change your code, add links where they might not be intended, remove styles or HTML, rename classes and IDs, and add their own styles and features &mdash; not to mention the world of <a href="https://www.hteumeuleu.com/2020/outlook-rendering-engine/">Outlook</a>.</p>
<p>In this newsletter, we look at the <strong>shiny new world of HTML emails</strong> &mdash; with useful tools, examples, guidelines, and techniques for responsive design and dark mode. If you need to design and build HTML emails every now and again, you might find a few helpful tools in there.</p>
<figure><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/85e2eede-f466-c575-231f-e263b2432e11.jpg" width="550" height="430" alt="The CSS Toolkit workshop"></a><figcaption>Meet the <a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/">New CSS Toolkit Workshop</a>, with one-and-only Kevin Powell.</figcaption></figure>
<p>As we are nearing the end of the year, we also launched our <a href="https://smashingconf.com/online-workshops">final online workshops</a> for this year:</p>
<ul id="all-workshops">
    <li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI</strong></a> + <a href="https://ai-design-patterns.com/">new video course</a>&nbsp;🍎 <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/"><strong>UX Strategy In Action</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Nov 6&ndash;20</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
    <li><a href="https://smashingconf.com/online-workshops/"><strong>Jump to all workshops&nbsp;&rarr;</strong></a>&nbsp;🎢</li>
</ul>
<p>We also have a few <strong>free online events</strong> coming up:</p>
<ul>
    <li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><strong>Why You Will Not Be Replaced by AI</strong></a> <span class="note note--ux">UX</span> (Nov 19)</li>
    <li><a href="https://smashingconf.com/meets-easy-accessibility"><strong>Smashing Meets Accessibility</strong></a> <span class="note note--dev">Dev</span> (Dec 10)</li>
</ul>
<p>And as always, I hope you’ll find a bit of time to slow down before the end of the year and <strong>crave a bit of time for yourself</strong>. Wishing you healthy, calm, and peaceful days, everyone! 🎉🥳</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Can I Email</h3>
<p>A <em>Can I Use</em> for email? That’s the idea behind <a href="https://www.caniemail.com/"><em>Can I Email</em></a>. Created by Rémi Parmentier and the team at Tilt Studio, the site provides email client support tables for more than <strong>300 HTML and CSS features</strong>.</p>
<figure><a title="Can I Email" href="https://www.caniemail.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0c9fab12-9908-d25f-a25a-955116aa4cb6.png" width="500" height="276" alt="Can I Email" border="0"></a></figure>
<p>To find out how well an HTML element or CSS property is supported, you can enter its name in the search bar, and <em>Can I Email</em> checks for <strong>support across 41 email clients</strong>, among them the usual suspects like Apple Mail, Gmail, and Outlook, as well as email clients that probably won’t come to your mind immediately. One for the bookmarks. <em>(cm)</em></p></p>

<p><h3>2. Dark Mode In Emails</h3>
<p>Over the years, Dark Mode has been gaining steady adoption, also in email clients. In fact, as Litmus’ Email Client Market Share found, an average of <strong>35% of the opens tracked</strong> in 2022 used dark mode. To help you get your emails fit for Dark Mode, Litmus published a <a href="https://www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers">comprehensive guide</a>.</p>
<figure><a title="Dark Mode Email" href="https://www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6d962653-4c78-f7b8-4749-2f355639f9aa.png" width="500" height="346" alt="Dark Mode Email" border="0"></a></figure>
<p>The guide is an <strong>all-in-one-hub</strong> for all things Dark Mode. It covers everything from how email clients apply Dark Mode to your emails and how you can apply your own Dark Mode styles, to Dark Mode image optimization and Dark Mode accessibility. You’ll also find code snippets and hacks developed by the email community, as well as a list of helpful Dark Mode tools, in there.</p>
<p>If you want to dive even deeper into Dark Mode, Alice Li, Principal Email Engineer at Litmus and author of the guide, gave a free <a href="https://litmus.wistia.com/medias/1ndj2brwsp?mkt_tok=eyJpIjoiWm1WaE0yTTVaR1kzWlRjNCIsInQiOiJlWEN6SzJ0Q2RyRUNLRGpVQ1VDalVISlRGZFNuUnY5VlBrRHBiR3JcL0FDVVU2elhGSVRQWkdMT0RyNm91QXVwdWZ0SHhSYzlucDNPQ0xITmpCSTk3TUFMWHFERUZMWld3SlVFcTlRcUk1dFlvRkJBZlc1Y3l2NlF1SGJnVzAxM0gifQ%3D%3D">one-hour talk</a> in which she explores how to add Dark Mode to your email campaigns in <strong>four simple steps</strong>. With valuable tips and things to keep in mind when planning, designing, coding, and testing Dark Mode in emails. <em>(cm)</em></p></p>

<p><h3>3. Email Code Best Practices</h3>
<p>If you’ve ever coded an HTML email from scratch, you know how tricky it can be, wrestling with email client inconsistencies, a lack of modern layout techniques, and limited CSS support. To help you get your emails up and running without the hassle, Mark Robbins created <a href="https://www.goodemailcode.com/">Good Email Code</a>, a library with best practices for writing <strong>semantic, functional, and accessible</strong> email code.</p>
<figure><a title="Good Email Code" href="https://www.goodemailcode.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/fffe3e6a-426a-4f1c-fea7-c2c19dea203c.png" width="500" height="267" alt="Good Email Code" border="0"></a></figure>
<p>The guide covers everything from the very basics, like setting up a base template and styling the container, to enhancing the email with <strong>absolute positioning workarounds</strong> and SVG, and finally, adding ARIA landmarks. If you’re in a hurry, you can simply copy-and-paste the code you need, or read up on the theory behind it to build a solid foundation for tackling all those email challenges that might come your way. <em>(cm)</em></p></p>

<p><h3>4. Tools For Optimizing Email Code</h3>
<p>You have coded an HTML email and are ready to send it? Before you do so, you might want to run it through <a href="https://codsen.com/os/email-comb/play"><em>email-comb</em></a> and <a href="https://codsen.com/os/html-crush/play"><em>html-crush</em></a>. Created by Codsen, the two npm packages <strong>shave a few bytes off your code</strong> to improve loading and rendering.</p>
<figure><a title="Email Comb" href="https://codsen.com/os/email-comb/play"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0a6426e9-7b90-2eeb-dab3-ba85cf68b095.jpg" width="500" height="301" alt="Email Comb" border="0"></a></figure>
<p><em>email-comb</em> removes <strong>unused CSS</strong> from your email. It can remove HTML and CSS comments and uglify and minify your code. You can also whitelist classes and IDs and define which HTML comments you don’t want to have removed.</p>
<p><em>html-crush</em>, on the other hand, is a non-parsing, <strong>mixed-HTML email-template minifier</strong>. It removes line breaks, unnecessary whitespace, and HTML and CSS comments for you, and you can set a line length limit and define where you want lines to break. A powerful duo to help you optimize your email code before sending it. <em>(cm)</em></p></p>

<p><h3>5. 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</strong></a> + <a href="https://ai-design-patterns.com/">new video course</a>&nbsp;🍎 <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/"><strong>UX Strategy In Action</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Nov 6&ndash;20</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><strong>Why You Will Not Be Replaced by AI</strong></a> <span class="note note--free">Free</span><br>with Vitaly Friedman. Nov 19</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christina Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Email Coding Guidelines</h3>
<p>Not every email client supports <code>&lt;style&gt;</code> tags. So, how can we make an email work without them? Rémi Parmentier recommends focusing on two things in particular: <a href="https://github.com/hteumeuleu/email-guidelines#make-it-work-without-style">layout and branding</a>. Ensure your email can <strong>adjust to any width</strong> without horizontal scroll &mdash; Rémi suggests a minimum width of 280px &mdash; and be sure your email reflects your branding, even without <code>&lt;style&gt;</code>.</p>
<figure><a title="Email Coding Guidelines" href="https://github.com/hteumeuleu/email-guidelines"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b98f771f-9952-b411-b8b5-4682917b8aa0.png" width="500" height="357" alt="Email Coding Guidelines" border="0"></a></figure>
<p>In his <a href="https://github.com/hteumeuleu/email-guidelines">Email Coding Guidelines</a>, Rémi dives deeper into principles you can apply to your email code so that it complies with modern email clients and gracefully degrades for others. The guidelines cover <strong>best practices</strong> for semantic text markup, styling with style properties, dealing with images, and more. Useful tips you can apply right away. <em>(cm)</em></p></p>

<p><h3>7. Email Inspiration</h3>
<p>Are you looking for some email inspiration? <a href="https://reallygoodemails.com/">Really Good Emails</a> has got you covered. The site features over <strong>15,000 emails</strong> across different industries &mdash; from advertising and e-commerce to nonprofits, news, financial, and many more.</p>
<figure><a title="https://reallygoodemails.com/" href="https://reallygoodemails.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/45a1db32-839b-e7e1-3eb6-209d2e0daaa5.png" width="500" height="269" alt="Really Good Emails" border="0"></a></figure>
<p>For a look into what’s trending, you can view the most popular emails on the platform, or use the filters to fine-tune your search and get inspiration for your specific use case. The filters cover almost every purpose and objective one can think of, including <strong>onboarding, abandoned cart</strong>, customer service, and product sales, just to name a few. Each email comes with a preview of the desktop and mobile versions and the code in case you want to dig deeper. <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d83082ca-b913-8b4d-7dac-59d55c599053.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #531</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-531/</link><pubDate>Tue, 28 Oct 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-531/</guid><description>This newsletter issue was sent out to 183,329 subscribers on Tuesday, October 28, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-531/" />
              <title>Smashing Newsletter: Issue #531</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #531</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-10-28T16:00:00&#43;02:00" class="op-published">2025-10-28T16:00:00+02:00</time>
                  <time datetime="2025-10-28T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p><strong>CSS</strong> doesn't stand still. Over the years, we've fixed so many issues that we've been struggling for years &mdash; from <a href="https://css-tricks.com/css-cascade-layers/">cascade layers</a> to <a href="https://developer.chrome.com/docs/css-ui/css-field-sizing">field sizing</a> to <a href="https://ishadeed.com/article/css-text-wrap-balance/">text-wrap: balance</a>. But CSS keeps evolving, and in this email, we'd love to highlight a few <strong>CSS techniques</strong> that might be useful for your front-end work.</p> 
<figure><a title="SmashingConf Amsterdam 2026" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3e13ace7-d5dc-63a6-b650-97a92020f36d.jpg" width="550" height="366" alt="SmashingConf Amsterdam 2026" border="0"></a></figure>
<figure><a title="Theater Tuschinski in Amsterdam, Netherlands" href="https://smashingconf.com/amsterdam-2026"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2a390e7a-2874-ab4e-ffa5-dfc649f6f0d0.jpg" width="550" height="366" alt="Theater Tuschinski in Amsterdam, Netherlands" border="0"></a><figcaption>Meet magical <a href="https://musermeku.org/tuschinski-theater-amsterdam/">Tuschinski Theater</a>, our lovely home for the very first <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a>.</figcaption></figure>
<p>Quick reminder: we’ve announced <a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a> 🌷 &mdash; our brand new conference for <strong>designers, UX and UI engineers</strong> &mdash; all around CSS, design patterns, accessibility, and design systems. <a href="https://smashingconf.com/amsterdam-2026/registration">Get your ticket</a>.</p>
<p>As winter is coming up, we have a few <strong>friendly online workshops</strong> coming up as well:</p>
<ul id="all-workshops">
    <li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI</strong></a> + <a href="https://ai-design-patterns.com/">new video course</a>&nbsp;🍎 <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/"><strong>UX Strategy In Action</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Nov 6&ndash;20</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
    <li><a href="https://smashingconf.com/online-workshops/"><strong>Jump to all workshops&nbsp;&rarr;</strong></a>&nbsp;🎢</li>
</ul>
<p>We also have a few <strong>free online events</strong> coming up:</p>
<ul>
<li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><strong>Why You Will Not Be Replaced by AI</strong></a> (Nov 19)</li>
<li><a href="https://smashingconf.com/meets-easy-accessibility"><strong>Smashing Meets Accessibility</strong></a> (Dec 10)</li>
</ul>
<p>And as always, I hope you’ll find a bit of time to slow down before the end of the year and <strong>crave a bit of time for yourself</strong>. Wishing you healthy, calm, and peaceful days, everyone! 🎉🥳</p>
<p>Happy designing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Compressed Fluid Typography</h3>
<p>Fluid type calculations almost always start from the assumption that the base font size is 16px. But what if it isn’t? What happens to your type scale if a user adjusts their browser’s default font size to 24px, for example? Matthias Ott shares an <a href="https://matthiasott.com/notes/compressed-fluid-typography">approach</a> that helps you <strong>prevent your font scale from scaling up uncontrollably</strong> in such cases, while still respecting your users’ preferences.</p>
<figure><a title="Compressed Fluid Typography" href="https://matthiasott.com/notes/compressed-fluid-typography"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cf485292-226d-79ce-3717-fa59913c68be.jpg" width="500" height="281" alt="Compressed Fluid Typography" border="0"></a></figure>
<p>The approach introduces a <strong>damping factor</strong> into the calculation that compresses the fluid type scale; the larger the base font size gets, i.e., the overall growth rate of the typography slows down as the user’s base font size increases to ensure visual balance. If you decide to use the approach in practice, be careful, though: as Matthias points out, it doesn’t fully comply with WCAG requirements, and you’ll need a fallback for non-supporting browsers.</p>
<p>Speaking of fluid typography: Ash Bryant created a <a href="https://sizematters.netlify.app/">handy little tool</a> to help you create a fluid type scale. With just a few clicks, you can configure, review, and export a type scale to use it in your project right away. <em>(cm)</em></p></p>

<p><h3>2. New CSS Features</h3>
<p>CSS is evolving so fast that it’s impossible to stay on top of everything that’s new. Now, wouldn’t it be cool if you could take just <strong>30 minutes</strong> of your time, lean back, and someone would explain all those shiny new CSS features to you? The talk that Adam Argyle gave at CascadiaJS in September did exactly that, and the <a href="https://www.youtube.com/watch?v=QW6GECIzvsw">recording</a> is now available on YouTube.</p>
<figure><a title="25 New And Rad Features Of CSS" href="https://www.youtube.com/watch?v=QW6GECIzvsw"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/54ac9d89-7660-8cd2-d695-ab71454a6301.png" width="500" height="281" alt="25 New And Rad Features Of CSS" border="0"></a></figure>
<p>Jam-packed with CSS wisdom, Adam’s talk takes you through <strong>25 CSS features</strong> from the past five years in just 30 minutes. Covering everything from view transitions, range syntax, and cascade layers to custom scrollbar styling, dialogs, textbox trim, and much more, the talk provides good examples and practical use cases for each feature it tackles. A must-watch for anyone who wants to stay ahead of the CSS game. <em>(cm)</em></p></p>

<p><h3>3. CSS Anchor Positioning</h3>
<p>Let’s say you have a simple card component that contains an image, title, description, and category tag. You want to position the <strong>category tag on top of the image</strong>, in the top right corner. Easy, right? But as soon as you change the card layout to horizontal on larger screens, the whole thing is likely to break, as the category tag moves to the right and away from the image. Luckily, anchor positioning is here to fix problems like this one, without relying on fragile hacks.</p>
<figure><a title="The Basics Of Anchor Positioning" href="https://ishadeed.com/article/anchor-positioning/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/337786aa-6ab7-b4f3-52f5-3818c50aac8a.png" width="500" height="246" alt="The Basics Of Anchor Positioning" border="0"></a></figure>
<p>Based on the above example, Ahmad Shadeed wrote a comprehensive <a href="https://ishadeed.com/article/anchor-positioning/">introduction to anchor positioning</a>. Anchor positioning allows you to position an element <strong>relative to another anchor</strong>, regardless of whether it’s a parent or not. And there’s more to it, as Ahmad shows: With anchor positioning, you can also use the <code>position-try-fallbacks</code> property to make a target element switch its position if it doesn’t fit perfectly within the viewport. A powerful little CSS feature that makes positioning so much more straightforward. <em>(cm)</em></p></p>

<p><h3>4. CSS Round-Out Tabs</h3>
<p>Have you used CSS <code>shape()</code> already? Chris Coyier came up with a use case that shows the function’s full potential: He created a set of “round-out” tabs, where the literal tab part of the UI connects to the content below with a <strong>rounded edge</strong> that flares out as it is connected.</p>
<figure><a title="Modern CSS Round-Out Tabs" href="https://frontendmasters.com/blog/modern-css-round-out-tabs/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/69eba25a-db55-0ee9-2fce-67bdaec7457d.png" width="500" height="281" alt="Modern CSS Round-Out Tabs" border="0"></a></figure>
<p>Usually, creating an effect like this required hacks with additional elements, but <code>shape()</code> finally gives us a primitive that can draw anything you could draw with a <strong>pen tool</strong>. Chris wrote a <a href="https://frontendmasters.com/blog/modern-css-round-out-tabs/">blog post</a> in which he walks you step-by-step through the process of carving the tab shape out of a rectangle, with the help of <code>shape()</code> and <code>clip-path</code>. What makes the approach extra cool is that the tab shape is not completely fixed (parts of it can be fixed coordinates, while other parts are flexible), and you can variablize it to adjust the look on the fly. <em>(cm)</em></p></p>

<p><h3>5. 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/">new video course</a>&nbsp;🍎 <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/"><strong>UX Strategy In Action</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Nov 6&ndash;20</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><strong>Why You Will Not Be Replaced by AI</strong></a> <span class="note note--free">Free</span><br>with Vitaly Friedman. Nov 19</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christina Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. How Much Do You Know About Media Queries?</h3>
<p>When you think of media queries, what comes to your mind? Probably the classics like <code>@media (min-width: 400px)</code> or <code>@media (prefers-reduced-motion: reduce)</code>, right? But media queries <strong>have a lot more to offer</strong>, as Daniel Schwarz shows.</p>
<figure><a title="How much do you really know about media queries" href="https://frontendmasters.com/blog/learn-media-queries/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/721d5f8e-cc62-3ebe-4472-090719dff2ba.png" width="500" height="279" alt="How much do you really know about media queries" border="0"></a></figure>
<p>In his post “<a href="https://frontendmasters.com/blog/learn-media-queries/">How much do you really know about media queries</a>,” Daniel explores eight of the <strong>lesser-known descriptors</strong>, among them <code>any-hover</code> and <code>any-pointer</code>, <code>forced-colors</code>, <code>orientation</code>, and <code>resolution</code>. Once you understand how to use them, they are a great way to cater to more user preferences and to get ahead of the curve of any new and amended accessibility laws. <em>(cm)</em></p></p>

<p><h3>7. New CSS Reset</h3>
<p>Modern browsers have become a lot more consistent in their default styling, yet a CSS reset can still be a good choice if you want a <strong>better baseline for your style sheets</strong>. If you’re looking for a light but powerful CSS reset that achieves exactly that, <a href="https://fokus.dev/tools/uaplus/">UA+</a> is for you.</p>
<figure><a title="UA Plus" href="https://fokus.dev/tools/uaplus/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/39d5ebf4-9840-9820-aac2-562ea52a7ecb.png" width="500" height="314" alt="UA Plus" border="0"></a></figure>
<p>Created by Manuel Matuzović, UA+ goes a different route than other reset style sheets. Instead of mostly resetting and normalizing properties, it focuses on <strong>improving existing user agent styles</strong> and adding new styles only where browsers fall short. It also puts a special focus on accessibility. If you’re curious to see what the UA+ styles look like compared to your browser’s default styles, be sure to check out the <a href="https://fokus.dev/tools/uaplus/demo/">demo pages</a>. The tweaks might be barely noticeable, but, as Manuel points out, they help browsers where needed. <em>(cm)</em></p></p>

<p><h3>8. CSS To Speech</h3>
<p>Providing alternative text to meaningful images is a WCAG requirement, and images and characters inserted in CSS should be treated the same way you treat HTML images. So, how to <strong>provide alt text to CSS-generated content</strong> to make sure it is announced as expected?</p>
<figure><a title="CSS To Speech" href="https://www.sarasoueidan.com/blog/alt-text-for-css-generated-content/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/dce7ffc0-fb7b-ce7c-32d8-1ea23b8b525c.png" width="500" height="321" alt="CSS To Speech" border="0"></a></figure>
<p>Historically, we had to resort to workarounds using placeholder <code>span</code>s in the markup for this purpose, but now we finally have a better way: We can provide alt text for CSS-generated content directly in CSS, <strong>after a slash following the content</strong>. Sara Soueidan wrote a <a href="https://www.sarasoueidan.com/blog/alt-text-for-css-generated-content/">comprehensive guide</a> on how it works and what to watch out for. <em>(cm)</em></p></p>

<p><h3>9. Split Flap CSS</h3>
<p>Do you remember the split-flap boards at train stations? The ones that <strong>cycle through different faces</strong>, until the desired characters are displayed to spell out destinations, train numbers, and arrival times? If you’re up for some sweet nostalgia, Tim Farnam recreated the <a href="https://fx.hot.page/split-flap">split flap effect</a> with CSS, and not only that, he also built a playground where you can create your own split flap animation and copy the code with just a click.</p>
<figure><a title="Split Flap" href="https://fx.hot.page/split-flap"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d851cd1f-d3da-b4bb-1bb6-590203561c95.png" width="500" height="228" alt="Split Flap" border="0"></a></figure>
<p>In the accompanying blog post, Tim dives deeper into the CSS that fuels the effect and how each element can be used to adjust it. He also shows examples of <strong>styled split flaps</strong> that elaborate the idea further to create different effects, among them a glass and a Rubik’s Cube effect. A great example of what can be achieved with CSS if you think outside the box. <em>(cm)</em></p></p>

<p><h3>10. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/7dd05f19-bdf5-db61-512b-eb4eed306f73.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #530</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-530/</link><pubDate>Tue, 21 Oct 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-530/</guid><description>This newsletter issue was sent out to 183,516 subscribers on Tuesday, October 21, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-530/" />
              <title>Smashing Newsletter: Issue #530</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #530</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-10-21T16:00:00&#43;02:00" class="op-published">2025-10-21T16:00:00+02:00</time>
                  <time datetime="2025-10-21T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>As AI Mode and AI Overviews <a href="https://www.linkedin.com/posts/thinkingslow_ai-overviews-reduce-clicks-by-345-google-activity-7318604475835797505-NMjy/">take over web search</a>, publishers find themselves in a <strong>zero-click world</strong> &mdash; search impressions increase, but clicks rapidly decrease. Around 30–40% of all Google searches globally now return an AI Overview, and many websites see <a href="https://sparktoro.com/blog/exactly-what-to-measure-with-lift-based-marketing-investments/">alligator graphs</a> in Google Search Console.</p>
<p>It has an impact on publishing, but also on the search experience and search behavior of users. And in this newsletter, we dive deep into the <strong>state of search in 2025</strong> &mdash; from zero-click world to AI search crawlers to good old-fashioned autocomplete UX.</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/8ae915b0-00c0-59c4-27bd-251a5eb70db9.png" width="500" height="319" alt="Design Patterns For AI Interfaces" border="0"></a><figcaption>Meet <a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/">Design Patterns For AI Interfaces</a>, an upcoming online workshop and <a href="https://ai-design-patterns.com/">video course with Vitaly</a> on AI for designers.</figcaption></figure>
<p>Later this month, we will also start 🔮&nbsp;<a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/">Design Patterns For AI Interfaces</a>, a shiny new online workshop (and <a href="https://ai-design-patterns.com">video course</a>) on how to design <strong>AI experiences</strong> that people actually use &mdash; in terms of AI capabilities, trust, reliability, and how to build confidence and trust in AI features. <a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/">Get your ticket</a>.</p>
<p>Also, coming up near you soon (<a href="https://smashingconf.com/online-workshops">all online workshops</a>):</p>
<ul> <li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/">UX Strategy in Action</a> (Nov 6&ndash;20)</li> <li><strong>Free</strong>: <a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Why You Will Not Be Replaced by AI</a> (Nov 19)</li> <li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/">How To Measure UX and Design Impact</a> (Dec 1&ndash;12)</li> <li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/">Theming Design Systems</a> (Dec 1&ndash;15)</li>
<li><a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam 2026</a>&nbsp;🇳🇱</li></ul>
<p>Happy designing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Traffic In A Zero-Click World</h3>
<p>Increasing traffic is still the top goal for the majority of marketers and their primary KPI. However, with the Internet sending less traffic than ever before and <strong>AI taking your opportunity to get search traffic</strong>, we need to shift our focus into another direction, as Rand Fishkin argues.</p>
<figure><a title="In a Zero-Click World, Traffic is a Terrible Goal," href="https://sparktoro.com/blog/in-a-zero-click-world-traffic-is-a-terrible-goal/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1217f565-3004-6c23-2d83-e72c1a6e1d9d.png" width="500" height="334" alt="In a Zero-Click World, Traffic is a Terrible Goal," border="0"></a></figure>
<p>In his blog post “<a href="https://sparktoro.com/blog/in-a-zero-click-world-traffic-is-a-terrible-goal/">In a Zero-Click World, Traffic is a Terrible Goal</a>,” Rand dives deeper into why increasing traffic is not only much more challenging than it used to be but also much less likely to produce the kinds of bottom-line results you want.</p>
<p>To get brand attention, he recommends a different approach: try to <strong>be a helpful, useful resource</strong> in the places where people are going to look for advice &mdash; Reddit, Linkedin, and YouTube, for example &mdash; and put your focus on what your business really wants to accomplish instead of putting all your efforts into trying to generate traffic. <em>(cm)</em></p></p>

<p><h3>2. Better Search Autocomplete UX</h3>
<p>As the Baymard Institute found out, 80% of e-commerce sites provide their users with search autocomplete suggestions. However, only <strong>19% get all the implementation details right</strong>. So, what’s to consider to design better search autocomplete experiences?</p>
<figure><a title="9 UX Best Practice Design Patterns for Autocomplete Suggestions" href="https://baymard.com/blog/autocomplete-design"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d8525cb7-f108-ec7e-3f76-20d92fd50528.png" width="500" height="289" alt="9 UX Best Practice Design Patterns for Autocomplete Suggestions" border="0"></a></figure>
<p>Based on Baymard Institute’s research findings, Edward Scott explores <a href="https://baymard.com/blog/autocomplete-design">nine UX best practices for autocomplete suggestions</a>, across both desktop and mobile platforms. From keeping the autocomplete list manageable to providing adequate spacing for autocomplete suggestions, the tips help you <strong>fine-tune your search autocomplete</strong> to remove usability issues and ensure users can use the feature to its full potential.</p>
<p>For more best practices, also be sure to check out Vitaly’s <a href="https://smart-interface-design-patterns.com/articles/autocomplete-ux/">post</a> in which he shares five simple steps to make autocomplete even more efficient and relevant by showing suggestions on focus, using <strong>tap-ahead suggestions</strong>, and exposing users to relevant details from the search box. <em>(cm)</em></p></p>

<p><h3>3. Designing Search UX</h3>
<p>Search is a critical part of many products, yet too often it is forgotten or overlooked. Many users rely heavily on it, and investing time and effort into good search is usually a very good investment. So, how do people search and what do they expect from a <strong>first-class search experience</strong>? And what can designers do to design better experiences for them?</p>
<figure><a title="Designing Search UX In 2024" href="https://www.youtube.com/watch?v=OSihRRirLVk"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b4bd0589-d2ed-f3cd-382e-601ef99a0cba.png" width="500" height="277" alt="Designing Search UX In 2024" border="0"></a></figure>
<p>Last year, Vitaly gave a <strong>free 3.5-hour-long online workshop</strong> in which he explored just that. And, no worries in case you missed it, the <a href="https://www.youtube.com/watch?v=OSihRRirLVk">recording</a> is available on YouTube, along with the <a href="https://www.dropbox.com/scl/fo/tlqbwdaxk7asi7vj4kthu/h?rlkey=vp65i8azmsood4h6vf7z0df1j&e=1&dl=0">slides</a>. With plenty of real-life examples and do’s and don’ts on how to design better autocomplete, deal with complex filters, improve sorting, design better search results pages, and enhance the experience for power users, this is a deep dive for sure. <em>(cm)</em></p></p>

<p><h3>4. How AI Is Changing Search Behaviors</h3>
<p>It’s beyond doubt that generative AI is changing search behavior. But what is the current state of things? How do people these days do research? <strong>Where do they look for information</strong> when planning travel, researching historical events, or before making a bigger purchase?</p>
<figure><a title="How AI Is Changing Search Behaviors" href="https://www.nngroup.com/articles/ai-changing-search-behaviors/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9fb36844-a304-4ce5-9193-06fa1f70fdc0.png" width="500" height="304" alt="How AI Is Changing Search Behaviors" border="0"></a></figure>
<p>To find out, Kate Moran, Maria Rosala, and Josh Brown from the Nielsen Norman Group conducted a <a href="https://www.nngroup.com/articles/ai-changing-search-behaviors/">qualitative study</a> for which they asked people to bring their own research tasks into the virtual lab to explore <strong>how their information-seeking behaviors are shifting</strong> in response to AI-powered search tools and chatbots.</p>
<p>As the study shows, <strong>long-standing habits persist</strong>: many users still default to Google or use traditional search and AI in tandem, often for fact-checking each other. <em>(cm)</em></p></p>

<p><h3>5. 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 UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/"><strong>UX Strategy In Action</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Nov 6&ndash;20</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><strong>Why You Will Not Be Replaced by AI</strong></a> <span class="note note--free">Free</span><br>with Vitaly Friedman. Nov 19</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/theming-design-systems-samantha-gordashko/"><strong>Theming Design Systems</strong></a> <span class="note note--design">Design</span><br>with Samantha Gordashko. Dec 1&ndash;15</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/vitaly-friedman-impact-design/"><strong>How To Measure UX And Design Impact</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Dec 1&ndash;12</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/css-toolkit-kevin-powell/"><strong>The New CSS Toolkit</strong></a> <span class="note note--dev">Dev</span><br>with Kevin Powell. Dec 3&ndash;17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/figma-workflow-christine-vallaure/"><strong>Figma Workflow Masterclass</strong></a> <span class="note note--design">Design</span><br>with Christina Vallaure. Dec 10&ndash;16</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Content Signals Policy</h3>
<p>Companies scrape massive amounts of data from the Internet every day, using it as input for generative AI search answers or for training or fine-tuning AI models. This puts website operators in front of an almost <strong>impossible choice</strong>: Should they lock down access to their content behind logins to keep scrapers away? Or accept the reality of fewer referrals and minimal attribution? Cloudflare’s new <a href="https://blog.cloudflare.com/content-signals-policy/">Content Signals Policy</a> attempts to address these concerns.</p>
<figure><a title="Giving users choice with Cloudflare’s new Content Signals Policy" href="https://blog.cloudflare.com/content-signals-policy/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/36598aa1-3abc-d19e-6ac0-9d4cb8cd8ccf.png" width="500" height="298" alt="Giving users choice with Cloudflare’s new Content Signals Policy" border="0"></a></figure>
<p>The policy is an addition to the <em>robots.txt</em> file and allows website operators to <strong>express their preferences</strong> for how their content can be used after it has been accessed. Released under a CC00 License, anyone can implement and use the policy freely. When doing so, keep one thing in mind, though: content signals express preferences; they are no technical countermeasures against scraping. <em>(cm)</em></p></p>

<p><h3>7. The State Of AI Search</h3>
<p>With AI search gaining widespread adoption, <strong>optimizing for Google isn’t enough anymore</strong>. Brands today need to think about how AI systems interpret, summarize, and source content to show up in the results.</p>
<figure><a title="State of Search Q2 2025" href="https://datos.live/report/state-of-search-q2-2025/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ae31c23a-7bd0-2869-7f24-31323edc66f4.png" width="500" height="349" alt="State of Search Q2 2025" border="0"></a></figure>
<p>The team at Otterly AI conducted an <a href="https://otterly.ai/blog/ai-search-study-2025/">AI search study</a> to uncover what exactly marketing and SEO professionals need to consider to get their brand fit for the new challenges. They analyzed 100,000 websites across three major AI search platforms to find out <strong>how brands are being mentioned</strong>, cited, and surfaced in AI-powered results.</p>
<p>Another great resource that grants insights into the current state of search comes from the folks at Datos. Their <a href="https://datos.live/report/state-of-search-q2-2025/">State of Search Q2 2025</a> report draws from clickstream data collected from tens of millions of desktop users across the US, UK, and EU and delivers actionable insights into where people are spending time, <strong>how search habits are shifting</strong>, and what those changes mean for traffic, visibility, and engagement. Two must-reads to help you broaden your strategy beyond Google rankings. <em>(cm)</em></p></p>

<p><h3>8. AI Search Optimization Tools</h3>
<p>Otterly AI offers two free tools to get your site fit for AI search. One of them is the <a href="https://otterly.ai/ai-crawler-simulation/">AI Search Crawler Simulation</a>. Just enter a website URL, and the tool <strong>simulates requests from major AI web crawlers</strong> to test if a website blocks them. To find out, it sends actual HTTP requests using specific user-agent strings of each crawler.</p>
<figure><a title="AI Search Crawler Simulation" href="https://otterly.ai/ai-crawler-simulation/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/777068b5-498c-1706-fff2-42ade178f29c.png" width="500" height="381" alt="AI Search Crawler Simulation" border="0"></a></figure>
<p>The other tool is <a href="https://otterly.ai/geo-content-check/">GEO Content Check</a>, designed to help improve your content for <strong>better visibility in AI search results</strong>. Same story here: You enter a URL or paste your content, and the tool works through a GEO (Generative Engine Optimization) framework with multiple steps to analyze your content. Two handy tools you might want to keep close. <em>(cm)</em></p></p>

<p><h3>9. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/4495f5c9-bc80-f66f-2f41-d08fab7556c4.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #529</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-529/</link><pubDate>Tue, 14 Oct 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-529/</guid><description>This newsletter issue was sent out to 183,702 subscribers on Tuesday, October 14, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-529/" />
              <title>Smashing Newsletter: Issue #529</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #529</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-10-14T16:00:00&#43;02:00" class="op-published">2025-10-14T16:00:00+02:00</time>
                  <time datetime="2025-10-14T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p><strong>Design systems</strong>! In today’s newsletter, we dive into practical techniques that prioritize work on design systems, naming structures for your design tokens, and adding handy additions to your design system toolbox. If you’re working on or with a design system, this newsletter might be useful for you.</p>
<figure><a title="In-person workshops in Berlin, Germany" href="https://smashingconf.com/workshops"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d087b61b-a648-2125-74f3-332d8a491dd2.png" width="500" height="346" alt="In-person workshops in Berlin, Germany" border="0"></a><figcaption><a href="https://smashingconf.com/workshops">Full-day workshops</a>, packed with practical insights and real-world challenges, right in the heart of Berlin. See you there?</figcaption></figure>
<p>This month, we’re launching <a href="https://smashingconf.com/workshops">two new online workshops</a> and in-person workshops in Berlin &mdash; a great opportunity to <strong>sharpen your skills</strong> in a hands-on, collaborative setting:</p>
<ul>
    <li>🎛️ <a href="https://smashingconf.com/workshops/workshops/berlin/berlin-vitaly-friedman-complex-ui">Designing For Complex UI in 2026</a> (Oct 27)</li>
    <li>⏳ <a href="https://smashingconf.com/workshops/workshops/berlin/berlin-vitaly-friedman-measure-ux">How To Measure UX and Design Impact</a> (Oct 28)</li>
</ul>
<p>For now, though, let’s dive into obscure but impressive design systems out there! Happy designing, everyone!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Design System Tactics</h3>
<p>How do you set up a strategy for a design system? How to introduce new components? And how to document and validate the system? Whether you’re at the very beginning of your design system journey or maintaining a mature system, Ness Grixti’s growing collection of <a href="https://redesigningdesign.systems/tactics/all-tactics">Design System Tactics</a> helps you <strong>make progress at every stage</strong> of the process.</p>
<figure><a title="Design System Tactics" href="https://redesigningdesign.systems/tactics/all-tactics"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8fcf471f-857b-7e11-ddd9-fdf6b21d99d3.png" width="500" height="341" alt="Design System Tactics" border="0"></a></figure>
<p>The tactics are divided into seven categories, ranging from strategy and setup to system validation. Covering the very basics, just like the more nuanced problems you might encounter when working on a design system, they help you <strong>reduce friction</strong>, improve collaboration, and create a design system that people will love to use. <em>(cm)</em></p></p>

<p><h3>2. Design System Inventory Workshop</h3>
<p>Which components in your product can be reused effectively? And which should be replaced with standardized options from the design system? A design system inventory helps you determine exactly that, and Farid Sabitov created a useful <a href="https://www.figma.com/community/file/1418840242595377429/design-system-inventory-workshop">FigJam template</a> to help you <strong>run a design system inventory workshop</strong> with your team.</p>
<figure><a title="Design System Inventory Workshop" href="https://www.figma.com/community/file/1418840242595377429/design-system-inventory-workshop"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/f399287d-3ee9-8a39-c012-f73d6f4fede4.png" width="500" height="279" alt="Design System Inventory Workshop" border="0"></a></figure>
<p>The inventory workshop focuses on analyzing your product by mapping out a product sitemap, taking screenshots of its various pages, and reviewing them together to <strong>uncover inconsistencies</strong> that can be streamlined into standardized versions. A great foundation to prioritize which components to develop, refine, or unify.</p>
<p>Farid is currently working on yet another useful design system resource: an open-source <a href="https://www.linkedin.com/posts/faridsabitov_designsystems-activity-7360694748703010820-IFFv">design system maturity model and process map</a> that captures the key stages, actors, activities, and deliverables involved in building and scaling a design system. If you’re interested in <strong>early access</strong> or want to help refine it with real-world feedback, you can get in touch with Farid on LinkedIn. <em>(cm)</em></p>

<p><h3>3. Prioritizing Design System Work</h3>
<p>Once a design system has been well-adopted by designers and engineers, there’s a new challenge that design system teams often face: prioritizing requests. Alexander Fandén and the design system team at Agoda were in the same situation and developed a <strong>prioritization framework</strong> that not only helps them prioritize requests but also improves internal communication with the teams who rely on the design system for their day-to-day work.</p>
<figure><a title="Prioritizing Design Systems" href="https://fanden.design/articles/2024-10-prioritizing-design-systems"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2e5d4d2f-d02c-7c4a-1723-c5069bbf2995.png" width="500" height="277" alt="Prioritizing Design Systems" border="0"></a></figure>
<p>In his article “<a href="https://fanden.design/articles/2024-10-prioritizing-design-systems">Prioritizing Design Systems</a>,” Alexander walks you step by step through his team’s approach and shares <strong>key learnings and tips</strong> to help you get started with a similar process if you’re facing similar challenges. If you plan to set up your own framework and processes, also take a look at the <a href="https://alxfa.notion.site/Prioritising-design-systems-0592e4188af84c2eae25250928dd9bc5">templates and references</a> that the Agoda team prepared to get you started. <em>(cm)</em></p></p>

<p><h3>4. A Different Approach To Type Systems</h3>
<p>Getting typography on the web right can be quite challenging, given all the unpredictabilities that a responsive environment brings along. Systemized solutions like 4px grids or component libraries help designers restore order, but as convenient as a tidy set of tokens and ratios can be, there are certain nuances that can’t be captured by standardizations and measurements: <strong>human perception</strong>, balance, and subtle adjustments, for example.</p>
<figure><a title="A new (or rather, old) approach to typography on the web" href="https://www.daybreak.studio/writing/adaline-typography"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2ea3742c-02bc-1d85-87cb-d8fca1d84ad3.png" width="500" height="317" alt="A new (or rather, old) approach to typography on the web" border="0"></a></figure>
<p>When the team at Daybreak Studio set out to design a type system for the prompt engineering tool Adaline, they put a special focus on these often-underestimated nuances to create a system that achieves <strong>optimal precision</strong>. They published a <a href="https://www.daybreak.studio/writing/adaline-typography">case study</a> in which they share valuable insights into their approach and how they managed to get text readability, balance, vertical rhythm, baselines, and naming just right to serve meaning and respond thoughtfully to the needs of the product. A must-read for everyone who wants to lift their typography to the next level. <em>(cm)</em></p></p>

<p><h3>5. 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="Design Patterns for AI Interfaces" href="https://ai-design-patterns.com"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d7b0ac40-2979-5b43-11d5-242d86220f34.jpg" width="500" height="263" alt="Design Patterns for AI Interfaces" border="0"></a><figcaption>Just released: <a href="https://ai-design-patterns.com">Design Patterns for AI Interfaces</a>, with Vitaly Friedman.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training + video course</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass UX</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Oct 21 &ndash; Nov 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://ai-design-patterns.com"><strong>Design Patterns For AI Interfaces</strong></a>.<br>Video course with Vitaly Friedman (+ live UX training).</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Design Tokens Name Generator</h3>
<p>Naming things can be hard, particularly in a design system where you want to create naming conventions that are consistent and scalable. Romina Kavcic created a useful tool to make experimenting with different <strong>naming structures for your design tokens</strong> easy: the <a href="https://namedesigntokens.guide/">Design Tokens Name Generator</a>.</p>
<figure><a title="Design Tokens Name Generator" href="https://namedesigntokens.guide/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/813606a3-4a01-2b60-2444-815165dbd5f6.png" width="500" height="336" alt="Design Tokens Name Generator" border="0"></a></figure>
<p>To create a naming convention, the tool lets you adjust different parameters, then add components, categories, and specific roles, as well as the states you want to include in your token structure. Based on these settings, it instantly <strong>generates a list of tokens</strong>, with appropriate random values and proper token types. Perfect for anyone who wants to refine their token naming strategy or establish one from scratch. <em>(cm)</em></p></p>

<p><h3>7. Design System Component Audit</h3>
<p>How to maintain consistency in a design system? Luis Ouriach built a powerful Figma widget that does the heavy lifting for you. It audits and <strong>analyzes your design system components</strong> to ensure consistency and identify potential issues in your component library.</p>
<figure><a title="Figma" href="https://www.figma.com/community/widget/1532072013420297079/design-system-component-audit-and-linting"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d98b7fad-ea20-dd16-ffdf-2f633365cde0.png" width="500" height="281" alt="Figma Component Audit Widget" border="0"></a></figure>
<p>The <a href="https://www.figma.com/community/widget/1532072013420297079/design-system-component-audit-and-linting">Figma Component Audit Widget</a> can run a quick scan to give you a <strong>summary of your component library</strong> across all pages. You can also view total pages, unique components, variants, and missing metadata, identify components with hardcoded values instead of design tokens, and check for missing descriptions and documentation links. A handy addition to your design system toolbox. <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1cafaa76-cdfc-791b-c369-1fbe66e5fa6b.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #528</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-528/</link><pubDate>Tue, 07 Oct 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-528/</guid><description>This newsletter issue was sent out to 183,290 subscribers on Tuesday, October 7, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-528/" />
              <title>Smashing Newsletter: Issue #528</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #528</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-10-07T16:00:00&#43;02:00" class="op-published">2025-10-07T16:00:00+02:00</time>
                  <time datetime="2025-10-07T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>There is something magical in <strong>bringing people and teams together</strong>. This week, we’re at our very last conference of the year: <a href="https://smashingconf.com/ny-2025">SmashingConf New York</a>! With 12 speakers and almost <strong>400 attendees</strong> in the magnificent <em>New World Stages</em> venue, we’re looking forward to two days of single-track talks, two workshop days, and loads of side events!</p>
<figure><a title="SmashingConf New York" href="https://smashingconf.com/ny-2025"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6b6bc4e7-d2ed-27cc-27ea-a8654d3777ac.jpg" width="500" height="371" alt="SmashingConf New York" border="0"></a></figure>
<p>As we are chasing ways to boost our workflows, sometimes we overlook lovely little websites; the kind that exist just to put a smile on someone’s face, or spark curiosity, or help discover things we’d never stumble upon otherwise. We dedicate this issue to <strong>lovely little adventures</strong> on the web &mdash; small discoveries that often leave a lasting impression, because they are so unique and memorable.</p>
<figure><a title="Smashing Inhouse Workshops in Berlin, Germany" href="https://smashingconf.com/workshops"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/d087b61b-a648-2125-74f3-332d8a491dd2.png" width="500" height="346" alt="Smashing Inhouse Workshops in Berlin, Germany" border="0"></a><figcaption>See you there? <a href="https://smashingconf.com/workshops">Full-day workshops</a> in Berlin with Vitaly Friedman.</figcaption></figure>
<p>On another note, we’ve just launched <a href="https://smashingconf.com/workshops">new full-day workshops in Berlin</a>&nbsp;🇩🇪 &mdash; we’d love to meet you and your wonderful team there:</p>
<ul>
    <li>🎛️&nbsp;<a href="https://smashingconf.com/workshops/workshops/berlin/berlin-vitaly-friedman-complex-ui">Designing For Complex UI in 2026</a> (Oct 27)</li>
    <li>⏳&nbsp;<a href="https://smashingconf.com/workshops/workshops/berlin/berlin-vitaly-friedman-measure-ux">How To Measure UX and Design Impact</a> (Oct 28)</li>
</ul>
<p>We hope that you’ll enjoy exploring the fun and useful gems in today’s newsletter; nothing too serious, and nothing too work-related. Happy browsing and exploration, everyone! 🎉🥳</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/iris-lj/">Iris</a></em></p>

<p><h3>1. A Small World Inside Your Browser</h3>
<p>Imagine you’re a messenger on a tiny planet. Equipped with your messenger bag, you set out to fulfill your mission: finding and delivering letters and packages to the residents. That’s the storyline of <a href="https://messenger.abeto.co/">Messenger</a>, a simple but <strong>breathtaking browser game</strong> created by Abeto.</p>
<figure><a title="Messenger" href="https://messenger.abeto.co/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8f57233a-9c20-ef15-2ade-e97ca13e29df.png" width="500" height="281" alt="Messenger" border="0"></a></figure>
<p>The game takes you across the small, curved planet, through the alleyways of a small seaside town, and up its mountaintops. On your journey, you’ll not only meet the residents, each of them with their very special story and request, but also pass by fellow messengers with whom you can communicate through emojis. The game was created with <strong>WebGL and Three.js</strong> and runs just as smoothly in mobile browsers as it does on desktop. A stellar example of what is possible in browsers today. <em>(cm)</em></p></p>

<p><h3>2. Generative Design Experiments</h3>
<p>Are you up for some generative design experiments? Then <a href="https://www.generativ.design/">Generativ Design</a> is for you. The playground lets you manipulate programmatically-generated graphics to <strong>produce unique outputs</strong>.</p>
<figure><a title="Generativ Design" href="https://www.generativ.design/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/11df4a60-bbce-6a28-d03c-1f9da626be11.png" width="500" height="357" alt="Generativ Design" border="0"></a></figure>
<p>Created by Yasuhiro Yokota as a research prototype that combines generative art with practical applications for visual identity, the site features 26 graphical compositions, shapes, and visual effects for you to tinker with: randomly intersecting lines, organic shapes, <strong>text arranged in geometrical patterns</strong>, visualizations of tree rings, and much more. Each graphic comes with a set of sliders that make it easy to adjust its parameters and see the output change in real-time. Once you’re happy with the result, you can download it as a PNG. Nice! <em>(cm)</em></p></p>

<p><h3>3. Unconventional Web Design Inspiration</h3>
<p>Although users mainly use their smartphones to browse the web today, desktop websites are still the main reference for designers looking for web design inspiration. To embrace the <strong>mobile-first reality</strong> we live in, <a href="https://loadmo.re/">Loadmo.re</a> takes a different approach: The web design showcase is dedicated to mobile websites only. And, well, the sites that you’ll find in the collection are anything but ordinary.</p>
<figure><a title="Loadmo.re" href="https://loadmo.re/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ecfb3842-a4f9-128a-59ca-cffd2c262238.png" width="500" height="378" alt="Loadmo.re" border="0"></a></figure>
<p>Whether it’s a bookshop-inspired website where content is framed like windows, a site that uses <strong>experimental audio-reactive visuals</strong>, or a homepage where you can play around with gravity and draggable elements, the more than 360 featured mobile sites are full of creative ideas. You can filter the collection by tags or just scroll through it for some random inspiration. Enjoy! <em>(cm)</em></p></p>

<p><h3>4. Minimalism Life</h3>
<p>Whether it’s <strong>art, design, or living</strong>, minimalism is a principle that can be applied to many different areas. <a href="https://minimalism.com/">Minimalism Life</a> is here to shine a light on all these different nuances. So whether you want to dive deeper into minimalist art or learn more about adopting a minimalist lifestyle, the collaborative hub is a treasure chest of resources.</p>
<figure><a title="Minimalism Life" href="https://minimalism.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6d6fc9c7-e74e-6584-72b2-66dabd3c8857.png" width="500" height="354" alt="Minimalism Life" border="0"></a></figure>
<p>Minimalism Life is curated and maintained by Nate Grant and Sarvesh Pansare as an attempt to deal with the chaos that life throws at us. It inspires to live with less, build good habits, and <strong>embrace what truly matters</strong> to build a simple and low-maintenance life in the future.</p>
<p>A completely minimalist lifestyle might not be for everyone, of course, but removing distractions and discovering what truly adds value to your life can help bring more <strong>clarity and focus</strong> to your everyday life &mdash; and that’s something we all need in this fast-paced time, right? <em>(cm)</em></p></p>

<p><h3>5. 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/converting-websites-paul-boag/"><strong>Designing Websites That Convert</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Sep 30 &ndash; Oct 9</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/"><strong>Advanced Design Systems</strong></a> <span class="note note--workflow">Workflow</span><br>with Brad Frost. Oct 1&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training + video course</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass UX</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Oct 21 &ndash; Nov 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Mushroom Color Atlas</h3>
<p>Mushrooms are fascinating little things. Their complex underground networks play a critical role in ecosystems, connecting plants and fungi and enabling communication and resource sharing among them. You might have heard about that already, but mushrooms carry yet another fascinating secret &mdash; one that might not seem too obvious given their often rather modest looks: there’s a whole <strong>universe of color</strong> lurking inside them.</p>
<figure><a title="Mushroom Color Atlas" href="https://www.mushroomcoloratlas.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2cbd231a-c5fd-d0d1-9a12-3607a16e3cf9.png" width="500" height="357" alt="Mushroom Color Atlas" border="0"></a></figure>
<p>Julie Beeler is a master in making this hidden color universe visible. She uses mushrooms to create vivid <strong>dyes and pigments</strong>, and documents her color experiments in the <a href="https://www.mushroomcoloratlas.com/">Mushroom Color Atlas</a>. Ranging from deep burgundy shades, light lilacs, and peach tones to warm browns, yellows, and rich greens, it’s incredible to see the kaleidoscope of colors that the fungi kingdom brings forth. A very special source of color inspiration and a great reminder that beauty can be discovered almost anywhere &mdash; we only need to look closely. <em>(cm)</em></p></p>

<p><h3>7. Star Wars Galaxy Map</h3>
<p>“A long time ago in a <strong>galaxy far, far away</strong>&hellip;” You don’t have to be a Star Wars fan to know the famous quote. However, if you happen to have a sweet spot for the stories settled in the galaxy, then the <a href="https://www.starwars.com/star-wars-galaxy-map">Star Wars Galaxy map</a> is for you.</p>
<figure><a title="The Star Wars Galaxy" href="https://www.starwars.com/star-wars-galaxy-map"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/47f549bb-c30a-7196-821e-e6b2e8a0a60c.png" width="500" height="346" alt="The Star Wars Galaxy" border="0"></a></figure>
<p>The Star Wars Galaxy map gives you an overview of the galaxy that is home to trillions of beings living on millions of worlds governed over millennia of galactic history. From the Deep Core to the Outer Rim and Unknown Regions, the map shows the planets and the five <strong>major trade routes</strong> that connect the different parts of the galaxy. Happy exploring, and may the force be with you! <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/44f97b7f-9e8d-35ab-2ba2-52869fe9d08e.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #527</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-527/</link><pubDate>Tue, 30 Sep 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-527/</guid><description>This newsletter issue was sent out to 183,414 subscribers on Tuesday, September 30, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-527/" />
              <title>Smashing Newsletter: Issue #527</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #527</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-09-30T16:00:00&#43;02:00" class="op-published">2025-09-30T16:00:00+02:00</time>
                  <time datetime="2025-09-30T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Technology evolves and changes fast, and people &mdash; the way we think, believe, speak, act &mdash; change with it. But our habits and our ways of working don’t change <em>that</em> quickly. And especially in times when everything is moving so fast, we need to <strong>reduce confusion</strong> to make better decisions as we change.</p>
<p>That’s why in this newsletter, we focus on <strong>psychology and human behavior</strong> &mdash; and how to prevent miscommunication, poor messaging, and wrong conclusions down the line.</p>
<figure><a title="SmashingConf NYC 2025" href="https://smashingconf.com/ny-2025/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b979d5da-8fb2-0141-11a0-4c279031750e.jpg" width="550" height="364" alt="SmashingConf NYC 2025" border="0"></a><br><a title="SmashingConf NYC 2025" href="https://smashingconf.com/ny-2025/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2c589b07-9b56-5992-e15b-161ec1b71f99.jpg" width="550" height="364" alt="SmashingConf NYC 2025" border="0"></a><figcaption>A friendly setup, with chairs on stage and speakers answering questions from the audience &mdash; with <a href="https://cattsmall.com/">Catt Small</a> on stage. Photo by Marc Thiele. <a href="https://smashingconf.com/ny-2025">Jump to the details.</a></figcaption></figure>
<p>This week we are traveling for <strong><a href="https://smashingconf.com/ny-2025">SmashingConf NY 2025</a></strong> 🇺🇸 &mdash; our last SmashingConf this year, all around <strong>UX, design systems</strong>, AI, accessibility &mdash; along with <a href="https://smashingconf.com/ny-2025/workshops">practical workshops</a> on dashboards, complex UIs, CSS and <strong>AI</strong>. <a href="https://smashingconf.com/ny-2025">Jump to the last tickets!</a></p>
<p>And if you prefer online learning, we have quite a few <strong>online workshops</strong> starting today and in the next weeks:</p>
<figure><a title="Why You Will Not Be Replaced by AI" href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/011ffb25-d9cc-afae-d953-f7e0ea31743d.png" width="500" height="300" alt="Why You Will Not Be Replaced by AI" border="0"></a><figcaption><a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Free workshop</a> by yours truly (2h + Q&A). <a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=You%20Will%20Not%20Be%20Replaced%20By%20AI&iso=20251119T09&p1=224&ah=3&am=30">Check your time zone.</a></figcaption></figure>
<ul>
    <li><a href="https://smashingconf.com/online-workshops/workshops/converting-websites-paul-boag/">Designing Websites That Convert</a> with Paul Boag,</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/">Advanced Design Systems</a> with Brad Frost,</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/">Live UX Training: Design Patterns</a> with Vitaly Friedman,</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/">Design Patterns For AI Interfaces</a> with Vitaly Friedman,</li>
    <li><a href="https://smashingconf.com/online-workshops/workshops/ux-strategy-susan-guthrie-weinschenk/">UX Strategy in Action</a> with Susan Weinschenk,</li>
    <li><strong>Free workshop</strong>: <a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Why You Will Not Be Replaced by AI</a> with Vitaly Friedman (Nov 19, <em>free!</em>)</li>
</ul>
<p>Wishing you a wonderful rest of the week, everyone, and we hope to see you in person and online soon!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Cognition Catalog</h3>
<p>Confirmation bias, halo effect, false memory &mdash; these are just three of the countless biases that affect how we think and make decisions. What makes it particularly hard to avoid them is that they often <strong>happen unconsciously</strong>, so understanding how cognitive biases work and how they manifest themselves is the first step towards mitigating their effect on your work.</p>
<figure><a title="The Cognition Catalog" href="https://www.beyonduxdesign.com/the-cognition-catalog/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/8b5b4602-afda-8a33-b906-774732364dc2.png" width="500" height="276" alt="The Cognition Catalog" border="0"></a></figure>
<p>Jeremy Miller’s <a href="https://www.beyonduxdesign.com/the-cognition-catalog/">Cognition Catalog</a> is a fantastic resource for getting familiar with different types of biases so you can face them head-on. Currently featuring more than 60 biases in four categories, the catalog explores each bias’s history, <strong>real-world examples</strong>, and key takeaways for various roles in the tech industry. A new bias is added to the collection every week. Perfect for UX designers, product managers, engineers, and, of course, everyone else on the team. <em>(cm)</em></p></p>

<p><h3>2. UX Psychology Glossary</h3>
<p>Whether you want to <strong>improve conversion rates</strong>, reduce churn, or increase productivity, there’s no way around psychology in UX. It helps you understand how users understand your product, so that you can build meaningful experiences that serve both your customers and your business. If you’re looking to freshen up your psychology knowledge, Peter Ramsey’s <a href="https://builtformars.com/ux-glossary">UX Psychology Glossary</a> is for you.</p>
<figure><a title="UX Psychology Glossary" href="https://builtformars.com/ux-glossary"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/6e922d34-f1eb-38a5-1b15-b362d7da8902.png" width="500" height="337" alt="UX Psychology Glossary" border="0"></a></figure>
<p>The glossary describes <strong>psychological terms</strong>, design principles, and UX concepts that are useful when designing products &mdash; from cognitive load and framing to the curiosity gap and scarcity effect. Each term comes with a concise, one-sentence summary for easy reference and a more comprehensive explanation with examples and tips. <em>(cm)</em></p></p>

<p><h3>3. Laws Of UX</h3>
<p><strong>Fitt’s Law</strong>, Miller’s Law, the Serial Position Effect. Do you know what’s behind these names? If not (or in case you need a little refresher), <a href="https://lawsofux.com/">Laws Of UX</a> sheds more light on their meaning.</p>
<figure><a title="Laws Of UX" href="https://lawsofux.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/437e50d1-fdbf-c186-b435-b661d038473d.png" width="500" height="334" alt="Laws Of UX" border="0"></a></figure>
<p>Created by Jon Yablonski, this lovely website explains 30 psychological key principles that designers can consider to create more intuitive, <strong>human-centered products</strong> and experiences. Highlighting key takeaways, origin, examples, and further reading resources for each principle, this is a resource you might want to keep close. <em>(cm)</em></p></p>

<p><h3>4. 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/converting-websites-paul-boag/"><strong>Designing Websites That Convert</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Sep 30 &ndash; Oct 9</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/"><strong>Advanced Design Systems</strong></a> <span class="note note--workflow">Workflow</span><br>with Brad Frost. Oct 1&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training + video course</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass UX</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Oct 21 &ndash; Nov 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</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. Dec 1 &ndash; 12</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>5. Cognitive Bias Cheat Sheet</h3>
<p>Cognitive biases can be unfair and sometimes counter-productive. However, they are the only tools we have to <strong>process the world around us</strong>. So, as harmful as they can be, cognitive biases can also be useful to prevent us from drowning in information overload.</p>
<figure><a title="Cognitive Bias Cheat Sheet" href="https://buster.medium.com/cognitive-bias-cheat-sheet-55a472476b18"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c32095ed-2da3-b718-0e9e-760dc5dc0a12.png" width="500" height="389" alt="Cognitive Bias Cheat Sheet" border="0"></a></figure>
<p>To help you make sense of cognitive biases, how they are useful, and the trade-offs they bring along, Buster Benson tackled the mammoth task and boiled down <a href="https://en.wikipedia.org/wiki/List_of_cognitive_biases">Wikipedia’s massive list of biases</a> into an organized, easy-to-reference <a href="https://buster.medium.com/cognitive-bias-cheat-sheet-55a472476b18">cheat sheet</a> that groups biases by the <strong>mental problem they are trying to address</strong>. One for the bookmarks. <em>(cm)</em></p></p>

<p><h3>6. Psychology Insights Cookbook</h3>
<p>Behavioral science helps take the guesswork out of your design decisions and backs them up with scientific findings about how people act and react. If you plan to reference behavioral science in your design work, the <a href="https://www.coglode.com/figma">Coglode Behavioral Design System</a> is for you. It’s a fantastic tool to help you <strong>turn hunches into more objective, evidence-based decisions</strong>.</p>
<figure><a title="Figma Behavioral Design System" href="https://www.coglode.com/figma"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/229b8d89-c43a-5424-26c8-8e089ea4f9d6.png" width="500" height="Figma Behavioral Design System" alt="Figma Behavioral Design System" border="0"></a></figure>
<p>At the heart of the Figma library is a suite of over 50 “nugget badges.” Each nugget badge distills a behavioral science concept into just a few words or, if you prefer, into an easy-to-recognize image. To aid memory, the nuggets are <strong>color-coded by use</strong>, e.g., branding, product development, pricing, or conversion, and link back to the <a href="https://www.coglode.com/cookbook">Coglode Cookbook</a> where you can find more data and takeaways on each concept. A handy little helper to make behavioral science a natural part of your team’s design workflow. <em>(cm)</em></p></p>

<p><h3>7. Cognitive Bias Sketches</h3>
<p>You want to learn more about cognitive biases, but <strong>don’t have time</strong> to dig into the more comprehensive guides? Then the <a href="https://sketchplanations.com/categories/cognitive-bias">Cognitive Bias Sketches</a> that Jono Hey created might be for you.</p>
<figure><a title="Cognitive Bias Sketches" href="https://sketchplanations.com/categories/cognitive-bias"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/ed29416e-eab3-73bb-687d-b080408d2854.png" width="500" height="486" alt="Cognitive Bias Sketches" border="0"></a></figure>
<p>Each of Jono’s 39 sketches sums up the <strong>main idea</strong> of a particular cognitive bias in a quick drawing or illustration. A great foundation to approach the world of cognitive biases without feeling overwhelmed. <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/c1cb86e7-c4a2-df72-d6e1-21153676ce96.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #526</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-526/</link><pubDate>Tue, 23 Sep 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-526/</guid><description>This newsletter issue was sent out to 184,730 subscribers on Tuesday, September 23, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-526/" />
              <title>Smashing Newsletter: Issue #526</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #526</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-09-23T16:00:00&#43;02:00" class="op-published">2025-09-23T16:00:00+02:00</time>
                  <time datetime="2025-09-23T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p><strong>Design patterns</strong>! In today’s issue, we explore how to design experiences for <strong>challenging and confusing interactions</strong> &mdash; from bulk import and context menus to chat UIs, loading indicators, user engagement, and social proof. With plenty of practical examples and guides to keep close.</p>
<figure><a href="https://smashingconf.com/ny-2025"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/b979d5da-8fb2-0141-11a0-4c279031750e.jpg" alt="SmashingConf NYC 2025" width="550" height="450"></a><figcaption>Meet <a href="https://smashingconf.com/ny-2025">SmashingConf NYC 2025</a>, a friendly conference for designers and front-end engineers. <a href="https://smashingconf.com/ny-2025">Jump to the details</a>.</figcaption></figure>
<p>In <strong>under 2 weeks</strong>, we’ll be travelling to <a href="https://smashingconf.com/ny-2025">SmashingConf New York 2025</a>&nbsp;🇺🇸, with sessions and workshops on:</p>
<ul>
<li><a href="https://smashingconf.com/ny-2025/workshops/stephanie-eckles-accessible-components">Interactive, Accessible Components</a>, with Steph Eckles,</li>
<li><a href="https://smashingconf.com/ny-2025/workshops/nick-desbarats-dashboards">Practical Dashboards</a>, with Nick Desbarats,</li>
<li><a href="https://smashingconf.com/ny-2025/workshops/vitaly-friedman-complex-uis/">Designing For Complex UIs</a>, with Vitaly Friedman,</li>
<li><a href="https://smashingconf.com/ny-2025/workshops/miriam-suzanne-modern-css-architecture">Modern CSS Architecture</a>, with Miriam Suzanne,</li>
<li><a href="https://smashingconf.com/ny-2025/workshops/vitaly-friedman-ai-interfaces/">Design Patterns For AI</a>, with Vitaly Friedman.</li>
</ul>
<p>We’ve also just launched a new <a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">free online workshop</a> on <strong>“Why You Will Not Be Replaced By AI”</strong>, a 2h 30mins session, going into all the fine details about AI and the <strong>skills we all need</strong> to create AI experiences that people understand, use and love. November 19, 2025. <a href="https://smashingconf.com/online-workshops/workshops/replaced-by-ai-vitaly-friedman/">Free for everyone!</a></p>
<p>Finally, don't miss <a href="https://smashingconf.com/meets-music">Smashing Meets Music</a>&nbsp;🎵, our friendly get-together for people who love music, DJing, and coding for music. Wednesday, October 22. <a href="https://smashingconf.com/meets-music">Don't miss that one!</a>.</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Bulk Import UX</h3>
<p><strong>Bulk upload features</strong> are challenging to design. We not only need to consider the technical side of things like messy data, edge cases, encoding formats, and error validation, but we also need to provide clear instructions that make it easy for users to <strong>fix errors</strong>. And that’s where a lot of bulk upload features are lacking. So, how can we do better? How can we improve the bulk uploading experience?</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/a11334b9-6f4a-76bf-f711-e63cfe4f4884.png" width="500" height="412" alt="UX Case Study: Bulk Upload Feature" border="0"></a></figure>
<p>Livinda Christy wrote a <a href="https://medium.com/design-bootcamp/ux-case-study-bulk-upload-feature-785803089328">case study</a> in which she dives deep into common issues and challenges that bulk upload features bring along and how they can be solved. Drawing on her experience from improving bulk upload in an online recruiting tool, she takes you through the steps she took to create a <strong>hassle-free file import</strong>, while also defending her design decisions to stakeholders. Lots of practical takeaways for your own work are guaranteed. <em>(cm)</em></p></p>

<p><h3>2. Context Menus UX</h3>
<p>From macOS to Windows, from Xerox Parc to the web, context menus have existed for decades. However, as long as they have been around and as widespread as they are, they still <strong>behave differently</strong> across web apps, which means that users have to relearn what is possible in each new app they use. But what could a context menu look like that is so <strong>intuitive</strong> to use that users don’t even have to think about it?</p>
<figure><a title="Building like it's 1984: A comprehensive guide to creating intuitive context menus" href="https://height.app/blog/guide-to-build-context-menus"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9e412ece-de29-591e-59ad-97ada9fdabc6.png" width="500" height="302" alt="Building like it's 1984: A comprehensive guide to creating intuitive context menus" border="0"></a></figure>
<p>In his article “<a href="https://height.app/blog/guide-to-build-context-menus">Building like it’s 1984: A comprehensive guide to creating intuitive context menus</a>,” Michael Villar takes us through the basics, as well as some more advanced interactions, for building <strong>seamless context menus</strong>. He explores everything from positioning the context menu and adding keyboard navigation to giving intuitive access to submenus and dealing with content overflow. <em>(cm)</em></p></p>

<p><h3>3. Chat Interfaces UX</h3>
<p>As many product teams race to not fall behind on AI, <strong>AI chat interfaces</strong> are becoming an obvious choice every time an AI initiative is launched. However, we need to be careful how we implement them. Adding AI to keep up with the trend doesn’t necessarily mean we’ve added real value for our users &mdash; in fact, in the worst case, it can even <strong>erode trust</strong> in our product.</p>
<figure><a title="Design Patterns For AI Chat Interfaces" href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-activity-7354454045761126401-sgyj/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/872d0276-444a-a433-8175-625d42ebf78a.png" width="500" height="435" alt="Design Patterns For AI Chat Interfaces" border="0"></a></figure>
<p>To prevent that from happening, Vitaly shares <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-activity-7354454045761126401-sgyj/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">practical guidelines</a> for designing more useful, and less annoying, AI chat interfaces. He explores how we can make it clear to users that they are chatting with a bot, not a human, how we can help them <strong>articulate their intent</strong>, and how we can adapt the chat component to different needs (e.g., multitasking, complex tasks, changing context). Practical tips you can apply to your chat interfaces right away. <em>(cm)</em></p></p>

<p><h3>4. Upcoming Workshops and Events</h3>
<p>That’s right! We run <a href="https://www.smashingconf.com/online-workshops/">online workshops on frontend and design</a>, but also <a href="https://smashingconf.com/meets-music">friendly community events</a> around accessibility, performance, and UX. 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/9c1b9be3-7b3d-3bd1-ec58-6bb5ce67cf42.jpg" width="500" height="334" alt="Smashing Online Events" border="0"></a><figcaption>With <a href="https://smashingconf.com/meets-music">friendly community events</a> and <a href="https://smashingconf.com/online-workshops/">online workshops</a>, we aim to give you the same experience and access to experts as in-person.</figcaption></figure>
<p>As always, here’s a quick overview:</p>
<ul id="all-workshops">
<li><a href="https://smashingconf.com/online-workshops/workshops/converting-websites-paul-boag/"><strong>Designing Websites That Convert</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Sep 30 &ndash; Oct 9</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/"><strong>Advanced Design Systems</strong></a> <span class="note note--workflow">Workflow</span><br>with Brad Frost. Oct 1&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live Interface Design Patterns UX Training</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/meets-music"><strong>Smashing Meets Music</strong></a> <span class="note note--dev">Dev</span><br>with Samantha Gordashko, Brad Frost, André Michelle. Oct 22</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass UX</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Oct 21 &ndash; Nov 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</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 + live UX training.</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>5. Loading And Progress Indicators</h3>
<p>Whether it’s loading a webpage, processing a transaction, or downloading content &mdash; often there’s no way around waiting. Of course, the primary focus should always lie on improving performance and responsiveness, but sometimes that’s not enough. To help you <strong>enhance the waiting experience</strong>, Taras Bakusevych shares valuable <a href="https://uxdesign.cc/loading-progress-indicators-ui-components-series-f4b1fc35339a">tips and best practices for loading and progress indicators</a>.</p>
<figure><a title="Loading And Progress Indicators" href="https://uxdesign.cc/loading-progress-indicators-ui-components-series-f4b1fc35339a"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/41a669b3-e8e8-225a-a1a5-9eac8676b09f.png" width="500" height="264" alt="Loading And Progress Indicators" border="0"></a></figure>
<p>In his post, Taras dives deeper into the psychology of waiting and explores how loading and progress indicators can enhance usability, reduce user frustration, and create a positive perception of your page’s or system’s responsiveness. You’ll also learn how to <strong>select the right loader</strong> based on the anticipated waiting time and what else to keep in mind to make the waiting experience seamless and engaging. <em>(cm)</em></p></p>

<p><h3>6. Maximizing User Engagement</h3>
<p>UX strategies for maximizing user engagement are based on psychological principles and <strong>behavior patterns</strong> that are often outside a user’s control. So whenever we employ them, we need to weigh our design decisions responsibly to not cause harm by creating addictive products. Taras Bakusevych wrote a wonderful post in which he shines a light on <a href="https://uxdesign.cc/21-ux-strategies-to-maximize-user-engagement-without-exploitation-a39428cd66c5">UX strategies that drive user growth and retention</a> without exploiting users.</p>
<figure><a title="21 UX Strategies To Maximize User Engagement Without Exploitation" href="https://uxdesign.cc/21-ux-strategies-to-maximize-user-engagement-without-exploitation-a39428cd66c5"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/bff5c561-160a-c6f2-54f8-00cbf8c0160d.png" width="500" height="302" alt="21 UX Strategies To Maximize User Engagement Without Exploitation" border="0"></a></figure>
<p>Based on popular behavioral design frameworks, Taras developed a unified formula for fostering long-term user engagement: the <strong>Sustainable Engagement Loop</strong>. Designed as a cyclical process, it builds and maintains habits in six key stages &mdash; from prompting users to take action to fostering ongoing engagement. To prevent harmful consequences like doomscrolling, unhealthy competition, and social comparison, Taras also highlights <strong>ethical considerations</strong> to keep in mind. A must-read for every designer. <em>(cm)</em></p></p>

<p><h3>7. Social Proof</h3>
<p>As humans, we have the tendency to follow the actions of others when we are uncertain about something. It assures us that we “behave correctly” and shows our desire to fit in. That’s where social proof comes in. Whether it’s through customer reviews, testimonials, or expert approvals, social proof builds <strong>trust and credibility</strong> by showing that others have found value in a product or service.</p>
<figure><a title="Social Proof Examples" href="https://socialproofexamples.com/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/cf7d6e81-ec00-e798-f546-826bd24d7d76.png" width="500" height="294" alt="Social Proof Examples" border="0"></a></figure>
<p>If you’re looking for practical examples of social proof strategies, be sure to check out <a href="https://socialproofexamples.com/">Social Proof Examples</a>. The site features 191 real-world social proof examples that go way beyond good ol’ reviews. Milestone celebrations, <strong>walls of love</strong>, authority metrics, and project portfolios are just a few of the types of social proof that are waiting to be discovered in the collection. <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/22773340-635e-bd6a-f8dd-05d7a85d7562.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #525</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-525/</link><pubDate>Tue, 16 Sep 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-525/</guid><description>This newsletter issue was sent out to 184,926 subscribers on Tuesday, September 16, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-525/" />
              <title>Smashing Newsletter: Issue #525</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #525</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-09-16T16:00:00&#43;02:00" class="op-published">2025-09-16T16:00:00+02:00</time>
                  <time datetime="2025-09-16T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Some companies and organizations are heavily allergic to <strong>user research</strong>. It’s not that they don’t value research. They want to avoid disruptions, delays, and minimize risk. Reluctance might be a fear of challenging the status quo. Or a fear of uncovering failures and the costs of fixing them. Or a fear of insights that conflict with top-level decisions.</p>
<p>Research typically raises <strong>uncomfortable questions</strong> that nobody really wants to answer. It also exposes wrong decisions and failures that put decision-makers in a bad light. At best, they “slow down” a signed-off project; at worst, they endanger it.</p>
<p>But research is an <strong>extremely valuable</strong> and effective tool for preventing risky and expensive projects. It’s also a very powerful tool to increase retention and loyalty &mdash; not by asking users what they want or prefer, but by studying where they struggle, their needs, and their context. After all, no business can be successful without successful customers.</p>
<p>In this newsletter, we explore UX research, how to measure its impact, how to gather useful feedback, and how to conduct UX research without direct access to users. We hope you’ll find a few useful gems in here.</p>
<figure><a title="SmashingConf New York 2025" href="https://smashingconf.com/ny-2025"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/486c746c-4181-d5ae-3e81-3043c27e583a.png" width="500" height="333" alt="SmashingConf New York 2025" border="0"></a></figure>
<p>After wrapping up SmashingConf Freiburg, our next stop is <a href="https://smashingconf.com/ny-2025"><strong>SmashingConf New York</strong></a> (<strong>Oct 6&ndash;9</strong>), with hands-on workshops on AI, dashboards, complex products, CSS, design patterns, and accessibility. With <strong>friendly bundle tickets</strong> for truly smashing teams. <a href="https://smashingconf.com/ny-2025">Jump to the details</a>.</p>
<p>Don’t despair and keep trying &mdash; ask for very small commitments, and progress from there. It might not take too long for research initiatives to be noticed, appreciated, supported &mdash; and perhaps even initiated by top-level management. Fingers crossed!</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/vitalyfriedman/">Vitaly</a></em></p>

<p><h3>1. Affinity Mapping In UX</h3>
<p>Affinity mapping is a powerful tool for distilling the insights you’ve gained during <strong>customer experience research</strong> or solution brainstorming. However, there’s more to good affinity maps than simply grouping your findings by topics.</p>
<figure><a title="How to do affinity mapping that doesn’t suck" href="https://medium.com/design-bridges/affinity-mapping-b0b9faddccfb"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/784395d4-f79c-2605-9405-b0b2452c1abf.png" width="500" height="288" alt="How to do affinity mapping that doesn’t suck" border="0"></a></figure>
<p>To help you take your affinity mapping game to the next level, Slava Shestopalov shares his <a href="https://medium.com/design-bridges/affinity-mapping-b0b9faddccfb">recipe for strong affinity maps</a>. His approach involves seven steps, from creating quality notes and organizing them on the canvas to identifying groups and adding <strong>hierarchy with clusters</strong>. By following these tips, you can prevent your affinity maps from becoming just a wall of sticky notes no one acts upon, and instead turn them into a valuable tool for driving decisions. <em>(cm)</em></p></p>

<p><h3>2. UX Research Bookmarks</h3>
<p>Research is essential to creating a good user experience. It helps us <strong>uncover user needs</strong> and prevents us from basing our design decisions on assumptions, hunches, and guesses. Gregg Bernstein, UX research leader and author of the book <em>Research Practice</em>, published his personal collection of research-related bookmarks in a <a href="https://greggcorp.notion.site/Research-Practice-Bookmarks-6e6ffb6c8cc0484b8dc4b0485e584afd">Notion database</a>.</p>
<figure><a title="Research Practice Bookmarks" href="https://greggcorp.notion.site/Research-Practice-Bookmarks-6e6ffb6c8cc0484b8dc4b0485e584afd"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/1964b22c-8198-6ac8-3e40-81de89b7e679.png" width="500" height="348" alt="Research Practice Bookmarks" border="0"></a></figure>
<p>The collection features <strong>more than 200 useful links</strong>, covering everything from recruiting, interviews, and documentation to prioritization, data analysis, and AI. Each bookmark comes with a short description and a tag to make it easier to find resources that are relevant to you. A treasure chest, whether you’re new to UX research or looking to improve your workflow. <em>(cm)</em></p></p>

<p><h3>3. Design Research Framework</h3>
<p>In many organizations, there’s a lack of clarity around design research or different standards competing with each other. To give you a touchstone and <strong>checklist you can use in conversations</strong> with anyone involved in design decisions within your organization, Erika Hall created a <a href="https://www.muledesign.com/blog/design-research-framework">design research framework</a>.</p>
<figure><a title="A Design Research Framework" href="https://www.muledesign.com/blog/design-research-framework"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/a5070649-db8b-00dc-dbd8-039331bbd6f0.png" width="500" height="267" alt="A Design Research Framework" border="0"></a></figure>
<p>The framework is a visual representation of the approach that Erika recommends to her clients and follows herself. It involves six phases, and although the discrete steps may seem like a lot at first glance, they can often be very <strong>short conversations</strong> or a quick chat in Slack, if your team is already working well together. A great foundation for making more informed and intentional decisions. <em>(cm)</em></p></p>

<p><h3>4. 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/behavioral-design-susan-guthrie-weinschenk/"><strong>Behavioral Design Workshop</strong></a> <span class="note note--ux">UX</span><br>with Susan and Guthrie Weinschenk. Sep 18 &ndash; Oct 3</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/sarah-l-fossheim-practical-accessibility/"><strong>Dataviz Accessibility Workshop</strong></a> <span class="note note--dev">Dev</span><br>with Sarah L. Fossheim. Sep 22 &ndash; Oct 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/converting-websites-paul-boag/"><strong>Designing Websites That Convert</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Sep 30 &ndash; Oct 9</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/"><strong>Advanced Design Systems</strong></a> <span class="note note--workflow">Workflow</span><br>with Brad Frost. Oct 1&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training + video course</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>5. Gathering Useful User Feedback</h3>
<p>Nothing beats in-person usability sessions for gathering user feedback. Unfortunately, they don’t work at scale. So what else can we do to get useful feedback from our users? In his <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-research-activity-7349355968629035008-Jnev?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">post on Linkedin</a>, Vitaly looks into practical <strong>alternatives to feedback widgets</strong>, survey prompts, and NPS emails.</p>
<figure><a title="How To Get Useful Feedback From Users" href="https://www.linkedin.com/posts/vitalyfriedman_ux-research-activity-7349355968629035008-Jnev?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/97bace80-63c9-7a41-e0c7-09eab8108fec.png" width="500" height="345" alt="How To Get Useful Feedback From Users" border="0"></a></figure>
<p>As Vitaly points out, the best way to gather feedback is to ask for help and be helpful. So instead of using generic widgets, he recommends <strong>asking for very specific feedback</strong> about a very specific feature that a user has just interacted with. In his post, he explores in detail what this could look like and what to watch out for so as not to draw wrong conclusions. <em>(cm)</em></p></p>

<p><h3>6. UX Research Without Users</h3>
<p>Whether it’s strict NDAs, <strong>privacy regulations</strong>, high costs, 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. So how can we make UX research work with no or only limited access to users?</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/1309c14f-4831-8664-b51d-92f7e9288154.png" width="500" height="298" alt="How To Run UX Research Without Access To Users" border="0"></a></figure>
<p>In his post “<a href="https://www.smashingmagazine.com/2024/05/how-run-ux-research-without-access-users/">How To Run UX Research Without Access To Users</a>,” Vitaly explores exactly that. He looks into workarounds that help you better understand pain points and issues that users might have when using your products and shares tips for <strong>making a strong case for UX research</strong>. A must-read, whether you’re working on a brand-new product that doesn’t have any users yet or facing reluctance from stakeholders who don’t see the value in UX research. <em>(cm)</em></p></p>

<p><h3>7. UX Research Books And Templates</h3>
<p>You’re <strong>new to user research</strong>? Or maybe you want to brush up on a couple of topics? Then the <a href="https://www.userinterviews.com/ux-research-field-guide">User Experience Research Field Guide</a> is for you.</p>
<figure><a title="The User Experience Research Field Guide" href="https://www.userinterviews.com/ux-research-field-guide"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/910fefff-c72f-091d-991b-82bf2b22dec4.png" width="500" height="267" alt="The User Experience Research Field Guide" border="0"></a></figure>
<p>Created by the team at User Interviews, the field guide takes you from zero to UX research pro in <strong>ten modules</strong>. It covers everything from planning UX research to conducting sessions to analyzing and reporting your findings.</p>
<p>For more useful insights into UX research, also be sure to check out the <a href="https://www.linkedin.com/posts/vitalyfriedman_ux-design-research-activity-7339921486448668672-NE3F?utm_source=share&utm_medium=member_desktop&rcm=ACoAAACDcgQBa_vsk5breYKwZAgyIhsHtJaFbL8">resource collection</a> that Vitaly compiled. It features <strong>free books and templates</strong> to support you during all phases of your UX research journey. Happy reading! <em>(cm)</em></p></p>

<p><h3>8. How To Measure UX Research Impact</h3>
<p>How can you make sure your UX research <strong>makes a real impact</strong> and doesn’t collect dust in someone’s drawer? Karin den Bouwmeester proposes a <a href="https://uxinsight.org/how-to-measure-ux-research-impact-a-multi-level-framework/">multi-level framework</a> for defining and measuring UX research impact.</p>
<figure><a title="How To Measure UX Research Impact" href="https://uxinsight.org/how-to-measure-ux-research-impact-a-multi-level-framework/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/2167ae1f-12c0-fdde-d683-e093105a6b62.png" width="500" height="370" alt="How To Measure UX Research Impact" border="0"></a></figure>
<p>Karin’s framework defines three levels for measuring the impact of UX research: outcomes (i.e., the value that research creates), <strong>organizational influence</strong> (i.e., if research is driving change), and research practice (i.e., how deeply research is embedded in day-to-day operations and the product development cycle). As Karin points out, there’s no need to track everything; just start with the level that aligns best with your current goals. <em>(cm)</em></p></p>

<p><h3>9. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/3ccb9658-8260-80b4-78d5-4dc812c50ad3.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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 #524</title><link>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-524/</link><pubDate>Tue, 09 Sep 2025 16:00:00 +0200</pubDate><guid>https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-524/</guid><description>This newsletter issue was sent out to 185,216 subscribers on Tuesday, September 9, 2025.</description><content:encoded><![CDATA[
          <html>
            <head>
              <meta charset="utf-8">
              <link rel="canonical" href="https://www.smashingmagazine.com/the-smashing-newsletter/smashing-newsletter-issue-524/" />
              <title>Smashing Newsletter: Issue #524</title>
            </head>
            <body>
              <article>
                <header>
                  <h1>Smashing Newsletter: Issue #524</h1>
                  
                    
                    <address>The Smashing Newsletter Team</address>
                  
                  <time datetime="2025-09-09T16:00:00&#43;02:00" class="op-published">2025-09-09T16:00:00+02:00</time>
                  <time datetime="2025-09-09T16:00:00&#43;02:00" class="op-modified">2025-12-25T09:32:05+00:00</time>
                </header>
                <h3>Editorial</h3>

<p>Today, we are running our <strong>annual SmashingConf</strong> in our lovely hometown, Freiburg, Germany, with plenty of sessions and workshops around <strong>accessibility</strong>, CSS, JavaScript, <strong>design systems</strong>, and good ol’ front-end. Also, <a href="https://marcthiele.com/photos/smashingconf-freiburg-2025">balloons everywhere</a>! 🎈</p>
<figure><a title="Attendees at SmashingConf Freiburg 2025" href="https://smashingconf.com/freiburg-2025"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/70074d1c-5f51-a6b6-0263-608b8cabb122.jpg" width="500" height="333" alt="Attendees at SmashingConf Freiburg 2025" border="0"></a><figcaption>First day of <a href="https://smashingconf.com/freiburg-2025">SmashingConf Freiburg</a>. 🎉 Image credit: <a href="https://marcthiele.com/photos/smashingconf-freiburg-2025">Marc Thiele</a></figcaption></figure>
<p>We’ll be running <strong>more SmashingConf events</strong> soon, and we also have a few <a href="https://smashingconf.com/online-workshops/">front-end & UX online workshops</a> which we run in the very same <em>smashing</em> spirit:</p>
<ul>
    <li><a href="https://smashingconf.com/ny-2025">SmashingConf NYC</a> 🇺🇸 (Front-End & UX, <strong>Oct 6&ndash;9</strong>)</li>
    <li><a href="https://smashingconf.com/amsterdam-2026">SmashingConf Amsterdam</a> 🇳🇱 (Design & UX, <strong>Apr 13&ndash;16</strong>, <strong>2026</strong>)</li>
    <li><a href="https://smashingconf.com/meets-music">Smashing Meets Music</a> (online, <strong>Oct 22</strong>)</li>
    <li><a href="https://smashingconf.com/open-up">Open Up with Brad Frost</a> (online, <strong>Sep 24</strong>)
</li></ul>
<figure><a title="SmashingConf New York 2025" href="https://smashingconf.com/ny-2025"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/486c746c-4181-d5ae-3e81-3043c27e583a.png" width="500" height="417" alt="SmashingConf New York 2025" border="0"></a><figcaption>If you’re not able to join us in person in New York, you can still join, learn, and have fun with us online! <a href="https://smashingconf.com/ny-2025/online">See how we run hybrid conferences&nbsp;&rarr;</a></figcaption></figure>
<p>We head to New York 🇺🇸 for <a href="https://smashingconf.com/ny-2025">SmashingConf NYC 2025</a> next month with sessions on <strong>design systems</strong>, <strong>AI</strong>, <strong>accessibility</strong> and <strong>UX research</strong>. There are some lovely workshops as well. We can’t wait to see you there! <a href="https://smashingconf.com/ny-2025">Jump to details and workshops</a>.</p>
<p>&mdash; <em><a href="https://www.linkedin.com/in/iris-lj/">Iris Lješnjanin</a></em></p>

<p><h3>1. Context-Aware Web Performance</h3>
<p>Let’s say a user has a critically low battery, data saver mode enabled, or a weak connection. Wouldn’t it be cool if you could adapt the experience for them? For example, by <strong>serving lower-resolution media</strong>, forgoing web fonts, or disabling auto-playing videos? Harry Roberts built a handy little tool to help you do exactly that: <a href="https://csswizardry.com/Obs.js/demo/">Obs.js</a>.</p>
<figure><a title="Obs.js" href="https://csswizardry.com/Obs.js/demo/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/65ae983b-c03a-3f70-afbe-60aadfe22767.png" width="500" height="324" alt="Obs.js" border="0"></a></figure>
<p>Obs.js uses the Navigator and Battery APIs to <strong>get contextual information</strong> about your user’s connection strength, battery status, and device capability. It exposes those signals as CSS classes on the <code>&lt;html&gt;</code> element and as properties on <code>window.obs</code>, so you can adapt delivery accordingly. Harry created an <a href="https://csswizardry.com/Obs.js/demo/">interactive demo page</a> to show how it works in action.</p>
<p>By the way, you don’t need to use Obs.js to adapt the experience: If your RUM or analytics provider accepts <code>window.obs</code>-style data, you can also use the data that Obs.js gathered to learn more about your audience. <em>(cm)</em></p></p>

<p><h3>2. Optimizing Third-Party Scripts</h3>
<p>Third-party scripts are invaluable for powering analytics, personalization, ads, chat widgets, and many other features that are hard to build from scratch. However, when they are large or synchronous, you risk that they <strong>block the main thread</strong> and slow down your site. So, how can you optimize your third-party scripts to prevent them from harming performance? Web workers are here to help, and Jakub Andrzejewski wrote a practical <a href="https://www.debugbear.com/blog/partytown-web-workers">guide</a> on how to use them.</p>
<figure><a title="Partytown: Optimize Third Party Scripts with Web Workers" href="https://www.debugbear.com/blog/partytown-web-workers"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9af1ba6f-3e3f-da8a-9d48-3559c22da76f.png" width="500" height="246" alt="Partytown: Optimize Third Party Scripts with Web Workers" border="0"></a></figure>
<p>Web workers allow you to move third parties off the main thread and onto a background thread so that they don’t compete with your app. By doing so, the main thread is less busy, which means that <strong>rendering and handling user input</strong> can happen faster.</p>
<p>In his guide, Jakub not only explains in detail how web workers work, he also shares a <strong>practical workflow</strong> that layers performance optimization strategies gradually to keep your site fast while still benefiting from third-party services. <em>(cm)</em></p></p>

<p><h3>3. Speculation Rules On Complex Sites</h3>
<p>The Speculation Rules API is a handy little helper to boost performance by either prefetching or prerendering future page navigations to give <strong>quicker or even instant page navigations</strong>. If you haven’t gotten around to wrapping your head around it yet, Barry Pollard wrote an <a href="https://developer.chrome.com/docs/web-platform/implementing-speculation-rules">introduction to the API</a> in which he explains how to implement it and what complex sites need to consider before doing so to avoid issues down the line.</p>
<figure><a title="A Layered Approach to Speculation Rules" href="https://csswizardry.com/2024/12/a-layered-approach-to-speculation-rules/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/5bff4639-8dc4-4b36-5c57-f8e25472d298.png" width="500" height="391" alt="A Layered Approach to Speculation Rules" border="0"></a></figure>
<p>For a real-world use case of the Speculation Rules API, also be sure to check out Harry Roberts’ <a href="https://csswizardry.com/2024/12/a-layered-approach-to-speculation-rules/">layered approach</a>. On his personal site, he uses Speculation Rules to immediately <strong>pay the TTFB cost for all internal links</strong> on the page and to pay the LCP cost for any other internal links on hover. In his blog post, he not only shares insights into how it works but also how he adapted the approach to match the needs of a more complex site with lots of traffic and a non-trivial back-end infrastructure. <em>(cm)</em></p></p>

<p><h3>4. Performance Annotations With Gemini</h3>
<p>Perhaps you’ve already discovered the feature while tinkering with <strong>Chrome DevTools</strong>, if not, be sure to give it a try: You can now ask Gemini to explain performance traces in DevTools.</p>
<figure><a title="Performance Annotations With Gemini" href="https://x.com/addyosmani/status/1926900676459716909"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/9c62cb77-8bde-ab88-d592-3962bf860c16.png" width="500" height="329" alt="Performance Annotations With Gemini" border="0"></a></figure>
<p><a href="https://x.com/addyosmani/status/1926900676459716909">As Addy Osmani explains</a>, you can double-click an event in the Main track, then click “Generate label” next to the input field, and <strong>Gemini suggests a label</strong> based on the stack trace and context. A small tip, but one that will certainly become a game-changer in your performance optimization workflow. <em>(cm)</em></p></p>

<p><h3>5. 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/sarah-l-fossheim-practical-accessibility/"><strong>Dataviz Accessibility Workshop</strong></a> <span class="note note--dev">Dev</span><br>with Sarah L. Fossheim. Sep 22 &ndash; Oct 6</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/converting-websites-paul-boag/"><strong>Designing Websites That Convert</strong></a> <span class="note note--ux">UX</span><br>with Paul Boag. Sep 30 &ndash; Oct 9</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/advanced-design-systems-brad-frost/"><strong>Advanced Design Systems</strong></a> <span class="note note--workflow">Workflow</span><br>with Brad Frost. Oct 1&ndash;10</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/interface-design-course-vitaly-friedman/"><strong>Live UX Training + video course</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 17 &ndash; Nov 17</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/product-design-stephanie-walter/"><strong>Designing Better Products Masterclass UX</strong></a> <span class="note note--ux">UX</span><br>with Stéphanie Walter. Oct 21 &ndash; Nov 4</li>
<li><a href="https://smashingconf.com/online-workshops/workshops/ai-interfaces-vitaly-friedman/"><strong>Design Patterns For AI Interfaces UX</strong></a> <span class="note note--ux">UX</span><br>with Vitaly Friedman. Oct 30 &ndash; Nov 13</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 + live UX training</li>
<li><a href="https://smashingconf.com/online-workshops/">Jump to all workshops&nbsp;&rarr;</a></li>
</ul></p>

<p><h3>6. Guide To Long Animation Frames</h3>
<p>Ideally, we want the browser to be able to paint at 60 frames per second, i.e., a frame every 16.66ms, to ensure a smooth experience. A long animation frame takes longer than 50ms. The Long Animation Frames (LoAF) API finally gives us a way to understand <strong>what’s consuming the browser’s processing time</strong>. If you want to dive deeper into how you can make the best use of it, Andy Davies wrote a comprehensive <a href="https://www.speedcurve.com/blog/guide-long-animation-frames-loaf/">guide</a>.</p>
<figure><a title="The Definitive Guide to Long Animation Frames" href="https://www.speedcurve.com/blog/guide-long-animation-frames-loaf/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/367ff9e5-9fde-4738-2098-8d9d52feaf5e.png" width="500" height="221" alt="The Definitive Guide to Long Animation Frames" border="0"></a></figure>
<p>The guide covers why animation frame rate matters, the key milestones within a Long Animation Frame, <strong>script attribution</strong>, and how to match script data to Interaction to Next Paint, as well as how to capture LoAF entries. A must-read if you want to better understand how scripts and other tasks affect both hard and soft navigations and interactions. <em>(cm)</em></p></p>

<p><h3>7. How To Break Up Long Tasks</h3>
<p>“Don’t block the main thread” and “Break up your long tasks” are the two pieces of advice you commonly get for <strong>keeping JavaScript apps fast</strong>. But what does that mean, and what work is involved?</p>
<figure><a title="Optimize Long Tasks" href="https://web.dev/articles/optimize-long-tasks"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0d6a686b-2239-f803-69ea-59cf2f1463cb.png" width="500" height="221" alt="Optimize Long Tasks" border="0"></a></figure>
<p>Jeremy Wagner and Brendan Kenny’s <a href="https://web.dev/articles/optimize-long-tasks">guide to optimizing long tasks</a> looks into <strong>task management strategies</strong> that help you ensure your site responds quickly to user interactions. It takes you through breaking up work into smaller functions, manually deferring code execution, yielding to the main thread, and breaking up long-running work with <code>scheduler.yield()</code>.</p>
<p>Another great read on the topic comes from Rick Viscomi. He wrote a helpful <a href="https://calendar.perfplanet.com/2024/breaking-up-with-long-tasks-or-how-i-learned-to-group-loops-and-wield-the-yield/">guide to breaking up long tasks</a> in which he shares how he learned to group loops and <strong>wield the yield</strong> to optimize interaction responsiveness, total processing time, and smoothness. <em>(cm)</em></p></p>

<p><h3>8. Meet Accessible UX Research, A Brand-New Smashing Book 📚</h3>
<p>In the past few years, we were very lucky to have worked together with some talented, caring people from the web community to publish their wealth of experience as <a href="https://www.smashingmagazine.com/printed-books/">printed books</a>. For our newest book, we have teamed up with Dr. Michele A. Williams: Meet “<a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Accessible UX Research</strong></a>.”</p>
<figure><a title="Accessible UX Research" href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><img src="https://mcusercontent.com/16b832d9ad4b28edf261f34df/images/0b64598e-1f8d-9495-0a8d-fd91abc6c09f.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/06/accessible-ux-research-pre-release/">Accessible UX Research</a>” by Michele A. Williams. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/">Pre-order the book</a> or <a href="https://www.smashingmagazine.com/printed-books/">browse the complete library</a>.</figcaption></figure>
<p>“Accessible UX Research” is your practical guide to making UX research more inclusive of participants with different needs &mdash; from planning and recruiting to facilitation, asking better questions, avoiding bias, and building trust. <strong>Print edition shipping Fall 2025. eBook also available for download in Fall 2025</strong>. <a href="https://www.smashingmagazine.com/2025/06/accessible-ux-research-pre-release/"><strong>Pre-order the book</strong></a>, and save off the full price.</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>