Search
Is “is” Useful?
3.1.2020
God I'm funny.
Anytime we have fairly repetitive selectors that have a common parent, it's probably a place we can use the :is() pseudo-selector.
Holger Bartel demonstrates like this:
section section h1, section article h1, section aside h1, section nav h1,
article section h1, article article...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...
Why Double Spends on BCH Are Not the Same as Replace-By-Fee Fraud
3.1.2020
When it comes to creating a peer-to-peer electronic cash system, accepting zero confirmation transactions becomes critically important. When a model’s main aim is to “just hodl” or push an isolated store of value narrative, important concerns like double spending can take a back...
Neal.fun
2.1.2020
Hats off to Neal Agarwal for some stellar interactive work lately, like The Deep Sea, a vertical scrolling experience to help us understand the depth of the oceans, and The Size of Space, a side-scrolling experience to help us understand the size scale of things in the universe (check out Josh...
PSA: It’s That Time to Update the Copyright Year on Your Site
1.1.2020
Every year about this time I see articles going around reminding people how to update the copyright on their websites. Usually somewhere in the footer. You know, a line like:
© Copyright 2007-2019 CSS-Tricks
I am very absolutely not a lawyer, but this is how I understand it:
You don't actually...
A Use Case for a Parent Selector
31.12.2019
Having a "parent selector" in CSS is mentioned regularly as something CSS could really use. I feel like I've had that thought plenty of times myself, but then when I ask my brain for a use case, I find it hard to think of one. Well, I just had one so I thought I'd document it here.
A classic...
Wufoo + Zapier
31.12.2019
Wufoo has always been great with integrations. They have integrations with specific apps, like Campaign Monitor, Mailchimp, and Typekit, but they also integrate with Zapier, which is sort of like an integration inside an integration.
That's kinda meta, but the idea is actually pretty...
Regulatory Roundup: China Blockchain ETF, France New Crypto Rules, Tokens Like Money in Russia
31.12.2019
In this roundup, we cover Russia’s supreme court recognizing tokens as assets like money and property, France’s new crypto regulatory framework, and several industry developments in China, including a blockchain ETF filing. We also cover Japan’s world conference for decentralized...
Gatsby and WordPress
31.12.2019
Gatsby and WordPress is an interesting combo to watch. On one hand, it makes perfect sense. Gatsby can suck up data from anywhere, and with WordPress having a native REST API, it makes for a good pairing. Of course Gatsby has a first-class plugin for sourcing data from WordPress that even supports...
A CSS Tribute to SVG
31.12.2019
This demo from Jérémie Patonnier is incredible. Make sure to look at it in Firefox because some Chrome bug apparently prevents the entire thing from working.
The big idea is that the entire demo is one <rect> element. That's it. It is duplicated with <use> elements when needed,...
What it means to be a front-end developer in 2020 (and beyond)
29.12.2019
I wrote a piece for Layout, the blog of my hosting sponsor Flywheel.
Stick around in this field for a while, and you'll see these libraries, languages, build processes, and heck, even entire philosophies on how best to build websites come and go like a slow tide.
You might witness some...
As FATF Regulations Galvanize, Crypto Mixing Applications Are Targeted
27.12.2019
Since the inception of Bitcoin, governments have tried to keep track of all the transactions taking place on the public blockchain. As the years progressed, authorities have shown a distaste for cryptocurrency mixing applications like Coinjoin. On Dec. 19, a Binance customer couldn’t withdraw...
7 Uses for CSS Custom Properties
27.12.2019
I find all seven of these quite clever and useful.
I particularly like using custom properties when you can sneak a variation into a place where you'd normally have to re-declare a whole big chunk of code.
.some-element {
background-color: hsla(
var(--h, 120),
var(--s, 50),
var(--l...
Bitcoin Gained 8.9 Million Percent Over the Last Decade
27.12.2019
2020 is fast approaching and the last decade will be behind us. Throughout the last ten years, the biggest unicorn firms were born like Uber and Airbnb. However, even though Bitcoin isn’t a company, the best investment of the decade belongs to the decentralized cryptocurrency Satoshi created....
PHP Templating in Just PHP
26.12.2019
With stuff like template literals in JavaScript and templating languages, like JSX, I've gotten used to wanting to write my HTML templates in one nice chunk and sprinkling in variables wherever I need them.
I had a situation where I needed to do that in "raw" PHP the other day, so I'm just...
How to Modify Nodes in an Abstract Syntax Tree
26.12.2019
One of the more powerful concepts I've stumbled across recently is the idea of abstract syntax trees, or ASTs. If you've ever studied alchemy, you may recall that the whole motivation for alchemists was to discover some way to transform not-gold into gold through scientific or arcane methods.
ASTs...
GoGetSSL
26.12.2019
GoGetSSL is a company that sells SSL certificates. You know, those things that are required to make your site use https://, not http:// which doesn't feel like an optional choice these days with browsers making sites looks scarily insecure without it and search engines telling us is a ranking...
Russia’s Supreme Court Recognizes Tokens as Assets Like Money and Property
26.12.2019
A phenomenon like bitcoin can gain recognition, including regulatory, in many different and often unexpected ways. Governments that hesitate to accept cryptocurrencies as legal tender, sometimes validate their existence indirectly and even acknowledge they can be used for payments. Taxing crypto...
MARKETS DAILY HOLIDAYS: It’s Beginning to Look a Lot Like Bitcoin
25.12.2019
On today's holiday episode of Markets Daily, we are joined by Santa Clause for a bitcoin holiday classic
Viral Bitcoin video on TikTok
23.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 17 December, 2019 “Nothing ever fatigues me but doing what I do not like.” - Jane Austen In today's newsletter, we will be covering: TikTok app's its 1st viral Bitcoin video Venezuela's Maduro to airdrop […]
The post Viral Bitcoin video...