Internationale Web News

  • Dropdowns Inside Scrollable Containers: Why They Break And How To Fix Them Properly
    Freitag 13:00 at Articles on Smashing Magazine — For Web Designers And Developers
    Dropdowns often work perfectly until they’re placed inside a scrollable panel, where they can get clipped, and half the menu disappears behind the container’s edge. Godstime Aburu explains why this happens and offers practical solutions to fix it.
  • Modal vs. Separate Page: UX Decision Tree
    Donnerstag 15:00 at Articles on Smashing Magazine — For Web Designers And Developers
    How to choose between modals and pages, when to avoid modals, and how to determine the right level of interruption or navigation. Brought to you by Smart Interface Design Patterns, a **friendly video course on UX** and design patterns by Vitaly.
  • JavaScript for Everyone: Destructuring
    Donnerstag 13:06 Mat Marquis at CSS-Tricks
    Mat Marquis and Andy Bell have released JavaScript for Everyone, an online course offered exclusively at Piccalilli. This post is an excerpt from the course taken specifically from a chapter all about JavaScript destructuring.JavaScript for Everyone: Destructuring originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
  • Anime vs. Marvel/DC: Designing Digital Products With Emotion In Flow
    Dienstag 10:00 at Articles on Smashing Magazine — For Web Designers And Developers
    Design is about pacing and feelings as much as pixels and patterns. Alan Cohen explores Emotion in Flow and Emotion in Conflict, showing how anime like Dan Da Dan and superhero films like James Gunn’s Superman manage emotional shifts and translating those ideas into practical patterns for product design.
  • What’s !important #7: random(), Folded Corners, Anchored Container Queries, and More
    Montag 15:06 Daniel Schwarz at CSS-Tricks
    For this issue we have random(), folded clip-path corners, anchored container queries, customizable select, scroll-triggered animations, and more.What’s !important #7: random(), Folded Corners, Anchored Container Queries, and More originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
  • 4 Reasons That Make Tailwind Great for Building Layouts
    Montag 14:01 Zell Liew at CSS-Tricks
    Tailwind is really great for making layouts and there are many reasons why. Zell Liew looks at four specific examples of common use cases.4 Reasons That Make Tailwind Great for Building Layouts originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.
  • Moving From Moment.js To The JS Temporal API
    Freitag 13:00 at Articles on Smashing Magazine — For Web Designers And Developers
    The way JavaScript handles time has evolved significantly, from the built-in `Date` API to Moment.js and now Temporal. The new standard fills gaps in the original `Date` API while addressing limitations found in Moment and other libraries. Joe Attardi shares practical “recipes” for migrating Moment-based code to the new Temporal API.
  • Beyond `border-radius`: What The CSS `corner-shape` Property Unlocks For Everyday UI
    Donnerstag 10:00 at Articles on Smashing Magazine — For Web Designers And Developers
    For years, developers have been hacking around the limitations of `border-radius`, using clip-path, SVG masks, and fragile workarounds just to get anything other than round corners. The new `corner-shape` property finally changes that, opening the door to beveled, scooped, and squircle corners.
  • Abusing Customizable Selects
    Mittwoch 13:59 Patrick Brosset at CSS-Tricks
    Let’s go over a few demos using the new customizable