Search
Exploring color-contrast() for the first time.
26.4.2021
I saw in the release notes for Safari Technical Preview 122 that it has support for a color-contrast() function in CSS. Safari is first out of the gate here. As far as I know, no other browser supports this yet …
The post Exploring color-contrast() for the first time. appeared first...
Craig Wright’s Law Firm Granted Permission from High Court to Serve Bitcoin.org Operator Cobra
22.4.2021
On April 22, published documents stemming from law firm Ontier LLP show London’s High Court is granting the law firm permission to serve legal proceedings over copyright infringement against the owner of bitcoin.org, a pseudonymous operator called “Cøbra.” The legal...
CSS is a Strongly Typed Language
13.4.2021
One of the ways you can classify a programming language is by how strongly or weakly typed it is. Here, “typed” means if variables are known at compile time. An example of this would be a scenario where an integer …
The post CSS is a Strongly Typed Language appeared first on CSS-Tricks.
You...
NYSE Picks Crypto.org Chain For Its NFTs
13.4.2021
The New York Stock Exchange (NYSE) has become the latest big name to join the non-fungible tokens (NFT) sector – but its decision to launch what it calls the NYSE First Trade NFTs has seen it make a somewhat unorthodox choice of blockchain protocols.
The company said it was using Crypto.org Chain...
SvelteKit is in public beta
7.4.2021
Rich Harris:
Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.
Great move. I find …
The post SvelteKit is...
Coordinating Svelte Animations With XState
7.4.2021
This post is an introduction to XState as it might be used in a Svelte project. XState is unique in the JavaScript ecosystem. It doesn’t keep your DOM synced with your application state, nor does it help you with asynchrony, …
The post Coordinating Svelte Animations With XState appeared...
The Multi-Billion Dollar Cache: Microstrategy Purchases $15M Worth of Bitcoin, Firm’s Stash Jumps to 91,579 BTC
5.4.2021
The publicly listed firm Microstrategy purchased more bitcoin according to a tweet from the company’s chief executive officer Michael Saylor and a recent Securities and Exchange Commission (SEC) filing. The firm spent $15 million in cash and now holds 91,579 bitcoin in the company’s...
The Deno Company
2.4.2021
I’m sure a lot of you are paying attention to Deno anyway, the next-gen JavaScript-on-the-sever project from Node creator Ryan Dahl, especially after dropping all these candid regrets about what happened in Node. But perhaps your paying more attention now …
The post The Deno Company...
You want margin-inline-start
30.3.2021
David Bushell in ”Changing CSS for Good“:
I’m dropping “left“ and “right“ from my lexicon. The new CSS normal is all about Logical Properties and Values […] It can be as easy as replacing left/right
…
The post You want margin-inline-start appeared first on CSS-Tricks.
You...
Crypto.org Chain Mainnet Is Live : 20% p.a. Staking Rewards With Strong Product Roadmap
30.3.2021
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
Leading international cryptocurrency trading hub Crypto.com has launched its Crypto.org Chain mainnet with Crypto.org Coin (CRO) as its native currency on March 25, 2021. It is great news for CRO holders, who...
How to describe element’s natural sizing behavior
26.3.2021
PPK:
When introducing width and height I explain that by default width takes as much horizontal space as it can, while height takes as little vertical space as possible. This leads to a discussion of these two opposed models
…
The post How to describe element’s natural sizing...
How to describe element’s natural sizing behavior
26.3.2021
PPK:
When introducing width and height I explain that by default width takes as much horizontal space as it can, while height takes as little vertical space as possible. This leads to a discussion of these two opposed models
…
The post How to describe element’s natural sizing...
Wait For IRS Before Spending Bitcoin, NFT Exhibition, Crypto.org Chain + More News
26.3.2021
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Taxes news
The active management firm Ark Invest founder Cathie Wood said that bitcoin (BTC) investors in the US shouldn't transact with the coin...
Takes on State
24.3.2021
React is actually a bit of an outlier with state management. While it has first-class tools like useState and Context, you’re more own your own for reactive global state. Here’s David Ceddia with “React State Management Libraries and How …
The post Takes on State appeared...
It’s always the stacking context.
22.3.2021
In “What the heck, z-index??,” Josh Comeau makes the analogy of layer groups in design software like Photoshop or Figma to stacking contexts in CSS. If you’ve got an element in a layer group A in Photoshop that …
The post It’s always the stacking context. appeared...
The Mobile Performance Inequality Gap
18.3.2021
Alex Russell made some interesting notes about performance and how it impacts folks on mobile:
[…] CPUs are not improving fast enough to cope with frontend engineers’ rosy resource assumptions. If there is unambiguously good news on the tooling front,
…
The post The Mobile...
How to Animate the Details Element
2.3.2021
Here’s a nice simple demo from Moritz Gießmann on animating the triangle of a <details> element, which is the affordance that tells people this thing can be opened. Animating it, then is another kind of affordance that tells people …
The post How to Animate the Details Element...
An Ethereum and Web3-Compatible Sidechain Is Coming to Bitcoin Cash
2.3.2021
On March 2, 2021, the average fee on the Ethereum network costs around 0.0083 ETH in gas or around $12.89 per transaction. Transaction fees of this caliber have dampened Ethereum-based decentralized finance (defi) applications and Web3 platforms. On February 23, however, crypto proponents were...
BTC Balance Sheets: 42 Companies Hold 1.3 Million Bitcoin Worth More Than $65 Billion
1.3.2021
Since the company Microstrategy shifted a lot of its treasury reserves into bitcoin, a great number of companies have followed the firm’s lead. According to the web portal, bitcointreasuries.org, data shows that 42 companies are now represented on the list and the businesses hold more than...
Next.js on Netlify
28.2.2021
(This is a sponsored post.)
If you want to put Next.js on Netlify, here’s a 5 minute tutorial¹. One of the many strengths of Next.js is that it can do server-side rendering (SSR) with a Node …
The post Next.js on Netlify appeared first on CSS-Tricks.
You can support CSS-Tricks by being...