Search
Pompliano Says CZ Paying $400 Million to Buy CMC, CZ Says Never Confirmed the Price
6.4.2020
Binance CEO Changpeng Zhao, CZ as he is known commonly, was recently on Anthony Pompliano’s podcast and spoke of various topics ranging from the impact of COVID-19 to Binance’s recent acquisition of CoinMarketCap. While sharing the Spotify link to the podcast on Twitter, Pompliano also said the...
Wide Gamut Color in CSS with Display-P3
31.3.2020
Here’s something I’d never heard of before: Display-P3 support in CSS Color Module Level 4 spec. This is a new color profile supported by certain displays and it introduces a much wider range of colors that we can choose from.
Right now the syntax looks something like this in CSS:
header...
Crypto Markets Can Never Close, and That’s a Good Thing
31.3.2020
Should markets temporarily close even temporarily to calm investor panic? Noelle Acheson says no while crypto markets can’t. Both are good things
We’ll Never Think About the Financial System the Same Way Again
26.3.2020
Central bank digital currencies open the way to tokenized and decentralized finance, says ConsenSys's fintech co-head
Did You Know the Ordered List Element Has Start and Reversed Attributes?
24.3.2020
I sure didn't! Tomek Sułkowsi shows how we can reverse the numbering of ordered lists with a simple HTML attribute:
<ol reversed<liApple</li<liBanana</li<liPear</li</ol
CodePen Embed Fallback
And the start attribute can be added to begin the list at a number other...
React Suspense in Practice
19.3.2020
This post is about understanding how Suspense works, what it does, and seeing how it can integrate into a real web app. We'll look at how to integrate routing and data loading with Suspense in React. For routing, I'll be using vanilla JavaScript, and I'll be using my own micro-graphql-react GraphQL...
How to Create a “Skip to Content” Link
17.3.2020
Skip links are little internal navigation links that help users move around a page. It’s possible you’ve never actually seen one before because they’re often hidden from view and used as an accessibility enhancement that lets keyboard users and screen readers jump from the top of the page to...
JavaScript Libraries Are Almost Never Updated Once Installed
5.3.2020
Some commentary from Zack Bloom on the Cloudflare Blog, looking at requests to CDNJS for versions of jQuery.
What we don’t see is a decline in our old versions which come close to the volume of growth of new versions when they’re released. In fact the release of 3.4.1, as popular as it quickly...
Decentraland: Experience the Virtual Reality Like Never Before
25.2.2020
The concept of virtual reality is fast catching up with masses. It started its journey from the gaming world and now slowly spreading its wings to a host of allied segments. Now taking this idea of virtual reality to an all-new level, Decentraland provides you an opportunity to perform a lot...
Decentraland: Experience the Virtual Reality Like Never Before
25.2.2020
The concept of virtual reality is fast catching up with masses. It started its journey from the gaming world and now slowly spreading its wings to a host of allied segments. Now taking this idea of virtual reality to an all-new level, Decentraland provides you an opportunity to perform a lot...
Warren Buffett Slates Bitcoin, Denies Owning Crypto Gifted by Justin Sun
24.2.2020
“I don’t have any bitcoin. I don’t own any cryptocurrency, I never will … You can’t do anything with it except sell it to somebody else.” So claimed Warren Buffet in an interview this week on CNBC. Over the course of the two-minute segment, the billionaire...
Never Mind Hodlers, Crypto Needs More Opportunist Investors
20.2.2020
The crypto markets need more investors who come and go and who aren't solely crypto investors, says CoinDesk columnist Jeff Dorman
Creating a Details Element That Opens But Never Closes
15.2.2020
The <details> and <summary> elements in HTML are useful for making content toggles for bits of text. By default, you see the <summary> element with a toggle triangle (▶︎) next to it. Click that to expand the rest of the text inside the <details> element.
But...
Creating an Editable Webpage With Google Spreadsheets and Tabletop.js
5.2.2020
Please raise your hand if you’ve ever faced never-ending content revision requests from your clients. It’s not that the changes themselves are difficult, but wouldn't it be less complicated if clients could just make the revisions themselves? That would save everyone valuable time, and  allow...
CSS4
4.2.2020
Tab Atkins in 2012:
There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.
Rachel Andrew in 2016:
While referring to all new CSS as CSS3 worked for a short time, it doesn’t reflect the reality of where CSS is today. If you read something...
Blockchair Launches Release Monitor so You Will Never Miss Another Hard Fork or Core Client Update
4.2.2020
It can be very hard to keep track of all the latest software upgrades in the crypto ecosystem, which is a crucial thing to do for developers of multi-coin projects such as wallets and exchanges. For this purpose, Blockchair​ has created a free ​release monitor​ that helps...
It’s Never Been Harder to Mine Bitcoin as Hash Rate Hits New Highs
18.1.2020
Bitcoin’s hash rate and difficulty continue to surge higher as miner confidence appears unshaken in Q1 2020
How many CSS properties are there?
15.1.2020
Tomasz Łakomy posted a joke tweet about naming all the CSS attributes and Tejas Kumar replied with a joke answer, going as far as making an npm module. You can even run a terminal command to see them:
npx get-all-css-properties
You'll get 259 of them. The source code uses the website quackit.com...
Why every website wants you to accept its cookies
6.1.2020
I'm probably in the minority on this, but I've never ever built one of those "This site uses cookies, here's some kind of explanation of why, and please click this OK button to accept that" bars that feels like they are on half of the internet.
Emily Stewart:
Most of us just tediously click “yes”...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...