Search
WordPress Contributors Seek Sponsorship for Improving Gutenberg Developer Docs
6.7.2020
A couple of WordPress contributors are currently looking for folks to sponsor them to work on the documentation for the WordPress block editor (often referred to as “Gutenberg”) and this is your chance to support them.
If you’ve developed blocks for the WordPress block editor —...
Here’s How to Expand Who Contributes to Bitcoin Core
3.7.2020
A Bitcoin Core dev and her exchange partner discuss Bitcoin and privacy and how to incentivize more developers to contribute to the protocol
Fluid Images in a Variable Proportion Layout
3.7.2020
Creating fluid images when they stand alone in a layout is easy enough nowadays. However, with more sophisticated interfaces we often have to place images inside responsive elements, like this card:
For now, let’s say this image is not semantic content, but only decoration. That’s...
Settling down in a Jamstack world
3.7.2020
One of the things I like about Jamstack is that it’s just a philosophy. It’s not particularly prescriptive about how you go about it. To me, the only real requirement is that it’s based on static (CDN-backed) hosting. You can use whatever tooling you like. Those tools, though...
Crypto Use-Cases in Africa on the Rise, According to Luno
3.7.2020
Twitter and Square CEO, Jack Dorsey recently said “Africa will define the future (especially the Bitcoin one!)” But was he right? Crypto in Africa on the Rise Sad to be leaving the continent…for now. Africa will define the future (especially the bitcoin one!). Not sure where...
How-to guide for creating edge-to-edge color bars that work with a grid
1.7.2020
Hard-stop gradients are one of my favorite CSS tricks. Here, Marcel Moreau combines that idea with CSS grid to solve an issue that’s otherwise a pain in the butt. Say you have like a 300px right sidebar on a desktop layout with a unique background color. Easy enough. But then say you want...
XRP Price Can Outperform Bitcoin in the Short Term — Here’s Why
1.7.2020
As Bitcoin price continues to range sideways, the momentum may be shifting to XRP for the next big move
New in Chrome: CSS Overview
1.7.2020
Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of unused declarations… even down to the total number of defined media queries.
Again, this is an experimental feature. Not only does that...
Timothy C. May: Libertaria in Cyberspace
27.6.2020
Here are a few points about why “cyberspace,” or a computer-mediated network, is more hospitable than physical locations for the kind of “crypto-anarchy” libertarian system I’ve been describing. Several folks have commented recently about ocean-going libertarian...
Quick Tips for High Contrast Mode
27.6.2020
Sarah Higley has some CSS tricks up her sleeve for dealing with High Contrast Mode on Windows, which I learned is referred to as WHCM.
Here’s the first trick:
[…] if the default CSS outline property doesn’t give you the visual effect you want [in WHCM] for focus states...
The Return of the 90s Web
26.6.2020
One of my forever-lessons here on CSS-Tricks is that having your own website and blogging on it is a good idea. It’s probably one of the best decisions I’ve ever made, as it’s been a direct source of fun, career development and, eventually, income.
I always chuckle at little...
Jack Dorsey Has Floated Decentralized Fact-Checking at Twitter. Here’s What That Could Look Like
25.6.2020
Twitter's CEO has endorsed the idea of decentralized fact-checking. We looked at some prototypes to see what that might look like
Hide Scrollbars During an Animation
24.6.2020
CSS still can’t animate to auto dimensions.
.dropdown {
transition: 0.2s;
height: 0;
}
.dropdown.open {
/* the height will change, but it won't animate. */
height: auto;
}
There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....
Chainlink (LINK) Near New All-Time High — Here’s 3 Reasons For the Rally
23.6.2020
Today’s Chainlink rally leaves the price just 3% away from setting a new all-time high, but can bulls maintain the current momentum?
Here Are Some of the Upcoming Witnesses Requested to Speak in Kleiman v. Wright
23.6.2020
The list of witnesses submitted by the litigating parties in the Kleiman v. Wright case
Let’s Make a Multi-Thumb Slider That Calculates The Width Between Thumbs
23.6.2020
HTML has an <input type="range">, which is, you could argue, the simplest type of proportion slider. Wherever the thumb of that slider ends up could represent a proportion of whatever is before and whatever is after it (using the value and max attributes). Getting fancier, it’s possible...
Rough Notation
22.6.2020
This is a neat little library. It uses SVG to insert hand-drawn looking annotations to elements (probably text), like underlines and box highlights (there are 6 design options, all configurable). Super clever.
Here’s a little demo:
CodePen Embed Fallback
Aside from it just being cool,...
Here Is Why BigONE’s New VIP System Can Make the Most Out of Your Everyday Trading
22.6.2020
BigONE Exchange, one of the world’s safest crypto exchanges, has taken on a new sheen as it just launched a brand new VIP system that converts a user’s every engagement with the platform into his or her own benefits, be they discount on spot trading fees, reduction on leverage interests...
Here Comes ‘Shelley’: ADA Price Excels With Cardano Upgrade Inbound
20.6.2020
Ever since Charles Hoskinson issued an update on “Shelley,” Cardano’s price and community have adopted a bullish mood
Why Monetary Debasement Is Here to Stay, Feat. Dr. Vikram Mansharamani
19.6.2020
From technology to aging demographics, some of the most important trends shaping the economy have been deflationary. What happens when that rapidly changes?