Search
Parsel: A tiny, permissive CSS selector parser
2.10.2020
If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back.
If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...
Wish you bought Litecoin and other top alts at mid-2017 prices? Here’s your second chance
25.9.2020
Some cryptocurrencies have retraced from their highs, back to prices seen several years ago
Making Sense of react-spring
4.8.2020
Animation is one of the trickier things to get right with React. In this post, I’ll try to provide the introduction to react-spring I wish I had when I first started out, then dive into some interesting use cases. While react-spring isn’t the only animation library for React, it’s one of the more...
CoinDeal Launches Crypto Debit Card With Great Benefits
25.2.2020
The cryptocurrency exchange founders with years of experience in finance, Blockchain, and crypto industry, have prepared a pre-order of a CoinDeal debit card. Now, cryptocurrency payments will be easier than ever, at any time and place. If you want to buy a coffee directly from your exchange...
Key Players in Crypto and Blockchain Share Their New Year’s Wish for 2020
2.1.2020
Leaders in the blockchain and cryptocurrency space share their New Year’s wish for the industry
Oh, the Places JavaScript Will Go
19.11.2019
I tend to be pretty vocal about the problems client-side JavaScript cause from a performance perspective. We're shipping more JavaScript than ever to our user's devices and the result is increasingly brittle and resource-intensive experiences. It's... not great.
But that doesn't mean I don't like...
Crypto Investment Group Grayscale Releases Bitcoin Cash Primer
4.10.2019
Crypto investment firm Grayscale has just released “An Introduction to Bitcoin Cash” highlighting the basics of BCH for those who may be yet unfamiliar, or just wish to brush up on the popular token forked from Bitcoin Core on August 1, 2017. With a significant reputation in...
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Using Jetpack to Accelerate WordPress Development
16.5.2019
(This is a sponsored post.)
[Geoff:] I've built a fair number of WordPress sites in my day. It's been my go-to since the 2.x-ish days because it works for any site, big or small. That's the sort of solution and flexibility you like to have as a freelancer.
Boy, I wish I had Jetpack available...
Using Array reduce
14.5.2019
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...
Extending Google Analytics on CSS-Tricks with Custom Dimensions
11.3.2019
The idea for this article sparked when Chris wrote this in Thank You (2018 Edition):
I almost wish our URLs had years in them because I still don't have a way to scope analytic data to only show me data from content published this year. I can see the most popular stuff from the year, but that's...
2019 CSS Wishlist
17.1.2019
What do you wish CSS could do natively that it can't do now? First, let's review the last time we did this in 2013.
❌ "I'd like to be able to select an element based on if it contains another particular selector"
❌ "I'd like to be able to select an element based on the content...