Search
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...
Levels of Fix
20.7.2020
On the web, we have the opportunity to do work that fixes things for people. It’s fascinating to me how different the scope of those fixes can be.
Consider the media query prefers-reduced-motion. Eric wrote:
I think it’s also worth pointing out the true...
Bitcoin Breakout on July 22? 5 Things to Watch for BTC Price This Week
20.7.2020
Analysts predict that the end of Bitcoin’s compression cycle will hit within days as price action continues to preserve $9,000 support
Three Things You Should Know About Different Cryptocurrency Derivative Products
15.7.2020
The text below is an advertorial article that was not written by Cryptonews.com journalists.
The advent of crypto has changed the financial game in so many ways. It has made life easier by introducing problem-solving tools that use blockchain technology.
The crypto and stock markets are similar...
Stocks, Greed and Exuberance: 5 Things to Watch in Bitcoin This Week
13.7.2020
Bitcoin price remains stable above $9,000 as data increasingly points to irrationally optimistic behavior on correlated stock markets
Frontity is React for WordPress
9.7.2020
Some developers just prefer working in React. I don’t blame them really, because I like React too. Maybe that’s what they learned first. I’ve been using it long enough there is just some comfort to it. But mostly it is the strong component model that I like. There is just...
How to Make a List Component with Emotion
8.7.2020
I’ve been doing a bit of refactoring this week at Sentry and I noticed that we didn’t have a generic List component that we could use across projects and features. So, I started one, but here’s the rub: we style things at Sentry using Emotion, which I have only passing experience with and...
WooCommerce on CSS-Tricks
7.7.2020
I always get all excited when I accomplish something, but I get extra excited when I get it done and think, “well, that was easy.” As much as I enjoy fiddling with technology, I enjoy reaping the benefit of well set-up technology even more. That’s why I still get so excited about...
Improving Chromium’s browser compatibility in 2020
7.7.2020
This is exactly what I love to hear from any browser vendor:
When it comes to browser compatibility, there are still too many missing features and edge-case bugs. But it doesn’t have to be this way. Things can and will get better, if browser vendors can understand what is causing the most...