Search
“Evergreen” Does Not Mean Immediately Available
1.2.2022
I have a coworker who is smart, capable, and technologically-literate. Like me, they work on the web full-time.
When they are sharing their screen in a meeting, I find myself disassociating fixating on the red update button in their copy …
“Evergreen” Does Not Mean Immediately Available...
Make Shopping Online Better With The Wii Shop Channel Song
31.1.2022
It’s a universally agreed-upon truth that the Wii Shop Channel music is a banger. No doubt about it. One of the best pieces of music humanity has ever created. And now, thanks to a nifty and clever little browser add-on, you can have this wonderful song play wherever you go, provided it’s on...
Easy Asset Access with the Cloudinary Media Library Browser Extension
31.1.2022
Readers of my blog will know that I’ve been banging the Cloudinary drum for years. Their awesome media capabilities allow users to optimally deliver images, video, and audio in any format and to any device. Performance, customization, flexibility, optimized delivery… Cloudinary makes...
The Optional Chaining Operator, “Modern” Browsers, and My Mom
30.1.2022
Jim Nielsen’s mom couldn’t open a website. Jim worked on confirming the issue and documented how he got to the bottom of it:
“[…] well it can’t be a browser issue. It’s not like my Mom is using Internet Explorer!
…
The Optional Chaining Operator, “Modern” Browsers,...
There’s a browser plugin that autoblocks Twitter NFT profile pictures
24.1.2022
A popular Github contributor called mcclure built a browser plugin that autoblocks Twitter accounts using NFT profile pictures
Opera Launches Web 3 Browser With Built-in Non-Custodial Wallet
19.1.2022
The popular multi-platform web browser Opera has unveiled its “Crypto Browser Project” meant to offer users direct access to Web 3 services across multiple networks. The project's beta version is already available with a built-in non-custodial wallet for Windows, Mac, and Android users....
Read...
Opera announces beta of its new Web3 focused 'Crypto Browser'
19.1.2022
Beta browser offers a built-in non-custodial wallet, available now to Windows, Mac and Android users
How to Build Your First Custom Svelte Transition
14.1.2022
The Svelte transition API provides a first-class way to animate your components when they enter or leave the document, including custom Svelte transitions. By default, the transition directive uses CSS animations, which generally offer better performance and allow the browser’s …
How...
What is Chromium Without Chrome on Top?
10.1.2022
Raw Chromium, perhaps?
So, Chrome is based on Chromium which is open-source. Chrome is Chromium with Google’s extra stuff on top of it. What extra stuff? Kinda lots! A few years ago, The Verge published “Microsoft reveals all the …
What is Chromium Without Chrome on Top?...
Mozilla ‘Pauses the Ability to Donate Crypto’ After Complaints and ‘Environmental Impact’ Considerations
7.1.2022
On December 31, the software community founded in 1998, Mozilla, announced it was accepting crypto-asset donations via Bitpay. However, shortly after the announcement, a number of people complained about the decision the company made. A week later, Mozilla has announced it is backing away from...
Should CSS Override Default Browser Styles?
4.1.2022
CSS overrides can change the default look of almost anything:
You can use CSS to override what a checkbox or radio button looks like, but if you don’t, the checkbox will look like a default checkbox on your operating system
…
Should CSS Override Default Browser Styles? originally...
Privacy-Focused Browser Brave Hits 50M Monthly Active Users
4.1.2022
Blockchain-based decentralized browser Brave (BAT) says it has passed the 50.2m monthly active users mark, thus hitting another major milestone.
In comparison, Cryptonews.com reported that in October 2019 Brace reached 8m monthly active users, 10m in December that year, and 12m in March 2020....
How to Create a Browser Extension
3.1.2022
I’ll bet you are using browser extensions right now. Some of them are extremely popular and useful, like ad blockers, password managers, and PDF viewers. These extensions (or “add-ons”) are not limited to those purposes — you can do a …
How to Create a Browser Extension...
Wordle Is That Square Grid Game You’ve Been Seeing All Over Social Media
30.12.2021
If you’ve been on Twitter recently, you may have noticed people posting a bunch of differently colored squares. No, this is not a psy-op you are being unfairly excluded from, rather it’s the Twitter manifestation of Wordle, a daily word-guessing game that is currently picking up steam in the world...
Our favorite Chrome extensions of 2021
28.12.2021
I hadn’t heard of most of the Chrome extensions that Sarem Gizaw lists as 2021 favorites. Here are my hot takes on all of them, except the virtual learning specific ones that aren’t very relevant to me.
LoomOh that’s …
Fighting for Web 3.0: Digital wallet wars are the new browser wars
23.12.2021
The same way the browser became the window into the early internet, digital wallets are becoming the interface for the decentralized internet, or Web 3.0
Standardizing Focus Styles With CSS Custom Properties
10.12.2021
Take two minutes right now and visit your current project in a browser. Then, using only the Tab key, you should be able to navigate between interactive elements including buttons, links, and form elements.
If you are sighted, you should…
Browser cookies are not consent: The new path to privacy after EU data regulation fail
5.12.2021
Nobody loves cookies: Where the European Union General Data Protection Regulation falls short and what can be done
When is it “Right” to Reach for contain and will-change in CSS?
26.11.2021
I’ve got some blind spots in CSS-related performance things. One example is the will-change property. It’s a good name. You’re telling the browser some particular property (or the scroll-position or content) uh, will, change:
.el {
will-change: opacity;
…
The post When...
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...