Collective #700
24.2.2022
A Complete Guide to CSS Cascade Layers * Painting SVG Paths with Masks * MonoLisa * Shaders and Gradients
The post Collective #700 appeared first on Codrops
CSS Database Queries? Sure We Can!
23.2.2022
Kinda silly sounding, isn’t it? CSS database queries. But, hey, CSS is capable of talking to other languages in the sense that it can set the values of things that they can read. Plus, CSS can request other files, and …
CSS Database Queries? Sure We Can! originally published...
5 Accessibility Quick Wins You Can Implement Today
23.2.2022
Let’s face it: building an AA or AAA-accessible product can be quite daunting. Luckily, having an accessible product isn’t all-or-nothing. Even seemingly small improvements can have nice quality of life benefits for many people.
In that spirit, here are five …
5 Accessibility Quick Wins...
Before I go: When it comes to complaining about web browsers
22.2.2022
That’s a damn one-two punch from Dave. He goes for the ultimate clickbait title¹, then follows up with a pile of epic advice for us all. If you want web browsers to get better, listen up:
Complaining on
…
Before I go: When it comes to complaining about web browsers originally...
Reliably Send an HTTP Request as a User Leaves a Page
22.2.2022
On several occasions, I’ve needed to send off an HTTP request with some data to log when a user does something like navigate to a different page or submit a form. Consider this contrived example of sending some information to …
Reliably Send an HTTP Request as a User Leaves a Page originally...
Repetition Image Hover Effects
22.2.2022
A simple and fun hover effect with repeated image layers that get scaled up and down.
The post Repetition Image Hover Effects appeared first on Codrops
A Complete Guide to CSS Cascade Layers
21.2.2022
This is your complete guide to CSS cascade layers, a CSS feature that allows us to define explicit contained layers of specificity, so that we have full control over which styles take priority in a project without relying on specificity …
A Complete Guide to CSS Cascade Layers originally...
WDRL — Edition 296: 15 years a freelancer, work-life productivity and CSS
21.2.2022
Hey,
This year marks fifteen years of freelancing in my life. That’s 100% of my work life and nearly half the time I live on this world. So I wrote something down on it on my blog. WDRL itself will turn 10 next year already which amazes me when I think about it. I want to say thank you to all...
Noise Pattern Reconstruction from Monopo Studio
21.2.2022
In this coding tutorial you learn how to recreate the noise pattern seen on the Monopo Studio website using Three.js
The post Noise Pattern Reconstruction from Monopo Studio appeared first on Codrops
Detect Dark Mode Preference with JavaScript
21.2.2022
Seemingly every website, dapp, and app offers a dark mode preference, and thank goodness. Dark mode is especially useful when I’m doing late night coding, or even worse, trading into altcoins. I’m presently working on implementing a dark theme on MetaMask and it got me to thinking:...
Comparing Node JavaScript to JavaScript in the Browser
18.2.2022
Being able to understand Node continues to be an important skill if you’re a front-end developer. Deno has arrived as another way to run JavaScript outside the browser, but the huge ecosystem of tools and software built with Node mean …
Comparing Node JavaScript to JavaScript in the Browser...
(Jay Freestone’s) Front-End Predictions for 2022
18.2.2022
I linked to Jay’s front-end predictions last year and I think they panned out pretty well. I think he’s got a bit of a knack for that wide-scope look at front-end, including tooling and architecture, as well as browser tech. …
(Jay Freestone’s) Front-End Predictions for 2022...