Search

Nalezeno "Block": 1883

People Problems


Just the other day, Jeremy Keith wrote that problems with performance work isn’t only a matter of optimization and fixing code, but also tackling people problems: It struck me that there’s a continuum of performance challenges. On one end of the continuum, you’ve got technical issues. These can...

Full Bleed


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

Netlify Edge Handlers


Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is: export function onRequest(event) { console.log(`Incoming request for ${event.request.url}`); ...

On the Web Share API


I think the Web Share API is very cool (here’s our coverage). In a nutshell, it taps into the native sharing features on whatever platform you’re on, if that platform supports it. So essentially… I like this: Web Share API activated on iOS A heck of a lot more than these...

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

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

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

Norwegian Block Exchange To Tokenize Krone Before Going Global


At this stage, with planned tokenization of both gold and the local currency Norwegian krone (NOK) in the works, Norwegian Block Exchange (NBX) is set to prioritize regional growth over global expansion, NBX Co-Founder and Managing Director Stig Kjos-Mathisen told Cryptonews.com. “The next year...

Russian Policy Chief: Crypto Impossible To Regulate, Let's Block It


The man charged with overseeing Russia’s long-awaited crypto regulations said that new legal amendments will be ready “in about a month” – but hinted that Moscow may now seek to “block” cryptocurrency-related activity rather than police it. Speaking to media outlet RBC, Anatoly Aksakov, the head...

Leading Auction House Christie’s Listing Bitcoin Art for the First Time


The world’s largest auction house, Christie’s, will be presenting Bitcoin artwork for the first time. Block 21 of “Portraits of a Mind,” an art project showcasing the original Bitcoin code by Satoshi Nakamoto, will include a painting and a unique digital non-fungible token....

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

Using Markdown and Localization in the WordPress Block Editor


If we need to show documentation to the user directly in the WordPress editor, what is the best way to do it? Since the block editor is based on React, we may be tempted to use React components and HTML code for the documentation. That is the approach I followed in my previous article, which...

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