Search
MTV adds Metaverse award category: Nifty Newsletter, Aug 17–23
24.8.2022
New research show that developments in the Metaverse will become a catalyst to broader adoption of NFTs
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...
This game used TikTok to get 120m views, 60k Steam wishlists!
23.8.2022
And its Kickstarter hasn't even launched yet, folks
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...
Plus: Thymesia & Madden duke it out in top new releases...
19.8.2022
Also: Cult Of The Lamb still blastin', as we look at lots of other charts
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...
Dinkum's 350k sales in a month: serendipity or foregone conclusion?
17.8.2022
We chat to the solo dev behind the Steam smash
Celebrities called out for shilling NFTs: Nifty Newsletter, Aug 10–16
17.8.2022
A Polygon executive highlighted that NFT games have an advantage over traditional "money in, no money out" gaming business models
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...
Inside the Microsoft vs. Sony 'unfair competition' feud
15.8.2022
There's gold in them thar Brazilian documents, folks
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...
Plus: this is the week of the Spider-Lamb
12.8.2022
It's been as big as advertised on Steam - let's look into how!
Quick Tip: Clear VS Code Cache for Open Files
11.8.2022
If you use VS Code, you might have enabled the setting for re-opening a previously open file next time the app launches. I do. I like that.
Hey, thanks for remembering, buddy! 🤗
But sometimes you really, really don’t want …
Quick Tip: Clear VS Code Cache for Open Files...
Is your game built for 'main'-ing, trending, or sampling?
10.8.2022
Also: Roblox data, PlayStation & Xbox antitrust fighting, & lots more
CryptoPunk to be split into pieces: Nifty Newsletter, Aug 3–9
10.8.2022
Ethereum co-founder Vitalik Buterin proposed a way to anonymize NFT transactions using smart contracts
Designing for Long-Form Articles
10.8.2022
Designing a beautiful “article” is wrought with tons of considerations. Unlike, say, a homepage, a long-form article is less about designing an interface than it is designing text in a way that creates a relaxed and comfortable reading experience.
That’s …
Designing for Long-Form Articles...
Committing CSS Crimes
9.8.2022
The time for CSS-Tricks is over. Now is the time for CSS Crimes!
In this current landscape of content service providers, users are often limited to expressing themselves in text, links, and images. Sanitization rules tend to strip out HTML, …
Committing CSS Crimes originally published...
Avoiding ineffective (or scam!) discovery interactions with influencers
9.8.2022
A surprisingly complex situation, explained
Zooming Images in a Grid Layout
8.8.2022
Creating a grid of images is easy, thanks to CSS Grid. But making the grid do fancy things after the images have been placed can be tricky to pull off.
Say you want to add some fancy hover effect to …
Zooming Images in a Grid Layout originally published on CSS-Tricks, which is part of...