Search
Innovating on Web Monetization: Coil and Firefox Reality
23.4.2020
I still think Coil is cool. I have it installed on CSS-Tricks as a publisher and money trickles in. I have a paid account and I trickle out money to other sites that use it. I wrote about all that last year.
This’ll explode to something huge if we actually get the Web Monetization API stuff....
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...
Argentina's Banks Set to Use RSK Blockchain Technology for Tracking Payments
22.4.2020
RSK enters the enterprise blockchain field by collaborating with major Argentinian banks
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...
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...
Negative Oil Prices Could Hurt Bitcoin Miners Who Use Flared Gas
20.4.2020
North American bitcoin miners who've bet on fossil-fuel extraction to power their rigs are watching the oil markets closely as prices sink to historic lows
Beijing District to Use Blockchain-powered ID Solution + More News
20.4.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Blockchain news
Beijing’s Haidian District says it will use a blockchain-powered ID solution that will allow authorities to process...
Creating Playful Effects With CSS Text Shadows
20.4.2020
Let’s have a look at how we can use the CSS text-shadow property to create truly 3D-looking text. You might think of text-shadow as being able to apply blurred, gradient-looking color behind text, and you would be right! But just like box-shadow, you can control how blurred the shadow is, including...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Jetpack Instant Search!
16.4.2020
Jetpack has had a search feature for a while. Flip it on, and it replaces your built-in WordPress search (which is functional, but not particularly good) with an Elasticsearch-powered solution that is faster and has better results. I’ve been using that for quite a while here on CSS-Tricks...
Japanese Holdings Company to Use Blockchain for Forex Trading
16.4.2020
SBI Holdings looks forward to implementing R3 blockchain technology in Forex services
US COVID-19 Relief Plan Will Use Fintech, but Crypto Not Welcome
16.4.2020
Crypto lenders can help small businesses affected by COVID-19, but they are locked out of the U.S. government’s relief program
How to Add Native Keyword Aliases to Babel
16.4.2020
Those of you who follow this blog know that not every blog post is an endorsement of a technique but simply a tutorial how to accomplish something. Sometimes the technique described is probably not something you should do. This is one of those blog posts. The Babel parser is an essential tool...
SBI to Use Corda Blockchain for Forex Trading
16.4.2020
Ripple’s Japanese partner SBI Holdings says it will use Corda blockchain technology to power forex trading on its platform.
Per a Nikkei report and a joint press release, SBI – a securities giant that also operates banking and crypto exchange services – says that the deal will involve Corda’s...
CSS Scrollbar With Progress Meter
15.4.2020
Scrollbars are natural progress meters. How far the scrollbar is down or across is how much progress has been made scrolling through that element (often the entire page). But, they are more like progress indicators than meters, if you think of a meter as something that “fills up” as...
Cargill and Rabobank Use Blockchain for a $12 Million Intercontinental Wheat Trade
14.4.2020
Blockchain helped Rabobank and Cargill slash the settlement time for a $12 million commodity trade
No-Class CSS Frameworks
13.4.2020
I linked up Water.css not long ago as an interesting sort of CSS framework. No classes. No <h2 class="is-title">. You just use semantic HTML and get styles. Is that going to “scale” very far? Probably not, but it sure is handy for styling things quickly, where — of course...
Reddit May Use Ethereum for a New Token-Based Points System
10.4.2020
Reddit is trialing an Ethereum-based rewards system in one of its subreddits
Blockchains Still Lack Interoperability for Enterprise Use, WEF Says
10.4.2020
Blockchain solutions still largely lack interoperability for enterprise use, according to the World Economic Forum
Create Diagonal Layouts Like it’s 2020
9.4.2020
Nils Binder covers the ways:
1. Use an SVG in the form of a triangle. This technique is nicely described by Erik Kennedy on CSS-Tricks.
2. Hide part of your section using clip-path. Read Diagonal Containers in CSS by Sebastiano Guerriero or Sloped edges with consistent angle...