Search
Modern CSS Solutions for Old CSS Problems
11.5.2020
This is a hell of a series by Stephanie Eckles. It’s a real pleasure watching CSS evolve and solve problems in clear and elegant ways.
Just today I ran across this little jab at CSS in a StackOverflow answer from 2013.
This particular jab was about CSS lacking a way to pause between...
Quantitative Hardening: Dissecting the Third Bitcoin Halving, 3 Key Data Points to Watch
10.5.2020
In a touch more than 24-hours time, the third bitcoin halving will take place on May 12, 2020, on or around 9:50 p.m. ET. Miners will see their revenues slashed in half from 12.5 coins to 6.25 BTC after the halving and speculators wonder what will happen after the event. Currently, according...
IDC: EU Blockchain Spending Will See Temporary Drop Due to COVID-19
8.5.2020
The IDC has revised down its forecasts for EU enterprise spending on blockchain development in the next few years due to the COVID-19 pandemic
Warm-up? History Shows Bitcoin May See Epic Rally After 150% Gain
7.5.2020
Bitcoin price is preparing for a powerful mid-term rally and a new BTC price cycle, according to historical market data and previous halving events
Indian Crypto Boom: Exchanges See 10X Trading Volumes During Lockdown
6.5.2020
India’s cryptocurrency sector is booming during the extended nationwide lockdown. Several Indian cryptocurrency exchange executives have shared with news.Bitcoin.com their record-breaking stats, bullish trends, and positive sentiment despite the coronavirus-driven lockdown. Growing Interest...
The Anatomy of a Tablist Component in Vanilla JavaScript Versus React
5.5.2020
If you follow the undercurrent of the JavaScript community, there seems to be a divide as of late. It goes back over a decade. Really, this sort of strife has always been. Perhaps it is human nature.
Whenever a popular framework gains traction, you inevitably see people comparing it to rivals....
USD 9K Bitcoin Leads Crypto Rally as Exchanges See Massive Volumes
30.4.2020
Both bitcoin (BTC) and the broader crypto market saw another strong day today that brought the price of bitcoin past the USD 9,000 level, after also recording gains across the board yesterday. The gains came as sentiment in the market improved even more after bitcoin recovered all of its losses...
“What You Said” (Apr. 27), a Weekly Round-Up of Sentiments From the Community
27.4.2020
Heya, CoinMarketCap family! Glad to see you here back again for another week’s edition of “What You Said“! ???? TimeContinue Reading
The post “What You Said” (Apr. 27), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
First Mover: Ether Trounces Bitcoin as Network See Surge in Stablecoins
27.4.2020
Ether is up more than 50 percent this year, outpacing bitcoin. Is this year's surge in stablecoin issuance playing a role?
@property
25.4.2020
The @property is totally new to me, but I see it’s headed to Chrome, so I suppose it’s good to know about!
There is a draft spec and an “intent to ship” document. The code from that document shows:
@property --my-property {
syntax: "<color";
initial-value: green;
...
SVG, Favicons, and All the Fun Things We Can Do With Them
24.4.2020
Favicons are the little icons you see in your browser tab. They help you understand which site is which when you’re scanning through your browser’s bookmarks and open tabs. They’re a neat part of internet history that are capable of performing some cool tricks.
One very new trick is the ability...
Institutional Investment Builds in Q1 2020, Sentiment Toward Crypto Funds Changing
23.4.2020
Grayscale holds 1.7% of the Bitcoin supply and that says a lot about institutional demand for crypto
Can JavaScript Detect the Browser’s Zoom Level?
21.4.2020
No, not really.
My first guess was that this was intentionally not exposed in browsers because browsers intentionally don’t want us fighting it — or making well-intentioned but bad-outcome decisions based on that info. But I don’t see any evidence of that.
StackOverflow answers paint...
“What You Said” (Apr. 20), a Weekly Round-Up of Sentiments From the Community
20.4.2020
It’s been a minute, CoinMarketCap family! Glad to see you here back again for another week’s edition of “What YouContinue Reading
The post “What You Said” (Apr. 20), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
Why Tech-Minded Climate Groups See COVID-19 as a Trial Run for Massive Change
16.4.2020
Reaching the Paris Agreement's lofty climate goals will require the decentralization of decision-making at all levels, say INATBA and others
Bitcoin Volatility-Tracking Options See 25% Monthly Volume Increase
16.4.2020
Delta Exchange announced that $8M of Move contracts were traded on the platform over the past 30 days, a 25% increase over the last month
CCID Crypto Rankings See Bitcoin Drop Three Positions, EOS Assumes Top Spot
15.4.2020
EOS, Ethereum, and TRON remained at the top of the latest crypto rankings by China’s Center for Information and Industry Development (CCID). The index, in its 17th edition, ranked the most popular public blockchains per three categories — creativity, applicability, and basic technology, while...
How the Vue Composition API Replaces Vue Mixins
15.4.2020
Looking to share code between your Vue components? If you’re familiar with Vue 2, you’ve probably used a mixin for this purpose. But the new Composition API, which is available now as a plugin for Vue 2 and an upcoming feature of Vue 3, provides a much better solution.
In this article...
Bitcoin Drops as Traders See Bearish Signals in Futures Markets
13.4.2020
Bitcoin slid Monday to its lowest point in the past seven days, with traders saying bearish signals are appearing
Styling in the Shadow DOM With CSS Shadow Parts
13.4.2020
Safari 13.1 just shipped support for CSS Shadow Parts. That means the ::part() selector is now supported in Chrome, Edge, Opera, Safari, and Firefox. We’ll see why it’s useful, but first a recap on shadow DOM encapsulation…
The benefits of shadow DOM encapsulation
I work at giffgaff where we have...