Search
Singapore-Based TomoChain Launches P2P Lending Feature
5.6.2020
The Singapore-based exchange will enable a new P2P lending feature in two weeks through its TomoDEX’s platform
Citizen App’s New Contact Tracing Feature Raises Privacy Red Flags
20.5.2020
The Citizen app, which normally fights crime, is now tracing coronavirus cases. Is your data safe with a powerful private company?
Remitano Adds Nigerian Naira Wallet with Instant Trade Feature
20.5.2020
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
Remitano, one of the most popular peer-to-peer cryptocurrency marketplaces in Nigeria, has added a fiat wallet for Naira (NGN).
This brand-new Naira fiat wallet will allow users (of Level 2 and above) who require...
CoinAgenda “After the Halving” Virtual Event to Feature Fireside Chat with “Oracle of Bitcoin” Vinny Lingham
19.5.2020
Full Speaker Lineup Includes Crypto All-Stars Matt Roszak, Catherine Coley, Tone Vays, and Michael Terpin GLOBAL, MAY 14, 2020—CoinAgenda, the premier global conference series connecting blockchain and cryptocurrency investors with startups since 2014, today announced its second virtual event...
Comparing Social Media Outlets for Developer Tips
15.5.2020
As a little experiment, I shared a development tip on three different social networks. I also tried to post it in a format that was most suitable for that particular social network:
On Twitter, I made it a thread.
On Instagram, I made it a series of images.
On YouTube, I made it a video.
How...
Working With MDX Custom Elements and Shortcodes
7.5.2020
MDX is a killer feature for things like blogs, slide decks and component documentation. It allows you to write Markdown without worrying about HTML elements, their formatting and placement while sprinkling in the magic of custom React components when necessary.
Let’s harness that magic and look...
How to Use Block Variations in WordPress
6.5.2020
WordPress 5.4 was released not so long ago and, along with other improvements and bug fixes, it introduced a feature called Block Variations. I had a chance to use it on one of my recent projects and am so pleasantly surprised with how smart this feature is. I actually think it hasn’t received...
Dharma Launches Feature for Sending Dai Payments to Twitter Handles
23.4.2020
Dharma, an Ethereum-based crypto lender, has released a new feature that allows sending stablecoin to Twitter handles.
This peer-to-peer lending platform has announced the launch of Social Payments, which they describe as a Twitter-native financial ecosystem. They go on to say that this new service...
Jetpack Instant Search!
16.4.2020
Jetpack has had a search feature for a while. Flip it on, and it replaces your built-in WordPress search (which is functional, but not particularly good) with an Elasticsearch-powered solution that is faster and has better results. I’ve been using that for quite a while here on CSS-Tricks...
How the Vue Composition API Replaces Vue Mixins
15.4.2020
Looking to share code between your Vue components? If you’re familiar with Vue 2, you’ve probably used a mixin for this purpose. But the new Composition API, which is available now as a plugin for Vue 2 and an upcoming feature of Vue 3, provides a much better solution.
In this article...
Gaming Giant Atari to Feature in The Sandbox’s Forthcoming Blockchain Platform
27.3.2020
The Sandbox and iconic entertainment firm Atari announce their collaboration on an upcoming voxel-based blockchain version of the gaming platform
Lightning-Fast New Bitcoin.com Wallet Proves Popular With Over 10 Million Wallets Created
11.3.2020
The Bitcoin.com Wallet app has reached almost 10.5 million wallets created across several million app downloads. This milestone follows last month’s release of the new app, which most notably included a redesigned, user-friendly interface along with the lightning-fast Instant Pay feature...
Blockchain Expo Tokyo Series Set to Take Business Scene by Storm
10.3.2020
Taking place April 1 – 3, Japan’s premier blockchain exposition, Blockchain Expo Tokyo, will feature industry-leading speakers including CEOs, academics, and government officials. The exhibition floor will be packed with companies from various industries, with each focusing on harnessing the power...
Use a:visited in your CSS stylesheet
9.3.2020
Evert Pot:
Unfortunately, when setting a new color (e.g. a { color: #44F }) the ‘purple visited link’ feature also gets disabled. I think this is a shame, as there’s so many instances where you’re going through a list of links and want to see what you’ve seen before.
The 2 examples I ran into...
Google Fonts + Variable Fonts
7.3.2020
I see Google Fonts rolled out a new design (Tweet). Compared to the last big redesign, this feels much more iterative. I can barely tell the difference really, except it's blue instead of red and this one pretty rad checkbox: Show only variable fonts.
An option to only show variable fonts is...
4 Ways to Animate the Color of a Text Link on Hover
3.3.2020
Let’s create a pure CSS effect that changes the color of a text link on hover… but slide that new color in instead of simply swapping colors.
There are four different techniques we can use to do this. Let’s look at those while being mindful of important things, like accessibility, performance,...
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Pages for Likes
24.2.2020
I posted about parsing an RSS feed in JavaScript the other day. I also posted about my RSS setup talking about how Feedbin is at the heart of it.
Dave discovered that Feedbin can also produce an RSS feed for all your likes. Likes is a feature of Feedbin, and fortunately also NetNewsWire, which...
Polkadot Will Feature Layer Two Scaling Thanks to Celer Network
24.2.2020
Celer and Polkadot join forces to bring layer two scaling on the upcoming platform
Do This to Improve Image Loading on Your Website
20.2.2020
Jen Simmons explains how to improve image loading by simply using width and height attributes. The issue is that there’s a lot of jank when an image is first loaded because an img will naturally have a height of 0 before the image asset has been successfully downloaded by the browser. Then it needs...