Search
Get Geographic Information from an IP Address for Free
24.9.2019
Say you need to know what country someone visiting your website is from, because you have an internationalized site and display different things based on that country. You could ask the user. You might want to have that functionality anyway to make sure your visitors have control, but surely they...
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:...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...
Two Economists. Two Views on Bitcoin’s Ability to Disrupt Fiat Money
14.8.2019
“Half of the audience here is like, ‘I hope you die in a fire.’”
Youtube Censorship Drives Uptake of Crypto-Powered Video Platforms
5.8.2019
If the prospect of greater privacy and financial sovereignty doesn’t lure the masses to crypto networks, perhaps the ability to speak freely will. Lately, a lot of people who couldn’t give a damn about peer-to-peer cryptocurrency have taken a shine to peer-to-peer networks that run...
SLP Developers Publish Specs for a Unique Type of Non-Fungible Tokens
26.7.2019
The Simple Ledger Protocol (SLP) has become a popular project within the Bitcoin Cash ecosystem because it gives anyone the ability to issue and transfer tokens in a permissionless fashion. Since the project was announced last year, there’s been a myriad of tokens created on the BCH chain....
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
How to Create and Airdrop Your Own Token to Your Friends
16.7.2019
Roughly a year ago, the Simple Ledger Protocol (SLP) debuted on the Bitcoin Cash (BCH) network, giving anyone the ability to mint, store, receive, and send SLP tokens. Since then there’s been a ton of tokens created on the BCH network as the simplicity of the system outpaces tokens built...
Tip Twitch Livestreamers With BCH Using the New Tipbitcoin.cash App
30.6.2019
Last week the pseudonymous developer who created the Crescent Cash wallet, Pokkst, announced the launch of a new tipping service called Tipbitcoin.cash. The tool gives anyone the ability to tip their favorite streamer on Twitch using bitcoin cash. Also Read: Iranians Defy Warning and Share Pictures...
Chess.com Lets You Pay for Membership With Bitcoin Cash
23.6.2019
Playing chess online is a great way to sharpen your mind and to compete against players of a similar ability level. For cryptocurrency owners, Chess.com is the ideal platform for this purpose, for it lets you pay for membership with bitcoin cash. Also Read: Peaceful Warrior Lets You Buy Jewelry...
PR: Monarch Launches IEO on LAToken Exchange
17.6.2019
Monarch is changing the world of Crypto. With a Universal Decentralized Crypto Wallet, The MonarchPay payment solution allowing businesses and individuals the ability to receive BTC & ETH payments and get paid in Fiat, along with the Monarch Marketplace & Motor, Monarch is on track...
Bitcoin Cash and SLP-Fueled Badger Wallet Launches for iOS
3.6.2019
On June 3, the popular bitcoin cash (BCH) light client Badger Wallet launched its open beta version for iOS mobile devices. Now Apple users can download the wallet in order to store, send and receive BCH alongside the ability to do the same with Simple Ledger Protocol (SLP) tokens in a noncustodial...
Developer Creates Interwallet Transfer Plugin to Strengthen Bitcoin Cash Privacy
20.5.2019
The Bitcoin Cash (BCH) protocol and infrastructure continue to see relentless development. The Electron Cash Cashshuffle implementation has enhanced bitcoin cash fungibility by providing users with the ability to shuffle coins. Now a developer has announced the launch of the Interwallet transfer...
Vaulty Aggregates All Your Cryptocurrency Addresses Using a Single Link
18.5.2019
The ability to receive direct crypto payments is of great importance for numerous small businesses, individual entrepreneurs, content creators and non-governmental organizations like charities. Many of them accept different cryptocurrencies and Vaulty.io provides help with managing multiple...
Whole Foods and Major Retailers Now Accept Cryptocurrency via the Spedn App
13.5.2019
On May 13, cryptocurrency enthusiasts were pleased to hear that major retailers including Whole Foods, Lowes, Petco, Regal Cinemas, and Gamestop will accept payments in crypto. The payments will be processed by Flexa using its custodial wallet called ‘Spedn’ which gives people...
10 React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
10 Days of React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
Tabs: It’s Complicated™
19.4.2019
I've said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.
const button = document.querySelector(".my-button");
const element = document.querySelector(".content");
button.addEventListener("click", function()...
Get a CSS Custom Property Value with JavaScript
11.4.2019
Here’s a neat trick from Andy Bell where he uses CSS Custom Properties to check if a particular CSS feature is supported by using JavaScript.
Basically, he's using the ability CSS has to check for browser support on a particular property, setting a custom property that returns a value of either...
Better Than Native
27.3.2019
Andy Bell wrote up his thoughts about the whole web versus native app debate which I think is super interesting. It was hard to make it through the post because I was nodding so aggressively as I read:
The whole idea of competing with native apps seems pretty daft to me, too. The web gives us...