Search
4 Noncustodial Bitcoin Cash-Powered Payment Button Generators
7.10.2019
Bitcoin cash development is popping, whether it’s from engineers programming infrastructure or developers creating third-party resources. One innovative concept is the use of embeddable payment buttons that allow people to tip and donate using BCH payments. Just recently, a new BCH-based...
Central Banks in Panic Mode – Extreme Tactics Like Helicopter Money Discussed
30.9.2019
Central banks worldwide continue to inject more stimulus into the economy as they predict the onset of a new financial crisis. In the face of a sluggish economy, monetary easing, negative interest rates, and ‘normalizing’ the balance sheet is the name of the game these days. Now central...
Table with Expando Rows
20.9.2019
"Expando Rows" is a concept where multiple related rows in a <table> are collapsed until you open them. You'd call that "progressive disclosure" in interaction design parlance.
After all these years on CSS-Tricks, I have a little better eye for what the accessibility concerns of...
Meet Nimbus, a Concept for Enhancing BCH Smart Contracts
18.9.2019
On Monday, software developer Tobias Ruck introduced a new transaction version for the BCH chain called Nimbus in a demonstration video. The introduction is a longer version of the presentation Ruck had shown at the Bitcoin Cash City conference. According to the developer, the transaction version...
A Proof of Concept for Making Sass Faster
17.9.2019
At the start of a new project, Sass compilation happens in the blink of an eye. This feels great, especially when it’s paired with Browsersync, which reloads the stylesheet for us in the browser. But, as the amount of Sass grows, compilation time increases. This is far from ideal.
It can be a real...
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Bitcoin Cash-Powered File Storage Concept Sparks Interest and Debate
7.9.2019
Bitcoin Cash (BCH) proponents were introduced to a new project called the Cashweb protocol on Friday. The blockchain file sharing scheme allows people to store and load arbitrary data to the BCH chain. While the new protocol still has “a long way to go,” the developer decided to share...
Learn Design for Developers and SVG Animation with Sarah Drasner ✨????
5.9.2019
(This is a sponsored post.)
Hey, Marc here from Frontend Masters — excited to support CSS-Tricks ❤️!
Have you checked out Sarah Drasner's courses yet? She has two awesome courses on Design for Developers and SVG! Plus another introducing Vue.js!
Design for Developers
In...
New Storm Concept Could Strengthen Bitcoin Cash Instant Transactions
3.9.2019
Software developer Awemany has published a potential alternative approach to instant transactions on the Bitcoin Cash (BCH) network called “delta blocks” or Storm. The idea utilizes weak proof-of-work (PoW) for instant confirmations on Bitcoin Cash. The new Storm concept has piqued...
Jaguar Uses Iota in Proof-of-Concept Demo for Tracing Car Energy
31.8.2019
Jaguar’s I-Pace will use Iota tech as part of a DLT-backed energy tracing demo
Shaping The Future of A Rising Economy: How Blockchain is Gaining Credibility in India
9.8.2019
Blockchain, a simple concept yet so complex and diverse in its use-cases is still in a nascent stage. Numerous countries have come to realize the immense potential of blockchain and are tapping into the unexplored areas of this disruptive technology. […]
The post Shaping The Future of...
Blockchain Conference Moscow: New Concept, Relevant Topics, and Insider Information
7.8.2019
Smile-Expo International Company has held 50 blockchain events in 24 countries since 2014. Major crypto events successfully took place in Europe, Asia, and the CIS countries. We regularly analyzed the market, thoroughly monitored industry news, talked to experts, and obtained plenty of requests...
SSCCE
6.8.2019
You know what a "reduced test case" is, right? We've talked about it here. I imagine the concept is useful in many walks of life, but in the world of front-end development, you can think of it like:
A reduced test case is a demo/example page you create which reproduces the problem you are having...
Using Netlify Forms and Netlify Functions to Build an Email Sign-Up Widget
2.8.2019
Building and maintaining your own website is a great idea. Not only do you own your platform, but you get to experiment with web technologies along the way. Recently, I dug into a concept called serverless functions, starting with my own website. I’d like to share the results and what I learned...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
First Successful Blockchain-tracked Shipment from South Korea to the Netherlands
2.7.2019
As a proof-of-concept, a shipping container has completed its transcontinental, blockchain-automated shipment from South Korea to the Netherlands
ZenGo Demonstrates Proof-Of-Concept of a Keyless Wallet for Facebook’s Libra
2.7.2019
ZenGo publishes its open source project, which purports to provide proof-of-concept that its keyless wallet product can support Facebook’s Libra
Confronting Bitcoin Network Issues Using Nakamoto Consensus and a Mining Parliament
1.7.2019
On June 28, Bitcoin Cash proponent Javier Gonzalez announced the launch of an interesting protocol called the Bitcoin Mining Parliament (BMP). The theory behind BMP is backed by the concept of Nakamoto Consensus where “miners are the executive power of Bitcoin” and “any needed...
Rhode Island Solicits Proposals for Blockchain Solutions in Government
14.6.2019
The Rhode Island state government is seeking proofs-of-concept proposals for blockchain tech in state government
Closures and Currying in Javascript
6.6.2019
What are Closures?
If you write code in Javascript it's quite likely you have come across the term closure, which is a useful yet often confusing concept. But just what is a c