Search
The Single Page App Morality Play
7.10.2021
Baldur Bjarnason brings some baby bear porridge to the discussion of Single Page App (SPA) vs. Multi Page App (MPA).
Single-Page-Apps can be fantastic. Most teams will mess them up because most teams operate in dysfunctional
…
The post The Single Page App Morality Play appeared first...
Bitcoin's $50K resistance to become support in Q4 — Bloomberg commodity strategist
6.10.2021
BTC price surged toward $55,000 on Wednesday even as traditional risk assets such as stocks tumbled and the dollar rose
Considerations for Using Markdown Writing Apps on Static Sites
6.10.2021
If you run or have recently switched to a static site generator, you might find yourself writing a lot of Markdown. And the more you write it, the more you want the tooling experience to disappear so that …
The post Considerations for Using Markdown Writing Apps on Static Sites appeared...
The Options for Password Revealing Inputs
6.10.2021
In HTML, there is a very clear input type for dealing with passwords:
<input type="password"
If you use that, you get the obfuscated bullet-points when you type into it, like:
••••••••
That’s the web trying to help with security. If …
The post The Options for Password Revealing...
Scroll Shadows With JavaScript
6.10.2021
Scroll shadows are when you can see a little inset shadow on elements if (and only if) you can scroll in that direction. It’s just good UX. You can actually pull it off in CSS, which I think is …
The post Scroll Shadows With JavaScript appeared first on CSS-Tricks. You can support...
Robinhood launches 24/7 phone support, crypto users included
5.10.2021
An influx of new users to the trading app and high demand for crypto products had previously resulted in longer customer service wait times
Conditional Border Radius In CSS
5.10.2021
Ahmad Shadeed documents a bonafide CSS trick from the Facebook CSS codebase. The idea is that when an element is the full width of the viewport, it doesn’t have any border-radius. But otherwise, it has 8px of border-radius. …
The post Conditional Border Radius In CSS appeared first...
Edward Snowden Says Bitcoin Up 10x Since He Tweeted About Buying It, China’s Ban Makes BTC Stronger
5.10.2021
Privacy activist and whistleblower Edward Snowden says that bitcoin is up about 10 times since he tweeted about buying it. Bitcoin is stronger “despite a coordinated global campaign by governments to undermine public understanding of — and support for — cryptocurrency,”...
Branching Strategies in Git
5.10.2021
In this article I'm going to talk about branching strategies and different types of Git branches. I’m also going to introduce you to two common branching workflows: Git Flow and GitHub Flow.
The post Branching Strategies in Git appeared first on CSS-Tricks. You can support CSS-Tricks by being...
ct.css — Performance Hints via Injected Stylesheet Alone
5.10.2021
This is some bonafide CSS trickery from Harry that gives you some generic performance advice based on what it sees in your <head> element.
First, it’s possible to make a <style> block visible like any other element by changing the …
The post ct.css — Performance Hints...
Cosmos (ATOM) Faces Pressure From Both Resistance and Support!
5.10.2021
When we talk about cryptocurrency, one of the most basic thoughts we have is the mining process. The process of using shared computer processing resources to solve blocks and validate cryptocurrency was a revolutionary idea at the beginning. But with changing times, there is a serious requirement...
Quickly Testing CSS Fallbacks
4.10.2021
Dumb trick alert!
Not all browsers support all features. Say you want to write a fallback for browsers that doesn’t support CSS Grid. Not very common these days, but it’s just to illustrate a point.
You could write the supporting …
The post Quickly Testing CSS Fallbacks appeared...
Animation Techniques for Adding and Removing Items From a Stack
4.10.2021
Animating elements with CSS can either be quite easy or quite difficult depending on what you are trying to do. Changing the background color of a button when you hover over it? Easy. Animating the position and size of an …
The post Animation Techniques for Adding and Removing Items From...
ShopTalk Goes Video
4.10.2021
Dave and I slapped up a little videos section of the ShopTalk website. Twelve so far! They are short-ish, between 10-20 minutes, each focused on one fairly specific thing. We’re kinda just dipping our toes here — we don’t …
The post ShopTalk Goes Video appeared first...
Bitcoin and Ethereum Consolidate Gains, AXS Surges
4.10.2021
e USD 3,250 support. XRP is stuck between the USD 1.00 and USD 1.08 levels. ADA might correct lower to test the USD 2.12 support zone.Total market capitalizationSource: https://www.tradingv
Laos to Study Digital Currency With Help From Japanese Fintech, Report Reveals
3.10.2021
The central bank of Laos intends to explore issuing its own digital currency, according to a media report that provided details on the plan. A study on the matter will commence soon and will be conducted with the support of a fintech startup based in Japan. Central Bank of Laos Joins Race...
US Lawmakers Urge Fed Chair Jerome Powell to Support Crypto Innovation
3.10.2021
Several U.S. lawmakers have called on Federal Reserve Chairman Jerome Powell to support cryptocurrency innovation. “The Federal Reserve must work to support domestic innovation … Our government should never be in the business of thwarting innovation.” Members of Congress Urge...
Links on React and JavaScript II
1.10.2021
How To Use The Vite Build Tool with React — Vite is hot, in part, because it’s based on esbuild and wickedly fast. It’s from Evan You of Vue fame, but it’s not a Vue-specific tool. Here, NARUHODO covers how
…
The post Links on React and JavaScript II appeared first...
Using the platform
1.10.2021
I'm certainly not dogmatic about it, but I think if you can pull of a project with literally zero build process, it feels good while working on it and feels very good when you come back to it months/years later and can just pick up and go.
The post Using the platform appeared first on CSS-Tricks....
Working With Built-in GraphQL Directives
1.10.2021
Directives are one of GraphQL’s best — and most unspoken — features.
Let’s explore working with GraphQL’s built-in schema and operation directives that all GraphQL spec compliant APIs must implement. They are extremely useful if you are working with a …
The post Working With Built-in...