Search

Nalezeno "moře": 11269

All the Ways to Make a Web Component


This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right? This page makes...

Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS


We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script> tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through module loaders. AND there are tons of JavaScript...

Top-tier Crypto Exchanges Increased Their Market Share + More News


Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news. Exchanges news In August, trading volumes on top-tier (or lower risk) crypto exchanges increased by 58% to USD 529bn, according to CryptoCompare,...

Working with JavaScript Media Queries


What’s the first thing that comes to mind when you think of media queries? Maybe something in a CSS file that looks like this: body {   background-color: plum; } 
 @media (min-width: 768px) {   body {     background-color: tomato;   } } CSS media queries are a core ingredient in any responsive...

Using max() for an inner-element max-width


I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...

Defi Boom Fueling ETH Gas Fees, Threatens Viability of Smart Contracts


Growing Ethereum network transaction fees, which touched new highs recently, are a direct consequence of the increasing number of defi projects and yield farming. Yield farmers need to pay ETH for transactions like moving funds in and out of pools. The increased number of yield farmers leads...

Criminals Target Privacy Coins: How To Avoid Downloading Fake Wallet Apps


Reports in the past few weeks detail that bad actors are targeting two privacy coin projects, Monero and Zcash, adding to concerns about the growing rate of security incidents involving blockchain networks. Such incidents, as well the repeated 51% attacks on the Ethereum Classic network or...

Vale Makes Blockchain-powered Iron Deal with Chinese Firm + More News


Iron ore. Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news. Blockchain news Brazilian mining giant Vale has completed its first blockchain-powered iron ore sale to Chinese steel giant Nanjing Iron...

Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs


Beyond using media queries and modern CSS layouts, like flexbox and grid, to create responsive websites, there are certain overlooked things we can do well to make responsive sites. In this article, we’ll dig into a number tools (revolving around HTML and CSS) we have at the ready, from responsive...

Supercharging Number Inputs


Speaking of number scrubbing (i.e. adding mouse UX to number inputs), you can also add better keyboard commands to number inputs. Kilian Valkhof explains how he added up and down arrows to a number input, as well as modifier keys to change how much the keys increment the value, like Emmet does....

Stroke Text CSS: The Definitive Guide


Whenever I think of stroked text on the web I think: nope. There is -webkit-text-stroke in CSS for it, but it places that stroke in the middle of the vector outline of the characters, absolutely ensuring that the character doesn’t look right. Just look at this in Chrome or Safari. Gross....

Asian Search Engine & Chat App Giants to Use Blockchain-based IDs + More News


Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news. Blockchain news South Korean internet giants Naver and Kakao will begin accepting blockchain-powered digital driver’s licenses as a form of ID...

How to Simplify SVG Code Using Basic Shapes


There are different ways to work with icons, but the best solution always includes SVG, whether it’s implemented inline or linked up as an image file. That’s because they’re “drawn” in code, making them flexible, adaptable, and scalable in any context. But when working with SVG, there’s always...

State of Jamstack 2020: Data Deep Dive


(This is a sponsored post.) The Jamstack, a modern approach to building websites and apps, delivers better performance, higher security, lower cost of scaling, and a better developer experience. But how popular is it among developers worldwide, and what do they love and hate about it? We at Kentico...

Bitcoin Miners Sold 63% More Coins Than Generated In a Day


With yesterday’s correction in ethereum (ETH) and many DeFi tokens also spilling over into bitcoin (BTC), bitcoin miners sold BTC 844 (USD 9.5m) in a day, or 63% more coins than they generated in the same period of time. Also, according to data from ByteTree, miners have continued to offload more...

Using @property for CSS Custom Properties


Una Kravetz digs into how Chrome now allows you to declare CSS custom properties directly from CSS with more information than just a string. So rather than something like this: html { --stop: 50%; } …can be declared with more details like this: @property --stop { syntax:...

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