Search
SEC Begins Green-Lighting Token Offerings
17.7.2019
The U.S. Securities and Exchange Commission recently made history when it green-lighted two token offerings under Regulation A+. “This is the first time in U.S. history that a crypto token offering has received SEC qualification,” one of the two qualified issuers proclaims. Also read:...
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...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
So, you think you’ve got project management nailed down
16.7.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
Complete Indian Draft Crypto Bill Leaked – Experts Weigh In
16.7.2019
A draft cryptocurrency bill for India has been leaked in full, but details of the bill have raised some questions. News.Bitcoin.com talked to a number of experts in the field who shared their analyses of the bill’s content and its implications on the Indian crypto industry. Also read:...
Bitcoin Cash Multi-Party Escrow, Retail Adoption, and Upgrade Discussions
15.7.2019
Another week has passed for the Bitcoin Cash (BCH) community and as usual, there’s been a bunch of announcements and developments. BCH supporters this week saw the release of a multi-party onchain escrow system, Ethereum cofounder Vitalik Buterin discussed using the BCH chain as a data layer...
Managing Multiple Backgrounds with Custom Properties
15.7.2019
One cool thing about CSS custom properties is that they can be a part of a value. Let's say you're using multiple backgrounds to pull off a a design. Each background will have its own color, image, repeat, position, etc. It can be verbose!
You have four images:
body {
background-position:
...
Build a Chat App Using React Hooks in 100 Lines of Code
15.7.2019
We’ve looked at React Hooks before, around here at CSS-Tricks. I have an article that introduces them as well that illustrates how to use them to create components through functions. Both articles are good high-level overviews about the way they work, but they open up a lot of possibilities...
Bitcoin Cash Merchant Adoption Grows and Exchange Supports BCH in the Weekly Video Update
15.7.2019
Businesses around the world continue to adopt bitcoin cash as a payment method and an exchange adds support for trading BCH. Watch these and other developments discussed in this week’s video update hosted by Roger Ver on Bitcoin.com’s Youtube channel. Also Read: Win 2019 Rugby World...
South African Payment Gateway Drops BTC Over Fees and Network Congestion
13.7.2019
On July 12, South African payment gateway service Payfast announced the company is dropping bitcoin core (BTC) payments due to network congestion and high fees. Payfast emphasized that BTC has a number of limitations and design flaws which makes it an “impractical substitute for cash.”...
Thailand Approves 4 New Cryptocurrency Service Providers
13.7.2019
The Thai Securities and Exchange Commission has approved four new crypto business operators to legally operate in the country. In addition to licensing a new crypto exchange, the government has officially approved the country’s first three digital token portals. Meanwhile, new rules...
Position Sticky and Table Headers
13.7.2019
You can't position: sticky; a <thead>. Nor a <tr>. But you can sticky a <th>, which means you can make sticky headers inside a regular ol' <table>. This is tricky stuff, because if you didn't know this weird quirk, it would be hard to blame you. It makes way more...
Miners Flock to Iran Where Bitcoin Mining Is Set to Be Sanctioned
12.7.2019
According to regional reports, the Central Bank of Iran (CBI) is planning to allow licensed cryptocurrency mining as long as operations are charged for electricity based on the price of export. The CBI governor, Abdol Nasser Hemmati, explained that mined cryptocurrencies should flow back into...
Color Inputs: A Deep Dive into Cross-Browser Differences
12.7.2019
In this article, we'll be taking a look at the structure inside <input type='color'> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. Having a good understanding of this input allows us to evaluate whether a certain cross-browser...
Win 2019 Rugby World Cup Tickets When You Play at Games.Bitcoin.com
12.7.2019
Are you a cryptocurrency user and rugby fan who’s always dreamed of going to the World Cup? Here’s your chance to win tickets to the 2019 Rugby World Cup in Japan, including flights and accommodation, in an exclusive competition at Games.Bitcoin.com. Also Read: Bitcoin Cash ETP Lists...
Expert Witness in Satoshi Case Claims Dr Wright’s Documents Were Doctored
11.7.2019
The Kleiman v. Wright case continues this week and a slew of new evidence has been submitted to the Southern District of Florida courthouse. A supplemental affidavit stemming from the Kleiman estate’s expert witness, Dr. Matthew Edman, indicates that documents submitted to the court...
Weekly Platform News: HTML Inspection in Search Console, Global Scope of Scripts, Babel env Adds defaults Query
11.7.2019
In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties aren't computing hogs, variables defined at the top-level in JavaScript are global to other page scripts, and Babel env now supports the defaults...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
The Cryptocurrency Projects Pursuing a Path to Decentralization
11.7.2019
Decentralization over time is an ethos that many crypto projects espouse. To date, however, few have completed this journey. Talking the talk is easy, but when it comes down to it, only a handful of projects are bold enough to walk the walk and willingly entrust their fate to the community. Also...
Frontend Masters: The New, Complete Intro to React Course… Now with Hooks!
11.7.2019
(This is a sponsored post.)
Much more than an intro, you’ll build a real-world app with the latest features in React including 🎣 hooks, effects, context, and portals.
We also have a complete React learning path for you to explore React even deeper!
Direct Link to Article —...