Search

Nalezeno "LiNK": 1995

Styling Complex Labels


Danielle Romo covers the HTML pattern you need when you have a wordy <label> with fancy styling for an <input type="radio">. The trick? The ol’ <span class="hidden-visually"> that contains the label that you want to be read, and a <span aria-hidden="true"> with...

Parsel: A tiny, permissive CSS selector parser


If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back. If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...

There’s a good reason why experienced devs say “it depends” so often


I feel like Jerod Santo really understood what I was trying to say in Weaved Webs, when I was trying to cover the emerging WordPress (“versus”) Jamstack conversation. If you asked El Duderino if you should go Jamstack he’d probably tell you, “It’s a complicated case. Lotta ins. Lotta...

DueDEX is Paving the Way, Launching Fee-Free LINK/USDT Futures Trading


1th October 2020, Belize City, Belize: With new exchanges cropping up, trading becoming ever-more popular, and the interest in Crypto and DeFi rising by the day, the trading market has been crying out for something special to hit for quite some time. That moment comes now, as DueDEX releases news...

POW


As a connoisseur of web trickery, this is a must share: POW stands for Packaged Offline/online Webpage. It turns out the png format includes ways to save metadata alongside the image file. A powfile has a metadata entry that contains a zip file that contains a full website. So a PNG file...

CMC Launches CoinMarketCap Earn Campaign With Terra Money


CoinMarketCap Earn, a way for CoinMarketCap users to learn about how a certain crypto asset while earning crypto rewards, hasContinue Reading The post CMC Launches CoinMarketCap Earn Campaign With Terra Money appeared first on CoinMarketCap Blog

Make Your Own Dev Tool


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

CoinMarketCap Q3: Keeping Up With Crypto


From the CoinMarketCap Team Dear CoinMarketCap Community, To say that a lot has happened in the crypto space between thisContinue Reading The post CoinMarketCap Q3: Keeping Up With Crypto appeared first on CoinMarketCap Blog

Web Technologies and Syntax


JavaScript has a (newish) feature called optional chaining. Say I have code like: const name = Data.person.name; If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write: const name = Data.person?.name; Now if person...

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