Search
Creating Generative Patterns with The CSS Paint API
24.11.2021
The browser has long been a medium for art and design. From Lynn Fisher’s joyful A Single Div creations to Diana Smith’s staggeringly detailed CSS paintings, wildly creative, highly skilled developers have — over the years — continuously pushed …
The post Creating Generative...
Xbox Celebrates 20th Anniversary With A Museum That Might Drag You
23.11.2021
Today, as part of Xbox’s ongoing 20th anniversary celebration, Microsoft released a virtual museum covering the history of the consoles themselves, as well as our own personal, individual history with them. In the browser-centric museum, you can walk the halls, taking in 3D timelines of each...
Which SVG technique performs best for way too many icons?
23.11.2021
Tyler Sticka digs in here in the best possible way: by making a test page and literally measuring performance. Maybe 1,000 icons is a little bit of an edge case, but hey, 250 rows of data with four icons in …
The post Which SVG technique performs best for way too many icons? appeared first...
Control Layout in a Multi-Directional Website
23.11.2021
Many business websites need a multilingual setup. As with anything development-related, implementing one in an easy, efficient, and maintainable way is desirable. Designing and developing to be ready for multiple languages, whether it happens right at launch or is expected …
The post Control...
Look At This Squeakin’ Guinea Pig Car Racing Game You Guys
23.11.2021
You can keep your Demon Slayer and your Dr. Stones, the greatest animated entertainment to come out of Japan in the past decade is Pui Pui Molcar. The hit series is a stop-motion masterpiece in which people drive around in cars that are actually adorable guinea pigs, and it’s getting its first...
You shall not pass: Tolkien estate blocks ‘The Lord of the Rings’ JRR Token
23.11.2021
The time of the JRR Token has come, but it wasn’t able to defeat the Tolkien Estate in a ruling that has forced the project to shut down and cease trading
On User Tracking and Industry Standards on Privacy
22.11.2021
Inspired by Eva PenzeyMoog’s new book, Jeremy highlights the widespread user tracking situation in this industry:
There was a line that really stood out to me:
The idea that it’s alright to do whatever unethical thing is currently the
…
The post On User Tracking...
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...
Responsive Layouts, Fewer Media Queries
22.11.2021
We cannot talk about web development without talking about Responsive Design. It’s just a given these days and has been for many years. Media queries are a part of Responsive Design and they aren’t going anywhere. Since the introduction of …
The post Responsive Layouts, Fewer Media Queries...
The Week In Games: Are You Ready For Farming Simulator 22?
21.11.2021
When Farming Simulator 22 is one of the biggest games releasing, you know you got a quiet week. Read more
Seeing red? FUD that! Here's what you should have bought instead of Bitcoin last week
20.11.2021
Where Bitcoin leads, altcoins usually follow — but the smartest crypto traders manage to turn BTC dips into buying opportunities
Reimagine Atomic CSS
19.11.2021
I’m not the biggest fan of Atomic CSS myself. I don’t like all the classes. I like to express my styles in CSS because I find CSS… good. But I appreciate that a lot of people seem to like it, …
The post Reimagine Atomic CSS appeared first on CSS-Tricks. You can support...
LTNM Now Available on FMFW.io
19.11.2021
PRESS RELEASE. LTNM – another cryptocurrency that takes us to the next level! LTNM is an insured, asset-backed currency based on the Bitcoin blockchain. Monsoon Blockchain Corporation developed it on behalf of the LTNM Foundation. LTNM is a greener, faster and safer version of great Satoshi...
Coding Font Game
19.11.2021
A tournament bracket UI where you pick your favorite between two coding fonts and your choices are whittled down all the way to a final winner. A clever way to suss out your own taste and arrive at a choice.…
The post Coding Font Game appeared first on CSS-Tricks. You can support CSS-Tricks...
Plus: Steam post-release analysis gets Hype-d!
19.11.2021
Some new features for you Plus subscribers
An Open Thread If You Need To Vent
19.11.2021
I said at the beginning of the year that it felt weird to talk about video games as a right-wing mob stormed the United States capitol building. Sad to say, that feeling hasn’t let up in the last 10 months and change, especially with the news currently dominating today’s headlines.Read more
Parallax Powered by CSS Custom Properties
19.11.2021
Good friend Kent C. Dodds has recently dropped his new website which had a lot of work go into it. I was fortunate enough that Kent reached out a while back and asked if I could come up with some …
The post Parallax Powered by CSS Custom Properties appeared first on CSS-Tricks. You...
The Many Faces of VS Code in the Browser
18.11.2021
VS Code is built from web technologies (HTML, CSS, and JavaScript), but dare I say today it’s mostly used a local app that’s installed on your machine. That’s starting to shift, though, as there has been an absolute explosion of …
The post The Many Faces of VS Code in...
PHP Date and Time Recipes
18.11.2021
Dealing with dates and times is one of those things that can frustrate programmers a lot. At the same time, they are fundamental to software development, used from everything from meta and how things are ordered to time-based triggers and …
The post PHP Date and Time Recipes appeared first...
Zero Trickery Custom Radios and Checkboxes
18.11.2021
I feel like half of all “custom-designed radio buttons and checkboxes” do two things:
Make them bigger
Colorize them
I always think of SurveyMonkey for having big chunky radios and checkboxes. And indeed, just poking at their interface quickly, even …
The post Zero Trickery...