Täglich Shaarli

Alle Links eines Tag auf einer Seite.

Heute - December 27, 2025

5 New Viewport Units Every CSS Developer Should Know (mobile, smartphone, full screen)

Meet the new dynamic and small/large viewport units that make responsive layouts more predictable across browsers and devices.

How CSS Anchor Positioning Simplifies Element Positioning Positionierung popover popup Menü navigation
Abhängig von der Anzahl von Elementen: nur mit CSS das Layout etc. komplett ändern/anpassen, z.b. Navigation oder Cards anpassen (CSS Quantity Queries: The Technique That Helps You Become 1% Better as a Developer)

Your CSS Can Do This? (Most Developers Have No Idea)

What No One Told You About CSS Variables

💡 Introduction
CSS Variables (or custom properties) are an incredible feature of modern web design. They simplify theme management, support dynamic styling, and reduce redundancy.
But here’s the catch — they come with a few weird behaviors that most developers never talk about.
After reading this, you’ll never look at CSS Variables the same way again.

32 Best Modern CSS Features That Eliminate the Need for JavaScript

Modern CSS: 30+ Features That Killed the Need for JavaScript

The Best CSS One-Liner 90% of Developers Aren’t Using in 2025: text-wrap: balance
20 CSS Pseudo-Classes That Can Simplify Complex UI

These CSS Pseudo-Classes Every Developer Should Be Using

Brand New Layouts with CSS Subgrid • Josh W. Comeau
thumbnail

Subgrid allows us to extend a grid template down through the DOM tree, so that deeply-nested elements can participate in the same grid layout. At first glance, I thought this would be a helpful convenience, but it turns out that it’s so much more. Subgrid unlocks exciting new layout possibilities, stuff we couldn’t do until now. ✨

How to Center a Div in 2025
The 15-Minute CSS Grid Crash Course That Will Change How You Build Websites

A Practical Guide to CSS Grid Layout With Real-World Examples You Can Use Right Away

99% of Developers Don’t Know These ARIA Attributes Exist

The Only ARIA Attributes Guide You’ll Ever Need in 2025

Responsive Slideshow / Carousel with only HTML5 & CSS3
CSS Sliders: 40 Examples + Best Libraries for Developers
thumbnail

Discover 40 creative CSS sliders and carousels with Codepen examples. Learn pure CSS techniques plus top libraries like Swiper and Splide for modern web development.

Color Shifting in CSS • Josh W. Comeau
thumbnail

A little while ago, I was trying to animate an element’s background color, so that it cycled through the rainbow. Seems easy, but it turns out, browsers have a surprisingly big limitation when it comes to color processing! In this tutorial, we’ll dig into the issue, and I’ll share a couple of strategies you can use to work around this limitation.

Why ??= Is the PHP Secret Weapon You Didn’t Know You Needed, if isset not empty

For years, I wrestled with verbose null checks in PHP — layering isset() guards or ternaries into every array and object assignment. Then, in PHP 7.4, along came the null coalescing assignment operator (??=), and it changed everything. This tiny syntax tweak makes default‑value logic cleaner, safer, and yes—faster. Here’s why I’ve made ??= my go‑to trick for punchier PHP.

JavaScript Array Methods Cheat Sheet Every Developer Needs, The Only Guide You Need with real-time examples (50+ Methods)
Flex Order: The CSS Property That Makes HTML Order Irrelevant (And Why Nobody Talks About It)

Stop Rewriting HTML for Different Screens

Why &&= Is My New Favorite Way to Safely Update Values in JavaScript

One day I was staring at my JavaScript code, fingers hovering over the keyboard, wondering if there’s a cleaner way to handle conditional updates without bloating my logic.

You’ve been there, right? That moment when you’re juggling truthy checks and assignments, and your code starts looking like a tangled mess.

This is not hype — Claude Code proved the future is already here

This little screenshot for me represents a turning point in AI.

I did one prompt in Claude Code. One single request and pressed enter and then something magical happened…

16 HTML & JS Features That Work Perfectly Together

The features that make building modern web apps actually enjoyable