Search
Ohio Removes Option to Pay Taxes With Crypto While Local SLP Project Presses Forward
3.10.2019
The state of Ohio has become an unexpected center of American fintech focus in recent years, thanks to remarkable developments at the intersection of crypto, blockchain and government. That said, the online crypto portal that has allowed Ohio businesses to pay their taxes with bitcoin since last...
SLP Hackathon Produces a Variety of Innovative Token Ideas
2.10.2019
Software developers wrapped up the first Simple Ledger Protocol Virtual Hackathon (SLPVH) which ended on September 30 with the first place prize awarded to the Project Ignite team. The developers’ project, called Hamingja, is a non-tradeable SLP token that utilizes checkdatasig covenants...
Stylish Sites Made Simple with AnyMod (Sponsored)
23.9.2019
Amazing-looking websites often have specific patterns, and for a reason — they work. Whether it’s a slideshow, a parallax effect, or more traditional design, there’s a service that makes total designs and widgetry simple: AnyMod allows web experts and beginners alike to create...
SLP Token Environment Built on Bitcoin Cash Continues to Expand
20.9.2019
According to public data, a number of individuals are creating tokens using the Simple Ledger Protocol (SLP) on the Bitcoin Cash (BCH) blockchain every day. The SLP ecosystem is expanding and has given anyone the ability to create the next great digital token for tomorrow. Also read: Snowden:...
18,000 Traders and Growing – Bitcoin.com’s Crypto Exchange Shines Brightly
17.9.2019
Since exchange.Bitcoin.com launched, our premier trading platform has seen a significant influx of users from Asia and Europe. So far, the grand opening of Bitcoin.com’s exchange has led to more than 18,000 registered traders. Moreover, exchange.Bitcoin.com’s Chief Operating Officer...
WDRL — Edition 275: Transform Organisations, Motivation and Simple Tooling
13.9.2019
Hey,
This isn’t business as usual, we can come to that later. Business as usual has time but we can use a short break to finally start shaping our own future. From September 20th – 27th 2019 millions of us will walk out of our workplaces and homes to join young climate strikers on the streets...
Simplicity
12.9.2019
Earlier this week, Bastian Allgeier published some interesting thoughts about complexity in web development and how changing simple things can often feel far more difficult than they need to be:
You want to build a JS file? Please update Webpack first. Oh, that new version of Webpack is no longer...
Developer Reveals Token Reward Platform Fueled by Bitcoin Cash
12.9.2019
There’s a new crypto platform called Honeypoints that just released for beta testing on Apple’s Testflight. The digital currency application created by two former Bitcoin.com employees aims to fuel merchant adoption with loyalty rewards. The Honeypoints app is meant to stimulate retail...
Fast Static Sites with Netlify and AnyMod
12.9.2019
In about 10 minutes, we'll set up a workflow that makes static sites dead simple.
You'll get the following:
Free https
Free or cheap hosting
Build sites quickly
Edit with live reload
Edit when you’ve forgotten everything in 6 months
Start: signups
We can get all this by using Netlify (really...
Trading Cryptocurrencies: Commonly Used Technical Indicators (Part 2)
10.9.2019
Introduction This is the second of our 2-part series on technical indicators commonly used in trading cryptocurrencies. If you have not read our first article, click here for our first article which introduces Simple Moving Average, Relative Strength Index and […]
The post Trading...
Keep it simple stupid
7.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 6 September, 2019 Simplicity "Simplicity is the greatest sophistication." - Leonardo da Vinci And that concludes the first week of September! Good job you guys! Before you go, don't forget to read today's newsletter! ????...
Simple Ledger Protocol Announces Virtual Hackathon Devoted to SLP Token Ecosystem
5.9.2019
For 72 hours on Sep. 27-30, teams from around the world will participate in a Simple Ledger Protocol (SLP) Virtual Hackathon. Participants will compete for $2,000 worth of prizes by submitting open source code utilizing the SLP framework. The Hackathon’s website details that winners with...
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
Check Out the New Featured Tokens on Bitcoin.com’s Markets Page
30.8.2019
Markets.Bitcoin.com has just launched a Featured Tokens page, allowing coin creators with unique tokens to apply for a listing through a simple review process. Each token listed on Bitcoin.com’s upcoming exchange, launching Sep. 2, will also be listed at markets.Bitcoin.com, providing great...
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...
Send Token Payouts With Ease Using Bitcoin.com’s SLP Dividend Calculator
25.8.2019
On August 23, Bitcoin.com released a new application called the SLP Dividend Calculator. The new platform allows users to build a transaction to make dividend payments to any Simple Ledger Protocol (SLP) token holder. Also read: How to Create Non-Fungible Assets and Collectible Tokens With Bitcoin...
How to Create Non-Fungible Assets and Collectible Tokens With Bitcoin Cash
22.8.2019
On August 21, James Cramer, the developer behind the Simple Ledger Protocol (SLP), announced the launch of the Electron Cash SLP version 3.5. The latest release allows people to create a new type of SLP token called NFT1, a non-fungible token that can be grouped together by a single ID....
Other Ways to SPAs
21.8.2019
That rhymed lolz.
I mentioned on a podcast the other day that I sorta think WordPress should ship with Turbolinks. It's a rather simple premise:
Build a server-rendered site.
Turbolinks intercepts clicks on same-origin links.
It uses AJAX for the HTML of the new page and replaces the current page...
Bounce Element Around Viewport in CSS
19.8.2019
Let's say you were gonna bounce an element all around a screen, sorta like an old school screensaver or Pong or something.
You'd probably be tracking the X location of the element, increasing or decreasing it in a time loop and — when the element reached the maximum or minimum value —...
Draggin’ and Droppin’ in React
16.8.2019
The React ecosystem offers us a lot of libraries that all are focused on the interaction of drag and drop. We have react-dnd, react-beautiful-dnd, react-drag-n-drop and many more, but some of them require quite a lot of work to build even a simple drag and drop demo, and some do not provide...