Search

Nalezeno "like": 3848

A Comparison of Static Form Providers


Let’s attempt to coin a term here: "Static Form Provider." You bring your HTML <form>, but don’t worry about the back-end processing that makes it work. There are a lot of these services out there! Static Form Providers do all tasks like validating, storing, sending notifications,...

A Color Picker for Product Images


Sounds kind of like a hard problem doesn't it? We often don't have product shots in thousands of colors, such that we can flip out the <img src="product-red.jpg" alt="red product"> with <img src="product-blue.jpg" alt="blue product">. Nor do we typically have products in a vector...

Overflow And Data Loss In CSS


"Data Loss" is a funny term. My brain thinks of like packet loss on the way from the server to your browser, resulting in missing content in files. Perhaps it is that on some level, but in CSS parlance, it has to do with the overflow property. Too much content for sized container + hidden overflow...

FATF-Driven Delistings Capture the Criminalization of Privacy


The delisting of privacy coins like monero, zcash, and dash is becoming something of a trend in Asia, and could soon expand elsewhere. In the wake of the intra-governmental Financial Action Task Force (FATF) issuing new global standards, Korean exchanges Okex and Upbit have announced they will...

BCH Microblog ‘Member’ Shows the Future of Reddit-Like Forums


Since the Bitcoin Cash upgrade in May 2018, software developers have unleashed a slew of microblogging protocols that utilize OP_return transactions. One application called Member is a BCH-based browser that makes use of these types of transactions and the extra space added to the data carrier...

CSS-Tricks Chronicle XXXVI


This is one of these little roundups of things going on with myself, this site, and the other sites that are part of the CSS-Tricks family. I was recently in Zürich for Front Conference. It was my first time there and I very much enjoyed the city and the lovely staff of the conference. I...

(Why) Some HTML is “optional”


Remy Sharp digs into the history of the web and describes why the <p> tag doesn’t need to be closed like this: <p>Paragraphs don’t need to be closed <p>Pretty weird, huh? Remy writes: Pre-DOM, pre-browsers, the world's first browser was being written by Sir...

How Crypto Became a Gambler’s Paradise


Comparing cryptocurrency trading to gambling is like comparing crypto tribalism to religion: the analogy is correct, but it’s also tired. What bears emphasizing, then, isn’t that crypto trading and crypto gambling are often indistinguishable, but the extent to which the two disciplines...

5G Will Definitely Make the Web Slower, Maybe


Scott Jehl has written this wonderful piece about how 5G is on the horizon and how it could cause problems for users. But first, he starts by talking about the overwhelming positive news about it: [...] as it matures 5G is predicted to improve network speeds dramatically. Carriers are predicting...

How Prime Brokerage Will Affect Crypto Markets


Prime brokerage firms are coming for crypto in what’s likely to be a race of winner-takes-almost-all. Goldman Sachs is synonymous with institutional wealth and power, even to those who’ve never purchased a financial product in their life. Like the eponymous tower it occupies in Jersey...

Where should “Subscribe to Podcast” link to?


For a while, iTunes was the big dog in podcasting, so if you linked "Subscribe to Podcast" to like: https://podcasts.apple.com/podcast/id493890455 ...that would make sense. It's a web URL anyway, so it will work for anyone and has information about the podcast, as well as a list of recent shows...

Crypto’s Forgotten Altcoins Re-Emerge: A Look at What’s Happening


During the crypto bull market of 2017, everybody was happy. It wasn’t just the BTC maximalists, BCH enthusiasts, or proponents of ETH. Privacy coins like monero were doing great, and even charity-supporting “comic relief” coins like doge were riding high. Since that enchanted...

Using Custom Properties to Wrangle Variations in Keyframe Animations


Have you ever wondered how to customize CSS animations keyframes without using any preprocessor feature, like mixins? I keep reaching for preprocessors for this reason, but it would so nice to drop yet one more dependency and go with vanilla CSS. Well, I found a way to account for variations within...

This is How the New Wallet by ex-CEO of BTCC Exchange Looks Like


Bobby Lee. Source: Twitter, @bobbyclee Bobby Lee, co-founder and former CEO of one of the world’s first Bitcoin exchanges, BTCC, known as a pioneer in the Cryptoland, came out with his new project – a crypto wallet, dubbed Ballet, or the REAL Series. Lee, who’s also the brother of Litecoin’s...

The Rise of the Electric Scooter


In an electric car, the (enormous) battery is a major part of the price. If electric car prices are decreasing, battery costs must be decreasing, because it's not like the cost of fabricating rubber, aluminum, and steel into car shapes can decline that much, right? On an electric scooter, though

Logical Operations with CSS Variables


Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...

“Off The Main Thread”


JavaScript is what they call "single-threaded." As Brian Barbour puts it: This means it has one call stack and one memory heap. We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...

How to Not Minify Source with webpack


The webpack JavaScript utility has taken over the modern JavaScript landscape, so much so that it’s hard to be a JavaScript developer and not use it. JavaScript build utilities are the point where they do best practices implicitly, like minify code, caching, and more. I was recently debugging...

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