Search
Is Web Design Easier or Harder Than it was 10 Years Ago?
20.12.2019
Is it harder or easier to build a website now than 10 years ago? Has the bar gone up or down? I don't have any data for you, but I can shell out some loosey-goosey opinions.
HTML
HTML5 was the only big HTML change in the last decade, and it wasn't particularly dramatic. It's cool it's the looser...
How Bitcoin Applies to The Sovereign Individual Thesis
24.11.2019
Just before the internet became a massive display of human ingenuity and networking, a few individuals anticipated the emergence of tools that would help progress the end of politics and the nation states. 22 years ago, much like Nostradamus, Isaac Newton, Gerald Celente, and Carl Jung’s...
JAMstack, Fugu, and Houdini
19.11.2019
What has me really excited about building websites recently is the fact that we, as front-end developers, have the power to do so much more. Only a few years ago, I would need a whole team of developers to accomplish what can now be done with just a few amazing tools.
Although...
Bitcoin.com Wallet App Marks Over Five Million Wallets Created
14.11.2019
The Bitcoin.com Wallet has now achieved a major milestone with over 5 million wallets created since the app launched just a little over two years ago. An upcoming version of the digital wallet app will add SLP token support and additional features. Also Read: Video: Bitcoin Cash Lets You Buy Equity...
Making an Audio Waveform Visualizer with Vanilla JavaScript
12.11.2019
As a UI designer, I’m constantly reminded of the value of knowing how to code. I pride myself on thinking of the developers on my team while designing user interfaces. But sometimes, I step on a technical landmine.
A few years ago, as the design director of wsj.com, I was helping to re-design...
Hello Fenix!
11.11.2019
Over seven years ago I made the massive career leap to Mozilla. Two years ago I realized a dream of joining the Firefox DevTools team — it’s been a rewarding adventure helping to improve the Firefox DevTools Debugger and other super helpful tools. I’m frightened, excited,...
How Bitcoin’s Peer-to-Peer Cash System Was Revealed 11 Years Ago
31.10.2019
On October 31, 2008, on the eve of Halloween, Satoshi Nakamoto published the Bitcoin whitepaper. Since then the revolutionary design of the network has changed the lives of many and has transformed how we look at money today. Also read: China Ranks 35 Crypto Projects as President Xi Pushes...
11 Years Ago Today Satoshi Nakamoto Published the Bitcoin White Paper
31.10.2019
Bitcoin white paper turns 11 years old
If You’d Bought These Coins in 2014, This Is What You’d Have Made
11.10.2019
Fall is here, and it’s a good time for reflection, regrouping and gearing up for the coming new year. In the case of crypto, looking back at the markets of the past puts things into similar perspective. An examination of the top 10 cryptocurrencies of just five years ago sheds light on...
Taxation Isn’t Just Theft – It’s Bad for Crypto Adoption
18.9.2019
Crypto awareness is reaching levels almost unimaginable just years ago, with telecommunications giants, big banks, mainstream media, and even professional sports teams now discussing and flouting digital assets. AT&T now allows customers to pay their phone bills in bitcoin, Japanese SMS giant...
caniemail.com
15.9.2019
As long as I can remember the main source for feature support in HTML email clients is Campaign Monitor's guide. Now there is a new player on the block: caniemail.com.
HTML email is often joked about in how you have to code for it in such an antiquated way (<table>s! really!) but that's...
Satoshi Comparisons Surface After Grin Founder Exits in Similar Circumstances
29.6.2019
Pseudonymous Grin founder Ignotus Peverell has stepped away from the project, reassuring the privacy coin’s community that it is in “safe hands.” The move has sparked inevitable Satoshi Nakamoto comparisons. Bitcoin’s pseudonymous creator used almost identical language eight...
Bitcoins Lost About Three Years Ago In A $1 Billion Bitfinex Hack Start Moving To New Addresses
8.6.2019
Bitfinex hack of 2016 was one of the earliest and biggest ones in the crypto space. Hackers took away 119,756 Bitcoins, which is equal to about $1 billion. Even after repeated efforts, the exchange hasn’t managed to recover any of the funds, other than the 27 BTCs recovered in February this year....
Five-Year-Old Post By A Self-Proclaimed Time Traveler Goes Viral Again; People Claim His Predictions True
29.5.2019
What does the future behold? This is a question that almost every human being on God’s green earth wonders at least once in a day. The mystery of the unseen has fascinated humankind for centuries, and fascination still continues. About five years ago, in 2013, a user posted something which most...
Night Mode with Mix Blend Mode: Difference
27.5.2019
Dark mode designs are all the rage right now but here’s an interesting take: Wei Gao has built a night mode on her own site that uses mix-blend-mode: difference to create an effect that looks like this:
Wei explains how she implemented this technique and the edge cases she encountered along...
A Conspiracy to Kill IE6
6.5.2019
Chris Zacharias published a few notes about why the team at YouTube added a banner that asked users to switch from IE6 to a more modern browser back in 2009:
The bittersweet consequence of YouTube’s incredible growth is that so many stories will be lost underneath all of the layers of new paint....
Revisiting prefers-reduced-motion, the reduced motion media query
30.4.2019
Two years ago, I wrote about prefers-reduced-motion, a media query introduced into Safari 10.1 to help people with vestibular and seizure disorders use the web. The article provided some background about the media query, why it was needed, and how to work with it to avoid creating...
Could Grouping HTML Classes Make Them More Readable?
22.4.2019
You can have multiple classes on an HTML element:
<div class="module p-2"></div>
Nothing incorrect or invalid there at all. It has two classes. In CSS, both of these will apply:
.module { }
.p-2 { }
const div...
Buddy: 15 Minutes to Automation Nirvana
26.3.2019
(This is a sponsored post.)
Deploying a website to the server in 2019 requires much more effort than 10 years ago. For example, here's what needs to be done nowadays to deliver a typical JS app:
split the app into chunks
configure webpack bundle
minify .js files
set up staging environment
upload...
The Bottleneck of the Web
5.3.2019
Steve Souders, "JavaScript Dominates Browser CPU":
Ten years ago the network was the main bottleneck. Today, the main bottleneck is JavaScript. The amount of JavaScript on pages is growing rapidly (nearly 5x in the last 7 years). In order to keep pages rendering and feeling fast, we need to focus...