Search
6 Creative Ideas for CSS Link Hover Effects
15.2.2022
Creating CSS link hover effects can add a bit of flair to an otherwise bland webpage. If you’ve ever found yourself stumped trying to make a slick hover effect, then I have six CSS effects for you to take and …
6 Creative Ideas for CSS Link Hover Effects originally published on CSS-Tricks....
WordPress.com Has a New Home on YouTube
15.2.2022
(This is a sponsored post.)
✋ High fives to WordPress for releasing version 5.9 on January 29! This was the long-awaited introduction of the Site Editor and the reverberations are still being felt across the 43% slice of the …
WordPress.com Has a New Home on YouTube originally...
Coming Soon, Time Raiders: The Greatest NFT Treasure Hunt of All Time
15.2.2022
PRESS RELEASE. LONDON, February 15, 2022 – Independent video game studio and publisher Utopian Game Labs, has teamed up with alphabit fund, the crypto asset fund advancing the overall development of the sector by investing in the world’s most innovative blockchain projects, to bring...
ECB Chief Lagarde Says Digital Euro Will Not Replace Cash — But Could Offer Convenient, Cost-Free Means of Payment
15.2.2022
The president of the European Central Bank (ECB), Christine Lagarde, says that a digital euro will not replace cash but would complement it. “A digital euro would give you an additional choice about how to pay and make it easier to do so, contributing to accessibility and inclusion,”...
Why are hyperlinks blue?
14.2.2022
Last year, Elise Blanchard did some great historical research and discovered that blue hyperlinks replaced black hyperlinks in 1993. They’ve been blue for so long now that the general advice I always hear is to keep them that way. There …
Why are hyperlinks blue? originally published...
Getting Started With the File System Access API
14.2.2022
The File System Access API is a web API that allows read and write access to a user’s local files. It unlocks new capabilities to build powerful web applications, such as text editors or IDEs, image editing tools, improved …
Getting Started With the File System Access API originally...
Your CSS reset needs text-size-adjust (probably)
12.2.2022
Kilian Valkhof:
[…] Mobile Safari increases the default font-size when you switch a website from portrait to landscape. On phones that is, it doesn’t do it on iPad. Safari has been doing this for a long time, as a
…
Your CSS reset needs text-size-adjust (probably) originally...
9 New React and JavaScript Links for February 2022
12.2.2022
Every now and then, I find that I’ve accumulated a bunch of links about various things I find interesting. Like React and JavaScript! Here’s a list of nine links to other articles about them that I’ve been saving up and …
9 New React and JavaScript Links for February 2022 originally...
Multi-Value CSS Properties With Optional Custom Property Values
11.2.2022
Imagine you have an element with a multi-value CSS property, such as transform: optional custom property values:
.el {
transform: translate(100px) scale(1.5) skew(5deg);
}
Now imagine you don’t always want all the transform values to be applied, so some …
Multi-Value CSS Properties With...
SURVIVE: Only One Will Last in the Metaverse
11.2.2022
PRESS RELEASE. SURVIVE is going to revolutionize the Metaverse. It’s a hybrid between live-action and open-world games. Think of GTA 5, with a 3D Metaverse where you can play for free and earn money. SURVIVE is backed by NFT Global, a reputable NFT platform. This partnership is ready...
A Whistle-Stop Tour of 4 New CSS Color Features
11.2.2022
I was just writing in my “What’s new in since CSS3?” article about recent and possible future changes to CSS colors. It’s weirdly a lot. There are just as many or more new and upcoming ways to define colors than …
A Whistle-Stop Tour of 4 New CSS Color Features...
Halo Infinite Finally Addresses Desync Lag, And You'd Better Pull Up A Seat
10.2.2022
If you’ve played a competitive online shooter, it’s happened to you. You shoot an enemy a bunch. You swear you saw your shots connect. But the next minute, it’s you who’s sitting through a respawn timer. To take it from hardcore players, Halo Infinite can seem particularly egregious about such...
Developers Speculating About the Long-Distant Future: 2022
10.2.2022
This is a wonderful roundup from Jeremy, who I picture circling January 1, 2022, in red marker on a giant paper calendar back in 2008 and patiently counting the days.
See, there was a little smattering of internet drama …
Developers Speculating About the Long-Distant Future: 2022 originally...
You're Not Paying Enough Attention To Square Enix's New Time-Traveling Detective Game
10.2.2022
Yesterday’s Nintendo Direct had a little bit of something for everyone, from Wii Sports jocks to Mario Kart speedsters to Kirby vore fanatics. But that doesn’t mean that something incredible wasn’t missing. In fact, the Japanese Nintendo Direct included something pretty terrific that the version...
9 Crypto Dashboards You Can Use to Manage Your Digital Assets
10.2.2022
Crypto dashboards have emerged in the last few years to enable digital asset investors to manage their portfolios in one place.
Read on to discover a list of the most popular crypto portfolio management dashboards....
Read More: 9 Crypto Dashboards You Can Use to Manage Your Digital Assets
Helpful Tips for Starting a Next.js Chrome Extension
10.2.2022
I recently rewrote one of my projects — Minimal Theme for Twitter — as a Next.js Chrome extension because I wanted to use React for the pop-up. Using React would allow me to clearly separate my extension’s pop-up component and …
Helpful Tips for Starting a Next.js Chrome Extension originally...
A Chrome Extension for Cloudinary That Helps You Pluck Out Useful Media URLs From Your Library Quickly
10.2.2022
(This is a sponsored post.)
Cloudinary is a host for your digital assets like images and video. If you don’t already know them, you should, because you can build it into the asset management you almost certainly need to …
A Chrome Extension for Cloudinary That Helps You Pluck...
Here's Everything Shown At Today's Nintendo Direct
10.2.2022
There was a Nintendo Direct held earlier today, which covered everything from Metroid to Mario Kart, and if you missed it and want to catch up on everything, or didn’t miss it and just wanted to revisit the parts that actually interested you, here you go.Read more
SVGcode for “Live Tracing” Raster Images
9.2.2022
Say you have a bitmap graphic — like a JPG, PNG, or GIF — and you wish it was vector, like SVG. What do you do? You could trace it yourself in some kind of design software. Or tools within …
SVGcode for “Live Tracing” Raster Images originally published on CSS-Tricks. You should...
How to Make CSS Slanted Containers
9.2.2022
I was updating my portfolio and wanted to use the forward slash (/) as a visual element for the site’s main layout. I hadn’t attempted to create a slanted container in CSS before, but it seemed like it …
How to Make CSS Slanted Containers originally published on CSS-Tricks. You should...