Search
$16B Worth of Dollar-Pegged Cryptos: Stablecoins Add $100M a Day Since Mid-July
4.9.2020
Stablecoins have been gathering a lot of steam and settling massive value in recent months. Moreover, on Thursday, Coin Metrics’ executive Nic Carter mentioned on Twitter that “stablecoins have been adding $100 [million per day] since mid-July. While a number of dollar-pegged...
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...
John McAfee Ditches Ghost Crypto Project: He Says It Will Fail
21.8.2020
Two-time U.S. presidential candidate John McAfee has announced that he is leaving the ghost cryptocurrency project, claiming that it will fail “without a doubt” and his reputation has been damaged. His Ghost phone service, however, will be launched as planned, he emphasized, adding that...
Bitcoin’s Hashrate Hits Record High 130 EH/s, as BTC Price Faces Resistance at $12,000
17.8.2020
Bitcoin’s seven-day average hashrate has reached a new all-time high of 130 exahash per second (EH/s) – a feat that might positively influence the asset’s price, while adding to the fundamental strength of the Bitcoin network. According to the latest data from charts.Bitcoin.com...
A Lightweight Masonry Solution
31.7.2020
Back in May, I learned about Firefox adding masonry to CSS grid. Masonry layouts are something I’ve been wanting to do on my own from scratch for a very long time, but have never known where to start. So, naturally, I checked the demo and then I had a lightbulb moment when I understood...
A Panel of Experts See Bitcoin Averaging $12,948 by Year End
14.7.2020
A panel of experts is predicting the price of bitcoin will rise to $10,337 by September before adding a further $2,611 to end the year at $12,948. The findings are drawn from a Finder Cryptocurrency Predictions Report for July 2020 and the latest figure is roughly $2,500 less than the price...
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...
Responsive Styling Using Attribute Selectors
30.6.2020
One of the challenges we face when implementing class-based atomic styling is that it often depends on a specific breakpoint for context.
<div class="span-12"</div<!-- we want this for small screens --<div class="span-6"</div<!-- we want this for medium screens --<div...
Elliptic Follows Chainalysis in Adding Zcash to Monitoring Platform
30.6.2020
Elliptic, the blockchain analysis company, has added privacy coins zcash and horizen to its monitoring platform
Adding a Custom Welcome Guide to the WordPress Block Editor
15.6.2020
I am creating a WordPress plugin and there is a slight learning curve when it comes to using it. I’d like to give users a primer on how to use the plugin, but I want to avoid diverting users to documentation on the plugin’s website since that takes them out of the experience.
What would...
On Adding IDs to Headers
11.6.2020
Here’s a two-second review. If an element has an ID, you can link to it with natural browser behavior. It’s great if headings have them, because it’s often useful to link directly to a specific section of content.
<h3 id="step-2"Step 2</a
Should I be so inclined, I could...
3 Great Ways to Monetize Content
8.6.2020
Monetizing content on the web usually boils down to one thing: advertisements. The problem with adding advertisements to your website, especially from the popular ad services, is that they can be slow and they certainly don’t protect user privacy. That’s where alternative monetizing...
Adding CSS to a Page via HTTP Headers
4.6.2020
Only Firefox supports it, but if you return a request with a header like this:
Header add Link "<style.css;rel=stylesheet;media=all"
…that will link to that stylesheet without you having to do it in the HTML. Louis Lazaris digs into it:
[…] the only thing I can think of that could...
Bitcoin’s Flash Rally to $10,400 was “Fake”, Short the Cryptocurrency, Warns Renowned Trader Bollinger
3.6.2020
Long time trader John Bollinger has warned that bitcoin’s flash rally to over $10,400 on Monday was fake, adding that losses might be on the way. “This is a Head Fake at the upper Bollinger Band for $btcusd,” tweeted Bollinger, inventor of the Bollinger Bands indicator....
UK Government Seizes $185 Million From Dormant Bank Accounts for Crisis Relief
1.6.2020
The UK government is seizing funds in dormant bank accounts worth approximately $185 million to fund its coronavirus relief efforts. So far, 30 banks have been voluntarily transferring money from dormant accounts to the government, including HSBC, Barclays, Clydesdale, Credit Agricole, Danske...
Bitcoin Cash Upgrade Complete: 3 New Features Added to Consensus Rules
15.5.2020
Today, at precisely 9 a.m. ET on May 15, 2020, the Bitcoin Cash network completed another upgrade adding a few new features to the blockchain. The latest upgrade comes with new opcode support, a chain limit extension, and the improved counting of signature operations using the...
Considering Adding Bitcoin to Your Portfolio? Answer These 3 Questions First
7.5.2020
Instead of jumping straight onto the bitcoin (BTC) bandwagon, traditional investors should ask themselves three “critical questions,” and make sure they can answer each of them satisfactorily, crypto investment firm Bitwise Asset Management urged in their new report.
According to the report, titled...
Pseudo-Randomly Adding Illustrations with CSS
17.4.2020
Between each post of Eric Meyer’s blog there’s this rather lovely illustration that can randomly be one of these five options:
Eric made each illustration into a separate background image then switches out that image with the nth-of-type CSS property, like this:
.entry:nth-of-type(2n+1)::before...
Creating Scheduled Push Notifications
8.4.2020
Scheduled is the key word there — that’s a fairly new thing! When a push notification is scheduled (i.e. “Take your pill” or “You’ve got a flight in 3 hours”) that means it can be shown to the user even if they’ve gone offline. That’s an improvement from the past where push notification...
Let a website be a worry stone
1.4.2020
Ethan Marcotte just redesigned his website and wrote about how the process was a distraction from the difficult things that are going on right now. Adding new features to your blog or your portfolio, tidying up performance issues, and improving things bit by bit can certainly relieve a lot...