Search
Mondrian Art in CSS From 5 Code Artists
14.1.2022
Mondrian is famous for paintings with big thick black lines forming a grid, where each cell is white, red, yellow, or blue. This aesthetic pairs well with the notoriously rectangular web, and that hasn’t gone unnoticed over the years with …
Mondrian Art in CSS From 5 Code Artists...
How to Build Your First Custom Svelte Transition
14.1.2022
The Svelte transition API provides a first-class way to animate your components when they enter or leave the document, including custom Svelte transitions. By default, the transition directive uses CSS animations, which generally offer better performance and allow the browser’s …
How...
8 Helpful Accessibility Links for January 2022
13.1.2022
Every now and then, I find that I’ve accumulated a bunch of links about various things I find interesting. Accessibility is one of those things! Here’s a list of related links to other articles that I’ve been saving up and …
8 Helpful Accessibility Links for January 2022 originally published...
US Inflation Rate Jumps Highest in 40 Years to 7%, Democrats Concerned Inflation Will Haunt the Party
13.1.2022
One of the hottest topics in the United States in 2022 is the rising inflation, as the U.S. Labor Department’s data published on Wednesday indicated that the consumer price index (CPI) rose to 7% in December. This represents the largest annual jump since 1982. Federal Reserve governor Lael...
A Practical Tip For Using Sass Default Parameters
13.1.2022
Sass offers functions and mixins that accept parameters. You can use Sass default parameters, that is, parameters that have a value even if you don’t provide them when the function or mixin is called.
Let’s focus on mixins here. …
A Practical Tip For Using Sass Default...
Parcel CSS: A New CSS Parser, Transformer, and Minifier
12.1.2022
Hot off the presses from Devon Govett, creator of Parcel, is Parcel CSS:
A CSS parser, transformer, and minifier written in Rust.
Nice. The CSS world could use a little processing shake up like this.
I just wrote a …
Parcel CSS: A New CSS Parser, Transformer, and Minifier originally...
Open Source & Sustainability
12.1.2022
It’s a god-damned miracle to me that open source is as robust as it is in tech. Consider the options. You could have a job (or be entrepreneurial) with your coding skills and likely be paid quite well. Or, you …
Open Source & Sustainability originally published on CSS-Tricks....
Jack Dorsey Introduces Bitcoin Legal Defense Fund to Protect Open Source Developers
12.1.2022
A recent letter published to the Bitcoin developers mailing list written by Square founder Jack Dorsey indicates that a legal defense fund has been created for open source developers in order to protect them “from lawsuits regarding their activities in the Bitcoin ecosystem.”...
How to Make a Pure CSS 3D Package Toggle
12.1.2022
You know how you can get cardboard boxes that come totally flat? You fold ‘em up and tape ‘em to make them into a useful box. Then when it’s time to recycle them, you cut them back apart to flatten …
How to Make a Pure CSS 3D Package Toggle originally published on CSS-Tricks. You should...
Netlify Identity, a Key Aspect to Jamstack Development
12.1.2022
(This is a sponsored post.)
Netlify is amazing at static file hosting, but it’s really so much more than that. You can build any sort of website, even highly dynamic apps, with the Jamstack approach and static file hosting …
Netlify Identity, a Key Aspect to Jamstack Development...
Report: Ronin Sidechain Processed 560% More Total Transactions Than Ethereum Last November
12.1.2022
The blockchain-powered game Axie Infinity has been a very popular application during the last 12 months, as the game’s NFTs have outpaced every NFT collection today in terms of all-time sales. While Axie Infinity has seen $3.85 billion in all-time sales, Nansen researcher Martin Lee recently...
What Would it Take to Prevent CSS Tooltips From Overflowing?
12.1.2022
Say you have an elements with CSS tooltips and you’re going to position those tooltips such that it opens up next to the element on hover (or probably better: when clicked/tapped). Next to it where? Above it? What if the …
What Would it Take to Prevent CSS Tooltips From Overflowing?...
Adding Vite to Your Existing Web App
11.1.2022
Vite (pronounced “veet”) is a newish JavaScript bundler. It comes batteries-included, requires almost no configuration to be useful, and includes plenty of configuration options. Oh—and it’s fast. Incredibly fast.
This post will walk through the process of converting an existing …
Adding...
How to Use Native Custom Fields in WordPress (and 5 Useful Examples)
11.1.2022
Custom Fields in WordPress are arbitrary bits of data that you can apply to Posts, Pages, and Custom Post Types in WordPress. Metadata, as it were, in the form of key/value pairs. For example:
Key: subtitle / Value: They are
…
How to Use Native Custom Fields in WordPress (and 5 Useful...
What is Chromium Without Chrome on Top?
10.1.2022
Raw Chromium, perhaps?
So, Chrome is based on Chromium which is open-source. Chrome is Chromium with Google’s extra stuff on top of it. What extra stuff? Kinda lots! A few years ago, The Verge published “Microsoft reveals all the …
What is Chromium Without Chrome on Top?...
Don’t Fight the Cascade, Control It!
10.1.2022
If you’re disciplined and make use of the inheritance that the CSS cascade provides, you’ll end up writing less CSS. But because our styles often comes from all kinds of sources — and can be a pain to structure and …
Don’t Fight the Cascade, Control It! originally published...
JPMorgan Shares Predictions on Crypto Markets, Ethereum’s Upgrades, Defi, NFTs
10.1.2022
Global investment bank JPMorgan has published a report on the future outlook of crypto markets, including Ethereum’s upgrades, decentralized finance (defi), and non-fungible tokens (NFTs). The bank sees “the cryptocurrency markets as increasingly relevant to financial...
Fed’s Outgoing Vice Chair Richard Clarida’s ‘Rebalancing’ Trades Ignite Fed Trading Ethics Scandal
8.1.2022
Members of the U.S. Federal Reserve are getting criticized this week after the central bank published its minutes report from the policy meeting on December 14-15. Following the update, the outgoing vice chair of the Federal Reserve’s trading activities has reignited ethics conversations....
8 Interesting Typography Links for January 2022
7.1.2022
Every now and then, I find that I’ve accumulated a bunch of links about various things I find interesting. Typography is one of those things! Here’s a list of typography links to other articles that I’ve been saving up and …
8 Interesting Typography Links for January 2022...
Adam Argyle’s Sick Mouse-Out CSS Hover Effect
7.1.2022
I was killing some time browsing my CodePen feed for some eye candy and didn’t need to go past the first page before spotting a neat CSS hover effect by Adam Argyle.
I must’ve spent 10 minutes just staring …
Adam Argyle’s Sick Mouse-Out CSS Hover Effect originally published...