Search
Get Cuphead for $9 and Use the Extra Savings to Replace Your Keyboard After You Break it in Half
8.12.2020
Cuphead | $9 | Eneba | Use code THEGAMEISVERYEASY Read more
Singapore's blockchain industry cites supply chain management as biggest DLT use case
7.12.2020
Survey results suggest “blockchains thrive when being used for multiple integrated applications.”
Styling Comment Threads
7.12.2020
Comment threads are one of those things that look really simple when executed right. When designing them yourself, you may find that they are rather deceptively simple. There is a lot that goes into designing nice and usable comment threads, and in this article, I will try my best to walk...
Volatile Bitcoin Not a True Store of Value Just Yet, Says Fidelity Digital Assets Head
5.12.2020
Fidelity Digital Assets president Tom Jessop says that bitcoin is not a true store of value just yet because the digital asset is still too volatile, Reuters reported. However, investors are optimistic bitcoin will attain this status. “We use the word ‘potential store of value’...
Cloudinary Fetch with Eleventy (Respecting Local Development)
4.12.2020
This is about a wildly specific combination of technologies — Eleventy, the static site generator, with pages with images on them that you ultimately want hosted by Cloudinary — but I just wanna document it as it sounds like a decent amount of people run into this situation.
The deal:
Cloudinary...
Streamix.io Launches High Yield APY DeFi Farming on ValueDeFi.io
4.12.2020
PRESS RELEASE. Streamix.io, a crypto currency DeFi startup and social media platform for streaming and gaming, partnered with ValueDeFi.io, which allowed Streamix to be one of their first cryptocurrency projects to use their FaaS (Farming-as-a-Service) platform and drive more value. See and trade...
Central Bank of Nigeria Governor Decries the Use of Parallel Exchange Rate as Citizens Switch to Crypto
4.12.2020
The governor of the Central Bank of Nigeria (CBN) Godwin Emefiele says the embrace of the parallel market exchange rate by some professionals in that country is unfair and unfortunate. The CBN governor says the parallel foreign exchange market only accounts for a share of the market that does...
How to Animate a SVG with border-image
3.12.2020
Let’s take a look at how to combine the border-image property in CSS with animated SVGs that move around a border. In the process, we’ll cover how to hand-craft resizable, nine-slice animated SVGs that you can use not only re-create the effect, but to make it your own.
Here’s what we’re...
A New Crypto Use Case: Betting on an American Nightmare
3.12.2020
How people abroad are betting on Trump refusing to leave the White House. Green means the price went up. Red,Continue Reading
The post A New Crypto Use Case: Betting on an American Nightmare appeared first on CoinMarketCap Blog
65% of Traders on Paypal Ready to Use Bitcoin to Pay for Goods and Services: Survey
3.12.2020
At least 65% of people who use the Paypal app to trade bitcoin are prepared to start using the top cryptocurrency to pay for goods and services at the 28 million stores supported by the payments company throughout the world. According to a proprietary survey of 380 Paypal users by Mizuho...
How to Add Text in Borders Using Basic HTML Elements
1.12.2020
Some HTML elements come with preset designs, like the inconveniently small squares of <input type="checkbox"> elements, the limited-color bars of <meter> elements, and the “something about them bothers me” arrows of the <details> elements. We can style them to match...
Lots of Ways to Use Math.random() in JavaScript
30.11.2020
Math.random() is an API in JavaScript. It is a function that gives you a random number. The number returned will be between 0 (inclusive, as in, it’s possible for an actual 0 to be returned) and 1 (exclusive, as in, it’s not possible for an actual 1 to be returned).
Math.random(); // returns...
KP2R Network: A Decentralized Marketplace for Developers
27.11.2020
PRESS RELEASE. The past decade has witnessed a revolution in traditional finance led by the utilization of blockchain technology. Blockchain technology has shown greater use cases since the development of leading coin Bitcoin. It has been used in different sectors of world economics including...
Colombian Stock Exchange to use blockchain for OTC derivatives trading
25.11.2020
The use of blockchain technology in Latin American stock markets is expanding
Filecoin storage tops 1 billion GB as tokenized FIL launches for use in DeFi
25.11.2020
Anchorage and Tokensoft have launched wFIL, a wrapping protocol allowing Filecoin to be used on Ethereum
What I’m Thankful For: 2020
24.11.2020
My parents loathe when I use poor language but luckily they don’t read this blog so I’ll just be blunt: 2020 has been an absolute shit show. COVID-19 has been a world-wide source of devastation to lives, jobs, and our quality of life. That said, I’ve found myself feeling...
Use a Submit Button Outside of !
24.11.2020
Have you ever felt like you’ve been a professional developer or designer forever, and somehow not known something basic, and borderline hate yourself? That’s me with a trick that was introduced to me by Miguel Piedrafita: 🔥 You can submit forms from a button outside of the form...
Cryptowisser Announces Most Comprehensive Exchange Comparison Tool on the Market
23.11.2020
PRESS RELEASE. Leading crypto service comparison site, Cryptowisser has now released its revolutionary VS comparison tool, which helps you compare cryptocurrency exchanges against each other in an instant. Comparing cryptocurrency exchanges has – up until now – been very difficult...
South Africa Unveils New Crypto Rules as Usage Soars Exponentially
21.11.2020
The South African financial regulator has published a draft declaration of crypto assets as financial products. The regulator says South Africa has experienced “an exponential increase in the provision and use of crypto assets.” South Africa’s Crypto Regulation South...
A Dynamically-Sized Sticky Sidebar with HTML and CSS
20.11.2020
Creating page content that sticks to the viewport as you scroll, something like a jump-to-anchor menu or section headings, has never been easier. Throw a position: sticky into your CSS ruleset, set the directional offset (e.g. top: 0) and you’re ready to impress your teammates with minimal effort....