The Complexity Paradox of ChatGPT, AI and UX
It’s harder to build predictable and transparent experiences when even literal computer scientists can’t predict the outcome of a prompt, or explain it to someone on the train.
It’s harder to build predictable and transparent experiences when even literal computer scientists can’t predict the outcome of a prompt, or explain it to someone on the train.
I still get people asking me why I use Sublime Text in 2025 given there are soooo many other great editors out there.
Single-page applications (SPAs) have revolutionized web development by offering smoother user experiences with seamless navigation. At the heart of every SPA lies a routing system that manages page transitions without full page reloads. In this guide, we’ll explore how to build a robust routing system using vanilla JavaScript, understanding the core concepts and implementing them from scratch.
You are not alone. CSS was born in 1996 (it can legally order a beer, you know!) and was initially considered a way to style documents; I don’t think anyone imagined everything CSS would be expected to do nearly 30 years later.
With the scrollbar-color property you can change the colors used for scrollbars. You can specify the color of the thumb and the color track with it. Using scrollbar-width you can opt-in to a narrower scrollbar, or even to hide the scrollbar completely without affecting scrollability.
Imagine a delicious dish that hits all the right flavors and textures next to a takeaway meal with similar ingredients but made to appeal to everyone. Which one would you choose? We bet it would be the former and it’s not even close.
There’s many lists of page speed tips online, but in this article I’ll explain why an approach based on automated tooling and high-level page load analysis is often a more effective path to take.
Time to make things pop! By the end of this tutorial, you’ll have your own gradient tool to generate CSS and create stunning gradients that bring a striking appeal to any web design.
Website accessibility and SEO go hand in hand. They basically share the same goal of creating a user-friendly, easy-to-navigate website that is accessible to a wider audience.
As a website designer or website owner, you typically think you have only one way to create a website — a white background, black font, and different visual elements in the foreground. But that’s only one variant of website layout. The alternative is the dark mode.