Search
The CSS Custom Property Toggle Trick
29.10.2020
Back in July 2020, I got an email from James0x57 (I always try to refer to people by their name, but I think I get the sense they prefer to go by screen name) that says:
The entire world of branching conditional logic and bulk feature toggling for custom CSS properties is possible and only exists...
WooCommerce Payments, Now with Support for Subscriptions and Saved Cards
20.10.2020
A little while back we shared the news that WooCommerce shipped a beta payments feature as part of its 4.0 release. It’s a free plugin with no monthly costs or setup fees. You only pay when you make a sale.
We’re actually using this right here at CSS-Tricks. In fact, Chris blogged...
Interest Growing in Chiliz SOCIOS.COM Staking Feature “Locker Room”
18.10.2020
The new feature, which went live on Monday, October 5th on fan voting and rewards app Socios.com, allows $CHZ holdersContinue Reading
The post Interest Growing in Chiliz SOCIOS.COM Staking Feature “Locker Room” appeared first on CoinMarketCap Blog
Sports Data for Developers: SportdataAPI (Sponsored)
12.10.2020
Most of the side projects I consider starting revolve around sports, since I’m a huge sports fan. I spend my Saturdays watching soccer, Sundays spent watching soccer and NFL, and of course the mid-week Champions League and Europa League matches. One problem I’ve always had is not being...
BlueWallet Adds Privacy Feature ‘PayJoin’ for Bitcoin Transactions
7.10.2020
Mobile and desktop Bitcoin and Lightning wallet BlueWallet has added support for BIP 78 with its PayJoin feature
Trading platform eToro launches Staking-as-a-service feature
1.10.2020
Users automatically receive rewards on some of their crypto positions
USDT Holders Can Now Earn 12-15% With a New Feature on Waves.Exchange
28.9.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
The new OTC desk on Waves.Exchange allows investors to convert their Tether into USDN stablecoins that yield 12-15% in staking rewards – and then exchange them back to USDT at a 1:1 ratio.
Expanding the range...
Web Technologies and Syntax
24.9.2020
JavaScript has a (newish) feature called optional chaining. Say I have code like:
const name = Data.person.name;
If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write:
const name = Data.person?.name;
Now if person...
Pre-Caching Image with React Suspense
21.9.2020
Suspense is an exciting, upcoming feature of React that will enable developers to easily allow their components to delay rendering until they’re “ready,” leading to a much smoother user experience. “Ready,” in this context, can mean a number of things. For example, your data loading...
New on Bitcoin’s Lightning Network: LND Adds Accounting Feature, c-lightning Gets an Upgrade
18.9.2020
Lightning Labs made bookkeeping easier for node operators. Blockstream’s c-lightning 0.9.1 release improves channel opening and routing mechanisms
Hong Kong Blockchain Week 2020 Goes Virtual to Feature International Leaders of Finance and Tech
18.9.2020
With support from the Hong Kong community, industry leaders from across the world will converge at the largest virtual event for business, regulators, and technology. The 2nd Annual Hong Kong Blockchain Week 2020 hosted by The NexChange Group will be held between the 17th and 19th of November 2020....
Interaction Media Features and Their Potential (for Incorrect Assumptions)
14.9.2020
The Media Queries Level 4 Interaction Media Features — pointer, hover, any-pointer and any-hover — are meant to allow sites to implement different styles and functionality (either CSS-specific interactivity like :hover, or JavaScript behaviors, when queried using window.matchMedia), depending...
Binance's New Feature Stops Users Mistakenly Sending Money to Contracts
11.9.2020
Major crypto exchange Binance has launched a new feature meant to prevent people from losing their funds by sending cryptoassets to smart contract addresses.
"The feature is basically a final check on the outgoing address for user token withdrawals. If the user has entered a supported token’s...
Blockchain-Based Twitter Alternative Twetch Adds Encrypted Chat Feature
9.9.2020
Twetch, a social network that runs on the BSV blockchain, has introduced an encrypted messaging feature that lets users send each other money in the chat
Privacy Options Underutilized in Cryptocurrency Usage: Report
4.9.2020
Advances in cryptography have not met with user enthusiasm, suggesting a disconnect between the cryptocurrency community and its cypherpunk ancestors. According to Coin Metrics, transactions of privacy-focused cryptocurrencies zcash (ZEC), monero (XMR), and grin only add up to 6% of bitcoin’s...
Yearn Finance Vault Users Lock $139M: Farmers Claim Collateralized ETH Gathers 90% APY
4.9.2020
On September 3, 2020, the well known Yearn Finance defi project “paused” the popular ethereum liquidity vault (yETH) service, after locking in a significant $139 million. Yearn’s vault feature launched on Wednesday, and saw $100 million deposited on the first day. The vault hype...
Wasabi Wallet Patches Flaw That Could Have Thwarted Bitcoin Privacy Feature
3.9.2020
The flaw’s discovery is an example of cooperation in the open-source community, where devs are constantly tinkering to improve their peers’ software
Prepping for an Airdrop: Prominent BCH Community Members Bid Bitcoin ABC Devs Farewell
2.9.2020
On August 18, 2020, the Bitcoin ABC development team announced a “feature freeze,” which will include a new Infrastructure Funding Plan (IFP) and a week later explained it was also initiating a “governance council.” Despite the recent announcements, Bitcoin ABC has lost...
Deeper DX
27.8.2020
Shawn Wang thinks there are deeper, perhaps more uncomfortable, places to go with developer experience (DX) beyond the surface-level stuff that we recently covered. Sure, sure, documentation, CLIs, good demos. But there are much harder questions to answer that are part of the real DX. Shawn lists...
Comparing Data in Google and Netlify Analytics
25.8.2020
Jim Nielsen:
the datasets weren’t even close for me.
Google Analytics works by putting a client-side bit of JavaScript on your site. Netlify Analytics works by parsing server logs server-side. They are not exactly apples to apples, feature-wise. Google Analytics is, I think it’s fair...