Search
Read Your Website
14.12.2021
When’s the last time you read your website? Like out loud in the lobby of a Starbucks on a weekday afternoon, over the phone to your parents, or perhaps even as a bedtime story for your kids.
No worries, this …
Faulty logic
14.12.2021
Ain’t this the truth:
It’s like when you’re learning a new language. At some point your brain goes from translating from your mother tongue into the other language, and instead starts thinking in that other language.
I don’t speak …
The New, Chill Xbox Game Pass Titles You’ll Probably Download Over Winter Break
14.12.2021
For its final update of the year, Xbox Game Pass is getting some of the best adventure games in recent memory, including Firewatch and Broken Age. But, like the strangest charcuterie station you’ll hover around next week, they’re paired with debatably the least chill game of the past few years:...
Pixelated Distortion Effect with Three.js
13.12.2021
In this coding tutorial, you'll learn how to recreate an interactive pixel distortion effect using Three.js.
The post Pixelated Distortion Effect with Three.js appeared first on Codrops
A letter to Zuckerberg: The Metaverse is not what you think it is
12.12.2021
Facebook changing its name to Meta will likely have a huge repercussion on the narrative of the metaverse as a whole
We Live In Hell And This Ubisoft NFT That Requires You To Play 600+ Hours Of Ghost Recon Is Proof
12.12.2021
I’d like to go one weekend without having to write or think about NFTs, but apparently, we all live in Hell. I mean, how else do you explain a Ghost Recon NFT helmet that can only be acquired after playing the game for 600 hours? Read more
Keanu Reeves Is Super Excited You All Tried To Mod Cyberpunk 2077 To Bone Him
10.12.2021
Last year, when Cyberpunk 2077 came out—between all the bugs and problems players encountered—a group of modders decided to try and tinker with the game to let you fuck one of its main stars, Keanu Reeves. The famous actor plays Cyberpunk’s digital rebel cyberghost Johnny Silverhand, and while...
Using Position Sticky With CSS Grid
10.12.2021
Say you’ve got a two-column CSS grid and you want one of those columns to behave like position: sticky;. There is nothing stopping you from doing that. But the default height for those two columns is going to be …
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…
Bitcoin.com Wallet Adds Support For Multisig (Shared) Wallets
10.12.2021
The Bitcoin.com Team is excited to announce support for shared (multisig) wallets for Bitcoin and Bitcoin Cash in the Bitcoin.com Wallet. That means you can protect your most valuable wallets with a unique form of two-factor authentication, set up a corporate treasury, safely introduce your kids...
Halo Infinite Is Harder Than You’d Expect, And That's By Design
8.12.2021
You may want to be a hero, you may even want to be a legend, but know that sometimes it’s totally fine to be normal. Case in point here is Halo Infinite, a first-person shooter out today for Xbox and PC. If you’re just starting out the campaign, be sure to play on Normal—at least at first.Read more
Top 7 Bitcoin & Crypto Mining Stocks You Could Add to Your Stock Portfolio
7.12.2021
With the price of bitcoin (BTC) pushing for yet another all-time high before its latest drop, and with the recent shake-up in hash power distribution following China’s bitcoin mining ban last summer, bitcoin mining operations have been enjoying substantial profits.
Adding a bit of exposure...
You Can’t Replay Campaign Missions In Halo Infinite
6.12.2021
One of the joys of Halo is its replayability. Ask any devotee and you’ll get some story about endlessly rerunning “The Library” in Halo: Combat Evolved, or replaying Halo 2’s “Delta Halo” to get out of bounds and explore that uncannily Canada-looking mountain range. Sadly, at least at launch,...
Open Props (and Custom Properties as a System)
6.12.2021
Perhaps the most basic and obvious use of CSS custom properties is design tokens. Colors, fonts, spacings, timings, and other atomic bits of design that you can pull from as you design a site. If you pretty much only pull …
Teleportation Transition with Three.js
6.12.2021
A coding session where you will learn how to recreate the teleportation transition seen on "Marseille 2021" by La Phase 5.
The post Teleportation Transition with Three.js appeared first on Codrops
Tau-Chain Founder Ohad Asor and Prof. Franconi Explain Logical AI and How to Trade Knowledge
5.12.2021
Tau, in development, is the world’s first fully user-controlled blockchain, capable of understanding and implementing users’ consensus in real-time. It allows you to understand and be understood by billions of people, on a platform so advanced that it changes and updates itself based...
Ain’t No Party Like a Third Party
3.12.2021
I’d like to tell you something not to do to make your website better. Don’t add any third-party scripts to your site.
That may sound extreme, but at one time it would’ve been common sense. On today’s …
Next-Gen Launch Title Godfall Really, Really Wants You To Come Back
2.12.2021
Incredibly shiny action role-playing game Godfall is still looking for players a year after its debut as a PlayStation 5 launch game. When it didn’t make a big splash on PS5 and PC, it added a PS4 version. Now the devs have stripped away the story and campaign to create the Challenger Edition,...
Fractional SVG stars with CSS
2.12.2021
Some ⭐️⭐️⭐️⭐️⭐️ star rating systems aren’t always exactly even stars. Say you want to support rating something 2.25 stars. To do that you could “fill” the shape of the stars partially. I like this idea by Samuel...
Dock Life: Using Docker for All The Things!
1.12.2021
I think if you’re a DevOps person in any capacity, the utility of Docker is very clear. Your things run in containers that are identical everywhere. Assuming Docker is working/running, the code will execute in a reliably consistent way whether …