Search

Nalezeno "block ": 1779

Dynamically Switching From One HTML Element to Another in Vue


A friend once contacted me asking if I had a way to dynamically change one HTML element into another within Vue’s template block. For instance, shifting a <div> element to a <span> element based on some criteria. The trick was … The post Dynamically Switching From One HTML...

Open Web Docs


Robert Nyman: Open Web Docs was created to ensure the long-term health of web platform documentation on de facto standard resources like MDN Web Docs, independently of any single vendor or organization. Through full-time staff, community management, and … The post Open Web Docs...

American Cancer Society Creates Its First Crypto Only Donation Fund


The American Cancer Society has set up a fund for crypto donations so the nonprofit can raise at least $1 million by early 2021. Together with The Giving Block, the U.S.-based voluntary health organization expects to collect funds via several cryptocurrencies. Donations to Fund Cancer-Related...

Too Fast Too Fantasy XV: Episode Gladio? More Like Episode Bad-io


When I sit down for my daily session of Final Fantasy XV I’m expecting one of two things: A happy-funtime road-trip adventure with my boys, or a sad, emotionally wrought meditation on the bonds of friendship. I am not expecting a horror-suspense thriller filled with stealth mechanics...

Tech Stacks and Website Longevity


Steren Giannini in “My stack will outlive yours”: My stack requires no maintenance, has perfect Lighthouse scores, will never have any security vulnerability, is based on open standards, is portable, has an instant dev loop, has no build step … The post Tech Stacks and Website...

You want minmax(10px, 1fr) not 1fr


There are a lot of grids on the web like this: .grid { display: grid; grid-template-columns: repeat(3, 1fr); } My message is that what they really should be is: .grid { display: grid; grid-template-columns: repeat(3, minmax(10px, 1fr)); } Why? In … The post You want minmax(10px, 1fr)...

Bitcoin Block 666,666 Fights Evil With a Bible Verse


The double 'number of the beast' Bitcoin (BTC) block has been mined, carrying a Bible verse as a message. Late last night, UTC time, the block number 666,666 was mined, and it included an aptly placed message by the sender, reading: "Do not be overcome by evil, but overcome evil with...

Dynamic, Conditional Imports


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...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace