Search
Blockchain App Used to Track COVID-19 Cases in Latin America
6.4.2020
To prevent the spread of the coronavirus in Latin America, blockchain startup Emerge is working with authorities to release a tracking app
Performant Expandable Animations: Building Keyframes on the Fly
1.4.2020
Animations have come a long way, continuously providing developers with better tools. CSS Animations, in particular, have defined the ground floor to solve the majority of uses cases. However, there are some animations that require a little bit more work.
You probably know that animations should...
Telegram Hopes It Can Still Sell Tokens to Non-US Investors After Court Ruling
30.3.2020
The firm has asked a court to clarify if it can still issue its tokens to non-U.S. investors after a preliminary injunction blocked the issuance in the U.S
EverlyWell: Providing Easy Home Testing Services to Combat the Stubborn Covid-19 Cases
29.3.2020
Everlywell, Inc is a health and wellness company founded in the year 2015, by Julia Cheek. Having its headquarters in Austin, Texas, the company features ABC’s “Shark Tank.” The company provides at-home lab testing kits to those who ardently needs them and generate digital results within a...
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
No Evidence of Crypto-Related Charge in Maduro Drug Cases
27.3.2020
Charges against Maduro and other Venezuelan heads don’t involve crypto directly, three different lawyers say
US Surpasses China in No. of Coronavirus Infected Cases, Muneeb Ali Takes a Dig at Government
27.3.2020
The Coronavirus spread in the United States has shocked the world as the country surpassed China in the number of positive cases. As per the estimates by WorldOMeter, the United States has about 85,600+ positive cases, while China has over 81,300. Though the virus has slowed down in China,...
Craig Wright Challenges Court Order Criticizing His Evidence in $4B Kleiman Case
26.3.2020
Wright objected after a judge dismissed his attorney-client privilege over weak evidence
Telegram Appeals Court Ruling Barring Gram Token Distribution
25.3.2020
Telegram has appealed a court ruling barring it from distributing its gram cryptocurrency
#NotDying4WallStreet – Twitter Trends Show People Are Fed Up With Wall Street, Banks and Oligarchs
24.3.2020
As the coronavirus outbreak causes havoc to the world economy, the U.S. is trying to prepare for the onslaught of new cases. U.S. politicians crafted shelter-in-place orders in various states and shut down a decent fraction of American industries. Now politicians are penning an enormous bailout...
Kik Backs Away From Jury Trial Request in SEC Fight Over $100M Token Sale
23.3.2020
Kik had previously asked for a jury trial to make its case against the SEC. Now it's seeking a summary judgment
CSS Can Influence Screenreaders
23.3.2020
Ben Myers covers some clear examples of where CSS totally changes what some screen readers announce. For example, some screenreader will see text-transform: uppercase; on a button label that says "Add" and read it like an abbreviation, "A.D.D."
These cases of CSS messing with our screenreader...
Report: Top Blockchain Use Cases Are in Payments, Security and Settlements
19.3.2020
A new report has indicated the major benefits of blockchain and DLT, according to financial institutions using the tech
UK Police Reports 562 Cases of Bitcoin-Related Blackmail Over Last Two Years
19.3.2020
New reports show 562 accounts of Bitcoin blackmail over 2018 and 2019
Judge Calls Out Kleiman Attorneys Over ‘Excessive’ Fees in Craig Wright Case
19.3.2020
The Florida judge has now approved fees and expenses amounting to about a quarter of the amount claimed
Ethereum Community Grapples With Coronavirus as EthCC Cases Tick Upward
16.3.2020
A number of attendees who contracted COVID-19 at an Ethereum conference in Paris have gone public with their diagnoses in what some are calling an act of "radical transparency."
50 Companies Back New Cryptocurrency Project Competing With Facebook’s Libra
13.3.2020
Some members of the Libra Association are now backing a rival project called Celo, which has its own blockchain and cryptocurrency. Over 50 major companies have pledged their support, each pursuing a diverse set of use cases. The project claims that the combined reach of all members exceeds...
Programming Sass to Create Accessible Color Combinations
12.3.2020
We are always looking to make the web more accessible. Color contrast is just math, so Sass can help cover edge cases that designers might have missed.
The post Programming Sass to Create Accessible Color Combinations appeared first on CSS-Tricks
Considerations When Choosing Fonts for a Multilingual Website
10.3.2020
As a front-end developer working for clients all over the world, I've always struggled to deal with multilingual websites — especially cases where both right-to-left (RTL) and left-to-right (LTR) are used. That said, I’ve learned a few things along the...
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...