Search
Digital Dollar Likely Won't Be Part of Retail Banking World, US Lawmaker Says
21.9.2022
A digital dollar, or central bank digital currency issued by the Federal Reserve, shouldn't necessarily be a retail banking offering, U.S. Congressman Jim Himes tells CoinDesk
CSS Checkerboard Background… But With Rounded Corners and Hover Styles
20.9.2022
On one hand, creating simple checkered backgrounds with CSS is easy. On the other hand, though, unless we are one of the CSS-gradient-ninjas, we are kind of stuck with basic patterns.
At least that’s what I thought while staring at …
CSS Checkerboard Background… But With Rounded...
Making a Real-Time Clock With a Conic Gradient Face
19.9.2022
Gradients have been a part of the CSS spectrum for quite some time now. We see a lot of radial and linear gradients in a lot of projects, but there is one type of gradient that seems to be a …
Making a Real-Time Clock With a Conic Gradient Face originally published on CSS-Tricks, which...
Spanish Soccer First Division Laliga to Be Featured in Decentraland’s Metaverse
16.9.2022
Laliga, the Spanish soccer first division organization, has established a strategic partnership with Stadioplus and Vegas City Limited, two metaverse-related companies, to digitize part of its activities to offer new experiences in Decentraland, an Ethereum-based metaverse. With this move, Laliga...
Square Enix Exploring Blockchain Game Development as Part of Oasys Project Partnership
16.9.2022
Square Enix, one of the biggest Japan-based gaming companies, has inked a partnership with Oasys, a Web3-oriented blockchain project. As part of this partnership, Square Enix will be part of the first 21 validators of the Oasys network, and will explore new possibilities regarding developing...
Powers On… Insider trading with crypto is targeted — Finally! Part 2
15.9.2022
"Frankly, it’s about time that the SEC and U.S. attorney’s offices focused on real crimes and fraud."
More Details on `details`
15.9.2022
A lot of chatter around the ol’ <details> and <summary> elements lately! I saw Lea Verou recently tweet an observation about the element’s display behavior and that sorta splintered into more observations and usage notes from folks, including a revived …
More...
Guide to real-life crypto OGs you’d meet at a party (Part 2)
14.9.2022
"I think OGs are hard core believers who went all-in when nobody else was paying attention to the space."
When is it OK to Disable Text Selection?
14.9.2022
Using CSS, it’s possible to prevent users from selecting text within an element using user-select: none. Now, it’s understandable why doing so might be considered “controversial”. I mean, should we be disabling standard user behaviors? Generally speaking, no, we …
When is it OK to Disable...
WebKit Features in Safari 16.0
13.9.2022
Whew boy, Safari 16 is officially out in the wild and it packs in a bunch of features, some new and exciting (Subgrid! Container Queries! Font Palettes!) and others we’ve been waiting on for better cross-browser support (Motion Path! Overscroll …
WebKit Features in Safari 16.0...
The Basics of Remix
13.9.2022
You’ve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but it was originally only available as a subscription-based premium …
The Basics of Remix originally published on CSS-Tricks, which...
Indian Authorities Unfreeze Wazirx’s Bank Accounts, the Crypto Exchange Says
13.9.2022
India’s Enforcement Directorate (ED) has unfrozen the bank accounts of cryptocurrency exchange Wazirx, the company said. The accounts were frozen as part of the federal agency’s investigation into 16 fintech companies and instant loan apps. Wazirx Says Its Bank Accounts Are...
Building Interactive Figma Widgets
12.9.2022
Figma has always encouraged collaboration between developers and designers. It strives on an endless treasury of community-made plugins. Need 3D elements? There’s a plugin for that. Need abstract SVGs? There’s a plugin for that, too.
That said, the design part...
China to Crack Down on Copyright Infringement Through NFTs
10.9.2022
Authorities in China are going after creators of digital collectibles based on other people’s works of art, the use of which was not authorized. The government offensive is part of a campaign to combat online copyright infringement and piracy with the participation of several departments....
Canadian Crypto Exchange Sues Users for Return of Bitcoin Misappropriated During Software Glitch
10.9.2022
Canadian crypto exchange Coinberry, part of Kevin O’Leary’s Wonderfi, has sued 50 customers for the return of the bitcoin they obtained without paying during a software glitch. “Coinberry contacted all of the said 546 affected registered users by email and demanded the return...
MicroStrategy Files to Sell Up to $500M of Stock to Fund Bitcoin Purchases
9.9.2022
The deal is a sign Executive Chairman Michael Saylor isn't backing off his audacious plan to turn his software developer into a bitcoin proxy
How I Made a Pure CSS Puzzle Game
9.9.2022
I recently discovered the joy of creating CSS-only games. It’s always fascinating how HTML and CSS are capable of handling the logic of an entire online game, so I had to try it! Such games usually rely on the ol’ …
How I Made a Pure CSS Puzzle Game originally published on CSS-Tricks, which...
Insiders’ guide to real-life crypto OGs: Part 1
8.9.2022
What’s New With Forms in 2022?
8.9.2022
Browsers are constantly adding new HTML, JavaScript and CSS features. Here are some useful additions to working with forms that you might have missed…
requestSubmit()
Safari 16 will be the final browser to add support for requestSubmit.
Before we …
What’s New With Forms in 2022? originally...
Overlapping Bar Charts
7.9.2022
As the name suggests, overlapping charts visualize two different sets of data in a single diagram. The idea is that the overlapping bars allow us to compare data, say, year-over-year. They are also useful for things like tracking progress for …
Overlapping Bar Charts originally published...