Search
SLP Token Trading Platform Cryptophyl Adds BTC Pair With Bitcoin Cash at Flat 0.15% Fee
6.2.2020
Digital asset exchange Cryptophyl has announced it’s launching bitcoin core (BTC) trading. The first available pair is with bitcoin cash (BCH), the platform revealed on social media this week. Trading the two major cryptocurrencies will also allow users to earn the exchange’s native...
Awesome Forward & Reverse Geocoding API: positionstack (Sponsored)
6.2.2020
One awesome web functionality we take for granted is geolocation. Based on geolocation data, we can get someone to their destination, provide them suggestions based on their location, and so on. One downside of native geolocation, especially in the browser, is that it’s limited in both input...
Native Image Lazy Loading in Chrome Is Way Too Eager
5.2.2020
Interesting research from Aaron Peters on <img loading="lazy" ... >:
On my 13 inch macbook, with Dock positioned on the left, the viewport height in Chrome is 786 pixels so images with loading="lazy" that are more than 4x the viewport down the page are eagerly fetched by Chrome...
Insolar Launches Mainnet, Swaps Ethereum-Based Token for Native Coin
3.2.2020
Insolar is launching its own mainnet and debuting its native Insolar Coin to replace its Ethereum-based token INS
Ethereum’s Value Transfer Is Now Dominated by Stablecoins
31.1.2020
The Ethereum (ETH) blockchain has become home to a number of stablecoins. On January 29, Messari researcher Ryan Watkins explained that the stablecoin value transfer issued on the ETH chain recently flipped the number of native ether transactions. Essentially, Ethereum’s value transfer is...
Stablecoins ‘Flip’ Ethereum’s Native Currency In Transfer Value
30.1.2020
A greater share of value is being transferred via stablecoins over the Ethereum network than its own native cryptocurrency
Blockchain.com Launches Full Turkish Lira Banking Integration as a Native Payment Gateway for Turkey
30.1.2020
Blockchain.com has launched a full banking integration for Turkish Lira (TRY) to create a native payment gateway for users to deposit and withdraw Lira on its trading platform. With this development users in Turkey no longer have to incur high fees and conversion rates from third-party payment...
Close to $6k in Bitcoin Cash Tips Paid to Read.cash Authors Last Week
29.1.2020
The read.cash blog has been a resource for the Bitcoin Cash (BCH) community for a while now but ever since the recent miner funded development proposal, the blogging site has gathered significant traction. For instance, the front page of read.cash shows that during the last week, more than $5,730...
Four Layouts for the Price of One
29.1.2020
Pretty notable when a tweet about a flexbox layouts gets 8K+ likes on Twitter!
4 layouts for the price of 1, thanks flex ????
css` form { display: flex; flex-wrap: wrap;
& > input { flex: 1 1 10ch; margin: .5rem;
&[type="email"] { flex: 3...
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Read.cash Platform Rewards Content Creators With Bitcoin Cash Incentives
2.1.2020
Since the platform’s launch, the Bitcoin Cash-centric blogging site read.cash has gathered a lot of traction. The website’s user base publishes interesting content and new material on a daily basis with the most popular authors gathering tips in bitcoin cash for their work. Also Read:...
Gatsby and WordPress
31.12.2019
Gatsby and WordPress is an interesting combo to watch. On one hand, it makes perfect sense. Gatsby can suck up data from anywhere, and with WordPress having a native REST API, it makes for a good pairing. Of course Gatsby has a first-class plugin for sourcing data from WordPress that even supports...
Wirex CEO Pavel Matveev Shares Expansion Plans for 2020
24.12.2019
International payment and crypto service Wirex has enjoyed a productive year. Over the course of 2019, partnerships have been formed, a native token (WXT) released and the Wirex website and card completely redesigned. With the firm’s reach rapidly growing, CEO and co-founder Pavel Matveev...
Highlights of the HTTP Archive Web Almanac
23.12.2019
I recently looked at the CSS chapter of the Web Alamanc and had some thoughts. Here, Stefan Judis looks at the whole thing and rounds up the most interesting bits to him. Here are most of them:
20% of sites don't compress their JavaScript.
React is on 5% of sites while jQuery is on 85% of sites....
Cryptocurrency Exchange BitMEX Enables Native SegWit Support
12.12.2019
Crypto exchange BitMEX now supports withdrawals to native SegWit (Bech32) addresses
Motion Paths – Past, Present and Future
6.12.2019
Cassie Evans has a great intro to motion paths. That is, being able to animate an element along a path. Not just up/down/left/right, but whatever curvy/wiggly/weird path you want.
It's an interesting subject because there are so many different technologies helping to do it over time. SMIL...
Weekly Platform News: Contrast Ratio Range, replaceAll Method, Native File System API
22.11.2019
In this week's roundup: Firefox's new contrast checker, a simpler way to lasso substrings in a string, and a new experimental API that will let apps fiddle with a user's local files.
Firefox shows the contrast ratio range for text on a multicolored background
According to Success Criterion 1.4.3...
Bithumb Global Launches Native Token for Exchange Ecosystem
12.11.2019
Bithumb plans to launch a native token on top of its namesake blockchain next year
DigiByte and Alex Kruger Left Sarcastic Remarks on Stellar Burning 55 Billion of Its Native Cryptocurrency XLM
6.11.2019
In a shocking turn of events, Stellar Lumens, a crypto-blockchain company focused on global payments and decentralized economies, burned 55 billion of its native token XLM. The move has sparked a big controversy in the community, with crypto influencers lashing it heavy criticisms, while the owners...
Comparing the Different Types of Native JavaScript Popups
31.10.2019
JavaScript has a variety of built-in popup APIs that display special UI for user interaction. Famously:
alert("Hello, World!");
The UI for this varies from browser to browser, but generally you’ll see a little window pop up front and center in a very show-stopping way that contains the message...