Search
Using Formik to Handle Forms in React
28.4.2020
There is no doubt that web forms play an integral role in our web site or applications. By default, they provide a useful set of elements and features — from legends and fieldsets to native validation and states — but they only get us so far when we start to consider the peculiarities of using...
The Cost of Javascript Frameworks
26.4.2020
I expect this post from Tim Kadlec to be quoted in every performance conference talk for the next few years. There is a lot of data here, so please check it out for yourself, but the short story is that JavaScript-framework-powered sites are definitely heavier and more resource-intensive than...
@property
25.4.2020
The @property is totally new to me, but I see it’s headed to Chrome, so I suppose it’s good to know about!
There is a draft spec and an “intent to ship” document. The code from that document shows:
@property --my-property {
syntax: "<color";
initial-value: green;
...
How to Make a CSS-Only Carousel
24.4.2020
We mentioned a way to make a CSS-only carousel in a recent issue of the newsletter and I thought that a more detailed write up would be interesting and capture some of my thoughts on making one.
So, here’s what we’re making today:
There’s no JavaScript here, whatsoever! No jQuery plugins....
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,...
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
Experts Predict Deflation: There Goes Bitcoin Narrative #697
24.4.2020
Bitcoiners are betting on inflation from money printing, but many experts say the slump in demand from lockdowns is more likely to lead to deflation
Accessible Font Sizing, Explained
23.4.2020
The Web Content Accessibility Guidelines (WCAG), an organization that defines standards for web content accessibility, does not specify a minimum font size for the web.
But we know there’s such a thing as text that is too small to be legible, just as text that can be too large to consume. So,...
Anyone Can Host a Crypto Exchange – Tim Draper Backed Startup Launches New WordPress Plugin
22.4.2020
There’s a new plugin available that gives people the ability to launch a cryptocurrency exchange on any WordPress-based website. The project called Wpcryptoexchange is a product created by the Tim Draper-backed startup Draper Goren Holm. With the plugin, anyone can launch a digital currency...
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Puzzles and Mysteries
22.4.2020
Bob Hoffman:
Puzzles, [Malcom Gladwell] wrote, are problems for which there is not enough information. An example of a puzzle: Where is Jimmy Hoffa buried? If we had more information, we would know the answer. If someone told us “Jimmy Hoffa is buried in New Jersey,” we’d know a little more than...
Constrained CSS grids without `max-width`
21.4.2020
Ain’t nothing wrong with max-width, but Ethan makes a point in the last sentence:
Rather than simply defaulting to max-width as a constraint, I can use the empty space around my design, and treat it as a layout tool.
If the space “around” your grid...
5 Bitcoin Cash Full Node Teams to Raise Funds With the Noncustodial Flipstarter App
18.4.2020
The creators of the noncustodial funding application, Flipstarter have recently announced there are now five fundraiser campaigns live on the platform for a number of Bitcoin Cash full node projects. The projects full node fundraisers currently hosted on Flipstarter include the Bitcoin Cash Node...
Pseudo-Randomly Adding Illustrations with CSS
17.4.2020
Between each post of Eric Meyer’s blog there’s this rather lovely illustration that can randomly be one of these five options:
Eric made each illustration into a separate background image then switches out that image with the nth-of-type CSS property, like this:
.entry:nth-of-type(2n+1)::before...
Better Form Inputs for Better Mobile User Experiences
17.4.2020
Here’s one simple, practical way to make apps perform better on mobile devices: always configure HTML input fields with the correct type, inputmode, and autocomplete attributes. While these three attributes are often discussed in isolation, they make the most sense in the context of mobile user...
Crypto Telegram and Tweet Numbers Are Down, But There’s Hope Yet
17.4.2020
Members in cryptocurrency groups on Telegram fell between 25–75% for the last two years, but engagement on crypto Twitter has been flat
There's Still Money for IEOs; Blockchain Fundraising Will Grow - Binance CEO
16.4.2020
Changpeng Zhao. Source: Instagram, Binance
Initial Exchange Offering (IEO) are still very much a thing and will thrive in the future, said Changpeng Zhao, CEO of major crypto exchange Binance.
"I am still very confident in the IEO market," Zhao said, speaking at the virtual BlockDown 2020...
Create a Responsive CSS Motion Path? Sure We Can!
15.4.2020
There was a discussion recently on the Animation at Work Slack: how could you make a CSS motion path responsive? What techniques would be work? This got me thinking.
A CSS motion path allows us to animate elements along custom user-defined paths. Those paths follow the same structure as SVG paths....
Spain’s Lawmakers Plan to Provide Basic Income to Low-Income Residents
12.4.2020
Spain is preparing to provide universal basic income (UBI) to low-income individuals due to the wrath of the coronavirus, the country’s minister for economic affairs Nadia Calviño recently explained. There’s no set date yet for the UBI program, but Spain’s officials said they...
FDIC Urging Against Bank Runs: Is There a Crypto Connection?
12.4.2020
Does the FDIC’s recent video urging against bank runs relate to crypto? Wilshire Phoenix’s CEO and a former CBOE trader weigh in