Search
US Stock Market Cap-to-GDP Ratio Reaches 190%, Eclipsing Dot-Com Bubble High
31.8.2020
The booming stock market is driven by perception of the Federal Reserve’s commitment to high prices and growing individual trading, but how sustainable is it?
S2F Price Model Suggests Bitcoin Price Hits $100K – Author Claims Model Is Perfectly on Track
6.8.2020
The author of the controversial bitcoin stock-to-flow (S2F) price model said that at current prices the S2F model is “perfectly on track.” S2F shows the price could hit around $30,000 by the year’s end and by August 2021 prices could be $100,000 per bitcoin. The crypto asset...
Crypto Race Heats Up: Bitcoin’s Dominance Ratio Drops to Lowest Level in 12 Months
24.7.2020
The largest digital asset by market capitalization, bitcoin has lost a significant share of market dominance during the last few weeks. Bitcoin’s dominance ratio dropped to 61.5% on Thursday, after hovering around 66% for months on end. The last time the crypto asset’s dominance level...
Search For Yield Drives Ether’s Put-Call Ratio to One-Year High
3.7.2020
Ether's put-call open interest ratio has jumped to 12-month highs. However, this increase is not necessarily a bearish signal
Fluid Images in a Variable Proportion Layout
3.7.2020
Creating fluid images when they stand alone in a layout is easy enough nowadays. However, with more sophisticated interfaces we often have to place images inside responsive elements, like this card:
For now, let’s say this image is not semantic content, but only decoration. That’s...
Put-to-Call Ratio Rises as Ethereum Options Market Sets New Record
1.7.2020
Source: Adobe/djjeep_design
Despite a new record in the overall interest in ethereum (ETH) options trading seen yesterday, the market may be sending a signal that some ETH holders are hedging their bets on the second-most valuable cryptoasset.
The increasing hedging, which may perhaps stem from...
Bitcoin’s Rise Driven by Institutional Trading, Says Research and Investor Sentiment
19.6.2020
The cryptocurrency bitcoin is trading at an all-time high relative to its social activity, explains the crypto research firm Tie. The analysts at Tie believe the ratio indicates that bitcoin is being driven by institutional trading. Meanwhile, statistics from Google Trends shows the terms...
On fixed elements and backgrounds
3.6.2020
After just playing with apsect-ratio and being pleasantly surprised at how intuitive it is, here’s an example of CSS acting unintuitively:
If you have a fixed element on your page, which means it doesn’t move when you scroll, you might realise that it no longer acts fixed if you apply a...
A First Look at `aspect-ratio`
29.5.2020
Oh hey! A brand new property that affects how a box is sized! That’s a big deal. There are lots of ways already to make an aspect-ratio sized box (and I’d say this custom properties based solution is the best), but none of them are particularly intuitive and certainly not...
S2F Hopium: Report and Twitter Critics Find Flaws With Bitcoin’s Stock-to-Flow Ratio
17.5.2020
In mid-April, news.Bitcoin.com researched the popular stock-to-flow (S2F), which shows the price of a single bitcoin reaching $55K and even six figures. At the time, analysts questioned measuring bitcoin’s price in this manner and more recently, a few others have been criticizing the method...
A Grid of Logos in Squares
6.4.2020
Let’s build a literal grid of squares, and we’ll put the logos of some magazines centered inside each square. I imagine plenty of you have had to build a logo grid before. You can probably already picture it: an area of a site that lists the donors, sponsors, or that is showing off...
Fluid Width Video
11.3.2020
IN A WORLD of responsive and fluid layouts on the web, ONE MEDIA TYPE stands in the way of perfect harmony: video. There are lots of ways in which video can be displayed on your site. You might be self-hosting the video and presenting it via the HTML5 <video tag. You might...
Currying in CSS
6.3.2020
Funny timing on this I was just looking at the website for Utopia (which is a responsive type project which I hate to admit I don't fully understand) and I came across some CSS they show off that looked like this:
:root {
--fluid-max-negative: (1 / var(--fluid-max-ratio)...
Do This to Improve Image Loading on Your Website
20.2.2020
Jen Simmons explains how to improve image loading by simply using width and height attributes. The issue is that there’s a lot of jank when an image is first loaded because an img will naturally have a height of 0 before the image asset has been successfully downloaded by the browser. Then it needs...
Centering a div That Maintains Aspect-Ratio When There’s Body Margin
18.2.2020
Andrew Welch had a little CSS challenge the other day to make an ordinary div:
• centered vertically + horizontally• scales to fit the viewport w/ a margin around it• maintains an arbitrary aspect ratio• No JS
There's a video in that tweet if it helps you visualize the challenge. I saw Paul...
BTC’s Market Share Drops Consecutively for 14 Days – Dominance Ratio Slides to 60%
15.2.2020
Cryptocurrency markets have been climbing higher in value as coins like BTC have gained over 19% during the last 90 days. However, many other digital assets have seen much larger gains and BTC dominance has been sliding downwards consecutively for the last 14 days. Also Read: Craig Wright’s...
Helping Browsers Optimize With The CSS Contain Property
10.2.2020
There is a growing number of things that we have to do to help the browser achieve for peak performance.
Responsive image syntax has several. For example, needing to tell the browser how large the image will be in our layout with the sizes attribute and how big the images are with w descriptors....
Fear Grips Stock Market Traders While Cryptocurrency Investors Become Greedy
4.2.2020
The clash of two emotions, fear and greed, is said to determine investors’ sentiment. This ratio draws a historical picture of the market and it’s also an indicator of its future state. As an established trend, traditional investments such as stocks and digital assets like...
The Controversial S2F Model Predicts Bitcoin Price Will Reach 100,000 USD Within 2 Years
4.2.2020
The current price of BTC is roughly in line with the popular stock-to-flow (S2F) system for technical analysis, and if the trend continues some speculate the price of the asset could reach $100,000 within the next two years. Though the S2F tool is still a controversial metric, and various groups...
Weekly Platform News: Contrast Ratio Range, replaceAll Method, Native File System API
22.11.2019
In this week's roundup: Firefox's new contrast checker, a simpler way to lasso substrings in a string, and a new experimental API that will let apps fiddle with a user's local files.
Firefox shows the contrast ratio range for text on a multicolored background
According to Success Criterion 1.4.3...