Search
Greta Thunberg Joins Satoshi in Questioning Bank Bailouts
12.9.2019
Saving planet Earth is a noble goal with many different dimensions. Climate change needs to be addressed vigorously as our world warms up faster than ever. Economic development needs a higher degree of financial freedom to provide everyone access to opportunities and wealth. A teenager from...
Roger Ver Shares His Story in New Video Series
10.9.2019
As someone who was there from virtually the start, Roger Ver has seen and done it all in Bitcoin. A tireless evangelist for Bitcoin since long before it was cool, Ver remains a vocal proponent of the benefits of peer-to-peer cash and its power to effect positive change in the world. Every day this...
Various Methods for Expanding a Box While Preserving the Border Radius
6.9.2019
I've recently noticed an interesting change on CodePen: on hovering the pens on the homepage, there's a rectangle with rounded corners expanding in the back.
Expanding box effect on the CodePen homepage.
Being the curious creature that I am, I had to check how this works! Turns out, the rectangle...
German Politicians Want to Fight Climate Change With Blockchain Tech
4.9.2019
A German political party wants to use blockchain technology and cryptocurrency to fight climate change
Dogecoin Price (DOGE) Moves With Trivial and Steady Change
3.9.2019
Dogecoin has traded as low as $0.0023 in the past 7 days. DOGE trades in the range of $0.0024 to $0.0026 to a major extent since past 4 days. Dogecoin doesn’t seem to have been affected by the crypto market dip in the previous week, other than only one instance where it touched $0.0023...
How to Dynamically Change the Colors of Product Images using CSS Blend Mode and SVG
3.9.2019
Learn a simple technique for adding a color swap functionality to your product images by creating an SVG and applying a mix-blend-mode to the composition.
How to Dynamically Change the Colors of Product Images using CSS Blend Mode and SVG was written by Kyle Wetton and published on Codrops
Bitcoin Averts Bearish Trend Change But Stalls Beneath Key Price Average
2.9.2019
Bitcoin's has stalled beneath the 100-day moving average after a price rise at the weekend averted a major bearish trend change
Ranking methodology updated! New metric coming soon
30.8.2019
Next Monday (Sep 2, 2019), we will be announcing a change in our ranking methodology to ensure cryptoassets will have fairer representation in the ranking when comparing across all cryptoassets. Previously, we announced an expanded methodology that detailed the requirements […]
The post...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...
US SEC Chairman Says the Rules Won’t Change for Cryptocurrencies
27.8.2019
The chairman of the U.S. SEC says he won’t bend the rules to accommodate crypto projects
Bitcoin Price (BTC) Trades Around $10,300; No Superficial Change In Past 4 hours
26.8.2019
Bitcoin price opened the day trading around $10,300. BTC has even recorded the 24-hour lowest price near its major support level of $10,000 at $10,008.79. But the coin traded in the midrange of the 24-hour high and low price. Bitcoin price trades with strong resistance at $10,500, $10,800 and...
Immortality, Cryogenics and UBI: How The Crypto Rich Influence Science
25.8.2019
The rise of cryptocurrency is changing the philanthropic world by causing the redistribution of wealth from old money to visionary innovators and early tech adopters. The new crypto rich invest their donations by supporting scientific research in groundbreaking fields that may one day enable...
Can you view print stylesheets applied directly in the browser?
19.8.2019
Yep.
Let's take a look at how to do it in different browsers. Although note the date of this blog post. This stuff tends to change over time, so if anything here is wrong, let us know and we can update it.
In Firefox...
It's a little button in DevTools. So easy!
Open DevTools...
SEC Postpones Decision on Three Bitcoin ETF Rule Change Proposals
12.8.2019
The United States SEC has delayed its decision on whether to approve three Bitcoin ETF proposals
Ethereum Classic Name Change Would Get Other Cryptos ‘Rekt,’ Says Dev
12.8.2019
Ethereum Classic Labs’ Stevan Lohja says that many top cryptos would be “rekt” by Ethereum Classic if it removed “Ethereum” from its name
PR: Remco – Powerful Distributed Token Generating Platform
12.8.2019
remittancetoken.io – Token-Generating Platform for Money Transfer currently trading on Digifinex has announced it's sponsoring blockchain Finance Lagos conference event in Africa's largest market, Nigeria. Offering free flight ticket and accommodation to the qualified speakers.
The post PR: Remco...
Basic Attention Token Price Analysis: BAT Keeps Plunging With A Major Change As Compared To Other Altcoins
9.8.2019
According to a recent report by Shapeshift Stories, BAT’s Brave browser is one of the coolest projects of the crypto space. In its latest article, the website acknowledged that Brave browser seeks to revolutionize how web publishers make money for users. In Brave browser, it is done via voluntary...
Tron Price Analysis: Tron (TRX) Induces Recovery In The Intraday Price Change; Future Prospects Look Good
8.8.2019
Tron (TRX) comes out of the heavy drop. The coin marks recovery with an intraday movement. Tron (TRX) price is currently seen surging in the market. The coin has embarked on recovery after a long wait. The loyalists were eagerly waiting for the coin to come out of the price drop. There were high...
Using Immer for React State Management
7.8.2019
We make use of state to keep track of application data. States change as users interact with an application. When this happens, we need to update the state that is displayed to the user, and we do this using React’s setState.
Since states are not meant to be updated directly (because React’s state...
Creating Dynamic Routes in a Nuxt Application
30.7.2019
In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly common use-case: you get data from an API, and you either don’t know exactly what that data might be, there’s a lot of it, or it might change....