Search
Framer Web
26.5.2020
The prototyping app Framer just launched the web version of their design tool and it looks pretty darn neat. I particularly love the design of the marketing site that explains how to use Framer and what sets it apart from other design tools. They have a ton of examples that you can pop open...
This Is Not Capitalism: How Covid-19 Shined a Light on America’s Fascist System
25.5.2020
In the last few months, giant American corporations and financial incumbents that are subsidized by the U.S. government, have profited immensely during the coronavirus outbreak. This has caused certain groups of people and those who despise wealth to claim that “capitalism is broken.”...
Market Outlook: Golden Cross Invalidated, Andreessen Horowitz Predicts ‘Fourth Crypto Cycle’
24.5.2020
The price of bitcoin and a number of other popular cryptocurrencies have been collectively holding a market valuation of around $255 billion. The fiat value of these cryptocurrencies has slipped downwards during the last four days. Despite the weekly losses of around 3-6%, many digital currency...
Russia Proposes Law That Criminalizes Buying Bitcoin With Cash, Offenders Face 7 Years in Jail
24.5.2020
Russian lawmakers have proposed new laws that seek to ban the use of bitcoin (BTC) and other cryptocurrencies in the country, local media reported. According to draft bills submitted by a group of deputies to the Russian parliament recently, individuals may face up to seven years in prison...
No Evidence ISIS Is Storing $300 Million in Bitcoin, Says Chainalysis
21.5.2020
Blockchain intelligence firm Chainalysis has dismissed claims ISIS is holding a $300 million bitcoin (BTC) war chest. In a “fact-checking” report, published on May 20, 2020, the U.S. company accused the media of sensationalizing allegations about BTC and other cryptocurrencies being...
Radio Buttons Are Like Selects; Checkboxes Are Like Multiple Selects
20.5.2020
I was reading Anna Kaley’s “Listboxes vs. Dropdown Lists” post the other day. It’s a fairly straightforward comparison between different UI implementations of selecting options. There is lots of good advice there. Classics like that you should use radio buttons (single...
WTF is a Static API
15.5.2020
Just like there is a movement to make more websites (and more of websites) from pre-rendered static files (Jamstack), so to might we consider moving content-based APIs to be static. Sean C Davis:
A static API is simply a collection of flat JSON files that live on a content delivery...
Notion-Powered Websites
14.5.2020
I’m a big fan of Notion, as you likely know from previous coverage and recent video. It’s always interesting to see what other people do with Notion, and even how Notion uses Notion.
I’d say most usage of Notion is private and internal, but any page on Notion can be totally...
Unlock Your Mac with Apple Watch
13.5.2020
I convinced myself six months ago that I needed to give the Apple Watch a try. While I wear it every day and enjoy a few features, I’ve felt a bit let down by the experience. I do, however, believe that the Apple Watch makes notifications and other “little things” easier. One...
Chromium lands Flexbox gap
9.5.2020
I mentioned this the other day via Michelle Barker’s coverage, but here I’ll link to the official announcement. The main thing is that we’ll be getting gap with flexbox, which means:
.flex-parent {
display: flex;
gap: 1rem;
}
.flex-child {
flex: 1;
}
That’s excellent...
Five Things to Do Other Than Worry About Coronavirus and Bitcoin Price
8.5.2020
The Bitcoin halving and coronavirus are still dominating media headlines, here’s five things to do while waiting on both events to end
Static Hoisting
6.5.2020
The other day in “Static or not?” I said:
[…] serving HTML from a CDN is some feat.
What I meant is that serving resources like images, CSS, and JavaScript from a CDN is fairly straightforward. The industry at large has been doing that for many years. An asset with a URL can...
How to Use Block Variations in WordPress
6.5.2020
WordPress 5.4 was released not so long ago and, along with other improvements and bug fixes, it introduced a feature called Block Variations. I had a chance to use it on one of my recent projects and am so pleasantly surprised with how smart this feature is. I actually think it hasn’t received...
Telegram Forces US Investors to Take 72% Refund and Exit Gram Token Project
5.5.2020
Telegram is now forcing U.S investors to immediately exit its TON blockchain project by accepting a 72% refund on their original investment. The encrypted messaging platform’s unexpected volte-face also disqualifies American investors from the loan option, which promised a 110% refund either...
A Complete Guide to CSS Functions
4.5.2020
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
The post A Complete Guide to CSS Functions appeared first on CSS-Tricks
CSS-Tricks Chronicle XXXVIII
30.4.2020
Hey hey, these “chronicle” posts are little roundups of news that I haven’t gotten a chance to link up yet. They are often things that I’ve done off-site, like be a guest on a podcast or online conference. Or it’s news from other projects I work on. Or some other thing...
A Book Apart Turning 10
30.4.2020
Early congratulations, A Book Apart! That’s a hell of a milestone. I’m quite sure I’ve read more A Book Apart books than any other tech book publisher.
Katel LeDu runs the ship over there, and she’s given me very special pack of discount codes that will get you my book...
Chinese Court Declares Ethereum Legal Property With Economic Value
28.4.2020
A district court in China has reportedly ruled that Ethereum’s cryptocurrency is legal property with economic value. This ruling follows a couple of other verdicts on the legality of cryptocurrency, including bitcoin, by various Chinese courts. While cryptocurrency is not legal tender...
Kik and SEC Oppose Each Other’s Motions for Summary Judgment
26.4.2020
Kik’s general counsel told Cointelegraph that the SEC’s case relies on its “poorly reasoned” suit against Telegram
Chrome + System Fonts Snafu
24.4.2020
There was just a bug late last year where system fonts (at least on Mac, I don’t know what the story was on other platforms) in Chrome appeared too thin and tracked-in at small sizes and too thick and tracked-out at larger sizes. That one was fixed, thankfully. But while it was a problem,...