Building an Ethereum app using Redwood.js and Fauna

With the recent climb of Bitcoin’s price over 20k $USD, and to it recently breaking 30k, I thought it’s worth taking a deep dive back into creating Ethereum applications. Ethereum, as you should know by now, is a public (meaning, …

The post Building an Ethereum app using Redwood.js and Fauna appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/building-an-ethereum-app-using-redwood-js-and-fauna/

4y | CSS tricks
Proper Tabbing to Interactive Elements in Firefox on macOS

I just had to debug an issue with focusable elements in Firefox. Someone reported to me that when tabbing to a certain element within a CodePen embed, it shot the scroll position to the top of the page (WTF?!). So, …

The post Proper Tabbing to Interactive Elements in Firefox on macOS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/proper-tabbing-to-interactive-elements-in-firefox-on-macos/

4y | CSS tricks
How to Make GraphQL and DynamoDB Play Nicely Together

Serverless, GraphQL, and DynamoDB are a powerful combination for building websites. The first two are well-loved, but DynamoDB is often misunderstood or actively avoided. It’s often dismissed by folks who consider it only worth the effort “at scale.”…

The post How to Make GraphQL and DynamoDB Play Nicely Together appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/how-to-make-graphql-and-dynamodb-play-nicely-together/

4y | CSS tricks
Fading in a Page on Load with CSS & JavaScript

Louis Lazaris demonstrates a very simple way of doing this.

Hide the body (with JavaScript) right away with opacity: 0 Wait for all the JavaScript to execute Unhide the body by transitioning it back to opacity: 1

Like this: CodePen…

The post Fading in a Page on Load with CSS & JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://www.impressivewebs.com/fading-in-page-on-load-with-css-javascript/

4y | CSS tricks
Dynamic, Conditional Imports

With ES Modules, you can natively import other JavaScript. Like confetti, duh: import confetti from 'https://cdn.skypack.dev/canvas-confetti'; confetti(); That import statement is just gonna run. There is a pattern to do it conditionally though. It’s like this: (async () …

The post Dynamic, Conditional Imports appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/dynamic-conditional-imports/

4y | CSS tricks
Two Issues Styling the Details Element and How to Solve Them

In the not-too-distant past, even basic accordion-like interactions required JavaScript event listeners or some CSS… trickery. And, depending on the solution used, editing the underlying HTML could get complicated. Now, the and elements (which combine to form …

The post Two Issues Styling the Details Element and How to Solve Them appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/two-issues-styling-the-details-element-and-how-to-s

4y | CSS tricks
A (terrible?) way to do footnotes in HTML

Terence Eden poked around with a way to do footnotes using the / elements. I think it’s kind of clever. Rather than a hyperlink that jumps down to explain the footnote elsewhere, the details are right there next …

The post A (terrible?) way to do footnotes in HTML appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/a-terrible-way-to-do-footnotes-in-html/

4y | CSS tricks
WordPress.com Business Plan (Business-Class WordPress Hosting + Support from WordPress Experts)

WordPress.com is where you go to use WordPress that is completely hosted for you. You don’t have to worry about anything but building your site. There is a free plan to get started with, and paid plans that offer more …

The post WordPress.com Business Plan (Business-Class WordPress Hosting + Support from WordPress Experts) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/wordpress-com-business-plan/

4y | CSS tricks
I Just Wanna Make Sure You Understand the WordPress.com Business Plan

WordPress.com is where you go to use WordPress that is completely hosted for you. You don’t have to worry about anything but building your site. There is a free plan to get started with, and paid plans that offer more …

The post I Just Wanna Make Sure You Understand the WordPress.com Business Plan appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/i-just-wanna-make-sure-you-understand-the-wordpress-com-business-plan/

4y | CSS tricks
Fixing Smooth Scrolling with Find-on-Page

Back when we released the v17 design (we’re on v18 now) of this site. I added html { scroll-behavior: smooth; } to the CSS. Right away, I got comments like this (just one example):

… when you control+f or

The post Fixing Smooth Scrolling with Find-on-Page appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/fixing-smooth-scrolling-with-find-on-page/

4y | CSS tricks

Chercher