Search
Exploring @property and its Animating Powers
4.3.2021
Uh, what’s @property? It’s a new CSS feature! It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
While everything about @property is exciting, …
The post Exploring @property and its Animating Powers appeared...
Boost app engagement with chat, voice, and video APIs
25.2.2021
Sendbird is a service for helping you add social features to your app. Wanna add in-app chat? Sendbird does that. Wanna add in-app voice or video calls? Sendbird does that.
Here’s how I always think about stuff like this. Whatever …
The post Boost app engagement with chat, voice,...
Troubled NZ Crypto Exchange Cryptopia Suffers Another Hack in the Midst of Liquidation Process
20.2.2021
Controversy still surrounds a liquidated New Zealand cryptocurrency exchange, which allegedly got hacked again. Adding to the $30 million stolen in 2019, Cryptopia reports that it was the target of a another theft incident on February 1, 2021. Hackers Accessed a Dormant Wallet Which Holds...
Mario Stuff Comes To Animal Crossing: New Horizons March 1
17.2.2021
You know what was missing from Animal Crossing: New Horizons? Official Mario stuff. Bricks. Question boxes. Flags. Costumes. All that and more comes to your furry island paradise on February 25 as part of a free update celebrating the plumber’s 35th anniversary. Read more
SVG within CSS
8.2.2021
Stefan Judis has a “Today I Learned” (TIL) post explaining how SVGs filters can be inlined in CSS. The idea is that CSS has the filter property which supports some built-in functions, like grayscale(100%) and stuff like that.
But …
The post SVG within CSS appeared first...
Some Performance Blog Posts I’ve Bookmarked and Read Lately
3.2.2021
Back/forward cache — I always assumed browsers just do fancy stuff with the back/forward buttons and us developers had very little control. Philip Walton tells us it’s critical that we understand “what makes pages eligible (and ineligible) for bfcache to
…
The post Some...
Fallout Mod Returns After Removing Some Pretty Questionable Stuff
3.2.2021
The Frontier, a huge Fallout: New Vegas mod that was pulled last week after one of its artists was found to have posted “animated pedophillic content” online, is now back.Read more
Figma Crash Course
1.2.2021
Totally free course from Pablo Stanley. Can’t beat that.
Figma is just blowing up, and for good reason. It’s good software aligned with what digital designers need. It’s fast. It’s on the web, so you can’t lose stuff and …
The post Figma Crash Course appeared...
The Sims 4 Is Now A Horror Game, Thanks To The Paranormal Stuff Pack
26.1.2021
Apparently it’s Halloween in winter because The Sims 4 just released its latest DLC, the Paranormal stuff pack, which some fans are calling the Luigi’s Mansion pack. It brings more supernatural elements to the game in the form of haunted houses and a medium skill that allows you to talk to the dead...
A font-display setting for slow connections
31.12.2020
Me, I really dislike FOUT. I like that it’s an option, because not displaying text quickly on the web is no good. I know font-display: swap; is popular because it’s good for performance, but that FOUT stuff pains me. Matt …
The post A font-display setting for slow connections...
Custom Styles in GitHub Readme Files
23.12.2020
Even though GitHub Readme files (typically ./readme.md) are Markdown, and although Markdown supports HTML, you can’t put <style> or <script> tags init. (Well, you can, they just get stripped.) So you can’t apply custom styles there. Or can you?
You can use SVG as...
Learning to Simplify
16.12.2020
When I first got this writing prompt, my mind immediately started thinking stuff like, “What tech have I learned this year?” But this post isn’t really about tech, because I think what I’ve learned the most about building websites this past year is simplification.
This year, I’ve learned that...
Hell Yes! CSS!
15.12.2020
Speaking of cool CSS stuff you can buy, Julia Evans’ zine Hell Yes! CSS! is hot off the presses. A “zine” being 28 pages of “short, informative, and fun comics which will quickly teach you something useful.” Some parts of it are like cheat sheets. Some parts of it...
Netlify & Next.js
14.12.2020
Cassidy Williams has been doing a Blogvent (blogging every day for a month) over on the Netlify Blog. A lot of the blog posts are about Next.js. There is a lot to like about Next.js. I just pulled one of Cassidy’s starters for fun. It’s very nice that it has React Fast-Refresh built-in....
Yakuza: Like A Dragon’s Best Boss Theme Makes Me Wanna Break Stuff (In A Good Way)
9.12.2020
Welcome to Morning Music, Kotaku’s daily hangout for folks who love video games and the cool-ass sounds they make. Today, we’re looking at what I think is the best boss battle theme in modern history.Read more
Minimal Takes on Faking Container Queries
2.12.2020
It’s sounding more and more likely that we’re actually going to get real container queries. Google is prototyping a syntax idea from David Baron and refined by Miriam Suzanne. Apparently, there has already been some prototyping done for a switch() syntax which is like container queries...
Amplify, Amplified
2.12.2020
First, quickly: AWS Amplify has a new Admin UI. Amplify always had a CLI that helps you build projects by setting up stuff like auth, storage, and APIs. That’s super useful, but now, you can do those things with the new Admin UI. And more, like model your data (!!), right from a local...
Painting With the Web
1.12.2020
Matthias Ott, comparing how painter Gerhard Richter paints (do stuff, step back, take a look) to what can be the website building process and what can wreck it:
[…] this reminds me of designing and building for the Web: The unpredictability, the peculiarities of the material,...
Measuring Core Web Vitals with Sentry
17.11.2020
Chris made a few notes about Core Web Vitals the other day, explaining why measuring these performance metrics are so gosh darn important:
I still think the Google-devised Core Web Vitals are smart. When I first got into caring about performance, it was all: reduce requests! cache things! Make...
SVGBOX
13.11.2020
I’ve been saying for years that a pretty good icon system is just dropping in icons with inline <svg> where you need them. This is simple to do, offers full design control, has (generally) good performance, and means you aren’t smurfing around with caching and browser support...