Search
Collective #608
4.6.2020
ScrollTrigger * A user’s guide to CSS variables * Twin * CUBE CSS * Consoleimg * Colors in CSS
The post Collective #608 appeared first on Codrops
Scammer Spoofs SMS Identifier to Steal Funds From Bitcoin User
3.6.2020
A Bitcoin exchange transaction resulted in a user getting scammed as a spoofed SMS message from a payment app made it seem that the attacker executed the payment
50 Million-user Chat App KakaoTalk Launches Crypto Wallet Today
3.6.2020
South Korea’s Kakao Group, the operator of the KakaoTalk chat app, says that its long-awaited crypto wallet Klip debuts today – in theory providing most of the country with immediate access to cryptoassets.
KakaoTalk claims to have around 45 million monthly active users in South Korea (87% of...
Torus Launches Key Management System to Streamline DeFi
28.5.2020
Torus has launched its non-custodial key management solution, which is designed to bring web2.0-like user experiences to web3 applications
Block Links: The Search for a Perfect Solution
25.5.2020
I was reading this article by Chris where he talks about block links — you know, like wrapping an entire card element inside an anchor — being a bad idea. It’s bad accessibility because of how it affects screen readers. And it’s bad UX because it prevents simple user tasks, like selecting text.
But...
BigONE Exchange Unveils Star Program
25.5.2020
BigONE, one of the world’s safest cryptocurrency trading platforms, is excited to launch its new Star Program, a referral system that comes with a advanced backend platform that allows BigONE Star members to track the detail of every user they referred to BigONE, not to mention a decent...
Spike in User Activity Drives Bullish Divergence for Maker
20.5.2020
Santiment has spotted bullish divergence between the price action and daily average users for MakerDAO’s token
User agents
19.5.2020
Jeremy beating the classic drum:
For web development, start with HTML, then CSS, then JavaScript (and don’t move on to JavaScript too quickly—really get to grips with HTML and CSS first).
And then…
That’s assuming you want to be a good well-rounded web developer. But it might be that...
WTF is a Static API
15.5.2020
Just like there is a movement to make more websites (and more of websites) from pre-rendered static files (Jamstack), so to might we consider moving content-based APIs to be static. Sean C Davis:
A static API is simply a collection of flat JSON files that live on a content delivery...
Generation C: Shanga Mbuli – The Community Currency User
13.5.2020
There’s another upside to using Sarafu over Kenya Shillings during the Covid-19 outbreak – users don’t have to touch it
New User Registrations on Binance Approach All-Time High Amid Bitcoin Halving
12.5.2020
Binance’s CEO said that the number of new user registrations has reapproached the levels seen at the peak of the 2017/2018 parabolic bull run
Bitcoin.com Wallet Users Can Now Purchase More Than $10K Worth of Cryptocurrency
5.5.2020
During the end of March, news.Bitcoin.com reported on the newly updated Bitcoin.com Wallet that features a number of new services like digital currency price tracking. The lightning-fast, noncustodial wallet allows people to store BTC and BCH, but also provides people with the ability to purchase...
MyCryptoMixer 2020 – The Best Bitcoin Mixer Necessary To Protect User’s Anonymity and Privacy
5.5.2020
Governments and law enforcement agencies have been alerted to the possible illicit use of the pseudonymous Bitcoin (BTC) and cryptocurrencies ever since the notorious darknet marketplace Silk Road was shut down permanently by FBI, which seized more than 144,000 BTC derived from transactions made...
9 Countries Show Huge Growth in Cryptocurrency Interest: Coinmarketcap
3.5.2020
Coinmarketcap has revealed the top countries with the largest increase in the number of users. One segment shows the countries with the most user growth in the first quarter include India, Pakistan, Colombia, Canada, and Nigeria. The countries with the most female user growth include Greece...
React Integration Testing: Greater Coverage, Fewer Tests
1.5.2020
Integration tests are a natural fit for interactive websites, like ones you might build with React. They validate how a user interacts with your app without the overhead of end-to-end testing. 
This article follows an exercise that starts with a simple website, validates behavior with unit...
Crypto Market Trends & User Trends, According to CoinMarketCap (Q1 2020 Edition)
30.4.2020
According to CoinMarketCap As the world’s #1 price-tracking, rankings and market data website for cryptoassets, CoinMarketCap is known for manyContinue Reading
The post Crypto Market Trends & User Trends, According to CoinMarketCap (Q1 2020 Edition) appeared first on CoinMarketCap Blog
Click Once, Select All; Click Again, Select Normally
29.4.2020
A bonafide CSS trick from Will Boyd!
Force all the content of an element to be selected when clicked with user-select: all;
If you click a second time, let the user select just parts of the text as normal.
Second click? Well, it’s a trick. You’re really using a time-delayed...
TNC IT Group’s Token to Be Listed This April
27.4.2020
TNC IT Group (TNC), an international blockchain company, will have its native currency TNC Coin listed on crypto exchanges by April 30. TNC Coin is set to progress fast in the market due to its expedited listing and user base. Since TNC revealed its merger project, interested crypto investors...
Accessible Font Sizing, Explained
23.4.2020
The Web Content Accessibility Guidelines (WCAG), an organization that defines standards for web content accessibility, does not specify a minimum font size for the web.
But we know there’s such a thing as text that is too small to be legible, just as text that can be too large to consume. So,...
Can JavaScript Detect the Browser’s Zoom Level?
21.4.2020
No, not really.
My first guess was that this was intentionally not exposed in browsers because browsers intentionally don’t want us fighting it — or making well-intentioned but bad-outcome decisions based on that info. But I don’t see any evidence of that.
StackOverflow answers paint...