WebDev Feed

Web development news

SVG Mask Transitions on Scroll with GSAP and ScrollTrigger

11 March 2026 @ 2:37 pm - Codrops

In this tutorial, we’ll create four scroll-driven transitions that reveal fullscreen images using SVG masks, GSAP, and grid- and blind-based patterns.

Abusing Customizable Selects

11 March 2026 @ 1:59 pm - CSS-Tricks

Let’s go over a few demos using the new customizable <select> feature that may be wild, but also give us a great chance to learn new things in CSS. Abusing Customizable Selects originally published on CSS-Tricks, which is part of the

More CSS quick tips

11 March 2026 @ 12:34 pm - Kevin Powell

NEW Tanstack Hotkeys Library is Amazing

10 March 2026 @ 4:00 pm - Web Dev Simplified

We've been using container queries wrong

10 March 2026 @ 1:01 pm - Kevin Powell

Building Dynamic Forms In React And Next.js

10 March 2026 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Some forms stay UI, while others quietly become rule engines. Here’s why these two different approaches exist and how to choose between them.

The Value of z-index

9 March 2026 @ 2:20 pm - CSS-Tricks

How we look at the stacking order of our projects, how we choose z-index values, and more importantly, the implications of those choices. The Value of z-index originally published on CSS-Tricks, which is part of the

Building a Scroll-Reactive 3D Gallery with Three.js, Velocity, and Mood-Based Backgrounds

9 March 2026 @ 1:42 pm - Codrops

A tutorial on building a scroll-driven WebGL gallery in Three.js with depth-layered images, palette-driven backgrounds, and motion that responds to scroll velocity.

Persuasive Design: Ten Years Later

9 March 2026 @ 11:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Many product teams still lean on usability improvements and isolated behavioral tweaks to address weak activation, drop-offs, and low retention – only to see results plateau or slip into shallow gamification. Anders Toxboe updates persuasive design for today’s reality, clarifying what has actually held up over the last decade.

1 million subs!

7 March 2026 @ 3:02 pm - Kevin Powell

They said they'd crush me

7 March 2026 @ 2:00 pm - Kevin Powell

Obys: The Small Studio Designing Big Digital Narratives

6 March 2026 @ 12:52 pm - Codrops

An inside look at Obys and how a small team creates award-winning digital experiences through storytelling, structure, and intentional design.

Human Strategy In An AI-Accelerated Workflow

6 March 2026 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

UX design is entering a new phase, with designers shifting from makers of outputs to directors of intent. AI can now generate wireframes, prototypes, and even design systems in minutes, but UX has never been only about creating interfaces. It’s about navigating ambiguity, advocating for humans in systems optimised for efficiency, and solving their problems through thoughtful design.

The Different Ways to Select <html> in CSS

5 March 2026 @ 2:01 pm - CSS-Tricks

Sure, we can select the <html> element in CSS with, you know, a simple element selector, html. But what other (trivial and perhaps useless) ways can we do it? The Different Ways to Select <html> in CSS originally published on CSS-Tricks, which is part of the

This shouldn't be possible with CSS

5 March 2026 @ 2:00 pm - Kevin Powell

Inside Corentin Bernadou’s Portfolio: Swiss-Inspired Layouts, WebGL Geometry, and Thoughtful Motion

5 March 2026 @ 1:46 pm - Codrops

An overview of how I redesigned my portfolio as a creative playground, blending editorial design, WebGL experiments, and thoughtful motion.

WebGL for Designers: Creating Interactive, Shader-Driven Graphics Directly in the Browser

4 March 2026 @ 2:08 pm - Codrops

A look at how Unicorn Studio brings the power of WebGL shaders to designers through a layer-based workflow, making it easier to create expressive, interactive graphics directly in the browser.

Create a reflective glow effect with CSS

4 March 2026 @ 2:00 pm - Kevin Powell

Stop Writing TypeScript Code Like This

3 March 2026 @ 5:00 pm - Web Dev Simplified

How?!

3 March 2026 @ 4:57 pm - Kevin Powell

Now Shipping: Accessible UX Research, A New Smashing Book By Michele Williams

3 March 2026 @ 3:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Our newest Smashing Book, “Accessible UX Research” by Michele Williams, is finally shipping worldwide — and we couldn’t be happier! This book is about research, but you’ll also learn about assistive technology, different types of disability, and how to build accessibility into the entire design process. This thoughtful book will get you thinking about ways to make your UX research more inclusive and thorough, no matter your budget or timeline. Jump to the book

The Lookback: A Digital Capsule for Better Off® Studio’s Creative Past

3 March 2026 @ 1:48 pm - Codrops

