Search
SEC Chairman Publishes Video Outlining Plan to Regulate Crypto Trading Platforms
30.7.2022
The chairman of the U.S. Securities and Exchange Commission (SEC), Gary Gensler, has published a video explaining how the agency plans to regulate crypto exchanges. “I’ve asked our staff to work directly with the platforms to get them registered and regulated,” the SEC chief...
Scroll Shadows? Pure CSS Parallax? Game Back On.
29.7.2022
Chris calls scroll shadows one his favorite CSS-Tricks of all time. Lea Verou popularized the pure CSS approach using four layered background gradients with some clever background-attachment magic. The result is a slick scrolling interaction that gives users a hint …
Scroll Shadows? Pure...
Recreating MDN’s Truncated Text Effect
28.7.2022
It’s no secret that MDN rolled out a new design back in March. It’s gorgeous! And there are some sweet CSS-y gems in it that are fun to look at. One of those gems is how card components handle truncated …
Recreating MDN’s Truncated Text Effect originally published...
UK National Crime Agency Seizes $33 Million in Cryptocurrency
28.7.2022
The British National Crime Agency (NCA) has revealed that it has seized £26.894 million ($32.75 million) in cryptocurrency. “Criminals increasingly exploited financial technology and crypto assets” that could harm “the U.K.’s economy and institutions,” said...
Report: Digital Currency Exchange Kraken Under Investigation for Violating OFAC Sanctions
27.7.2022
On Tuesday, a newly published report details that the cryptocurrency exchange Kraken is under federal investigation for allegedly violating U.S. sanctions, according to five people familiar with the matter. The unknown sources explained that the inquiry into Kraken started in 2019, and it’s...
Since 2014, Roughly 42% of Failed Crypto Exchanges Have Disappeared Without a Trace for No Apparent Reason
25.7.2022
Just recently, coinjournal.net published a report that shows the number of cryptocurrency exchanges that have failed during the last eight years. Interestingly, the researcher’s data shows that 42% of failed crypto asset trading platforms disappeared without a trace, giving users...
FTX to Help Voyager Customers, CEO Says Firm Willing to Deploy ‘Hundreds of Millions’ to Help Crypto Industry
24.7.2022
The founder and CEO of the leading exchange FTX, Sam Bankman-Fried has offered to give early liquidity to Voyager Digital’s customers, according to an announcement FTX published on July 22. Furthermore, Bankman-Fried discussed the crypto industry with CNBC in an exclusive interview,...
Q2 2022 Cryptocurrency Report Highlights Terra’s Collapse and Capital Exiting the Crypto Ecosystem
23.7.2022
On July 13, the dedicated crypto price tracking, volume, and market capitalization web portal Coingecko published the company’s “Q2 2022 Cryptocurrency Report” which discusses the last quarter’s crypto market action and insights. The 46-page report explains how the Terra...
Why I Chose Angular to Build a URL Shortener
22.7.2022
URL Shorteners are tools we use to make links shorter than they actually are. With a URL Shortener, you can transform a long link (maybe for a registration form or article) into a shorter version.
Behind the scenes, the long …
Why I Chose Angular to Build a URL Shortener originally published...
Roundup of Recent Document Outline Chatter
21.7.2022
It’s not everyday that HTML headings are the topic de jour, but my folder of saved links is accumulating articles about the recently merged removal of the document outline algorithm in the WHATWG Living Standard.
First off, you should know …
Roundup of Recent Document Outline Chatter...
Logical Properties for Useful Shorthands
20.7.2022
Michelle Barker with my favorite sorta blog post: short, practical, and leaves you with a valuable nugget for your time. Here, she gets into logical property shorthands in CSS, particularly those that set lengths just on a single axis, …
Logical Properties for Useful Shorthands originally...
Globant Survey: Most Gamers Believe Metaverse Will Change the Gaming Industry Positively
18.7.2022
A survey published by Globant, a software development firm, and Yougov, found that most gamers believe that metaverse will change the gaming industry in a positive way. The survey, which consulted the opinion of 1,000 PC, console, and mobile gamers, also found that most gamers are still...
Yuga Labs Drops Otherside Litepaper — Document Covers the ‘Foundational Principles’ of the Metaverse Platform
17.7.2022
Following the introduction of the Otherside metaverse and the apecoin (APE) launch, Yuga Labs, the creators of the Bored Ape Yacht Club (BAYC) non-fungible tokens (NFTs), published the Otherside’s litepaper. The team says the “document serves as a starter guide for the Otherside...
Finder’s Fintech Experts Predict Cardano Will End the Year at $0.63 per Unit
15.7.2022
Following the recently published bitcoin price prediction report issued by the product comparison web portal finder.com, the site’s researchers polled 53 financial technology (fintech) specialists in order to forecast the future value of cardano (ADA). According to the survey’s...
How stroke-dasharray Patterns Work
15.7.2022
Say you have a line in SVG:
<svg<line x1="0" y1="30" x2="500" y2="30" stroke-color="#f8a100" /</svg
You can use the stroke-dasharray property in CSS to make dashes:
line {
stroke-dasharray: 5;
}
That 5 value is a relative unit based …
How stroke-dasharray Patterns...
Blockchain Company Polygon Chosen to Participate in Disney’s 2022 Accelerator Program
14.7.2022
The blockchain company Polygon has been chosen to join Disney’s Accelerator program, according to a Walt Disney Company blog post published on Wednesday. The company’s 2022 Disney Accelerator initiative is a business development program that aims to “accelerate the growth...
Office Spaces
14.7.2022
I think it’s super timely that Jim Nielson wrote about his office space the other day. My family recently re-rooted in Colorado and I was up late last night setting up my desk and everything around it. So late, in …
Office Spaces originally published on CSS-Tricks. You should get...
Finder’s Bitcoin Prediction Report Expects BTC to Bottom at $13,676 and End the Year at $25,473
14.7.2022
According to the latest crypto prediction report published by the product comparison platform finder.com, 77% of 53 fintech specialists polled in the report say cryptocurrency markets are officially in a “crypto winter.” The poll further explains that only 29% of the report’s...
React Hooks: The Deep Cuts
13.7.2022
Hooks are reusable functions. They allow you to use state and other features (e.g. lifecycle methods and so on) without writing a class. Hook functions let us “hook into” the React state lifecycle using functional components, allowing us to manipulate …
React Hooks: The Deep Cuts originally...
In Praise of Shadows
12.7.2022
Our dear friend Robin has a new essay called In Praise of Shadows. Now, before you hop over there looking for nuggets on CSS box shadows, text shadows, and shadow filters… this is not that. It’s an essay …
In Praise of Shadows originally published on CSS-Tricks. You should...