Search
Wells Fargo to Pilot Dollar-Linked Crypto for Internal Settlement
17.9.2019
U.S.-based financial giant Wells Fargo is developing a cryptocurrency that will run on the firm’s first blockchain platform
Where should “Subscribe to Podcast” link to?
14.9.2019
For a while, iTunes was the big dog in podcasting, so if you linked "Subscribe to Podcast" to like:
https://podcasts.apple.com/podcast/id493890455
...that would make sense. It's a web URL anyway, so it will work for anyone and has information about the podcast, as well as a list of recent shows...
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...
Major Korean Bank Clamps Down on Accounts Linked to Crypto Exchanges
1.7.2019
One of South Korea’s biggest banks is reportedly planning to intensify regulations on accounts linked to crypto exchanges
Market Rebound Boosts Adoption of Cryptocurrencies for Payments
27.6.2019
The use of digital assets to make payments is growing, according to a recently published study. It reveals that cryptocurrency’s role as a viable means of payment has been expanding and this year’s market rebound has increased the turnover of crypto payments. The report suggests that...
SEC Moves to Halt Diamond-Linked Crypto ‘Ponzi Scheme,’ Freeze Assets
21.5.2019
The U.S. Securities and Exchange Commission has taken action over what it alleges is a $30 million crypto scam based on supposed diamond investment
Ethereum Classic and Its Projects Linked to Interoperability
21.5.2019
Ethereum Classic (ETC) made a real difference and improved its blockchain to the high standard. The ETC Labs had meanwhile been an important factor in Classic’s development into a powerful asset. The Ethereum classic is a blockchain platform for the next generation for new internet...
Scroll-Linked Animations
29.3.2019
You scroll down to a certain point, now you want to style things in a certain way. A header becomes fixed. An animation triggers. A table of contents appears. To do anything based on scroll position, JavaScript is required right now. You watch the scroll position via a DOM event and alter...
The ineffectiveness of lonely icons
11.2.2019
Icons are great and all, but as we've been shown time and time again, they often don't do the job all by themselves. Even if you do a good job with the accessibility part and make sure there is accompanying text there for assistive technology, in an ironic twist, you might be confusing people...
Multiple Background Clip
30.1.2019
You know how you can have multiple backgrounds?
body {
background-image:
url(image-one.jpg),
url(image-two.jpg);
}
That's just background-image. You can set their position too, as you might expect. We'll shorthand it:
body {
background:
url(image-one.jpg) no-repeat top right,
...
The 10,000 Year Clock Design Principals
8.1.2019
In the new year edition of the Clearleft newsletter, Jeremy Keith linked to the design principals Danny Hillis thought about while considering a clock that would work for 10,000 years.
Here's part of that page, satisfyingly displayed as a <dl>:
Longevity:
Go slow
Avoid sliding friction...
Google Labs Web Components
10.12.2018
I think it's kinda cool to see Google dropping repos of interesting web components. It demonstrates the possibilities of cool new web features and allows them to ship them in a way that's compatible with entirely web standards.
Here's one: <two-up>
I wanted to give it a try, so I linked...
Too Much Accessibility
3.12.2018
I like to blog little veins of thought as I see them. We recently linked to an article by Facundo Corradini calling out a tweet of ours where we used an <em> where we probably should have used an <i>.
Bruce Lawson checks if screen readers are the victims of these semantic...