How we designed and built a digital capsule for Better Off® Studio to document what shaped them into who they are today.

Popover API or Dialog API: Which to Choose?

2 March 2026 @ 3:10 pm - CSS-Tricks

Choosing between Popover API and Dialog API is difficult because they seem to do the same job, but they don’t! After a bit lots of research, I discovered that the Popover API and Dialog API are wildly different in terms of accessibility and we'll go over that in this article. Popover API or Dialog API: Which to Choose? originally published on

Getting Started With The Popover API

2 March 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

What happens if you rebuild a single tooltip using the browser’s native model without the aid of a library? The Popover API turns tooltips from something you simulate into something the browser actually understands. Opening and closing, keyboard interaction, Escape handling, and much of the accessibility now come from the platform itself, not from ad-hoc JavaScript.

Sticky Grid Scroll: Building a Scroll-Driven Animated Grid

2 March 2026 @ 9:37 am - Codrops

Learn how to build a structured scroll-driven image grid where movement unfolds progressively within a sticky layout.

When Community Becomes UI: Building the Website for the First Three.js Conference

28 February 2026 @ 12:24 pm - Codrops

How Makio64 & Hervé Studio designed threejs.paris, the website of the very first Three.js conference, to make every visitor part of the show!

Fresh Energy In March (2026 Wallpapers Edition)

28 February 2026 @ 9:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Do you need a little inspiration boost? Well, then our new batch of desktop wallpapers is for you. Designed by the community for the community, the wallpapers in this collection are the perfect opportunity to get your desktop ready for spring — and, who knows, maybe they’ll spark some new ideas, too. Enjoy!

What’s !important #6: :heading, border-shape, Truncating Text From the Middle, and More

27 February 2026 @ 4:30 pm - CSS-Tricks

Despite what’s been a sleepy couple of weeks for new Web Platform Features, we have an issue of What’s !important that’s prrrretty jam-packed. The web community had a lot to say, it seems, so fasten your seatbelts! What’s !important #6: :heading, border-shape, Truncating Text From the Middle, and More originally published on CSS-Tricks, which

Yet Another Way to Center an (Absolute) Element

27 February 2026 @ 2:40 pm - CSS-Tricks

TL;DR: We can center absolute-positioned elements in three lines of CSS. And it works on all browsers! Yet Another Way to Center an (Absolute) Element originally published on CSS-Tricks, which is part of the

F1 Website Championship

27 February 2026 @ 2:09 pm - Kevin Powell

Gabriel Norman: From Gaming Culture to High-End Interactive Experiences

27 February 2026 @ 1:51 pm - Codrops

How gaming culture, typographic discipline, and a passion for motion design converged into a career building immersive digital experiences.

JavaScript Is Dead - What You Need To Do

26 February 2026 @ 5:00 pm - Web Dev Simplified

Building Async Page Transitions in Vanilla JavaScript

26 February 2026 @ 2:34 pm - Codrops

Learn how to build a lightweight SPA router with true async crossfade page transitions using Vanilla JavaScript, GSAP, and Vite — no framework required.

linear() is so good

26 February 2026 @ 2:01 pm - Kevin Powell

Say Cheese! Meet SmashingConf Amsterdam 🇳🇱

