Search
ShopTalk Goes Video
4.10.2021
Dave and I slapped up a little videos section of the ShopTalk website. Twelve so far! They are short-ish, between 10-20 minutes, each focused on one fairly specific thing. We’re kinda just dipping our toes here — we don’t …
The post ShopTalk Goes Video appeared first...
Gay Road Trip RPGs Are A Thing Now, And I'm Into It
30.9.2021
Not many hero’s journey games lean into the journey part occurring from the back seat of a convertible, where you talk about how you had a crush on your best friend while their partner drives, but then, Get in the Car, Loser! isn’t afraid to get awkward, while also gaying up the place with all...
Systems for z-index
24.9.2021
Say you have a z-index bug. Something is being covered up by something else. In my experience, a typical solution is to put position: relative on the thing so z-index works in the first place, and maybe rejigger the z-index…
The post Systems for z-index appeared first on CSS-Tricks. You...
Comparing Methods for Appending and Inserting With JavaScript
24.9.2021
Let’s say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps you’ve used some of them, like append, appendChild, insertAdjacentHTML, or innerHTML.
The difficult thing …
The post Comparing Methods for Appending...
Proposal for CSS @when
22.9.2021
CSS is on a tear lately. Again, I’ve heard of a brand new thing I’ve never seen before, and again it’s via Miriam: CSS Conditionals.
???? CSSWG just resolved to adopt @tabatkins when/else proposal into the next level of CSS
…
The post Proposal for CSS @when appeared...
Cascade Layers?
21.9.2021
There is a new thing coming in CSS: @layer. As with all new things, it takes time to really wrap your head around it. And despite me tapping at my keyboard about it, full disclosure, I’m not sure my …
The post Cascade Layers? appeared first on CSS-Tricks. You can support CSS-Tricks...
Resources aren’t requested by CSS, but by the DOM
21.9.2021
This is a good tweet from Harry:
Simple yet significant thing all developers should keep in mind: CSS resources (fonts, background images) are not requested by your CSS, but by the DOM node that needs them [Note: slight oversimplification, but
…
The post Resources aren’t requested...
Smashing crypto adoption barrier? Solana aims to do its own ‘thing’
17.9.2021
A blockchain network can excel at security or speed — but not both — Solana’s Yakovenko tells Cointelegrapha the network is betting on speed
GameFi: The Next Big Thing of Cryptoverse
7.9.2021
GameFi is a hot new trend in financial ecosystems, as it enables play to earn, yet free to play games to run on top of blockchains like Enjin and TRON. These games also enable players to collect unique NFTs, which can be worn as gadgets in these games and can even be carried across separate …
I completely ignored the front-end development scene for 6 months. It was fine.
3.9.2021
Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, you’d be lost coming back? Rachel Smith has:
The hectic pace of needing to learn one thing after the next
…
The post I completely ignored the front-end development scene for...
If I work really hard on my Open Graph images, people will share my blog posts.
2.9.2021
Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
The post If I work really hard on my Open Graph images, people will share...
Vitalik Buterin's Biggest Ethereum Regret is 'The Whole 8 Cofounders Thing'
2.9.2021
Vitalik Buterin. Source: a screenshot, YouTube/ETHWORLD.
Ethereum (ETH) cofounder Vitalik Buterin decided to do "a random twitter experiment" answering his followers' many questions - stating that his biggest Ethereum regret is the idea of eight cofounders, and that he was too confident...
Architecting With Next.js
24.8.2021
(This is a sponsored post.)
Free event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It’s just a little half-day thing. No brainer.
Join us for a special event where we’ll highlight business
…
The post Architecting With Next.js...
DX, to Whom?
17.8.2021
Dave points to Sarah’s post on Developer Experience (DX) at Netlify. Part of what Sarah did there is lay out what the role means. It’s a three-part thing:
Integrations Engineering (e.g. features)
Developer Experience Engineering (e.g. building integrations
…
The post DX,...
Cutouts
16.8.2021
Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things.
The first thing …
The post Cutouts appeared...
Building a Cool Front End Thing Generator
13.8.2021
Whether you are just starting out on the front end, or you’ve been doing it for a long time, building a tool that can generate some cool front-end magic can help you learn something new, develop your skills and maybe …
The post Building a Cool Front End Thing Generator appeared first...
Choice Words about the Upcoming Deprecation of JavaScript Dialogs
9.8.2021
It might be the very first thing a lot of people learn in JavaScript:
alert("Hello, World");
One day at CodePen, we woke up to a ton of customer support tickets about their Pens being broken, which ultimately boiled down to …
The post Choice Words about the Upcoming Deprecation of JavaScript...
Youtube Superstar KSI ‘JJ’ Says ‘I’m Really Into Crypto, Bitcoin Is the Future’
9.8.2021
Youtube superstar and rapper KSI, also known as JJ, says he is “really into crypto.” Emphasizing that “Bitcoin is the future,” he said a lot of people do not understand that crypto “is a long-haul thing.” KSI Is ‘Really Into Crypto’ Famed rapper...
Crypto Mom: True decentralization is the only thing that will save DeFi projects
6.8.2021
SEC Commissioner Pierce believes that DeFi founders’ only hope to bypass financial regulation is to ensure full decentralization from launch
Three Buggy React Code Examples and How to Fix Them
5.8.2021
There’s usually more than one way to code a thing in React. And while it’s possible to create the same thing different ways, there may be one or two approaches that technically work “better” than others. I actually run into …
The post Three Buggy React Code Examples and How to Fix Them...