Search
This vs. That
24.8.2020
Here’s a nice site from Phuoc Nguyen, who I’ve noted before has quite a knack for clever sites. This vs. That pits different related concepts against each other as a theme for an article. For example, CSS has display: none;, opacity: 0;, and visibility: hidden; and they all, on...
Japan’s Finance Minister: Blockchain Can Help in Fight Against COVID
24.8.2020
Taro Aso, Japan’s finance minister, said blockchain could provide one possible solution to COVID contact tracing, emphasizing privacy
12 Bitcoin Cash-Fueled Flipstarter Campaigns Raise $1 Million
23.8.2020
The Flipstarter platform has gained traction in the last five months raising $1 million in bitcoin cash for 12 different campaigns. In a recent read.cash blog post, the team behind Flipstarter’s development said the application demonstrates how “stakeholder funding of the commons...
Offering Options for mailto: and tel: Links
21.8.2020
I generally like mailto: links. But I feel like I can smell a mailto: link without even inspecting or clicking it, like some kind of incredibly useless superpower. I know that if I’ve got my default mail client set, clicking that link will do what I want it to do, and if I want, I...
A CSS-only, animated, wrapping underline
21.8.2020
Nicky Meuleman, inspired by Cassie Evans, details how they built the anchor link hover on their sites. When a link is hovered, another color underline kinda slides in with a gap between the two. Typical text-decoration doesn’t help here, so multiple backgrounds are used instead,...
Let’s Make a Vue-Powered Monthly Calendar
21.8.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think. Especially when we use...
Leading-Trim: The Future of Digital Typesetting
21.8.2020
leading-trim is a suggested new CSS property that lets us remove the extra spacing in every font so that we can more predictably style text. Ethan Wang has written about it — including how Microsoft has advocated for it — and that it’s now part of the Inline Layout Module Level 3 spec.
You’d use...
Optimize Images with a GitHub Action
20.8.2020
I was playing with GitHub Actions the other day. Such a nice tool! Short story: you can have it run code for you, like run your build processes, tests, and deployments. But it’s just configuration files that can run whatever you need. There is a whole marketplace of Actions wanting to do work...
To grid or not to grid
20.8.2020
Sarah Higley does accessibility work and finds that “tables and grids are over-represented in accessibility bugs.”
The drum has been banged a million times: don’t use a <table> for layout. But what goes around comes around. What’s the the #1 item in a list...
A Community-Driven Site with Eleventy: Building the Site
20.8.2020
In the last article, we learned what goes into planning for a community-driven site. We saw just how many considerations are needed to start accepting user submissions, using what I learned from my experience building Style Stage as an example.
Now that we’ve covered planning, let’s get to some...
Never Build a CSV Importer Again
20.8.2020
(This is a sponsored post.)
CSV import as a process is broken. Messy customer data, edge cases, encoding formats, error messages, non-technical users: importing data into applications is a huge pain! Ingesting data has been long neglected as a software product experience, leading to customer...
Yield Racing: F1 Delta Time Players Can Now Stake Their NFTs
20.8.2020
Players of the crypto-powered F1 Delta Time game can now stake their NFTs to generate rewards in the form’s Animoca Brands’ REVV token
Massive $2,000,000 Prize Pool in the Biggest Ever Promotion Launched on Bitcoin Games
20.8.2020
One lucky spin can propel your bet into a 5,000X multiplier, churning out huge amounts of money. Read on to find out how. Win Every Day Bitcoin Games, our very own cryptocurrency gaming portal, has teamed up with the popular games provider Pragmatic Play to bring a $2 Million tournament promotion...
Let’s Make Generative Art We Can Export to SVG and PNG
19.8.2020
Let’s say you’re a designer. Cool. You’ve been hired to do some design work for a conference. All kinds of stuff. Website. Printed schedules. Big posters for the rooms. Preroll slides. You name it.
So you come up with an aesthetic for it all — a design vibe that ties it...
Chapter 3: The Website
19.8.2020
Previously in web history…
Berners-Lee, motivated by his own curiosity, creates the World Wide Web at CERN. He releases its technologies to the public domain, which enables the development of several new browsers for every operating system. Mosaic proves to the most popular, and...
Tim Draper: "Kamala Harris Can Learn Crypto"
19.8.2020
Whether she will or not is another matter
A Former Beauty Queen Raised $12M to ‘Revolutionize’ Cannabis. The Courts Can’t Find Her
19.8.2020
Here's how a weed-smoking model raised millions of dollars with a 2017 token sale in California, then disappeared during an ongoing lawsuit
Blockchain Bites: Bitcoin in Space; Prime Brokerage Race; Nodes You Can’t Trace
19.8.2020
The OCC's door is open for banks looking to discuss getting involved in crypto services, a Russian bank issued a token-backed loan and bitcoin has been sent from space
Bitcoin Price $12K Breakout Fails — Here’s How Low BTC Can Now Drop
19.8.2020
The price of Bitcoin has failed to turn $12,000 into a new support level, which may result in more downside for BTC in the near term
A Community-Driven Site with Eleventy: Preparing for Contributions
19.8.2020
I’ve recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It’s hard to beat a static site generator that provides advanced templating opportunities while otherwise getting out of your way and allowing you to just create.
One...