Install
Web Standards & CSS
HTML/CSS, Web Components, modern APIs, PWAs, and accessibility.
- 6 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Web Standards & CSS
How I ended up with a 2.9 kB GZip reactive UI engine that runs from a static file
11+ hour, 19+ min ago (565+ words) A few weeks ago, I was working on a side project. Nothing fancy — just a small dashboard with a form, a list, and a few buttons. The kind of thing that should take an afternoon. But I caught myself opening…...
How Image Tinting Works: Blend Modes, Explained with Code
13+ hour, 16+ min ago (22+ words) Tinting is about the simplest photo effect there is: take one solid color, layer it over an image,... Tagged with ai, javascript....
Explicit accessibility contracts make React components more portable
17+ hour, 12+ min ago (1010+ words) A component that works in a React app doesn't automatically work when you reuse it elsewhere in the React ecosystem. I moved a design-system layout component from a React app into a Next project and it broke. The problem wasn't…...
Code Dictator vs Wispr Flow vs Claude Code vs Copilot CLI: Free Voice Dictation for AI Coding in VS Code
18+ hour, 42+ min ago (447+ words) Voice input for AI coding assistants got crowded fast in 2026. If you're picking a tool, here's a direct, feature-level comparison — including where the tools we didn't build genuinely win. The honest limitation: it's VS Code-only, and it depends on a…...
10 CSS Layouts Every Developer Should Know (Grid & Flexbox Explained the Simple Way)
19+ hour, 25+ min ago (648+ words) You've seen these layouts a hundred times, blogs, dashboards, Pinterest boards, magazine sites. But when you sit down in front of a design file, do you know which CSS tool to reach for, or are you just guessing until something…...
LOOK: A Web Programming Language Built Around the Web
15+ hour, 12+ min ago (1511+ words) # LOOK: A Web Programming Language Built Around the Web Modern web development has become incredibly capable — but it has also become increasingly layered. A typical application may involve a programming language, a web framework, a package manager, database drivers, middleware…...
Domando o Caos das Integrações: como o Facade Pattern simplificou um checkout de e-commerce
22+ hour, 57+ min ago (24+ words) O que é o Facade Pattern? O Facade é um padrão de projeto estrutural. Padrões estruturais, de forma... Tagged with architecture, backend, programming, softwareengineering....
canvas.toBlob('image/avif') silently returns a PNG. Here's how I shipped AVIF export anyway
1+ day, 4+ hour ago (485+ words) If you have ever written canvas.toBlob(callback, 'image/avif'), there is a good chance your users have been downloading PNG files with an.avif name. That is what happened to me. I build Filewhisk, a set of image tools…...
I gave Chrome's vertical tabs a week, and going back to tabs across the top feels wrong - XDA
1+ day, 5+ hour ago (18+ words) I gave Chrome's vertical tabs a week, and going back to tabs across the top feels wrong XDA...
W3 (Web World War): How to Compare — The Art of Fair Comparison in Tech
1+ day, 14+ hour ago (1089+ words) Welcome to the first chapter of a brand new series: W3 — Web World War. But before you sharpen your pitchforks, let me be clear: this series is not about declaring a winner. It's about something far more dangerous, far more common,…...