Search
Recenze hry The Last of Us: Part I. Úchvatný remake za plnou cenu
31.8.2022
Může ještě remake prvního dílu někoho oslovit? V této podobě rozhodně!
Pokémon GO TikTok Seems To Say The Quiet Part: People Are DTF Pokémon
31.8.2022
Look, it’s not a comfortable topic. But, unafraid as we are to cover the more controversial, divisive topics at Kotaku, we think it’s time to acknowledge it: Some Pokémon are just kinda hot. And it seems even official Pokémon companies may be willing to acknowledge this.Read more
Bitcoin Beach to Receive More Than $203 Million in Infrastructure Investments in El Salvador
31.8.2022
El Zonte, a beach in El Salvador rebaptized as “Bitcoin Beach” due to its adoption of the cryptocurrency, will receive infrastructure investments as part of a strategic plan of the government of El Salvador. Surf City, another beach location in the La Libertad region, will also...
Interpolating Numeric CSS Variables
30.8.2022
We can make variables in CSS pretty easily:
:root {
--scale: 1;
}
And we can declare them on any element:
.thing {
transform: scale(--scale);
}
Even better for an example like this is applying the variable on a user …
Interpolating Numeric CSS Variables originally published...
The Week In Games: Remake Mania
29.8.2022
Read more
Itau Unibanco Selected by Central Bank of Brazil to Build Real-Pegged Stablecoin Solution
29.8.2022
Itau Unibanco, one of the biggest bank conglomerates in Brazil, has been selected by the country’s central bank to develop a system with a stablecoin pegged to the value of the Brazilian real. Itau’s system was one of the eight proposals selected by the Central Bank of Brazil as part...
Argentinian Province Mendoza Starts Accepting Tax Payments in Crypto
29.8.2022
Mendoza, an Argentinian province, has implemented a system that allows taxpayers to pay their taxes fully with cryptocurrencies. The system, which was launched this week, is part of a strategic push for the modernization and digitalization of payments carried by the tax authority of Mendoza...
Brazilian Brokerage Platform Rico to Offer Cryptocurrency Services Next Year
27.8.2022
Rico, a Brazilian brokerage platform part of XP Inc., has announced it plans to enter the cryptocurrency market next year. The division is expanding its operations and will also enter the banking sector, launching digital account services and a credit card. The platform follows in the steps...
US Crypto ATM Provider Bitcoin Depot to Go Public as Part of Merger Deal
26.8.2022
Major US crypto ATM provider Bitcoin Depot has signed a deal with GSR II Meteora Acquisition Corp, paving the way for the two companies’ merger and listing on the NASDAQ exchange.
Per the press release,...
Read More: US Crypto ATM Provider Bitcoin Depot to Go Public as Part of Merger Deal
Using Grid Named Areas to Visualize (and Reference) Your Layout
26.8.2022
Whenever we build simple or complex layouts using CSS Grid, we’re usually positioning items with line numbers. Grid layouts contain grid lines that are automatically indexed with positive and negative line numbers (that is unless we explicitly name them). …
Using Grid Named Areas...
Not Sure How to WordPress Anymore?
25.8.2022
Neither do I! And that’s probably because there’s a lot happening in WordPress-land. The evolution towards full-site editing (FSE) introduces frequent changes to the way we build themes and plugins, and at such break-neck speed that the documentation itself is …
Not Sure How...
Moody’s States Inflation Is Affecting Economic Recovery in Part of Latam
25.8.2022
Moody’s, the asset quality rating agency, has warned the high rate of inflation that some countries are facing in Latam will affect the economic recovery in the region. Brazil, Chile, and Mexico are said to be the countries more affected by this phenomenon, and their recovery will depend...
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project
24.8.2022
If a utility class only does one thing, chances are you don’t want it to be overridden by any styles coming from elsewhere. One approach is to use !important to be 100% certain the style will be applied, regardless of …
Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project...
Australia to Stocktake Crypto Holdings Ahead of Regulation
23.8.2022
Australia intends to do a virtual stocktake of cryptocurrency assets held by its citizens, the new executive power in Canberra announced this week. The move is viewed as an indication that the center-left government plans to regulate the country’s crypto space. Treasury Embarks...
Removing jQuery from GOV.UK
23.8.2022
The GOV.UK team recently published “How and why we removed jQuery from GOV.UK“. This was an insightful look at how an organization can assess its tooling and whether something is still the best tool for the job. This …
Removing jQuery from GOV.UK originally published...
CSS Grid and Custom Shapes, Part 2
22.8.2022
Alright, so the last time we checked in, we were using CSS Grid and combining them with CSS clip-path and mask techniques to create grids with fancy shapes.
Here’s just one of the fantastic grids we made together:
CodePen…
CSS Grid and Custom Shapes, Part 2 originally published...
When Do You Use CSS Columns?
18.8.2022
That ain’t rhetorical: I’m really interested in finding great use cases for CSS multi-column layouts.
The answer seems straightforward. Use columns when you want to split any content into columns, right? Here is generally the sort of example you’ll find …
When Do You...
Meta Launches Horizon Worlds Metaverse App in Spain and France
18.8.2022
Meta, the social network company, has expanded the services of its flagship metaverse app, Horizon Worlds, to Spain and France. This move is part of the expansion plan of Meta to offer these services to more countries in Europe this year. While the app was available as an invite-only service...
Why (and How) I Write Code With Pencil and Paper
17.8.2022
If the thought of handwriting code seems silly, it might surprise you to know that it’s inevitable. If you’re unsure, think about the last job interview you did, and remember how there was no computer around in the interview room …
Why (and How) I Write Code With Pencil and Paper...
CSS Grid and Custom Shapes, Part 1
15.8.2022
In a previous article, I looked at CSS Grid’s ability to create complex layouts using its auto-placement powers. I took that one step further in another article that added a zooming hover effect to images in a grid layout…
CSS Grid and Custom Shapes, Part 1 originally published...