Make Joyful Things

Everything kind of sucks right now. Things—generally—feel bad. Setting aside the broader realities of a global pandemic and rampant social injustices, we’re watching the identity of the web platform, an intrinsically free and open medium of creative expression, co-opted for … https://css-tricks.com/make-joyful-things/

3y | CSS tricks
Links on Performance V

Does shadow DOM improve style performance? — Nolan Lawson covers how, because of the inherent encapsulation of the shadow DOM, the styling gets applied a bit faster than it would if those styling rules were relevant to the entire page. But … https://css-tricks.com/links-on-performance-v/

3y | CSS tricks
A visual introduction to machine learning

Just the first sentence alone here from Stepanie Yee and Tony Chu is solid:

In machine learning, computers apply statistical learning techniques to automatically identify patterns in data. These techniques can be used to make highly accurate predictions.

And what … https://css-tricks.com/a-visual-introduction-to-machine-learning/

3y | CSS tricks
The surprising behavior of !important in CSS custom property values

Huh! I did not realize that CSS custom properties had their own resolution behavior for how !important works in their values. Uh, despite writing a guide about them. 😬 But hey it’s now updated.

Stefan Judis documents it clearly. … https://css-tricks.com/the-surprising-behavior-of-important-in-css-custom-property-values/

3y | CSS tricks
Maybe Nothing

What’s one thing we can do to make our site better? Maybe nothing at all!

Our websites keep getting bigger and bigger! When we have a team with so many exciting ideas and such interesting technology, it can be easy … https://css-tricks.com/maybe-nothing/

3y | CSS tricks
Topological sort

Jordan Scales explores the computer science concept of topological sorting, and what it might look like if applied to the concept of z-index in CSS. So, you don’t express what the z-index should be directly; instead, you say exactly … https://css-tricks.com/topological-sort/

3y | CSS tricks
Consistent, Fluidly Scaling Type and Spacing

When Chris first sent me this prompt, I was thinking about writing about progressive enhancement, but that subject is so wide-reaching to be one thing and all too predictable, especially for those already familiar with my writing. Saying that, what … https://css-tricks.com/consistent-fluidly-scaling-type-and-spacing/

3y | CSS tricks
HTML Sanitizer API

Three cheers for (draft stage) progress on a Sanitizer API! It’s gospel that you can’t trust user input. And indeed, any app I’ve ever worked on has dealt with bad actors trying to slip in and execute nefarious code … https://css-tricks.com/html-sanitizer-api/

3y | CSS tricks
Working With Web Feeds: It’s More Than RSS

Between Google Chrome experimenting with “following” sites, along with a growing frustration of how social media platforms limit a creator’s reach to their fans through algorithmic feeds, there’s been renewed interest in RSS feeds and they’re primed for a … https://css-tricks.com/working-with-web-feeds-its-more-than-rss/

3y | CSS tricks
Maybe there kinda is background-opacity?

I was reading Jake’s “Cross-fading any two DOM elements is currently impossible” which is a wonderfully nerdy deep dive into how there is no real way to literally cross-fade elements. Yeah, you can animate both of their opacities, but even … https://css-tricks.com/maybe-there-kinda-is-background-opacity/

3y | CSS tricks

Search