Search
Web Unleashed is Back! (Use Coupon Code “CSS-Tricks” for 50% Off)
28.9.2021
(This is a sponsored post.)
Now in its tenth year (!!!), Web Unleashed is one of the top events for web devs. It’s coming up quick: October 20-22, 2021.
The lineup is amazing. You’ll hear from leaders in …
The post Web Unleashed is Back! (Use Coupon Code “CSS-Tricks”...
Bitcoin and Ethereum Recovery Stalls, Altcoins Struggle
28.9.2021
rer" href="https://www.tradingview.com/symbols/ETHUSD/">ETH topped near USD 3,150 and it is back below USD 3,000. XRP is also moving lower towards USD 0.90 and USD 0.88. ADA is struggling to stay above the USD 2.12 support.Total market capitalizationSource: https://www.tradingview.com
Tonic (Component Framework)
27.9.2021
I enjoy little frameworks like Tonic. It’s essentially syntactic sugar over <web-components /> to make them feel easier to use. Define a Class, template literal an HTML template, probably some other fancy helpers, and you’ve got a component …
The post Tonic (Component...
Collecting Email Signups With the Notion API
27.9.2021
A lot of people these days are setting up their own newsletters. You’ve got the current big names like Substack and MailChimp, companies like Twitter are getting into it with Revue, and even Facebook is getting into the …
The post Collecting Email Signups With the Notion API appeared first...
Binance to Support Komodo Network Upgrade and Hard Fork
27.9.2021
Binance recently announced support for the upcoming Komodo Network upgrade and hard fork. The development will take place once the network surpasses a block height of 2,588,672. Komodo will stop the deposits and withdrawal features from 27th September at 11:30 UTC. With the latest announcement...
LD Capital Establishes $50M FOF for Supporting High-Quality Blockchain Funds Worldwide Including 1kx
25.9.2021
PRESS RELEASE. LD Capital announced it established a 50 million US dollars FOF towards supporting high-quality blockchain funds worldwide. Besides the financial support, hundreds of the projects invested by LD Capital will be shared as resources to the participated funds with post-investment...
Bhutan Partners With Ripple to Pilot Digital Ngultrum on a Private Ledger
25.9.2021
The Central Bank of Bhutan, the Royal Monetary Authority (RMA), has partnered with Ripple to start testing a model of its central bank digital currency (CBDC) using Ripple’s technology. The test will be using Ripple’s own CBDC private ledger, to support similar use cases. The pilot...
Systems for z-index
24.9.2021
Say you have a z-index bug. Something is being covered up by something else. In my experience, a typical solution is to put position: relative on the thing so z-index works in the first place, and maybe rejigger the z-index…
The post Systems for z-index appeared first on CSS-Tricks. You...
The Self Provisioning Runtime
24.9.2021
Big thoughts on where the industry is headed from Shawn Wang:
Advancements in two fields — programming languages and cloud infrastructure — will converge in a single paradigm: where all resources required by a program will be automatically provisioned, and
…
The post The Self...
Comparing Methods for Appending and Inserting With JavaScript
24.9.2021
Let’s say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps you’ve used some of them, like append, appendChild, insertAdjacentHTML, or innerHTML.
The difficult thing …
The post Comparing Methods for Appending...
Our Learning Partner: Frontend Masters
24.9.2021
Frontend Masters has been our learning partner for a couple of years now. I love it. If you need structured learning to up your web development skills, Frontend Masters is the place. It works so well because we don’t offer …
The post Our Learning Partner: Frontend Masters appeared...
Bitcoin Drops Towards USD 41K, Ethereum and Altcoins Dive Against BTC
24.9.2021
in a day. Besides, most major altcoins are accelerating lower. ETH is down 11% and it broke the USD 2,800 support zone. XRP is down 9% and it could revisit the USD 0.850 support. ADA decli
Twitter Launches Bitcoin Tipping Feature, Explores NFT Authentication
24.9.2021
Twitter has begun rolling out “Tips,” a feature that allows users to send bitcoin or cash tips. The rollout begins with iOS users with Android coming soon. The company is also planning support for non-fungible token (NFT) authentication. Twitter Rolls Out ‘Tips’ With...
What is Your Page Title on a Google Search Engine Results Page?
23.9.2021
Whatever Google wants it to be. I always thought it was exactly what your <title> element was. Perhaps in lieu of that, what the first <h1> on the page is. But recently I noticed some pages on this site that …
The post What is Your Page Title on a Google Search Engine Results...
Working With GraphQL Caching
23.9.2021
If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or “GraphQL doesn’t care about caching.” And for most, that is a big deal.
The official …
The post Working With GraphQL Caching appeared first...
Learn How to Build True Edge Apps With Cloudflare Workers and Fauna
23.9.2021
(This is a sponsored post.)
There is a lot of buzz around apps running on the edge instead of on a centralized server in web development. Running your app on the edge allows your code to be closer to …
The post Learn How to Build True Edge Apps With Cloudflare Workers and Fauna appeared...
Former Monero Developer Spagni Released From US Prison, Pledges to Address Fraud Allegations
23.9.2021
Former Monero developer Riccardo Spagni has been released from a U.S. prison where he reportedly spent “sixty-one days in solitary confinement.” The developer’s release was prompted by the failure of South African authorities “to make a timely submission in support of...
Bitcoin Takes Support From the Moving Average of 100 Days
23.9.2021
Bitcoin is among the least volatile cryptocurrency as compared to others and gives an unsaid level of confidence. While others rely on their technology, upgrades, and upscaling abilities, BTC has become a digital gold with consistently higher values despite carrying no substantial weightage. In...
Polkadot Takes Support From Its Moving Average of 200 Days
23.9.2021
The blockchain network being called Polkadot has shortened the cryptocurrency name to just DOT. Currently trading at just 20% below its recent highs of $39.31, Polkadot has the potential to multiply its market value and make a new all-time high in the near term. As of now, the price action is...
Container Units Should Be Pretty Handy
23.9.2021
Container queries are going to solve this long-standing issue in web design where we want to make design choices based on the size of an element (the container) rather than the size of the entire page. So, if a container …
The post Container Units Should Be Pretty Handy appeared first...