Search
Jamie Lee Curtis Will Officiate Her Daughter’s Wedding In World of Warcraft Cosplay
24.3.2022
Last night on Jimmy Kimmel Live, Jamie Lee Curtis announced that, not only will she officiate her youngest daughter’s wedding in the actress’s backyard, but she will do so while wearing World of Warcraft cosplay. Read more
More Awesome Git Aliases
17.1.2022
In the last article in this series, Awesome Git Aliases, we took a look at some awesome aliases for Git. However, the true power of Git aliases comes from writing custom scripts. These allow you to build Git commands that can do anything you can imagine. In this article, I’ll show you how...
GraphQL Editor – The Journey from Initial Release to Version 5.0
22.11.2021
From the very beginning of our adventure with GraphQL, we were impressed by how great its community is. The amount of content, libraries and great tools generated by GraphQL users amazed us from the very start. The more time we spent working with GraphQL the more things we saw that could...
RChain and ZB: Toward a Queueless, Leaderless, Limitless Blockchain
10.11.2021
On November 2rd, 2021, RChain‘s blockchain scientist Atticbee visited ZB exchange as an invited guest for a very technical AMA. ZB is a global exchange being in operation for 8 years with a focus on keeping customers’ assets secure. Atticbee discussed the problems of current...
LeVar Burton No Longer Wants To Be Jeopardy! Host
19.9.2021
The internet’s mission to help LeVar Burton become the host of the long-running game show Jeopardy! has come to an end now that Burton himself ain’t interested in the gig. This adds another chapter into this Summer’s odd saga of “Who Will Host Jeopardy!”Read more
Deep dive: how game platforms can amplify your game's reach
19.7.2021
A handy guest post on how platforms work
The Latest Godzilla vs. Kong Trailer Teases a Very Special Guest Star
20.3.2021
We already knew that Mechagodzilla would be popping up in Godzilla vs. Kong—check him out in toy form—but the latest teaser hyping the movie’s March 31 bow on HBO Max gives us a glimmer of his robotically glowing orbs...via his archrival Godzilla’s giant peeper. Feast your own eyes and see...
Awesome Git Aliases
15.3.2021
Git is an amazingly powerful tool. It can keep track of all the code you write, let you organize your work into different branches, help you seamlessly work with other developers, and even let you time travel and make changes. But wouldn’t it be awesome if Git could do more? What if you could...
CSS-Tricks Chronicle XXXIX
6.3.2021
I’ve been lucky enough to be a guest on some podcasts and at some events, so I thought I’d do a quick little round-up here! These Chronicle posts are just that: an opportunity to share some off-site stiff that I’ve …
The post CSS-Tricks Chronicle XXXIX appeared first...
Houdini.how
1.1.2021
Nice site from Google (and guest contributors) with a bunch of fun demos of what Houdini can do. Plus a write-up from Una. These are all Paint API demos. Houdini is technically a group of seven things that are all …
The post Houdini.how appeared first on CSS-Tricks.
You can support...
Hi Kotaku, as always, it’s been a huge honor getting to be the guest writer for the weekend.
28.12.2020
Hi Kotaku, as always, it’s been a huge honor getting to be the guest writer for the weekend. I love reading the comments and so many of you share so many awesome things, I always feel I’m learning so much (and also getting some really cool game recommendations). Please have a safe holiday season...
An Ode To The Games It Took Us Forever To Finish (Or How It Took Me Over Twenty Years To Finally Finish The First Suikoden)
26.12.2020
Hi Kotaku! The last time I was a weekend editor for Kotaku was way back in February and honestly, that seems like a lifetime ago. So much has happened since then that even looking back at my old articles feels like I’m peeking at a time capsule from a different age. Read more
Case study: making Core Defense a solo dev success
3.12.2020
A guest post with advice galore!
How Hacker News Crushed David Walsh Blog
28.10.2020
Earlier this month, David’s heartfelt posting about leaving Mozilla made the front page of Hacker News. Traffic increased by 800% to his already-busy website, which slowed and eventually failed under the pressure. Request Metrics monitors performance and uptime for David’s blog, and our metrics...
Shoelace 2.0: A Forward-thinking Library of Web Components
29.9.2020
A few years ago, I released a lightweight alternative to Bootstrap affectionately named Shoelace. Shoelace was small and fast because of its minimal design and pure CSS approach to styling. It used CSS custom properties extensively to enable customizations, even when loaded via CDN — something...
Vital Web Performance
21.9.2020
I hate slow websites. They are annoying to use and frustrating to work on. But what does it mean to be “slow”? It used to be waiting for document load. Then waiting for page ready. But with so many asynchronous patterns in use today, how do we even define what “slow” is? The W3C has […]
The...
Apocalypse survival requires 1 BTC, says Joe Rogan guest
9.9.2020
Bitcoin for the survival win?
CSS-Tricks Chronicle XXXVIII
15.8.2020
Hey gang! I’ve been fortunate enough to be a guest in a variety of different here, so I thought it was time for another Chronicle post. You know, those special posts where I round up the random goings-on of things I do off of this site.
I joined Ed & Tom over on A Question of Code.
We...
Christophe Cieters: Monopoly Money
12.7.2020
As money developed and people opted to place it in secured storage, banks started issuing banknotes which represented a client’s deposit at the bank and the promise to redeem each note for the amount of gold it represented at a 100% reserve rate. Market exchange rates of the coins were...
How to Disable Code: The Developer’s Production Kill Switch
25.6.2020
The following is a guest post written by Carlos Schults.
Being able to disable code in production is a power that many developers aren’t aware of. And that’s a shame. The ability to switch off some portions—or even complete features—of the codebase can dramatically improve the software development...