Search

Nalezeno "inputs": 23

Rare 2010 Bitcoin Block Reward Stirs After 13 Years of Dormancy


On July 24, 2023, a block reward from 2010 was transferred for the first time in 13 years, marking this month’s first expenditure of dormant bitcoin from that year. So far this year, a total of nine such block rewards from the 2010 era have been spent, resulting in the transfer of...

What do you get for using a search input type?


Like this: <input type="search"> You get an extra-round-y appearance in Safari, which at one time matched the macOS look for search inputs, but not really anymore. I don’t hate the look, except… Safari totally ignores the font-size you set on … The post What do you...

The Options for Password Revealing Inputs


In HTML, there is a very clear input type for dealing with passwords: <input type="password" If you use that, you get the obfuscated bullet-points when you type into it, like: •••••••• That’s the web trying to help with security. If … The post The Options for Password Revealing...

HTML Inputs and Labels: A Love Story


Most inputs have something in common — they are happiest with a companion label! And the happiness doesn’t stop there. Forms with proper inputs and labels are much easier for people to use and that makes people happy too. A… The post HTML Inputs and Labels: A Love Story appeared first...

Supercharging Number Inputs


Speaking of number scrubbing (i.e. adding mouse UX to number inputs), you can also add better keyboard commands to number inputs. Kilian Valkhof explains how he added up and down arrows to a number input, as well as modifier keys to change how much the keys increment the value, like Emmet does....

Creating an Accessible Range Slider with CSS


The accessibility trick is using <input type="range"> and wrestling it into shape with CSS rather than giving up and re-building it with divs or whatever and later forget about accessibility. The most clever example uses an angled linear-gradient background making the input look like...

Auto-Growing Inputs & Textareas


By default, <input> and <textarea> elements don't change size based on the content they contain. In fact, there isn't any simple HTML or CSS way to make them do that. Kinda funny, as that seems like a reasonable use-case. But of course, there are ways, my friend. There are always...

Custom Styling Form Inputs With Modern CSS Features


It’s entirely possible to build custom checkboxes, radio buttons, and toggle switches these days, while staying semantic and accessible. We don’t even need a single line of JavaScript or extra HTML elements! It’s actually gotten easier lately than it has been in the past. Let’s take a look. Here’s...

How to Obscure Bitcoin Cash Transaction Data by Leveraging Cashfusion


Bitcoin Cash developers recently released the alpha software for Cashfusion, a privacy-preserving feature added to the Electron Cash wallet. During the last week, crypto proponents and developers have been testing the protocol regularly in order to find issues and provide the Cashfusion team with...

Bitcoin Cash Gets Significant Privacy Boost With Cashfusion Alpha Launch


On January 17, the BCH developer known as Acidsploit announced the launch of the highly anticipated Cashfusion alpha. Interested parties can reach out to the Cashfusion developers via the team’s Telegram group to become an alpha tester. The news of the launch excited the BCH community a great...

Multi-Thumb Sliders: General Case


The first part of this two-part series detailed how we can get a two-thumb slider. Now we'll look at a general multi-thumb case, but with a different and better technique for creating the fills in between the thumbs. And finally, we'll dive into the how behind the styling a realistic 3D-looking...

Multi-Thumb Sliders: Particular Two-Thumb Case


This is a concept I first came across a few years back when Lea Verou wrote an article on it. Multi-range sliders have sadly been removed from the spec since, but something else that has happened in the meanwhile is that CSS got better — and so have I, so I recently decided to make my...

How to Shuffle BCH and Keep Your Transactions Private With Cashshuffle


As blockchain surveillance becomes more prevalent, cryptocurrency advocates have created ways to make digital currency transactions more private. Bitcoin Cash (BCH) has an application called Cashshuffle, which allows users to shuffle their BCH with other fractions of BCH to obfuscate...

Datalist is for suggesting values without enforcing values


Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea. But this little story is about something...

Color Inputs: A Deep Dive into Cross-Browser Differences


In this article, we'll be taking a look at the structure inside <input type='color'> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. Having a good understanding of this input allows us to evaluate whether a certain cross-browser...

Everything You Ever Wanted to Know About inputmode


The inputmode global attribute provides a hint to browsers for devices with onscreen keyboards to help them decide which keyboard to display when a user has selected any input or textarea element. <input type="text" inputmode="" /> <textarea inputmode="" /> Unlike changing the type...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace