Search
JavaScript Operator Lookup
9.11.2020
Okay, this is extremely neat: Josh Comeau made this great site called Operator Lookup that explains how JavaScript operators work. There are some code examples to explain what they do as well, which is pretty handy.
My favorite bit of UI design here are the tags at the bottom of the search...
Uquid Launch the Defi Shopping Stake (DSS) and Defito Finance (DTO)
21.9.2020
The trouble with many current DeFi projects is that while they eliminate traditional institutions from the mix, they instead transfer ultimate control over to a select group of insiders who have their financial motives and agendas. It’s an arrangement that’s ripe for abuse,...
Coinbase to Offer Bitcoin-Based Cash Loans of up to $20,000 Across 17 US States
14.8.2020
U.S. crypto exchange Coinbase will start offering bitcoin-backed cash loans to select customers as early as next month. Investors can borrow up to 30% of the bitcoin they hold on the exchange, or a maximum $20,000, it said. In a blog post on August 13, Coinbase unveiled its new crypto lending...
A General Strategy on How to Select a Crypto Fund, Part 2
9.8.2020
There are about 800 crypto funds today, making it a daunting task for investors to decide how to invest
A General Strategy on How to Select a Crypto Fund, Part 1
3.8.2020
A basic framework of useful metrics to assess the true risk of a crypto fund as a quantitative screening tool
Over 2,500 Austrian Merchants Can Now Accept Cryptocurrency Payments
4.7.2020
More than 2,500 merchants in Austria can accept three types of cryptocurrencies via the payment processor Salamantex. The company explained that the system was tested with a number of select A1 5Gi network shops. Since the Covid-19 outbreak, contactless payments have been trending more so than they...
Striking a Balance Between Native and Custom Select Elements
12.6.2020
Here’s the plan! We’re going to build a styled select element. Not just the outside, but the inside too. Total styling control. Plus we’re going to make it accessible. We’re not going to try to replicate everything that the browser does by default with a native <select> element. We’re going...
Chrome 83 Form Element Styles
3.6.2020
There have been some aesthetic changes to what form elements look like as of Chrome 83. Anything with gradient colorization is gone (notably the extra-shiny <meter stuff). The consistency across the board is nice, particularly between inputs and textareas. Not a big fan of the new <select...
Radio Buttons Are Like Selects; Checkboxes Are Like Multiple Selects
20.5.2020
I was reading Anna Kaley’s “Listboxes vs. Dropdown Lists” post the other day. It’s a fairly straightforward comparison between different UI implementations of selecting options. There is lots of good advice there. Classics like that you should use radio buttons (single...
Click Once, Select All; Click Again, Select Normally
29.4.2020
A bonafide CSS trick from Will Boyd!
Force all the content of an element to be selected when clicked with user-select: all;
If you click a second time, let the user select just parts of the text as normal.
Second click? Well, it’s a trick. You’re really using a time-delayed...
CSS :nth-of-class selector
23.3.2020
That's not a thing.
But it kinda is!
Bram covers how frustrating .bar:nth-child(2) is. It's not "select the second element of class .bar." It's "select the second element if it also has the class .bar." The good news? There is a real selector that does the former:
:nth-child(2 of .bar) { }
Safari...
Stop Using “Dropdown”
16.3.2020
Adrian Roselli notes that it might actually mean:
A <select> menu
An ARIA Listbox, Combobox, Menu, or Disclosure Widget
An input with a <datalist>
An input with autocomplete
A <details><summary> block
An accordion
Flyout navigation
In my own usage, I tend to mean...
HTML: The Inaccessible Parts
29.2.2020
<input type="number", <input type="date", <input type="search", <select multiple, <progress, <meter, <dialog, <details<summary, <video, <div onclick, <div aria-label, <a href<divBlock Links</div</a, aria-controls...
Select an Element with a Non-Empty Attribute
5.2.2020
Short answer:
[data-foo]:not([data-foo=""] {
Longer answer (same conclusion, just an explanation on why we might need this):
Say you have an element that you style with a special data-attribute:
<div data-highlight="product"</div
You want to target that element and do special things when...
Gotta Select’em All
3.1.2020
I suspect it is not highly known that CSS can control how text is selected. You can do user-select: none; to prevent some text from being selected. That's probably not terribly good UX in general, but perhaps you use some period (.) characters as decoration or something, I could see preventing...
OKEx Launches Bitcoin Options Trades for Select Clients Ahead of January Launch
26.12.2019
Malta-based crypto exchange OKEx is launching Bitcoin options for select invited traders before the product’s public rollout in Jan. 2020
Making a Better Custom Select Element
11.12.2019
We just covered The Current State of Styling Selects in 2019, but we didn't get nearly as far and fancy as Julie Grundy gets here. There is a decent chunk of JavaScript that powers it, so I'm still very much eyeballing browsers' recent interest in giving us more powerful selects in (presumably)...
WDRL — Edition 278: Cname Cloaking, Dark mode favicons, a guide to mastery, and better custom select fields
5.12.2019
Hey,
It’s interesting to reflect on our own behaviour: We can often enough catch ourselves complaining or ranting about other people — some of them we know personally, some we don’t. I’m currently reading a (German) book that’s written mostly for farmers but I can’t stop thinking...
Web Scraping Made Simple With Zenscrape
28.11.2019
Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and CAPTCHA-solving is involved. However, the scraped data is very often needed by people that are non-coders: Marketers, Analysts, Business Developers etc.
Zenscrape is an easy-to-use...
Danske Bank Caught Using Gold Bullion to Launder Illicit Funds
10.11.2019
The Danish financial institution Danske Bank has been embroiled in a massive money-laundering scandal associated with an Estonian branch that allegedly laundered $223 billion in an eight-year period. According to documents uncovered this week stemming from 2012, Danske Bank’s Estonian branch...