Search
GTA Trilogy Graphics Comparison Shows Off Some Pretty Good Upgrades
11.11.2021
Having launched just today on major platforms, publisher Rockstar Games shared a graphics comparison for Grand Theft Auto: The Trilogy - The Definitive Edition. Published by IGN, the video runs through all three remastered games, highlighting the amount of work developer Grove Street Games put into...
Detecting Specific Text Input with HTML and CSS
9.11.2021
Louis Lazaris breaks down some bonafide CSS trickery from Jane. The Pen shows off interactivity where:
You have to press a special combination of keys on a keyboard.
Then type a secret password.
From there, a special message pops …
The post Detecting Specific Text Input with HTML and...
Ratchet & Clank Is The Software Showcase The PS5 Needed
1.7.2021
Ratchet & Clank: Rift Apart is a gorgeous game. It’s the first game I’ve played since getting the new consoles that really looks and feels next-gen. The world is crammed full of objects and characters, each sporting incredible, tiny, high-quality details. And as I run by it all, shooting...
Nintendo Briefly Shows Off Skyward Sword HD Details
15.6.2021
Today, during Nintendo’s E3 presentation, we got another peek at The Legend of Zelda: Skyward Sword HD. The HD remaster of the 2011 Wii title will be released on the Nintendo Switch July 16 and is available for pre-order now.Read more
Halo Infinite's First Multiplayer Footage Shows Off Grappling Hook
13.6.2021
After missing the Xbox Series X/S launch last year, Halo Infinite appeared at today’s Xbox E3 2021 showcase with some new multiplayer gameplay footage. While no release date has been set, the game is still scheduled for a holiday 2021 debut.Read more
Hitman 3 Trailer Shows Off The Trilogy In Irresistibly Goofy VR
7.1.2021
The Hitman series does a great job walking a fine line between very serious murder heisting and utterly ridiculous physics simulator. This juxtaposition is on perfectly display in the new Hitman 3 trailer showing off the game’s VR mode. Read more
Make Your Own Dev Tool
29.9.2020
Amber Wilson on making bookmarklets to help yo-self. She shows off one that injects an accessibility script — I like this approach, as it means you don’t have to maintain the bookmarklet, just the script it links to). Another example runs some code contained right in the link. The result...
LG Shows off Blockchain-powered Farming System at Seoul Metro Station
22.7.2020
Source: LG U+
South Korean electronics giant LG has created a very public showcase for its blockchain-powered food and agriculture traceability platform – at one of Seoul’s busiest subway stations.
Per Paxnet, LG’s telecoms subsidiary LG U+ and its IT services arm LG CNS have teamed up for...
Overlapping Header with CSS Grid
1.6.2020
Snook shows off a classic design with an oversized header up top, and a content area that is “pulled up” into that header area. My mind goes to the same place:
Historically, I’ve done this with negative margins. The header has a height that adds a bunch of padding to the bottom...
Animating Progress
30.4.2018
Jonathan Snook on the complexity of animating the <progress> element. If you’re unfamiliar, that’s the element that spits out a bar chart-like visual that indicates a position between two values:
This example has custom styles, but you get the point.
Jonathan's post shows off a method...