Search
Blockchain Investments Fell 63% Due to Pandemic
14.8.2020
After heavy funding cuts for blockchain this year, Global 2000 companies are looking to DLT to regain a competitive advantage in the post-coronavirus landscape
Bitcoin Users Leery of Tor: 23% of the Network’s Exit Capacity Compromised
13.8.2020
Hackers are stealing bitcoin through the large-scale use of malicious relays on the Tor network according to a newly published research report on the subject. The researcher dubbed “nusenu” said he warned people about the growing problem in December 2019 but instead of improving...
Halfmoon: A Bootstrap Alternative with Dark Mode Built In
11.8.2020
I recently launched the first production version of Halfmoon, a front-end framework that I have been building for the last few months. This is a short introductory post about what the framework is, and why I decided to build it.
The elevator pitch
Halfmoon is a front-end framework with a...
IOTA Revs Its Engines for Mainnet Upgrade Launch
10.8.2020
Chrysalis is barely a week away from going live
Bitcoin Price Seals Best Weekly Close in 2.5 Years: 5 Things to Know
10.8.2020
Bitcoin has put in a crucial bull market sign for long-term investors as $12,000 returns to the market — can it hold?
More Control Over CSS Borders With background-image
7.8.2020
You can make a typical CSS border dashed or dotted. For example:
.box {
border: 1px dashed black;
border: 3px dotted red;
}
You don’t have all that much control over how big or long the dashes or gaps are. And you certainly can’t give the dashes slants, fading, or animation!...
What does 100% mean in CSS?
7.8.2020
When using percentage values in CSS like this…
.element {
margin-top: 40%;
}
…what does that % value mean here? What is it a percentage of? There’ve been so many times when I’ll be using percentages and something weird happens. I typically shrug, change the value to something else...
JavaScript Fatigue
6.8.2020
From Nicholas Zakas’ newsletter, on how he avoids JavaScript fatigue:
 I don’t try to learn about every new thing that comes out. There’s a limited number of hours in the day and a limited amount of energy you can devote to any topic, so I choose not to learn about anything...
Computed Values: More Than Meets the Eye
5.8.2020
Browser DevTools are indispensable for us front end developers. In this article, we’ll take a look at the Computed tab, a small corner of the DevTools panel that shows us big things, like how relative CSS values are resolved. We’ll also see how inheritance fits into the browser’s...
Making Sense of react-spring
4.8.2020
Animation is one of the trickier things to get right with React. In this post, I’ll try to provide the introduction to react-spring I wish I had when I first started out, then dive into some interesting use cases. While react-spring isn’t the only animation library for React, it’s one of the more...
pTokens project launches pNetwork DAO with staking rewards of 42% APR interest
31.7.2020
London, Friday 31st July 2020 – The pTokens project has today launched the pNetwork DAO, giving holders of the governance token $PNT the opportunity to help govern and influence the future of the DeFi cross-chain solution. pTokens make every cryptocurrency compatible with every blockchain...
Spotting a Trend
31.7.2020
There are tons of smokin’ hot websites out there, with an equal or greater number of talented designers and developers who make them. The web is awesome like that and encourages that sort of creativity.
Even so, it amazes me that certain traits find their way into things. I mean, it makes...
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...
Want to get better at code? Teach someone CSS.
28.7.2020
A friend of mine recently asked me to teach her to code. She was an absolute beginner, having no idea what coding really involves. I decided to start where I started: HTML and CSS. Using CodePen, we started forking Pens and altering them. Soon, a learning path started to unravel.
The aim of this...
CSS Vocabulary
27.7.2020
This is a neat interactive page by Ville V. Vanninen to reference the names of things in the CSS syntax. I feel like the easy ones to remember are “selector,” “property,” and “value,” but even as a person who writes about CSS a lot, I forget some of the others....
Gold, Stimulus and a Futures Gap: 5 Things to Eye in Bitcoin This Week
27.7.2020
Gold builds on all-time highs as markets wait for news from the U.S. Federal Reserve and Bitcoin price volatility returns — where will it go?
Things to Consider When Giving Crypto to Charities or Others
25.7.2020
Here are some important things to know before giving donations in cryptocurrency for charitable purposes
Holy Albatross with Widths
24.7.2020
Heydon’s Holy Albatross is a technique to have a row of elements break into a column of elements at a specific width. A specified parent width, not a screen width like a media query would have. So, like a container query (ya know, those things that don’t exist yet that we...
Ethereum’s 2020 Defi Boom Doubles Active Ether Addresses, But Fees Skyrocket
22.7.2020
The number of active Ethereum addresses has grown aggressively in 2020 because of the decentralized finance (defi) boom. Active Ethereum addresses doubled in size leaving networks like Tron, Cardano, and EOS in the dust. There’s a lot happening in the world of decentralized finance (defi)...
Reactive jQuery for Spaghetti-fied Legacy Codebases (or When You Can’t Have Nice Things)
22.7.2020
I can hear you crying out now: “Why on Earth would you want to use jQuery when there are much better tools available? Madness! What sort of maniac are you?” These are reasonable questions, and I’ll answer them with a little bit of context.
In my current job, I am responsible for the care...