Search
Image Optimization Strategies Compared (Sponsored)
30.4.2021
We all know the stats. Slower website performance is strongly linked to higher abandon rates and lower conversions. What you may not know is that the main culprit is bloated web page payloads, bringing down our otherwise performant web pages via images. That being said, images also drive...
A Complete Guide to Custom Properties
27.4.2021
Everything important and useful to know about CSS Custom Properties. Like that they are often referred to as "CSS Variables" but that's not their real name.
The post A Complete Guide to Custom Properties appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
Regular Expression Match Groups
26.4.2021
Regular expressions are incredibly powerful but can be difficult to maintain. They’re a skill you learn on the job and, when the suits walk by, make you look incredibly smart if you have a few up on your screen. How can we solve the maintainability problem? With a match groups, as Addy Osmani...
Object.entries
20.4.2021
Navigating and managing data structures is a really important skill for every level of engineer to have and improve upon. Over the years, the JavaScript language has continued to provide more methods for managing data structures, from Object.keys to Object.values and so on. One of my favorites...
CSS Smooth Scroll
19.4.2021
Improving the user experience of web applications has always been a priority of mine. I always come back to the same though I’ve had for 20 years: “users expect a web app to work — let’s make the app a joy to use.” Over the years we’ve employed JavaScript...
Monitor Your SEO Placement with SEObase (Sponsored)
16.4.2021
Search engine optimization is big business; both SEO experts and their customers want to track the effectiveness of their keywords, campaigns, and competition. To get and measure those results, however, you need the right tooling monitor those results. SEObase is an awesome tool for doing just that...
Five Top Quality APIs
13.4.2021
It’s easy to think about creating beautiful UIs for presenting data when you don’t consider the effort that goes into gathering and serving the data itself. Here’s the thing — thanks to apilayer, you can focus on your UIs and not the pain of API creation. No need to worry...
Intl.NumberFormat
13.4.2021
Formatting numbers on the client side is an important task, especially when you consider how much raw API usage is in play these days. What’s also important is ensuring those numbers are meaningful to users, no matter where they are in the world, especially if you’re an eCommerce...
Detect CSS Overflow Elements
8.4.2021
Every once in a while you encounter a CSS annoyance that takes some cleverness to discover. One such case rears its ugly head in unwanted and unexpected scrollbars. When I see unwanted scrollbars, I usually open developer tools, click the element inspector, and hover around until I find...
Lil Nas X Released A Cheeky Video Game About Twerking
8.4.2021
Lil Nax X—prolific Tweeter, former country music superstar, and current Lord of Hell—has released a new video game that celebrates his current chart-topping hit, “Montero (Call Me By Your Name).”Read more
Chinese Lottery Firm Rebrands, Purchases Bitcoin Mining Rig Manufacturer for $100 Million
8.4.2021
Following the acquisition of the Chinese mining pool Btc.com, the China-based lottery company 500.com revealed the purchase of a bitcoin mining rig manufacturer Bee Computing. The Shenzhen firm purchased the semiconductor and mining device manufacturer for roughly $100 million in a share exchange...
Torum: DeFi + NFT + Social Media – the Next Brilliant Utility Innovation in the Blockchain World?
4.4.2021
PRESS RELEASE. Launched on the 1st of July 2020, Torum is a social media platform specially designed for cryptocurrency users. Symbolizing the nature of the platform, the name Torum was born from the combination of “Tokenized” and “Forum”. The platform strives to connect...
Singapore PM tells followers to 'remain vigilant' on crypto after seeing name used to sell tokens
4.4.2021
"I have nothing to do with the platform," said Lee Hsien Loong. "It is misleading and done without my permission."
Topps Digital Towers Over NFT Universe With Upcoming Godzilla Collectible Auction
31.3.2021
Toho’s classic Godzilla storyline leaves behind the Tokyo and New York skylines as it wades into the decentralized universe with freshly minted collectibles set for auction on the WAX Blockchain. Appeal To Collectors Complements Forthcoming Premiere Of Godzilla vs. Kong From trading cards...
Apex Legends Skins Delayed After Company Changes Its Name Mid-Promotion
31.3.2021
This week was supposed to see the release of a new set of branded skins for Apex Legends, done in collaboration with streetwear label Chinatown Market, but that company’s decision to rebrand in between the skins’ announcement and release means Respawn currently has them on hold.Read more
Ghost Of Tsushima Film Announced, Back 4 Blood Delayed, Xbox Live Name Change, And More
27.3.2021
This week on Morning Checkpoint we talk about how great SonicFox is, dunk on Shinra, find out what games are now delayed, fondly remember demo discs, and say goodbye to Xbox Live and hello to Xbox Network.Read more
How to Mine Ethereum
25.3.2021
Note: I expect a large number of people to object to cryptocurrency mining’s energy use and I totally understand. ...
Now is the Time to Get Your Business Protected from Cyberthreats (Sponsored)
23.3.2021
Malware has been a problem for decades, one that was exacerbated by the the rise of the internet, file sharing, and digital assets. Whether it’s keyloggers or other types of malware, they’ll make your computer slow and insecure, all without you knowing. And if you’re an employer...
VS Code node:console Fix
23.3.2021
I’ve been using Microsoft’s Visual Studio Code text editor for years with great success. The app has always been stable, flexible, and the best compliment I can give it: an afterthought. Recently, however, every time I added a console.log to a JavaScript file, VS Code would add import...
Use Logpoints!
22.3.2021
There’s sometimes a tribal attitude about how web developers should be debugging their code and solving problems. There’s the console.log loyalists, then there’s the debugger/breakpoint maximalists. I worked on the Firefox DevTools debugger for years and I can tell you...