https://jakearchibald.com/2026/goldilocks-select-height/
đ„ŁÂ The Goldilocks Customizable Select Height â Jake walks through getting the sizing of customizable <select> elements just right. He lands on a calc-size() solution that respects intrinsic sizing while capping dimensions. A practical deep-dive with demos, CSS code examples, and fallbacks.
about 2 months ago
https://developer.chrome.com/blog/usermedia-html-element
Introducing the <usermedia> HTML element â Shipping in Chrome 151, this replaces the getUserMedia() prompt for controlling camera and microphone access. It also introduces a way to let users change their mind on blocked permissions, without the need to dig into browser settings.
about 2 months ago
https://developers.webflow.com/
Webflow for Developers â APIs, SDKs, and Code Components for building sites on Webflow. Bring your own code, deploy apps on Webflow Cloud, build custom integrations, publish to the app marketplace, or build with agents via the MCPÂ server.
about 2 months ago
https://css-tricks.com/css-states-and-javascript-events/
The Shifting Line Between CSS States and JavaScript Events â A tour of the (more than youâd think) CSS pseudo-classes that can stand in for JS event listeners, plus a look at the experimental/future event-trigger syntax.
#pseudo elements
#state
about 2 months ago
https://www.youtube.com/watch?v=8FSLsVAJj2w
â¶Â Â Modern UI Patterns â A talk from the recent CSS Day conference in which Una dives into some of the newest updates in CSS and the web UI space, and also shares a UX framework of 5 principles to frame your design decisions through a modern UIÂ lens.
#science & technology
about 2 months ago
https://cassidoo.co/post/radial-mask-text-css/
An Animated Radial Gradient Mask Over Text in CSS â Cassidy shows us how she replicated a neat radial rings effect, using the CSS mask property along with a repeating radial gradient. Demo here. Browser support isnât universal, but the journey she takes is interesting.
about 2 months ago
https://olliewilliams.xyz/blog/dark-mode/
Dark Mode with Web Standards â A good technical overview on how to implement a robust dark mode for your site â one that respects OS-level preferences, but also provides a manual override.
about 2 months ago
https://ghost.build/
Your Agent Builds the Frontend. What About the Database? â ghost gives it a Postgres fork per task, like a scratchpad. Spin up, throw away, no project limits. Try for free.
about 2 months ago
https://www.youtube.com/watch?v=TUcWdCrITdw
â¶Â  Supercharge Web UX with View Transitions â In this 50-minute talk Bramus starts off with a clear introductory overview of how View Transitions work, before âturning it up to 11â and really getting into the detail of what we can achieve with this API.
#education
about 2 months ago
https://microlink.io/blog/webgl-without-a-gpu
WebGL Without a GPU â How do you render WebGL on a fleet of Linux boxes with no graphics card? A look at the CPU-emulation chain thatâs available, and a Chrome flag that sped up taking a screenshot by 4x.
about 2 months ago
https://www.alwaystwisted.com/articles/modes-and-themes-that-stick-building-a-persistent-toggle-solution
Modes and Themes That Stick: Building a Persistent Toggle Solution â A three-layer, progressively enhanced approach to mode and theme switching.
about 2 months ago
https://slimselectjs.com/
Slim Select 4.0: An Advanced Select Dropdown Control â A feature-rich select dropdown component with no dependencies. The recently released v4.0 adds a modal mode for mobile-friendly picking.
#vanilla js select
#multi-select dropdown
#searchable select
#custom select dropdown
#react select component
#vue select component
about 2 months ago
https://tangled.org/vale.rocks/FixCSS
FixCSS: A Library to Rectify Mistakes in the Design of CSS â TIL that the CSS Working Group has a list of âmistakesâ made in the design of CSS. This library sets out to rectify these failures, as explained here.
#webdev
#front-end
#css
#fixcss
#git
#code collaboration
about 2 months ago
https://sentry.io/resources/201-series/
One Session Left: Agentic Debugging with Sentry MCP and Seer â Build agentic debugging with the Sentry MCP, CLI and Seer. Catch it before it's done.
about 2 months ago
https://github.com/educastellano/qr-code
<qr-code> 2.0: Web Component for Generating QR Codes â A recently modernized, decade-old solution to display QR codes on the Web in PNG, SVG, and HTML formats (so you can style them entirely to your liking). Demo.
about 2 months ago
https://github.com/mcollina/snipgrapher
Snipgrapher: CLI Tool to Generate Images of Code Snippets â Whether from code files, stdin, or an inline source. It uses the powerful Shiki syntax highlighter, but with a built-in fallback option.
about 2 months ago
https://moultano.wordpress.com/2026/06/19/where-to-find-the-colors-your-screen-cant-show-you/
Where to Find the Colors Your Screen Canât Show You â We may now have fancy displays and a slew of expanding color capabilities at our disposal (P3, OKLCH, color()), but there are still real-world colors screens canât reliably reproduce. Ryan takes us on a fascinating journey of just what those colors are: âThere are around 500 species of birds with colors outside the sRGB gamutâ.
about 2 months ago