Search
MIT's Narula: If Goldman Sachs Likes Bitcoin, We're Doing Something Wrong
3.6.2020
Neha Narula. Source: a video screenshot, Youtube/Telstra Enterprise
Bitcoin (BTC) mainstream adoption is more about people using the underlying Bitcoin network rather than a bunch of wealthy investors and institutions coming in to hold the underlying asset, according to MIT Digital Currency...
Pages for Likes
24.2.2020
I posted about parsing an RSS feed in JavaScript the other day. I also posted about my RSS setup talking about how Feedbin is at the heart of it.
Dave discovered that Feedbin can also produce an RSS feed for all your likes. Likes is a feature of Feedbin, and fortunately also NetNewsWire, which...
Four Layouts for the Price of One
29.1.2020
Pretty notable when a tweet about a flexbox layouts gets 8K+ likes on Twitter!
4 layouts for the price of 1, thanks flex ????
css` form { display: flex; flex-wrap: wrap;
& > input { flex: 1 1 10ch; margin: .5rem;
&[type="email"] { flex: 3...
Use and Reuse Everything in SVG… Even Animations!
28.1.2020
If you are familiar with SVG and CSS animations and started to work with them often, here are some ideas you might want to keep in mind before jumping into the job. This article will be about learning how to build and optimize your code with <use> element, CSS Variables and...
Venezuela President Maduro Is Not Pro-Crypto, He Just Likes Petro
13.11.2019
The president of Venezuela, Nicolas Maduro, is not as pro-crypto as he seems. He just wants to seize the opportunity to promote Petro and deal with hyperinflation
Bitcoin cashback
12.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 12 November, 2019 Thankful “Man only likes to count his troubles, but he does not count his joys.” – Fyodor Dostoevsky D-day! CoinMarketCap's first ever conference, 'The Capital', is now on! Check out the Day 1 […]
The post Bitcoin...
Bitcoin cashback
12.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 12 November, 2019 Thankful “Man only likes to count his troubles, but he does not count his joys.” – Fyodor Dostoevsky D-day! CoinMarketCap's first ever conference, 'The Capital', is now on! Check out the Day 1 […]
The post Bitcoin...
Show Search Button when Search Field is Non-Empty
5.11.2019
I think the :placeholder-shown selector is tremendously cool. It allows you to select the placeholder of an input (<input placeholder="...">) when that placeholder is present. Meaning, the input does not yet have any value. You might think input[value] could do that, or help match on...
The `hidden` Attribute is Visibly Weak
16.10.2019
There is an HTML attribute that does exactly what you think it should do:
<div>I'm visible</div>
<div hidden>I'm hidden</div>
It even has great browser support. Is it useful? Uhm. Maybe. Not really.
Adam Laki likes the semantics of it:
If we use the hidden...
Five Methods for Five-Star Ratings
5.7.2019
In the world of likes and social statistics, reviews are very important method for leaving feedback. Users often like to know the opinions of others before deciding on items to purchase themselves, or even articles to read, movies to see, or restaurants to dine.
Developers often struggle with with...
Split
2.5.2019
Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:
On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This is what users will ultimately interact with.
On the other hand, you’ve got...
Developing a design environment
28.5.2018
Jules Forrest discusses some of the work that her team at Credit Karma has been up to when it comes to design systems. Jules writes:
...in most engineering organizations, you spend your whole first day setting up your development environment so you can actually ship code. It’s generally pretty...
How to build a slide deck in PowerPoint that isn’t god awful
10.5.2018
"Oooh! A PowerPoint Presentation!"
— No one ever
Nobody likes a slide show. I don't even have to back that assertion up with evidence. It's a universal truth — like saying "the sky is blue", "the grass is green" or "The Mummy with Tom Cruise is the worst movie ever made." And if...