Search
Learn Eleventy From Scratch
7.4.2020
The latest edition of Andy Bell’s Piccalilli landed in my inbox this morning with a sweet offer: preorder Andy’s course on learning Eleventy from scratch at a third of the price.
Why the plug? No, not sponsorships or anything like that. I just happen to hear a heckuva lot about Eleventy...
How to Re-Create a Nifty Netflix Animation in CSS
7.4.2020
The design for Netflix’s browse page has remained pretty similar for a few years now. One mainstay component is the preview slider that allows users to scroll through content and hover on items to see a preview.
One unique characteristic of the UI is its hover behavior. When a show preview...
CSS Findings From The New Facebook Design
7.4.2020
Ahmad Shadeed digs around the new Facebook’s front-end code.
One that stood out to me:
.element {
inset: 4px 0;
/* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */
}
Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
2 American Banks Have Failed Since Coronavirus Started Spreading in the US
6.4.2020
Since the coronavirus started spreading in the U.S., two banks have failed and were shut down by state banking authorities. One was a bank in West Virginia and the other was in the state of Nebraska. The governor of West Virginia has already issued a stay-at-home order due to rising covid-19 cases....
Continuous Deployments for WordPress Using GitHub Actions
6.4.2020
Continuous Integration (CI) workflows are considered a best practice these days. As in, you work with your version control system (Git), and as you do, CI is doing work for you like running tests, sending notifications, and deploying code. That last part is called Continuous Deployment (CD)....
Rich Dad Poor Dad Author Robert Kiyosaki: Dollar Is Dying, Buy Bitcoin
6.4.2020
Robert Kiyosaki, the author of the popular book “Rich Dad Poor Dad,” talked about the death of the U.S. dollar and how one should take the government’s free money and buy bitcoin. The best-selling author also explained the cost of free money. Also read: IMF Declares Global...
10 Countries Actively Regulating Cryptocurrency Despite Global Crisis
6.4.2020
Despite the coronavirus pandemic and the resulting financial crisis, at least 10 countries have made announcements regarding cryptocurrency regulation since our last regulatory roundup. They include Japan, Malaysia, Singapore, China, Spain, Germany, India, the Philippines, the U.S., and South...
Where to Buy Bitcoin in India: Cryptocurrency Exchanges Lower Their Fees
5.4.2020
Since the supreme court lifted the RBI ban, more people have been looking to buy bitcoin and other cryptocurrencies in India. Responding to community feedback, a number of cryptocurrency exchanges have lowered their fees as the Indian crypto sector continues to grow. Also read: IMF Declares Global...
CSS-Only Marquee Effect
5.4.2020
You make sure the text is more than twice the width of the screen, then use negative translate animations to do the marquee movement.
You’ll probably want to aria-hidden all but one of them if you need to duplicate the text. Or, you could use a very clever CSS trick...
Malaysia Becomes the Next Country to Approve Cryptocurrency Exchange Amid Covid-19 Crisis
4.4.2020
Malaysia’s Securities Commission has given full approval to a cryptocurrency exchange operator to legally operate in the country despite the nationwide lockdown due to the coronavirus pandemic. Recently, Japan also approved a new cryptocurrency exchange as the country continues to fight...
Pandemic Assistance: Maduro to Airdrop Cryptocurrency to All Doctors in Venezuela
4.4.2020
Venezuela’s President Nicolas Maduro has announced that he is airdropping cryptocurrency to every doctor in his country as a token of appreciation for their work to combat the coronavirus outbreak. The national cryptocurrency, the petro, will be distributed via the Homeland card (Carnet de...
The Bitcoin Cash Halving Countdown – 50% Less Block Reward in 4 Days
4.4.2020
The Bitcoin Cash (BCH) network will face a halving in four days and many BCH proponents are getting ready for the big day. Unfortunately, the covid-19 outbreak has overshadowed the halving and BCH has dropped in value by roughly 30% since the end of February. Also Read: Bitcoin Halving Will Drop...
Some Typography Links
3.4.2020
I just can’t stop bookmarking great links related to typography. I’m afraid I’m going to have to subject you, yet again, to a bunch of them all grouped up. So those of you that care about web type stuff, enjoy.
I know there are lots of good reasons to be excited about variable...
Getting JavaScript to Talk to CSS and Sass
3.4.2020
JavaScript and CSS have lived beside one another for upwards of 20 years. And yet it’s been remarkably tough to share data between them. There have been large attempts, sure. But, I have something simple and intuitive in mind — something not involving a structural change, but rather putting...
Google’s Technical Writing Guide
3.4.2020
It’s good!
I’ve written up my advice (sprinkled with great advice from others), but this is way more straightforward nuts-and-bolts training on technical writing. It’s structured like an actual course, with exercises along the way.
I’m far from an expert here. But between...
Nationwide Lockdown: Indian Cryptocurrency Exchanges See Signups and Trade Volumes Increase
3.4.2020
India is currently under a nationwide lockdown due to the coronavirus outbreak. News.Bitcoin.com talked to executives of local cryptocurrency exchanges to find out the impact of the lockdown on cryptocurrency trading. They revealed that more people are actually trading cryptocurrencies on their...
Anyhedge to Launch Blockchain-Enforced Synthetic Derivatives for Bitcoin Cash
2.4.2020
Developers from the organization General Protocols have announced the launch of a synthetic derivatives platform built on Bitcoin Cash. The project Anyhedge aims to be the first decentralized finance (defi) protocol on any branch of Bitcoin and the platform will launch in cooperation with...
Accessibility Links
2.4.2020
Austin Gil has kicked off the first in a five-part series about “HTML Forms Right” and to starts with semantics. It’s talking to the “we build our front-ends with JavaScript” crowd. The first block of code is an example of an Ajax form submission where the data...
typespecimens.io
2.4.2020
If you’re looking for a new typeface for that side project of yours then here’s a great website by John D. Jameson that collects a bunch of the latest type specimen websites. Everything is on display here, from the daring and bold, to those that are a bit more professional and reserved.
Not only...