Search
Defensive CSS
31.12.2021
Ahmad Shadeed nails it again with “Defensive CSS.” The idea is that you should write CSS to be ready for issues caused by dynamic content.
More items than you thought would be there? No problem, the area can expand or …
Defensive CSS originally published on CSS-Tricks
I’m confused about Static Site Generators. Are they only for informational sites where I can’t log in or display any dynamic data?
14.12.2021
(This is a sponsored post.)
I got this question from a listener the other day. Fair question, I’d say. The word “Static” in “Static Site Generator” is at-odds with the word “Dynamic.” It seems to imply that the website …
Windows 11's New HDR Shortcuts Are A Blessing
12.11.2021
HDR, or High Dynamic Range, is something that you kinda take for granted on consoles and TVs, because once you flick the switch it just happens, every time you use it, forever. On PC the technology has been a bit more complicated.Read more
Q3 NFT Report Shows Non-Fungible Token Markets ‘Are in Phase of Dynamic, Unstoppable Growth’
6.11.2021
Non-fungible token (NFT) assets have seen significant demand since the beginning of 2021 and third quarter statistics show that key indicators have continued to rise. Just recently nonfungible.com published its Q3 2021 NFT Quarterly Report which shows active wallets increased, the number of...
The Semantics of Jamstack
25.10.2021
The past year has seen a healthy debate around the term ‘Jamstack’ as the definition gets stretched to include new use cases. I recently posted my take on a Jamstack definition in “Static vs. Dynamic vs. Jamstack: Where’s The Line?”…
The post The Semantics of Jamstack appeared...
Straight Fire Connects Chainlink VRF Helping to Support Dynamic NFT Collections
14.10.2021
Straight Fire has announced that its NFT player has integrated Chainlink Verifiable Random Function (VRF) with Polygon Mainnet. With this integration, Straight Fire now has access to the auditable resource of randomness to help users get on-chain evidence that it developed underpinning distribution...
Ertha – a New Dynamic NFT Metaverse on Binance Smart-Chain
6.10.2021
Ertha is a new P2E game with an exciting backstory launching on Binance smart chain, unlike anything else. The game will encompass an accurate life simulation on a massive scale where players will be able to micromanage their companies and countries in a satisfying and rewarding way. The...
NFT potential takes quantum leap with Koii Network’s new Dynamic NFT standard
14.9.2021
They decay! They grow back! They transform with the passage of time (sometimes into zombies!) Koii Network’s new NFT standard introduces a host of fresh possibilities to the world of blockchain collectables
Wildermyth’s Incredible, Dynamic Storytelling Is Giving Me GotY Vibes
31.8.2021
Wildermyth has already secured a spot on my Game of the Year list, and barring any unforeseen gems, it will be near the top. Here’s an example of why:Read more
Creating a Headless WordPress Site With Frontity
20.8.2021
Frontity is a WordPress-focused React-based server-side dynamic-rendering framework (phew!) that allows us to create fast headless websites. Chris has a good introduction to Frontity. I guess you could think of it like Next.js for WordPress. And while the demand …
The post Creating...
Static vs. Dynamic vs. Jamstack: Where’s The Line?
11.8.2021
You’ll often hear developers talking about “static” vs. “dynamic” sites, or you may have heard someone use the term Jamstack. What do these terms mean, and when does a “static” site become either a Jamstack or dynamic site? These …
The post Static vs. Dynamic vs. Jamstack:...
The Large, Small, and Dynamic Viewports
9.8.2021
We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …
The post The Large, Small, and Dynamic Viewports appeared first on CSS-Tricks....
Dynamic Favicons for WordPress
28.5.2021
Typically, a single favicon is used across a whole domain. But there are times you wanna step it up with different favicons depending on context. A website might change the favicon to match the content being viewed. Or a site …
The post Dynamic Favicons for WordPress appeared first...
Dynamic CSS Masks with Custom Properties and GSAP
4.5.2021
Learn how to animate CSS masks based on the cursor position using GSAP and custom properties for a unique spotlight effect.
The post Dynamic CSS Masks with Custom Properties and GSAP appeared first on Codrops
Lazy Load Routes in Vue with webpack Dynamic Comments
4.2.2021
The way routing works in JavaScript is usually that you specify which relative URL pattern you want for which component to render. So for /about you want the <About /> component to render. Let’s take a look at how to …
The post Lazy Load Routes in Vue with webpack Dynamic Comments...
Dynamic, Conditional Imports
13.1.2021
With ES Modules, you can natively import other JavaScript. Like confetti, duh:
import confetti from 'https://cdn.skypack.dev/canvas-confetti';
confetti();
That import statement is just gonna run. There is a pattern to do it conditionally though. It’s like this:
(async ()
…
The post...
Dynamic Set Dollar faces “massive test” as stablecoin falls as low as $.27
28.12.2020
An algorithmic stablecoin experiment is playing out over Christmas weekend — and real money's on the line
Overlaying Video With Transparency While Wrangling Cross-Browser Support
8.12.2020
As websites are becoming more and more dynamic when it comes to design, there is sometimes a need to incorporate complex, animated elements. There are many ways to do that from CSS transitions to 3D rendering on canvas, and animated SVG. But it is often easier to use a <video> since they...
A Number of Hong Kong Vending Machines Support Bitcoin Cash Payments Over BTC
4.6.2020
Just recently, cryptocurrency evangelist Roger Ver shared a video on Twitter that shows a number of vending machines in Hong Kong that accept bitcoin cash and ethereum, but not bitcoin. A bunch of people got upset at the Tweet, including the crypto-pundit Tone Vays because they couldn’t deal...
Fake Code
21.4.2020
Here’s a fun little idea from Knut Synstad. You give it the URL of a GitHub Gist and it converts the Gist into grayscale rounded blobs (SVG) that sorta look like code if you squint. Maybe fun for interesting dynamic backgrounds or for whatever you might use code-looking stock art for.
It...