Search
Coinbase Goes Down as Bitcoin Approaches 2019 Highs
28.10.2020
Coinbase has halted trading on its platform as bitcoin crawls to 2019 highs
How to Recreate the Ripple Effect of Material Design Buttons
12.10.2020
When I first discovered Material Design, I was particularly inspired by its button component. It uses a ripple effect to give users feedback in a simple, elegant way.
How does this effect work? Material Design’s buttons don’t just sport a neat ripple animation, but the animation also...
The Flavors of Object-Oriented Programming (in JavaScript)
28.9.2020
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for you.
The post The Flavors of Object-Oriented...
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
Modifying Specific Letters with CSS and JavaScript
10.9.2020
Changing specific characters can be a challenge in CSS. Often, we’re forced to implement our desired changes one-by-one in HTML, perhaps using the span element. But, in a few specific cases, a CSS-focused solution may still be possible. In this article, we’ll start by looking at some CSS-first...
Menu Reveal By Page Rotate Animation
8.9.2020
There are many different approaches to menus on websites. Some menus are persistent, always in view and display all the options. Other menus are hidden by design and need to be opened to view the options. And there are even additional approaches on how hidden menus reveal their menu items. Some...
Analysts Predict US Presidential Election Outcome Could Collapse Dollar, Boost Bitcoin and Gold
25.8.2020
Analysts have predicted a bearish outlook for the U.S. dollar as the country’s 2020 presidential election approaches. One analyst says gold will correct with Donald Trump’s victory followed by the collapse of the U.S. dollar. Bitcoin, on the other hand, stands to gain from the election....
Litecoin Gets Bullish Speculation, at Last, as Upgrade Approaches
17.8.2020
"The upcoming privacy upgrade would leave litecoin valuations around all time highs," one industry analyst said
Bulls Stampede Toward $12K Bitcoin Price as Weekly Close Approaches
16.8.2020
Bitcoin price continues to meet resistance at the $12K level, will bulls break through it before the weekly close?
Cardano’s ADA Price Continues Upward Push as Goguen Upgrade Approaches
16.7.2020
ADA’s price has rallied on the base of Shelley and “smarter contracts,” but mainstream adoption is still a faraway goal
Focus on USDT and DeFi as 5-Year Anniversary of Ethereum Approaches
14.7.2020
Five years following the launch of ETH in 2015, and the future of the blockchain may lay in DeFi and USDT, according to industry experts
Crypto Exchanges See Big Drop in Volumes as Bitcoin Volatility Approaches 2020 Low
7.7.2020
Crypto exchange volumes could continue falling should volatility remain at these low levels, said CryptoCompare CEO Charles Hayter
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...
First Steps into a Possible CSS Masonry Layout
18.5.2020
It’s not at the level of demand as, say, container queries, but being able to make “masonry” layouts in CSS has been a big ask for CSS developers for a long time. Masonry being that kind of layout where unevenly-sized elements are layed out in ragged rows. Sorta like a typical...
HEX Still Can't Shake Scam Label as Token Approaches $1B Market Cap
15.5.2020
A market cap surge from April still leaves HEX critics labeling the cryptocurrency a borderline Ponzi scheme
Top Experts Make Bitcoin Price Predictions as BTC Halving Approaches
8.5.2020
Sentiment seems to be leaning to a big upside for Bitcoin following the looming block reward halving
Bitcoin Price Pushes to Clear $7,750 as Key Weekly Close Approaches
26.4.2020
Bitcoin price continues to consolidate but a drop below $7,475 would warrant a retest of recent lows
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
Bitcoin Approaches $7K as U.S. Passes New $480B Stimulus Package
22.4.2020
Bitcoin has risen back close to $7,000 as the U.S. Senate's approval of new coronavirus stimulus package buoys stocks
Building a Scalable CSS Architecture With BEM and Utility Classes
21.4.2020
Maintaining a large-scale CSS project is hard. Over the years, we’ve witnessed different approaches aimed at easing the process of writing scalable CSS. In the end, we all try to meet the following two goals:
Efficiency: we want to reduce the time spent thinking about how things should...