Search
Not Sure How to WordPress Anymore?
25.8.2022
Neither do I! And that’s probably because there’s a lot happening in WordPress-land. The evolution towards full-site editing (FSE) introduces frequent changes to the way we build themes and plugins, and at such break-neck speed that the documentation itself is …
Not Sure How...
Stablecoin Issuer Tether Won’t Freeze Tornado Cash Addresses, Says Premature Freezing Could Jeopardize Investigations
24.8.2022
While the crypto community is still talking about the U.S. government banning the ethereum mixing platform Tornado Cash, the stablecoin issuer Tether Holdings Limited revealed on Wednesday that the company would not “freeze Tornado Cash addresses.” Tether’s recently published...
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project
24.8.2022
If a utility class only does one thing, chances are you don’t want it to be overridden by any styles coming from elsewhere. One approach is to use !important to be 100% certain the style will be applied, regardless of …
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project...
Removing jQuery from GOV.UK
23.8.2022
The GOV.UK team recently published “How and why we removed jQuery from GOV.UK“. This was an insightful look at how an organization can assess its tooling and whether something is still the best tool for the job. This …
Removing jQuery from GOV.UK originally published...
IMF Sees Significant Increase in Correlations Between Bitcoin and Asian Equity Markets
23.8.2022
Officials at the International Monetary Fund (IMF) say that the correlation between the performance of the Asian equity markets and crypto assets such as bitcoin and ethereum has increased significantly. IMF Staff on Crypto and Correlation to Asian Equities The International Monetary Fund (IMF)...
CSS Grid and Custom Shapes, Part 2
22.8.2022
Alright, so the last time we checked in, we were using CSS Grid and combining them with CSS clip-path and mask techniques to create grids with fancy shapes.
Here’s just one of the fantastic grids we made together:
CodePen…
CSS Grid and Custom Shapes, Part 2 originally published...
Tether Hires BDO Italia for Monthly Assurance Reports, USDT’s Quarterly Attestation Shows a 58% Decrease in Commercial Paper
20.8.2022
This week, the stablecoin issuer Tether Holdings Limited revealed an update to its assurance and attestation process and detailed that the company has been working with accounting firm BDO Italia. The accounting firm will conduct monthly tether assurance reports based on the stablecoin...
Uniswap Censors 253 Crypto Addresses Blacklisted for Crime, Sanction Associations
20.8.2022
According to a recently published report, the decentralized exchange (dex) Uniswap has blocked roughly 253 cryptocurrency addresses allegedly tied to crimes or government sanctions. The information was discovered by the software developer Banteg who analyzed and saved the shared logs from...
When Do You Use CSS Columns?
18.8.2022
That ain’t rhetorical: I’m really interested in finding great use cases for CSS multi-column layouts.
The answer seems straightforward. Use columns when you want to split any content into columns, right? Here is generally the sort of example you’ll find …
When Do You...
US Federal Reserve Board Unveils Final Guidelines Used When Reviewing Requests for Access to Master Accounts
18.8.2022
The U.S. Federal Reserve Board has said it has released the final guidelines which are set to be used by Reserve Banks when “reviewing requests to access Federal Reserve accounts and payment services.” According to the board, the final guidelines will become effective as soon as they...
Why (and How) I Write Code With Pencil and Paper
17.8.2022
If the thought of handwriting code seems silly, it might surprise you to know that it’s inevitable. If you’re unsure, think about the last job interview you did, and remember how there was no computer around in the interview room …
Why (and How) I Write Code With Pencil and Paper...
Report: Celsius CEO Accused of Controlling Crypto Company’s Trading Scheme and Placing Bad Bets
17.8.2022
According to a recent report published on Tuesday, the Israeli-American founder and CEO of Celsius Network, Alex Mashinsky, was in charge of the company’s trading strategy. The report, citing multiple people familiar with the matter, said Mashinsky sold millions of dollars’ worth...
Coin Center Says OFAC’s Tornado Cash Ban ‘Exceeds Statutory Authority,’ Plans to ‘Engage’ With US Watchdog
16.8.2022
On August 15, the non-profit that focuses on policy issues facing crypto assets, Coin Center, published a blog post that says the organization is looking at the legality of the recent Tornado Cash sanctions enforced by the U.S. Treasury Department’s Office of Foreign Asset Control (OFAC)....
CSS Grid and Custom Shapes, Part 1
15.8.2022
In a previous article, I looked at CSS Grid’s ability to create complex layouts using its auto-placement powers. I took that one step further in another article that added a zooming hover effect to images in a grid layout…
CSS Grid and Custom Shapes, Part 1 originally published...
Quick Tip: Clear VS Code Cache for Open Files
11.8.2022
If you use VS Code, you might have enabled the setting for re-opening a previously open file next time the app launches. I do. I like that.
Hey, thanks for remembering, buddy! 🤗
But sometimes you really, really don’t want …
Quick Tip: Clear VS Code Cache for Open Files...
July’s CPI Report Shows US Inflation Cooling — Critics Say ‘US Government’s Formula Understates the Actual Rise in Prices’
10.8.2022
After last June’s inflation report published by the U.S. Bureau of Labor Statistics indicated that the Consumer Price Index (CPI) reflected a 9.1% year-over-year increase, July’s CPI data has come in lower with a year-over-year increase of 8.5%. Economists polled by media publications...
Human Protocol Develops New Layer Featuring Voting, Proof-of-Balance, Liquidity, and Slashing – the Routing Protocol
10.8.2022
HUMAN Protocol is an infrastructure to reshape how humans work, by supporting distributed job markets in which any job, of any size or type, can be securely tokenized, published, and completed. The HUMAN team is now developing a new blockchain coordination layer to empower communities for positive...
Designing for Long-Form Articles
10.8.2022
Designing a beautiful “article” is wrought with tons of considerations. Unlike, say, a homepage, a long-form article is less about designing an interface than it is designing text in a way that creates a relaxed and comfortable reading experience.
That’s …
Designing for Long-Form Articles...
Committing CSS Crimes
9.8.2022
The time for CSS-Tricks is over. Now is the time for CSS Crimes!
In this current landscape of content service providers, users are often limited to expressing themselves in text, links, and images. Sanitization rules tend to strip out HTML, …
Committing CSS Crimes originally published...
Zooming Images in a Grid Layout
8.8.2022
Creating a grid of images is easy, thanks to CSS Grid. But making the grid do fancy things after the images have been placed can be tricky to pull off.
Say you want to add some fancy hover effect to …
Zooming Images in a Grid Layout originally published on CSS-Tricks, which is part of...