Search
A Deep Introduction to WordPress Block Themes
4.2.2022
The relatively new WordPress editor, also known as the WordPress Block Editor, always under development via the Gutenberg plugin, has been with us since 2018. You can use the block editor on any WordPress theme, provided the theme …
A Deep Introduction to WordPress Block Themes originally...
The Relevance of TypeScript in 2022
31.1.2022
It’s 2022. And the current relevance of TypeScript is undisputed. TypeScript has dominated the front-end developer experience by many, many accounts. By now you likely already know that TypeScript is a superset of JavaScript, building on JavaScript by adding …
The Relevance of TypeScript...
Ethereum.org Shifting from 'ETH 1' and 'ETH 2' to 'Execution Layer' and 'Consensus Layer'
25.1.2022
Ethereum.org will stop using the conventional "ETH1" and "ETH2" terms when referring to the phases of Ethereum (ETH)'s development -- instead adopting the use of "execution layer" and "consensus layer."...
Read More: Ethereum.org Shifting from 'ETH 1' and 'ETH 2' to 'Execution Layer'...
UFC Partners With Dapper Labs to Launch NFT Collection ‘UFC Strike’
21.1.2022
The creators of the Flow blockchain network and NBA Top Shot, Dapper Labs, announced the launch of a new non-fungible token (NFT) compilation called “UFC Strike.” According to Dapper Labs, the new NFTs will launch on Sunday, January 23, and feature “amazing displays of striking...
Katalogu titulků OpenSubtitles.org v létě totálně vykradli databázi. Přiznal se až teď
19.1.2022
Katalogu filmových a seriálových titulků OpenSubtitles.org unikla kompletní uživatelská databáze. Pokud jste se tedy do služby také přihlašovali a stejné heslo používáte i na ostatních webech, je čas na velký úklid. Útok se týká zhruba 6,7 milionů uživatelů.
Správci katalogu zveřejnili detaily
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?...
Bitcoin Treasuries List Claims 59 Companies and a Handful of Countries Hold 1.49 Million BTC
31.12.2021
304 days or roughly nine months ago, 42 companies held bitcoin on their balance sheet with an aggregate total of 1,350,073 bitcoin on March 1, 2021. Today, metrics indicate there are 59 companies, a few countries, and exchange-traded funds (ETFs) with 1,499,493 bitcoin held in treasuries. Private...
Ethereum Hashrate Taps Record-Setting 1 Petahash as ETH’s Mining Profitability Remains High
28.12.2021
20 days ago, Ethereum’s network participants upgraded the protocol and implemented the Arrow Glacier upgrade. The move delayed Ethereum’s “Ice Age” proof-of-stake (PoS) transition for another six months and this week, the network’s hashrate tapped all-time highs....
Honor prefers-color-scheme in the CSS Paint API with Custom Properties
27.12.2021
One of the coolest things I’ve been messing with in the last couple years is the CSS Paint API. I love it. I did a talk on it, and made a little gallery of my own paint worklets…
Topological sort
16.12.2021
Jordan Scales explores the computer science concept of topological sorting, and what it might look like if applied to the concept of z-index in CSS. So, you don’t express what the z-index should be directly; instead, you say exactly …
Working With Web Feeds: It’s More Than RSS
16.12.2021
Between Google Chrome experimenting with “following” sites, along with a growing frustration of how social media platforms limit a creator’s reach to their fans through algorithmic feeds, there’s been renewed interest in RSS feeds and they’re primed for a …
Ross Ulbricht NFT Collection Raises Over $6 Million in Ethereum, Free Ross DAO Wins Auction
10.12.2021
The Ross Ulbricht Genesis non-fungible token (NFT) collection auction has come to an end and the auction winner was the “Free Ross DAO,” backed by the Pleasrdao project. The NFT collection raised 1,446 ether or $6.27 million at the time of settlement. Free Ross Decentralized...
Spicy Sections
7.12.2021
What if HTML had “tabs”? That would be cool, says I. Dave has been spending some of his time and energy, along with a group of “Tabvengers” from OpenUI, on this. A lot of research leads to a bit …
Test Your Product on a Crappy Laptop
7.12.2021
There is a huge and ever-widening gap between the devices we use to make the web and the devices most people use to consume it. It’s also no secret that the average size of a website is huge, and …
Ross Ulbricht Genesis Collection NFT Auction Sees Millions of Dollars in Ethereum Bids
5.12.2021
Two days ago on December 2, the Ross Ulbricht Genesis Collection auction of non-fungible token (NFT) assets kicked off at Art Basel Miami via the Superrare platform. The Ulbricht NFT collection auction ends on December 8, and so far the auction has seen a bid of 666 ether or roughly $2.6 million....
2021 Crypto Literacy Report Suggests 96% of Americans Fail to Comprehend Basic Crypto Knowledge
26.11.2021
A recent study suggests that 99% of people from Mexico and Brazil and 96% of Americans fail to grasp the basic concepts of cryptocurrencies. Out of all the survey respondents aware of bitcoin, 17% in the U.S., 15% in Brazil, and 14% in Mexico own the crypto asset. The report published...
CSS “decorations”
22.11.2021
A reader wrote to me the other day asking about this bit of CSS they came across in Wikipedia’s Common.css:
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
What’s that @noflip business? That’s...
Ross Ulbricht’s NFT Collection to Be Auctioned via Superrare at Art Basel Miami
19.11.2021
On December 2nd at Art Basel Miami, the very first Ross Ulbricht non-fungible token (NFT) collection will be showcased at the event and auctioned via Superrare. The proceeds from the auction will support Ross Ulbricht’s freedom efforts and a donor-advised fund called Art4giving, which helps...
Torrent Website Called The NFT Bay Reignites Controversy Over Non-Fungible Tokens
19.11.2021
There’s a new website the crypto community has been discussing called The NFT Bay, a web portal that operates in a similar fashion to The Pirate Bay (TPB), because the platform hosts a huge selection of NFTs stemming from various blockchain platforms for free. On Thursday, the...
Semantic menu context
11.11.2021
Scott digs into the history of the <menu> element. He traced it as far back as HTML 2 (!) in a 1994 changelog. The vibe then, it seems, was to mark up a list. I would suspect the intention …
The post Semantic menu context appeared first on CSS-Tricks. You can support CSS-Tricks...