Search
On-chain data signals increasing Bitcoin activity — But there’s a catch
10.9.2020
Recent on-chain data shows a spike in Bitcoin transfers, hinting that there may be a rise in over-the-counter BTC orders
Defining “View Source”
10.9.2020
Last time there was a little flurry of activity around the concept of “View Source,” I did get the sense that not everyone was on the same page about what that even means. Jim Nielsen:
First, when we talk about “View Source” what precisely are we talking about? I think this is...
New DeFi Project Xfinance(XFI) ILO Presale Will Start Today
10.9.2020
As the cryptocurrency world is experiencing rapid growth, decentralized finance (DeFi) platforms are also rising. In early 2019, there were only $275M of crypto collateral in the DeFi economy than the current $5 Billion+; this represents the massive adoption of this platform. XFI Presale Xfinance...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
Menu Reveal By Page Rotate Animation
8.9.2020
There are many different approaches to menus on websites. Some menus are persistent, always in view and display all the options. Other menus are hidden by design and need to be opened to view the options. And there are even additional approaches on how hidden menus reveal their menu items. Some...
$700 Million Worth of Synthetic Bitcoin Is Circulating on the Ethereum Blockchain
8.9.2020
According to onchain data, there’s now 69,836 synthetic bitcoin tokens (over $700 million) circulating on the Ethereum blockchain. Out of the six synthetic bitcoin token projects, wrapped bitcoin (WBTC) commands the largest number of coins with over 63% and 44,622 WBTC. Synthetic bitcoin...
Schiff buys more Bitcoin: But there's a twist
7.9.2020
It all goes horribly wrong for Peter Schiff, as Twitter rejects his advice in favor of his college freshman son’s wisdom
Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
7.9.2020
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...
Using max() for an inner-element max-width
7.9.2020
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...
Bitcoin Dominance Slides Losing 10% in the Last 100 Days
6.9.2020
Bitcoin’s Dominance Index has slid 10% from a high of 67% on May 10, to a low of 57% today. Despite the defi market shakeout, ethereum still captures 10% of the aggregate market capitalization of $330 billion. There’s been a number of changes in the top ten line up of coins, as bitcoin...
Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs
4.9.2020
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...
Stroke Text CSS: The Definitive Guide
4.9.2020
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....
How to Simplify SVG Code Using Basic Shapes
3.9.2020
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...
$1 Trillion in Housing Bonds: US Real Estate Crisis Held Back by Fed’s Mortgage Purchases
3.9.2020
The U.S. real estate market is facing a conundrum, as there’s now a tidal wave of renters who can’t pay rent and a massive number of mortgage defaults stacking up like never before. Amid the looming real estate chaos, the Centers for Disease Control and Prevention (CDC) enacted public...
How to Use CSS Grid for Sticky Headers and Footers
2.9.2020
CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...
Akon Unveils Major Details of $6 Billion Cryptocurrency City: Real-Life Wakanda
1.9.2020
Akon has released detailed plans of Akon City, his $6 billion futuristic cryptocurrency city, which he calls a “real-life Wakanda,” referring to the hit movie Black Panther. There will be seven major districts, and the city will be run on the akoin cryptocurrency. Akon City’s...
Comparing Browsers for Responsive Design
1.9.2020
There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing CSS and making sure it’s working across all the viewports in a single glance.
They are all very similar. For example, they...
Come to Web Unleashed!
1.9.2020
(This is a sponsored post.)
Web Unleashed is a fun conference. I’ve been a number of times. I’m sure you won’t be surprised that it’s online this year, like most events.
And, hey, it’s coming up and will take place over three days, October 5-7, 2020. I’d really...
Ciphertrace Allegedly Builds Monero-Tracing Tools, XMR Proponents Disagree
31.8.2020
The blockchain surveillance firm Ciphertrace claims to have created the “world’s first” monero tracing tools for law enforcement. According to the company announcement, Ciphertrace developed forensic tools for the U.S. Department of Homeland Security (DHS) in order to track...
Ground Rules for Web Animations
31.8.2020
Animations can make a site stand out. Or, they can just as easily kill the experience. When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations that are  too long or too quick, or not using right type...