Search
CUBE CSS
11.6.2020
A CSS methodology from Andy Bell:
The most important part of this methodology is the language itself: CSS. It’s key to note its existence in the name because some alternative approaches, such as BEM—which I have enjoyed for many years—can veer very far away from Cascading Style Sheets. I love CSS...
Flexbox-like “just put elements in a row” with CSS grid
21.5.2020
It occurred to me while we were talking about flexbox and gap that one reason we sometimes reach for flexbox is to chuck some boxes in a row and space them out a little.
My brain still reaches for flexbox in that situation, and with gap, it probably will continue to do so. It’s worth noting...
Wild Satoshi Theories: The Curious Case of Bitcoin Block 3654 from 2009
21.5.2020
On Wednesday, 50 bitcoin mined on February 9, 2009, was moved from the original address to a new address. The movement of coins caused a great commotion throughout the cryptocurrency community, as some individuals assumed it may have been the mysterious Satoshi Nakamoto. However, skeptics believe...
Bitcoin’s Third Halving Complete: Reward Cut Surprisingly Faster Than Previous Time Estimates
11.5.2020
The Bitcoin blockchain has experienced its third block reward halving on May 11, 2020, at approximately 3:21 p.m EST, even though quite a few countdown clocks estimated that the halving would occur on May 12. Bitcoin miners now get 6.25 BTC per block rather than the 12.5 BTC they acquired before...
CoinTracking Launches Two Powerful, Free Plug-ins for Crypto Traders
1.5.2020
Though the top cryptocurrency exchanges offer charts, many don’t offer the analytical features crypto traders need to make good trading decisions. To help fill this need, CoinTracking has partnered with two companies that specialize in cryptocurrency analytics: IntoTheBlock and Cryptosheets....
Google Profits off Impersonations of Banned Cryptocurrency Celebs and Companies
1.5.2020
Cryptocurrency companies are banned on Google but the platform is allowing phishing sites to impersonate them. London-based bitcoin exchange Coin Corner showed that a fraudulent site mimicking it is allowed on Google’s advertising platform though its own evidence-backed appeals of legitimacy...
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
CSS Findings From The New Facebook Design
7.4.2020
Ahmad Shadeed digs around the new Facebook’s front-end code.
One that stood out to me:
.element {
inset: 4px 0;
/* Which is equivalent to: top: 4px, bottom: 4px, left: 0, right: 0 */
}
Whaaat? This is the first I’ve heard of the inset property. Ahmad said he saw it working...
4 Virtual Crypto Conferences You Can Attend From Home
26.3.2020
The crypto industry has had to quickly adapt to the escalating coronavirus pandemic, with major conferences postponed, canceled or hastily reformatted for the virtual realm. Due to its disproportionately high number of remote workers, though, the industry is more geared up for this new paradigm...
Add Beautiful Images with the Unsplash API
26.3.2020
Perhaps you know Unsplash? I'd wager it's the most popular stock photography site out there for two big reasons:
Every photo on there is pretty darn nice
Every photo is entirely free even for commercial use. You don't have to ask permission or even credit it (although that's appreciated).
Here's...
XRP Starts the Day on a Mild Bullish Note Though Bears Can’t Be Ignored
17.3.2020
XRP has declined by almost 50% this month; the coin is struggling to stay above $0.14 since the last few days Ripple tested support level at its yearly low price point recently when the whole market tumbled Today, XRP coin has shown some stable momentum; however, it faced rejection above $0.1511...
Considerations When Choosing Fonts for a Multilingual Website
10.3.2020
As a front-end developer working for clients all over the world, I've always struggled to deal with multilingual websites — especially cases where both right-to-left (RTL) and left-to-right (LTR) are used. That said, I’ve learned a few things along the...
Industry Execs Claim Freshly Minted ‘Virgin Bitcoins’ Fetch 20% Premium
8.3.2020
A few blockchain surveillance companies like Cyphertrace have recently published reports on criminal activities tied to bitcoin usage and the studies mentioned the topic of “virgin bitcoins.” According to industry executives, freshly minted bitcoins with no transaction history can sell...
Bitcoin Price Rally Continues Despite Hurdles Though BTC Pulls Back to 9K
3.3.2020
BTC heads to complete the bullish trendline after the recently halted price correction Last 4 hours have been out and out bullish for Bitcoin amid positive technical indicators The daily chart shows how the leading crypto coin is struggling to climb above $9000 again; BTC has even tested...
Where to Learn WordPress Theme Development
28.2.2020
Over a decade ago, I did a little three-part video series on Designing for WordPress. Then I did other series with the same spirit, like videocasting the whole v10 redesign, a friend's website, and even writing a book. Those are getting a little long in the tooth though. You might still learn from...
Let’s Say You Were Going to Write a Blog Post About Dark Mode
26.2.2020
This is not that blog post. I'm saying let's say you were.
This is not a knock any other blog posts out there about Dark Mode. There are lots of good ones, and I'm a fan of any information-sharing blog post. This is more of a thought exercise on what I think it would take to write a really great...
Git Branch Autocompletion
4.2.2020
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue. Regardless of the pattern you use, having a feature like autocomplete...
The Controversial S2F Model Predicts Bitcoin Price Will Reach 100,000 USD Within 2 Years
4.2.2020
The current price of BTC is roughly in line with the popular stock-to-flow (S2F) system for technical analysis, and if the trend continues some speculate the price of the asset could reach $100,000 within the next two years. Though the S2F tool is still a controversial metric, and various groups...
Innovation Can’t Keep the Web Fast
31.1.2020
Every so often, the fruits of innovation bear fruit in the form of improvements to the foundational layers of the web. In 2015, HTTP/2 became a published standard in an effort to update an aging protocol. This was was both necessary and overdue, as HTTP/1 rendered web performance as an arcane sort...