Search
Stop Using “Dropdown”
16.3.2020
Adrian Roselli notes that it might actually mean:
A <select> menu
An ARIA Listbox, Combobox, Menu, or Disclosure Widget
An input with a <datalist>
An input with autocomplete
A <details><summary> block
An accordion
Flyout navigation
In my own usage, I tend to mean...
Bitcoin Prints Bullish Price Pattern With Move Above $9K
5.3.2020
Bitcoin's bulls look to have established a secure foothold above $9,000, confirming a bullish inverse head-and-shoulders breakout
How We Created a Static Site That Generates Tartan Patterns in SVG
4.3.2020
Tartan is a patterned cloth that’s typically associated with Scotland, particularly their fashionable kilts. On tartanify.com, we gathered over 5,000 tartan patterns (as SVG and PNG files), taking care to filter out any that have explicit usage restrictions.
The idea was cooked up by Sylvain...
When CSS Blocks
28.2.2020
Tim Kadlec:
One particular pattern [for loading non-critical CSS] I’ve seen is the preload/polyfill pattern. With this approach, you load any stylesheets as preloads instead, and then use their onload events to change them back to a stylesheet once the browser has them ready.
So you're...
Bitcoin Faces Further Losses if Bulls Can’t Disrupt Bearish Chart Pattern
25.2.2020
Bitcoin has formed a bearish head-and-shoulders pattern with neckline support at $9,400
The Hooks of React Router
12.2.2020
React Router 5 embraces the power of hooks and has introduced four different hooks to help with routing. You will find this article useful if you are looking for a quick primer on the new patterns of React Router. But before we look at hooks, we will start off with a new route rendering...
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...
Litecoin Completes Bullish Chart Pattern
31.1.2020
After surging well 20% over the past 7 days, litecoin (LTC) is now one of the best-performing coins this week among the top 20 cryptocurrencies by market capitalization.
Over the past 24 hours, LTC is up by almost 4%, trading at about USD 66 as of pixel time (13:26 UTC). And following the latest...
Sticky Table of Contents with Scrolling Active States
30.1.2020
Say you have a two-column layout: a main column with content. Say it has a lot of content, with sections that requires scrolling. And let's toss in a sidebar column that is largely empty, such that you can safely put a position: sticky; table of contents over there for all that content in the main...
Bitcoin Price Rally to $9K in Danger as a Double Top Pattern Appears
16.1.2020
#Bitcoin price failed to gain above $9K, leading some traders to expect a minor correction to the $8.4K to $8.3K where the price may bounce
Will Bitcoin Halving Pattern Repeat Itself This Year?
12.1.2020
Juan Villaverde is an econometrician and mathematician devoted to the analysis of cryptocurrencies since 2012. He leads the Weiss Ratings team of analysts and computer programmers who created Weiss cryptocurrency ratings.
_____
In financial markets, it’s rarely possible to know, in advance...
Domain-Driven Design With React
16.12.2019
There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth is that we can do better. Let’s take a look at one pattern you might consider using to architect your site.
At first, you might split...
Bullish Bitcoin Chart Pattern Still Intact Despite 7% Price Drop
2.12.2019
Bitcoin has erased more than 45 percent of last week's rally, but a bullish chart pattern is still valid
Stellar (XLM) Struggles to Maintain a Price Recovery; Traces a Lower Low Pattern
20.11.2019
Stellar has traced a bearish trend line today, despite the overall market rebound XLM has faced a rejection above $0.0662; price recovery faces hurdles The coin has recently found support at $0.0642; price rebound crosses above the 50-day SMA line The early morning price moves of XLM price today...
The Tools are Here
19.11.2019
Heading into 2020, it occurs to me that I've now been making websites for 20 years. Looking back on that time, it seems as though our practices have been in near-constant churn, and that our progress did not always seem linear. But ultimately, even the missteps and tangents along the way have...
Bitcoin Price Key Pattern Is Suggesting 68% Chance of Bullish Reversal
18.11.2019
A falling wedge pattern for Bitcoin price suggests a 68% chance of a bullish reversal in the short-term
Market Update: Crypto Prices Improve After 3-Week Downtrend
17.11.2019
Digital currency markets have been trending downward in a triangular pattern since the 40% spike that took place on October 25. Following the three-week downtrend, cryptocurrency traders are quietly playing positions while patiently waiting for the next market signals. Also Read: The Bank of Google...
Bitmain Aims to Build a 300MW Texas Mining Farm
23.10.2019
The Beijing-based Bitmain Technologies and DMG Blockchain Solutions announced the launch of a 25MW mining facility in Rockdale, Texas. The new mine aims to bolster Bitmain’s international expansion which will soon expand to 50MW of processing power and then extend the operation’s...
The Silk Road Investigation: A ‘Pattern of Bad Behavior and Double Agents’
23.10.2019
Kathryn Haun, a general partner at U.S. venture capital firm Andreessen Horowitz, has revealed in recent interviews how she helped take down the Silk Road when she was working for the Attorney General’s office. According to her accounts, the U.S. government agency also asked her to help...
Wufoo Cracks the Code for Forms So You Don’t Have To
8.10.2019
There was a lot of buzz about forms last week when Jason Grisby pointed to a missing pattern attribute on Chipotle's order form that could have been used to help-through millions of dollars in orders. Adrian Roselli followed that up with the common mistake of forgetting for and id attributes...