Search
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...
Insurance Company Sued for Refusing to Cover $7.5 Million Bitcoin Ransom Payment
12.7.2022
A British jeweler has sued its insurance company for refusing to cover a bitcoin ransom payment of $7.5 million. The jeweler paid the hackers to prevent sensitive customer data from being published. Insurance Company Faces Lawsuit for Refusing to Cover Bitcoin Ransom Payment A luxury British...
Technical Writing for Developers
11.7.2022
HTML, CSS, JavaScript, Python, PHP, C++, Dart — there are so many programming languages out there and you may even be totally fluent in several of them! But as we aim to write more and better code, the way we …
Technical Writing for Developers originally published on CSS-Tricks. You should...
Hong Kong to Introduce Licensing for Crypto Platforms Through AML Law
10.7.2022
New legislation tailored to regulate the crypto space in Hong Kong aims to implement a licensing regime for crypto service providers. The respective changes to the region’s anti-money laundering (AML) rules have been submitted to its legislature while a recently published report examines...
US Treasury Delivers Crypto Framework to Biden as Directed in Executive Order
10.7.2022
The U.S. Treasury Department has delivered a framework for crypto assets to President Joe Biden, fulfilling its obligation as directed in the executive order on crypto that the president issued in March. U.S. Treasury Secretary Delivers Crypto Framework to Biden The U.S. Department of the Treasury...
Report: Blockchain.com CEO Reveals Company Lost $270 Million From 3AC Exposure
8.7.2022
According to a report published on July 8, the cryptocurrency firm Blockchain.com lost $270 million from exposure to the crypto hedge fund Three Arrows Capital (3AC). The news was shared in a recent letter to shareholders written by the company’s CEO Peter Smith. The Blockchain.com executive...
Keyfi Founder Sues Celsius — Says Crypto Lender’s Entire Portfolio Had ‘Naked Exposure to the Market’
8.7.2022
On July 7, 2022, the pseudonymous non-fungible token (NFT) collector known as “0xb1” published a Twitter thread that discusses the collector’s true identity and his relationship with the crypto lending firm Celsius. According to 0xb1, otherwise known as Jason Stone, his team...
Collective Nouns for the Web
1.7.2022
Melanie Sumner has this super-specific collection of web-related nouns for describing a group or set of something. You know how there’s a school or fish or a herd of cows? Same sort of thing, but for funny web jargon.
Things …
Collective Nouns for the Web originally published...
Single Element Loaders: Going 3D!
1.7.2022
For this fourth and final article of our little series on single-element loaders, we are going to explore 3D patterns. When creating a 3D element, it’s hard to imagine that just one HTML element is enough to simulate something like...
Bunny Fonts
30.6.2022
Bunny Fonts bills itself as the “privacy-first web font platform designed to put privacy back into the internet.”According to its FAQ:
With a zero-tracking and no-logging policy, Bunny Fonts helps you stay fully GDPR compliant and puts your user’s personal
…
Bunny Fonts...
Text-overflow: ellipsis considered harmful
30.6.2022
Eric Eggert:
There are a few legitimate use cases for this technique. For example, you might have a table with titles and descriptions. To preserve more space for the title, you constrain the description to one line on small
…
Text-overflow: ellipsis considered harmful originally...