Search
Rendering Spectrum
25.11.2020
Here are the big categories of rendering websites:
Client: ship a <div id="root"></div> and let a JavaScript template render all of it.
Static: pre-render all the HTML.
Server: let a live server process requests and generate the HTML response.
They are not mutually exclusive....
The Core Web Vitals hype train
24.11.2020
Some baby bear thinking from Katie Sylor-Miller:
my excitement for Core Web Vitals is tempered with a healthy skepticism. I’m not yet convinced that Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS) are the right metrics that all sites should...
Nvidia Posts Record Q3 Earnings, Sales of GPUs to Crypto Miners Reach $175 Million
21.11.2020
Nvidia released its earnings for the third fiscal quarter of 2021 this week, showing better-than-expected results, driven by sales of its graphics processing unit (GPU) chips. The firm reported graphics segment revenue of $2.79 billion for the quarter, beating analyst estimates of $2.1 billion....
This social media platform gives you the option to make your posts undeletable
28.10.2020
The CEO of Minds thinks that others will follow suit
Comparing Various Ways to Hide Things in CSS
27.10.2020
You would think that hiding content with CSS is a straightforward and solved problem, but there are multiple solutions, each one being unique.
Developers most commonly use display: none to hide the content on the page. Unfortunately, this way of hiding content isn’t bulletproof because now that...
Our Best Posts on Web Components
19.10.2020
A grouping of hand-selected posts from our site about Web Components. We've published a very useful article series from Caleb Williams, so that's here, but also sprinkled in some other informational and link posts on the subject.
The post Our Best Posts on Web Components appeared first...
There’s a good reason why experienced devs say “it depends” so often
2.10.2020
I feel like Jerod Santo really understood what I was trying to say in Weaved Webs, when I was trying to cover the emerging WordPress (“versus”) Jamstack conversation.
If you asked El Duderino if you should go Jamstack he’d probably tell you, “It’s a complicated case. Lotta ins. Lotta...
Bitcoin Posts a 66-Day Consecutive Streak Above the $10K Price Range
1.10.2020
The Bitcoin network has achieved a few new milestones during the last week, as the price has remained above the $10k range for a record 66 consecutive days. Meanwhile, the network has surpassed 18.5 million bitcoin issued, as the global hashrate coasts along at an all-time high of 140 exahash...
Some Industry Podcasts
1.10.2020
Clearleft made a 6-episode Season One
It’s called The Clearleft Podcast if you can believe that. It gets into new (at least to me) concepts like Design Ops and Design Sprints, which are loaded terms and need nuanced discussion. It’s really well-edited, pulling in clips from relevant...
Bitcoin Posts Biggest Monthly Price Loss Since March
1.10.2020
Bitcoin faced selling pressure in September as the U.S. dollar rose against major currencies for the first time in six months
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
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...
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,...
CSS-Tricks Chronicle XXXVIII
15.8.2020
Hey gang! I’ve been fortunate enough to be a guest in a variety of different here, so I thought it was time for another Chronicle post. You know, those special posts where I round up the random goings-on of things I do off of this site.
I joined Ed & Tom over on A Question of Code.
We...
Travala.com Adds Agoda Hotels, Posts Record July Revenue as Crypto Payments Soar
3.8.2020
The Binance-backed travel agency brought in $400,000 in July, a 100% increase from the month before
OpenAI Bot Writes a Blog, Wows BitcoinTalk With ‘Intelligent’ Posts
22.7.2020
OpenAI’s third-generation language prediction model wrote a 750-word review of itself, fooling many readers
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
Grayscale Crypto Investments Add Nearly $1 Billion in Q2 — Bitcoin Trust Posts Record Quarter
16.7.2020
Grayscale Investments has posted a record quarterly performance, having added almost $1 billion, which nearly doubled its previous quarterly high. 84% of the investments were from institutional investors. The cumulative investment across all of its crypto products has reached $2.6 billion....
Making lil’ me
15.7.2020
Cassie Evans made a lovely illustration of herself and then used Greensock to add a flourish of animations to polish it off. Cassie wrote a series of posts about how she did it:
In this post we’ll cover how to get values from the mouse movement and plug them into an animation. This is...
South Korean Local Stablecoin Operator Posts Record Profits
15.7.2020
Business appears to be booming for a company operating an increasingly large number of South Korean local stablecoins.
Per Fn News, the Korea Minting and Security Printing Corporation (KOMSCO) – the company that has printed banknotes and minted coins for the nation’s treasury for the past 70 or...