Search
Netherlands seeks input on crypto tax monitoring laws to align with EU
25.10.2024
The Dutch government wants to align its data collection rules for crypto service providers with the rest of the EU, saying it would “create more transparency.”
Netherlands seeks input on crypto tax monitoring laws to align with EU
25.10.2024
The Dutch government wants to align its data collection rules for crypto service providers with the rest of the EU, saying it would “create more transparency.”
How to Make a “Scroll to Select” Form Control
25.9.2024
The <select> element is a fairly straightforward concept: focus on it to reveal a set of <option>s that can be selected as the input’s value. That’s a great pattern and I’m not suggesting we change it. That said, I …
How to Make a “Scroll to Select” Form...
Two Ways to Create Custom Translated Messaging for HTML Forms
11.9.2024
HTML forms come with built-in ways to validate form inputs and other controls against predefined rules such as making an input required, setting min and max constraints on range sliders, or establishing a pattern on an email input to check …
Two Ways to Create Custom Translated Messaging...
Quick Hit #18
10.9.2024
PSA: Today’s the day that Google’s performance tools officially stops supporting the First Input Delay (FID) metric that was replaced by Interaction to Next Paint (INP).…
Quick Hit #18 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should...
Time Travelling CSS With :target
9.9.2024
Checkbox and radio button hacks are the (in)famous trick for creating games using just CSS. But it turns out that other elements based on user input can be hacked and gamified. There are very cool examples of developers getting creative with CSS...
HTML Attribute to Allow/Disallow Handwriting Input
12.8.2024
A new explainer for a new HTML attribute to handle handwritten inputs. Like this:
<input type="text" handwriting="true" ... <input type="text" handwriting="false" ... <textarea handwriting="" ... <!-- evaluates to "true" --<div contenteditable...
IRS Shares New Crypto Tax Form, Invites Industry Input
9.8.2024
The U.S. Internal Revenue Service (IRS) has released an updated draft version of the tax form crypto brokers and investors will use to report proceeds from certain transactions, the 1099-DA
Wazirx Prepares Poll for User Input on Resuming Withdrawals and Trading
24.7.2024
Indian crypto exchange Wazirx is setting up a poll to let customers decide on reopening the platform for withdrawals, deposits, and trading. “Some options have emerged to help with the recovery which we’re exploring,” said Wazirx co-founder Nischal Shetty. “We’re...
Zimbabwe seeks public input to shape crypto regulations
12.6.2024
In a news release by Bloomberg, Zimbabwe has declared its agenda to embark on consultation on the functioning of cryptoassets. This move comes when the government puts measures to regulate this sector. In a statement published in the state-owned Herald Newspaper, all players in the cryptocurrency...
Zimbabwe consults crypto firms on virtual asset regulation needs
12.6.2024
The Zimbabwean government hopes to create a regulatory structure tailored to country’s specific needs and conditions
OpenAI’s latest upgrade essentially lets users livestream with ChatGPT
14.5.2024
A major ChatGPT upgrade, dubbed GPT Omni, allows the chatbot to interpret video and audio in real-time and speak more convincingly like a human
EU Securities Watchdog Considers Including Crypto in Investment Products, Expanding Market Access
9.5.2024
The EU securities watchdog is seeking input from stakeholders on the potential inclusion of crypto assets in investment products.
The post EU Securities Watchdog Considers Including Crypto in Investment Products, Expanding Market Access appeared first on Cryptonews
SEC Initiates Consultations on Rule Change for Bitcoin Trading Options
26.4.2024
The SEC has initiated a new phase of discussions regarding a proposed rule alteration for the trading of options on Bitcoin exchange-traded funds (ETFs) while also inviting public input on the matter.
The post SEC Initiates Consultations on Rule Change for Bitcoin Trading Options appeared first...
Introduction of XSY, a part of Input Output Global
29.2.2024
XSY, the most recent enterprise established by Input Output Global, is being introduced. Another noteworthy development is that IOG appointed David Marley as the COO and W. Sean Ford as the CEO. This pertains to an emerging stablecoin initiative. An economic engine that seeks to bring...
Public Input Sought by SEC on Bitwise, Grayscale Bitcoin ETF Options
24.2.2024
The SEC has opened the floor for public comments regarding a proposed rule change that would allow the listing and trading of options for Bitcoin exchange-traded funds (ETFs).
The post Public Input Sought by SEC on Bitwise, Grayscale Bitcoin ETF Options appeared first on Cryptonews
Isle of Man Seeks Public Input in Effort To Tighten Crypto Assets Regulation
13.2.2024
The Isle of Man has rolled out a public consultation on possible crypto assets regulation to protect investors in the jurisdiction. In a Feb 13 release, financial authorities in the self-governing British Crown dependency sought models to expand its laws on crypto assets in line with global...
Hong Kong Seeks Input on OTC Crypto Trading Rules
8.2.2024
Hong Kong on Thursday announced a consultation on regulating over-the-counter (OTC) crypto trading. The Financial Services and the Treasury Bureau consultation seeks to establish a conceptual framework for licensing virtual asset OTC services. Under the regime, operators would be mandated to obtain...
Detect Caps Lock with JavaScript
6.2.2024
Anyone is capable of having their caps lock key on at any given time without realizing so. Users can easily spot unwanted caps lock when typing in most inputs, but when using a password input, the problem isn’t so obvious. That leads to the user’s password being incorrect, which is...
Extract a Number from a String with JavaScript
16.1.2024
User input from HTML form fields is generally provided to JavaScript as a string. We’ve lived with that fact for decades but sometimes developers need to extract numbers from that string. There are multiple ways to get those numbers but let’s rely on regular expressions to extract those...