Search
Elden Ring Looks Tiny, Adorable With ‘Tilt-Shifted’ Camera
12.4.2022
Elden Ring is not an adorable game. Literally everything, from the ferocious wildlife to the beefed-up Starscourge Radahn, wants to bury your Tarnished and stop you from restoring order to the Lands Between. But the idea that FromSoftware’s famously difficult Souls-like could be cute sent YouTuber...
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties
30.3.2022
We recently covered creating fancy borders with CSS mask properties, and now we are going to cut the corners with CSS mask and clip-path! A lot of techniques exist to cut different shapes from the corners of any element. …
Tricks to Cut Corners Using CSS Mask and Clip-Path Properties...
A visual introduction to machine learning
17.12.2021
Just the first sentence alone here from Stepanie Yee and Tony Chu is solid:
In machine learning, computers apply statistical learning techniques to automatically identify patterns in data. These techniques can be used to make highly accurate predictions.
And what …
New World Disables 'All Forms Of Wealth Transfers' After Gold Exploit Found
2.11.2021
After an exploit was found over the weekend that first let players send images in the chat box, kick other players unknowingly and duplicate gold, Amazon has stepped in and taken some drastic action.Read more
Animation Techniques for Adding and Removing Items From a Stack
4.10.2021
Animating elements with CSS can either be quite easy or quite difficult depending on what you are trying to do. Changing the background color of a button when you hover over it? Easy. Animating the position and size of an …
The post Animation Techniques for Adding and Removing Items From...
Stealing Game Animation Techniques to Engage Users
25.8.2021
Today’s websites are overflowing with animations—often too many. They get in the way of the content and slow down our busy users. But at the same time: they’re wonderful. They bring websites to life, are fun to implement and …
The post Stealing Game Animation Techniques to Engage Users...
New Site Teaches You How To Play EVE Online
28.5.2021
EVE Online is a tough game to learn without a lot of effort and assistance. The good news is that there’s now an easier path to getting started: the EVE Academy, a new companion website to the 18 year old MMO, was created specifically to show new players the ropes, and potentially teach a few...
Fighting Game Glossary Demystifies All That Weird Jargon
19.5.2021
Getting into fighting games can be difficult. Not only do you need to learn the ins and outs of various games’ mechanics, but the jargon used by more experienced players can sometimes sound like a totally different language. That said, this huge barrier to entry just got a little easier thanks to...
Kinesis’ TKO Is My New Favorite Compact Keyboard
13.4.2021
Kinesis Gaming’s new 60 percent keyboard is a lot more than just small and portable. The TKO Tournament keyboard’s got hot-swappable switches, an optional triple-split spacebar, and the ability to tilt up either side for maximum ergonomic comfort. It’s more than I knew I needed in a tiny...
Insert Cursor at Any Position at Command Line
11.3.2021
As much as I enjoy writing lengthy pieces of JavaScript APIs, techniques, and other tech brilliance, I very much enjoy providing people quick tips to make their daily dev lives better. This is one such post. Oftentimes I’m working with long command line directives, and as you can imagine,...
Activision Blizzard Hires Bush-Era Torture Apologist As Chief Compliance Officer
3.3.2021
Activision Blizzard announced yesterday that Frances F. Townsend, a former George W. Bush-era counterterrorism appointee and torture apologist, would become its new head of compliance, in charge of making sure the company doesn’t run afoul of the varying laws and regulations throughout all of...
Hiding Content Responsibly
24.2.2021
We’ve covered the idea of hiding things in CSS many times here, the most recent post being Marko Ilic’s “Comparing Various Ways to Hide Things in CSS” which did a nice job of comparing different techniques which you’d use in different …
The post Hiding...
Maximally optimizing image loading for the web in 2021
16.2.2021
Malte Ubl’s list for:
8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display.
Fluid width images in CSS, not forgetting the height and width attributes
…
The post Maximally optimizing image...
How to Install a NPM Module from GitHub Branch
12.2.2021
In my journey to work more quickly with a project containing loads of dependencies, I’ve come across a few techniques I’ve not needed to use before. I previously wrote about How to Push to a Git Remote Branch of a Different Name — this time we’ll talk about installing...
New Report Studies Satoshi Nakamoto’s Inconsistent British and American Writing Techniques
7.1.2021
On December 31, 2020, a new report was published that studies Satoshi Nakamoto’s writing style, the creator’s use of expressions, and spelling. The new examination shows Satoshi’s spelling and American and British wording indicates it was very inconsistent and littered with...
Recreating a Dave Whyte Animation in React-Three-Fiber
17.12.2020
Learn how to use instanced rendering and post-processing techniques to recreate a hypnotic looping animation with react-three-fiber.
The post Recreating a Dave Whyte Animation in React-Three-Fiber appeared first on Codrops
Old is Solid; New Gets Talked About
15.12.2020
When Chris asked me to write about “one thing I learned about building websites this year” I admit my brain immediately went through a list of techniques and CSS properties I started using this year. But then I paused. Other people can write about that much better than I can....
Belgian Regulator Warns of Crypto Scammers That Target Male Tinder Users With Fake ICOs
10.12.2020
The Belgian regulator, the Financial Services and Markets Authority (FSMA), says scammers are employing new techniques which target Tinder and Facebook users. Using what the FSMA terms an “emotional scam,” criminals are targeting male users of the dating app Tinder with promises...
Microsoft Report says Nation-State Hacker Group is Leveraging Cryptocurrency Techniques to Stay Under the Radar
1.12.2020
A new security report by Microsoft says nation-state hacker group Bismuth is now deploying cryptocurrency-mining malware alongside its regular cyber-espionage toolkits. According to the report, the deployment by Bismuth of Monero coin miners in recent campaigns has provided another way for...
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...