Search
Treasury Secretary Janet Yellen Warns Gas Prices Could Spike This Winter — Says ‘It’s a Risk’
13.9.2022
U.S. Treasury Secretary Janet Yellen has warned that gas prices could rise again this year. “It’s a risk that we’re working on the price cap to try to address,” she stressed. “Our price cap proposal is designed to both lower Russian revenues … while also...
Building Interactive Figma Widgets
12.9.2022
Figma has always encouraged collaboration between developers and designers. It strives on an endless treasury of community-made plugins. Need 3D elements? There’s a plugin for that. Need abstract SVGs? There’s a plugin for that, too.
That said, the design part...
How I Made a Pure CSS Puzzle Game
9.9.2022
I recently discovered the joy of creating CSS-only games. It’s always fascinating how HTML and CSS are capable of handling the logic of an entire online game, so I had to try it! Such games usually rely on the ol’ …
How I Made a Pure CSS Puzzle Game originally published on CSS-Tricks, which...
The Sandbox's Instagram account compromised, hackers try to rent BAYC NFTs
8.9.2022
Hackers redirected The Sandbox followers to a fake raffle giveaway URL and even tried to rent Bored Ape NFTs from Instagram users
What’s New With Forms in 2022?
8.9.2022
Browsers are constantly adding new HTML, JavaScript and CSS features. Here are some useful additions to working with forms that you might have missed…
requestSubmit()
Safari 16 will be the final browser to add support for requestSubmit.
Before we …
What’s New With Forms in 2022? originally...
Overlapping Bar Charts
7.9.2022
As the name suggests, overlapping charts visualize two different sets of data in a single diagram. The idea is that the overlapping bars allow us to compare data, say, year-over-year. They are also useful for things like tracking progress for …
Overlapping Bar Charts originally published...
Hacking CSS Animation State and Playback Time
6.9.2022
CSS-only Wolfenstein is a little project that I made a few weeks ago. It was an experiment with CSS 3D transformations and animations.
Inspired by the FPS demo and another Wolfenstein CodePen, I decided to build my own version. …
Hacking CSS Animation State and Playback Time originally...
Try Cosmos on 1xBit
6.9.2022
Prior to the existence of Cosmos, the concept of blockchain interoperability was only just an idea that never came to fruition. However, with the ascent of this cryptocurrency, it has become a reality that different blockchain networks can be interconnected to streamline the distribution of digital...
Flutter For Front-End Web Developers
5.9.2022
I started as a front-end web developer and then became a Flutter developer. I think there were some concepts that helped me adopt Flutter easier. There were also some new concepts that were different.
In this article, I want to …
Flutter For Front-End Web Developers originally published...
Bitcoin and Ethereum Try to Recover, SAND and LINK Accelerate
5.9.2022
Bitcoin is consolidating above the key USD 19,500 support zone and is facing a strong resistance near the USD 20,500 zone. BTC is currently (03:50 UTC) trading near USD 19,900 and is up around 1% in a day and a week.
Similarly, most major altcoins are facing important hurdles. ETH is struggling...
Hackers Offer to Sell Belarus President Lukashenko’s Passport as NFT
3.9.2022
Anti-government hackers have attempted to sell what they say is an NFT of Belarus President Alexander Lukashenko’s passport. The members of the ‘Belarusian Cyber Partisans’ collective claim to have obtained the passport data of all of the country’s citizens. Cyber...
Behind the CSScenes, September 2022
1.9.2022
Those of you who have been reading CSS-Tricks for a while may remember that we used to publish a little thing we called CSS-Tricks Chronicles. Our friend Chris Coyier would write up a reflection from the past couple of …
Behind the CSScenes, September 2022 originally published on CSS-Tricks...
Comparing JAWS, NVDA, and VoiceOver
1.9.2022
A screen reader is an important accessibility tool for people with no or limited vision. People who are blind or those with low vision can use a screen reader to navigate the computer. Screen readers will read contents on the …
Comparing JAWS, NVDA, and VoiceOver originally published...
iShadeed’s Container Queries Lab
1.9.2022
Ahmad Shadeed got an early jump on container queries and has a growing collection of examples based on everyday patterns.
And, if you missed it, his latest post on container queries does a wonderful job covering how they work since …
iShadeed’s Container Queries Lab originally...
Hackers try to sell NFT of Belarusian leader's supposed stolen passport
1.9.2022
Belarusian hackers claim to have gained access to the passport info of every Belarusian citizen, including president Alexander Lukashenko, allowing them to mint an NFT with his passport details
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...
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...
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...
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...