Generative UI Notes đź”—
Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences. Generative UI Notes origina [...]
a collection of dev rss feeds - blogroll
Posts
Looking at research and experiments that are designed to automatically generate user interfaces based on user preferences. Generative UI Notes origina [...]
The new CSS corner-shape() property is mathematical, so it’s easily animated. Author Daniel Schwarz pokes at animating the property for interesting UI [...]
Mat Marquis and Andy Bell have released JavaScript for Everyone, an online course offered exclusively at Piccalilli. This post is an excerpt from the [...]
For this issue we have random(), folded clip-path corners, anchored container queries, customizable select, scroll-triggered animations, and more. Wha [...]
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 T [...]
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. Ab [...]
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 [...]
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 w [...]
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 discove [...]
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 [...]
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 [...]
Read an explanation of the recent CVE-2026-2441 vulnerability that was labeled a "CSS exploit" that "allowed a remote attacker to execute arbitrary co [...]
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 G [...]
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. [...]
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 [...]