Search
SVG Title vs. HTML Title Attribute
30.7.2020
You know the title attribute? I can do this:
<div title="The Title"I'm a div with a `title`
</div
And now if I’m on a device with a mouse pointer and hover the cursor over that element, I get…
Which, uh, I guess is something. I sometimes use it for things like putting...
Tiny Tax Haven Accounts for $36B of Cross-Border BTC Transactions
12.6.2020
Seychelles-based exchanges moved $36 billion worth of Bitcoin across international borders in 2019
Diverse Illustration
7.6.2020
Hey gang, #BlackLivesMatter.
One tiny way I thought we could help here on this site, aside from our efforts as individuals, is to highlight some design resources that are both excellent and feature Black people. Representation matters.
Here’s one. You know Pablo Stanley? Pablo is a wonderful...
How to Redirect a Search Form to a Site-Scoped Google Search
29.4.2020
This is just a tiny little trick that might be helpful on a site where you don’t have the time or desire to build out a really good on-site search solution. Google.com itself can perform searches scoped to one particular site. The trick is getting people there using that special syntax...
“resize: none;” on textareas is bad UX
30.1.2020
Catalin Rosu:
Sometimes you need to type a long reply that consists of many paragraphs and wrapping that text within a tiny textarea box makes it hard to understand and to follow as you type. There were many times when I had to write that text within Notepad++ for example and then just paste...
New Chainalysis Report Sheds Light on Darknet Markets and the Need for Onchain Privacy
29.1.2020
Darknet market activity hit new highs in 2019, as shown in a new report from blockchain forensics firm Chainalysis. Despite concerted attempts from law enforcement (LE) to crack down on darknet markets (DNMs), coupled with several exit scams, crypto inflows and outflows surpassed $800 million last...
Monopoly Is a Tiny Darknet Market With Big Aspirations
18.1.2020
There’s a certain irony in the smallest market on the darknet being named Monopoly. With less than 150 listings, the monero-friendly Monopoly Market is anything but. What this tiny darknet market (DNM) lacks in size, however, it makes up for in spirit. The cypherpunk ethos permeates this...
Collective #581
17.1.2020
Magical Rainbow Gradients * Tiny Helpers * Dark Isn't Just a Mode * Is reduce() bad?
Collective #581 was written by Pedro Botelho and published on Codrops
Unnecessary Evil: How Government Regulations Kill Crypto Startups and Encourage Crime
16.1.2020
Thanks to the EU’s most recent money laundering directive, a small business called Post-a-coin, which sold cute postcards pre-loaded with tiny amounts of bitcoin, is being forced to shut down. Meanwhile, the most heinous criminals in history are continuing to facilitate violence, trafficking...
Multi-Thumb Sliders: Particular Two-Thumb Case
7.1.2020
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...
Microbrowsers are Everywhere
3.1.2020
The word "microbrowser" clearly got my attention. Never heard that before. Colin Bendell defines them as the little parts of other software that do HTTP requests to a URL to generate a preview. Like the little URL preview in iOS messages, WhatsApp, or Slack.
I'm a tiny bit skeptical of the name...
Music and Web Design
9.12.2019
Brad has a long history in music outside of being a web designer, and draws some interesting parallels. One is that he had reached for more complex music in an effort to become a better musician — and developers can do the same thing. The other is that the composition of music can be seen...
JavaScript ~~
9.12.2019
JavaScript is loaded with tiny syntax tricks to accomplish useful effects. For example, explore any codebase to see !! being used to convert a value to a boolean value. Have you seen ~~ before? Let’s have a look at what it does! We can employ ~~ to trigger a Math.floor operation with those...
This Tiny Crypto Startup Has Lessons for Libra’s ‘Unbanked’ Dreams
18.11.2019
If Facebook’s Libra project truly aims to serve the globe’s 1.7 billion unbanked, Hong Kong-based Bitspark might offer some insights
A Snippet to See all SVGs in a Sprite
8.10.2019
I think of an SVG sprite as this:
<svg display="none">
<symbol id="icon-one"> ... <symbol>
<symbol id="icon-two"> ... <symbol>
<symbol id="icon-three"> ... <symbol>
</svg>
I was long a fan of that approach for icon systems...
Tiny $217 Options Trade on Bitcoin Blockchain Could Be Wall Street’s Death Knell
8.10.2019
Skew., a startup led by an ex-JPMorgan trader, did an S&P 500 options trade on bitcoin’s blockchain to prove the tech works better than Wall Street
Tiny Block Advocates Speak Up After Veriblock ‘Abuses’ Bitcoin’s Block Size
19.9.2019
The BTC community recently celebrated the fact that Segregated Witness (Segwit) transactions accounted for 50% of transactions and bech32 transactions doubled as well. However, the celebration quickly came to an end when a few Bitcoin Core developers found out where the transactions derived from...
Lazy load embedded YouTube videos
20.8.2019
This is a very clever idea via Arthur Corenzan. Rather than use the default YouTube embed, which adds a crapload of resources to a page whether the user plays the video or not, use the little tiny placeholder webpage that is just an image you can click that is linked to the YouTube embed.
It still...
This Tiny Bank Gave Bitcoin to Its Entire Staff. Now It‘s Taking Crypto Clients
9.8.2019
Quontic, a small bank in New York, has started working with crypto firms, joining the very short list of institutions to embrace the sector
WDRL — Edition 271: TTFB, the loading-attribute, tiny houses and work ethics.
9.8.2019
Hey,
The web is quite differently to when I started the newsletter in 2013 with the first edition. Back then, it was all about new features, new clever hacks and techniques how to build better websites. It was crazy at what speed we got new CSS features, and JavaScript evolved. Nowadays, it’s...