26 February 2026 @ 11:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Meet our brand new conference for designers and UI engineers who love the web. That’s [SmashingConf Amsterdam](https://smashingconf.com/amsterdam-2026), taking place in the legendary Pathé Tuschinski, on April 13–16, 2026.

An Exploit … in CSS?!

25 February 2026 @ 9:31 pm - CSS-Tricks

Read an explanation of the recent CVE-2026-2441 vulnerability that was labeled a "CSS exploit" that "allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page." An Exploit … in CSS?! originally published on CSS-Tricks, which is part of the

A Complete Guide to Bookmarklets

25 February 2026 @ 2:50 pm - CSS-Tricks

Browsers don't just let you bookmark web pages. You can also bookmark JavaScript, allowing you to do so much more than merely save pages. A Complete Guide to Bookmarklets originally published on CSS-Tricks, which is part of the

CSS is too powerful now

25 February 2026 @ 2:01 pm - Kevin Powell

Loading Smarter: SVG vs. Raster Loaders in Modern Web Design

23 February 2026 @ 2:18 pm - CSS-Tricks

Let’s get nuanced in this article and discuss the capabilities of both SVG and raster imaged so that you can make informed decisions in your own work. Loading Smarter: SVG vs. Raster Loaders in Modern Web Design originally published on CSS-Tricks, which is part of the

A Designer’s Guide To Eco-Friendly Interfaces

23 February 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Every high-resolution hero image, autoplay video, and complex JavaScript animation carries a cost. Sustainable UX challenges the era of “unlimited pixels” and reframes performance as responsibility. In 2026, truly sophisticated design is defined not by how much it adds, but by how thoughtfully it reduces its footprint.

Potentially Coming to a Browser :near() You

20 February 2026 @ 3:36 pm - CSS-Tricks

Danny has several ideas for how we could use :near(), a proposed pseudo-class that detects when the pointer is near an element. Potentially Coming to a Browser :near() You originally published on CSS-Tricks, which is part of the

cqi to the rescue

19 February 2026 @ 2:01 pm - Kevin Powell

How to Handle Accessibility Like a Senior Dev

18 February 2026 @ 5:57 pm - Web Dev Simplified

Distinguishing “Components” and “Utilities” in Tailwind

18 February 2026 @ 4:21 pm - CSS-Tricks

The distinction between "components" and "utilities" seems clear at first glance, but gets a little blurred when working with them in Tailwind. Distinguishing “Components” and “Utilities” in Tailwind originally published on CSS-Tricks, which is part of the

Designing A Streak System: The UX And Psychology Of Streaks

18 February 2026 @ 3:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

What makes streaks so powerful and addictive? To design them well, you need to understand how they align with human psychology. Victor Ayomipo breaks down the UX and design principles behind effective streak systems.

5 CSS fouls that I see way too often

18 February 2026 @ 2:00 pm - Kevin Powell

Spiral Scrollytelling in CSS With sibling-index()

17 February 2026 @ 3:17 pm - CSS-Tricks

Lee accepts a challenge: arranging text in a spiral that animates as a vortex on scroll... all in CSS. Spiral Scrollytelling in CSS With sibling-index() originally published on CSS-Tricks, which is part of the

Interop 2026

17 February 2026 @ 2:17 pm - CSS-Tricks

Interop 2026 is officially a thing and there's plenty of new (and even old) CSS features that we can look forward to being cross-browser compatible and consistent! Interop 2026 originally published on CSS-Tricks, which is part of the

What’s !important #5: Lazy-loading iframes, Repeating corner-shape Backgrounds, and More

13 February 2026 @ 3:19 pm - CSS-Tricks

This issue of What’s !important is dedicated to our friends in the UK, who are currently experiencing a very miserable 43-day rain streak. Presenting: the five most interesting things to read about CSS from the last couple of weeks. Plus, the latest features from Chrome 145, and anything else you might’ve missed. TL;DR: lots of content, but also lots of rain. What’s !important #5: Lazy-loading iframe

Building Digital Trust: An Empathy-Centred UX Framework For Mental Health Apps

13 February 2026 @ 3:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Designing for mental health means designing for vulnerability. Empathy-Centred UX becomes not a “nice to have” but a fundamental design requirement. Here’s a practical framework for building trust-first mental health products.

Making a Responsive Pyramidal Grid With Modern CSS

12 February 2026 @ 2:57 pm - CSS-Tricks

This is the second part of a small two-part series. In this article, we will explore another type of grid: a pyramidal one. We are still working with hexagon shapes, but a different organization of the elements., while exploring other different shapes. Making a Responsive Pyramidal Grid With Modern CSS originally published on

CSS just keeps getting better

12 February 2026 @ 2:00 pm - Kevin Powell

How I made the slide in nav on my website

11 February 2026 @ 2:00 pm - Kevin Powell

Designing For Agentic AI: Practical UX Patterns For Control, Consent, And Accountability

11 February 2026 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Autonomy is an output of a technical system. Trustworthiness is an output of a design process. Here are concrete design patterns, operational frameworks, and organizational practices for building agentic systems that are not only powerful but also transparent, controllable, and trustworthy.

CSS <code>@scope</code>: An Alternative To Naming Conventions And Heavy Abstractions

5 February 2026 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Prescriptive class name conventions are no longer enough to keep CSS maintainable in a world of increasingly complex interfaces. Can the new `@scope` rule finally give developers the confidence to write CSS that can keep up with modern front ends?

How To Handle Errors Like A Senior Dev

3 February 2026 @ 5:53 pm - Web Dev Simplified

Combobox vs. Multiselect vs. Listbox: How To Choose The Right One

3 February 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Combobox vs. Multi-Select vs. Listbox vs. Dual Listbox? How they are different, what purpose they serve, and how to choose the right one. Brought to you by Design Patterns For AI Interfaces, **friendly video courses on UX** and design patterns by Vitaly.

Short Month, Big Ideas (February 2026 Wallpapers Edition)

31 January 2026 @ 9:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Let’s make the most of the shortest month of the year with a new collection of desktop wallpapers that are sure to bring a smile to your face — and maybe spark your creativity, too. All of them were designed with love by the community for the community and can be downloaded for free. Happy February!

Practical Use Of AI Coding Tools For The Responsible Developer

30 January 2026 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

AI coding tools like agents can be valuable allies in everyday development work. They help handle time-consuming grunt work, guide you through large legacy codebases, and offer low-risk ways to implement features in previously unfamiliar programming languages. Here are practical, easy-to-apply techniques to help you use these tools to improve your workflow.

This Amazing TypeScript Feature Has NO Docs!

27 January 2026 @ 5:00 pm - Web Dev Simplified

Unstacking CSS Stacking Contexts

27 January 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

In CSS, we can create “stacking contexts” where elements are visually placed one on top of the next in a three-dimensional sense that creates the perception of depth. Stacking contexts are incredibly useful, but they’re also widely misunderstood and often mistakenly created, leading to a slew of layout issues that can be tricky to solve.

Beyond Generative: The Rise Of Agentic AI And User-Centric Design

22 January 2026 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Developing effective agentic AI requires a new research playbook. When systems plan, decide, and act on our behalf, UX moves beyond usability testing into the realm of trust, consent, and accountability. Victor Yocco outlines the research methods needed to design agentic AI systems responsibly.

My Honest Thoughts on AI and the Job Market in 2026

20 January 2026 @ 5:00 pm - Web Dev Simplified

Rethinking “Pixel Perfect” Web Design

20 January 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Amit Sheen takes a hard look at the “Pixel Perfect” legacy concept, explaining why it’s failing us and redefining what “perfection” actually looks like in a multi-device, fluid world.

NEW CSS Scroll Features are Game Changers

14 January 2026 @ 5:00 pm - Web Dev Simplified

Smashing Animations Part 8: Theming Animations Using CSS Relative Colour

14 January 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

CSS relative colour values are now widely supported. In this article, pioneering author and web designer [Andy Clarke](https://stuffandnonsense.co.uk/) shares practical techniques for using them to theme and animate SVG graphics.

UX And Product Designer’s Career Paths In 2026

12 January 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

How to shape your career path for 2026, with decision trees for designers and a UX skills self-assessment matrix. The only limits for tomorrow are the doubts we have today. Brought to you by Smart Interface Design Patterns, a **friendly video course on UX** and design patterns by Vitaly.

The NEW React Activity Component Is a Game Changer for Performance

8 January 2026 @ 5:00 pm - Web Dev Simplified

Penpot Is Experimenting With MCP Servers For AI-Powered Design Workflows

8 January 2026 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

[Penpot](https://penpot.app/?utm_source=SmashingMagazine&utm_medium=Article&utm_campaign=MCPserver) is experimenting with MCP (Model Context Protocol) servers, which could lead to designers and developers being able to perform tasks in Penpot using AI that’s able to understand and interact with Penpot design files. Daniel Schwarz explains how [Penpot MCP](https://github.com/penpot/penpot-mcp) servers work, what they could mean for creating and managing designs in Penpot, and what you c

Pivoting Your Career Without Starting From Scratch

7 January 2026 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Most developers spend their days fixing bugs, shipping features, and jumping into the next sprint without even thinking about it. After a while, you begin to ask yourself, “Is this still what I want to be doing?” This article looks at how you can move into a new direction in your career without starting from scratch, and how the skills you already use, like problem-solving, communication, and empathy, can open new doors.

Every Project Needs This NEW Tanstack Library

6 January 2026 @ 5:01 pm - Web Dev Simplified

This Unknown TypeScript Feature is a Must Have for Large Projects

1 January 2026 @ 5:01 pm - Web Dev Simplified

Countdown To New Adventures (January 2026 Wallpapers Edition)

31 December 2025 @ 9:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Whether 2026 has already begun as you’re reading this or you’re still waiting for the big countdown to start, how about some new wallpapers to get your desktop ready for the new year? We’ve got you covered.

I Love the NEW CSS Functions

30 December 2025 @ 5:01 pm - Web Dev Simplified

How To Design For (And With) Deaf People

30 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Practical UX guidelines to keep in mind for 466 million people who experience hearing loss. More design patterns in Smart Interface Design Patterns, a **friendly video course on UX** and design patterns by Vitaly.

Everyone Is Missing What Makes NEW Shadcn Update Amazing

23 December 2025 @ 5:00 pm - Web Dev Simplified

Giving Users A Voice Through Virtual Personas

23 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Turn scattered user research into AI-powered personas that give anyone consolidated multi-perspective feedback from a single question.

How To Measure The Impact Of Features

19 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Meet TARS — a simple, repeatable, and meaningful UX metric designed specifically to track the performance of product features. Upcoming part of the Measure UX & Design Impact (use the code 🎟 IMPACT to save 20% off today).

The 2 Parts of Auth You Need To Know

18 December 2025 @ 5:00 pm - Web Dev Simplified

Smashing Animations Part 7: Recreating Toon Text With CSS And SVG

17 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

In this article, pioneering author and web designer [Andy Clarke](https://stuffandnonsense.co.uk) shows his techniques for creating [Toon Text titles](https://stuffandnonsense.co.uk/toon-text/index.html) using modern CSS and SVG.

NEW Tanstack AI Library is Amazing!

16 December 2025 @ 5:01 pm - Web Dev Simplified

Accessible UX Research, eBook Now Available For Download

9 December 2025 @ 4:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

We’ve got exciting news! eBook versions of “Accessible UX Research,” a new Smashing Book by Michele A. Williams, are now available for download! Which means soon the book will go to the printer. Order the eBook for instant download now or reserve your print copy at the presale price.

State, Logic, And Native Power: CSS Wrapped 2025

9 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

CSS Wrapped 2025 is out! We’re entering a world where CSS can increasingly handle logic, state, and complex interactions once reserved for JavaScript. Here is an unpacking of the standout highlights and how they connect to the bigger evolution of modern CSS.

How UX Professionals Can Lead AI Strategy

8 December 2025 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Lead your organization’s AI strategy before someone else defines it for you. A practical framework for UX professionals to shape AI implementation.

Beyond The Black Box: Practical XAI For UX Practitioners

5 December 2025 @ 3:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Explainable AI isn’t just a challenge for data scientists. It’s also a design challenge and a core pillar of trustworthy, effective AI products. Victor Yocco offers practical guidance and design patterns for building explainability into real products.

Masonry: Things You Won’t Need A Library For Anymore

2 December 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

CSS Masonry is almost here! Patrick Brosset takes a deep dive into what this long-awaited feature means for web developers and how you could make use of it in your own work.

A Sparkle Of December Magic (2025 Wallpapers Edition)

30 November 2025 @ 9:00 am - Articles on Smashing Magazine — For Web Designers And Developers

With December just around the corner, how about some new desktop wallpapers to welcome the last month of the year — and the holiday season, if you’re celebrating? Our latest edition of monthly wallpapers has got you covered. Enjoy!

The Accessibility Problem With Authentication Methods Like CAPTCHA

27 November 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

CAPTCHAs were meant to keep bots out, but too often, they lock people with disabilities out, too. From image classification to click-based tests, many “human checks” are anything but inclusive. There’s no universal solution, but understanding real user needs is where accessibility truly starts.

Design System Culture: What It Is And Why It Matters (Excerpt)

25 November 2025 @ 6:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

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, we thought you might like to read an excerpt from the book. Subscribe to our Smashing newsletter to be notified when orders are open.

Designing For Stress And Emergency

24 November 2025 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Practical guidelines on designing time-critical products that prevent errors and improve accuracy. Part of the Measure UX & Design Impact (use the code 🎟 IMPACT to save 20% off today). With a live UX training starting next week.

Keyframes Tokens: Standardizing Animation Across Projects

21 November 2025 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Animations can be one of the most joyful parts of building interfaces, but without structure, they can also become one of the biggest sources of frustration. By consolidating and standardizing keyframes, you take something that is usually messy and hard to manage and turn it into a clear, predictable system.

From Chaos To Clarity: Simplifying Server Management With AI And Automation

18 November 2025 @ 10:00 am - Articles on Smashing Magazine — For Web Designers And Developers

Server chaos doesn’t have to be the norm. AI-ready infrastructure and automation can bring clarity, performance, and focus back to your web work.

CSS Gamepad API Visual Debugging With CSS Layers

14 November 2025 @ 1:00 pm - Articles on Smashing Magazine — For Web Designers And Developers

Debugging controllers can be a real pain. Here’s a deep dive into how CSS helps clean it up and how to build a reusable visual debugger for your own projects.

Older Tech In The Browser Stack

13 November 2025 @ 8:00 am - Articles on Smashing Magazine — For Web Designers And Developers

There are many existing web features and technologies in the wild that you may never touch directly in your day-to-day work. Perhaps you’re fairly new to web development and are simply unaware of them because you’re steeped in the abstraction of a specific framework that doesn’t require you to know it deeply, or even at all. Bryan Rasmussen looks specifically at XPath and demonstrates how it can be used alongside CSS to query elements.