What’s the Backup Plan for Your WordPress Site?

Of all the reasons we love and use Jetpack for CSS-Tricks—a poster child WordPress site—is that we can sleep easy at night knowing we have real-time backups running with Jetpack Backup. That way, no matter what, everything …

The post What’s the Backup Plan for Your WordPress Site? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/whats-the-backup-plan-for-your-wordpress-site/

4y | CSS tricks
React Component Tests for Humans

React component tests should be interesting, straightforward, and easy for a human to build and maintain. Yet, the current state of the testing library ecosystem is not sufficient to motivate developers to write consistent JavaScript tests for React components. Testing …

The post React Component Tests for Humans appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/react-component-tests-for-humans/

4y | CSS tricks
To the brain, reading computer code is not the same as reading language

One of the things I do when teaching beginning front-end development is ask students to describe what it’s like to read HTML. I give them pretty basic markup for a long-form article, and ask them to read it twice: first …

The post To the brain, reading computer code is not the same as reading language appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://www.sciencedaily.com/releases/2020/12/201215131236.htm

4y | CSS tricks
Getting Deep into Shadows

Let’s talk shadows in web design. Shadows add texture, perspective, and emphasize the dimensions of objects. In web design, using light and shadow can add physical realism and can be used to make rich, tactile interfaces. Take the landing page …

The post Getting Deep into Shadows appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/getting-deep-into-shadows/

4y | CSS tricks
Clipping Scrollable Areas On The inline-start Side

On a default left-to-right web page, “hanging” an element off the right side of the page (e.g. position: absolute; right: -100px;) triggers a horizontal scrollbar that scrolls as far as needed to make that whole element visible. But if …

The post Clipping Scrollable Areas On The inline-start Side appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://ishadeed.com/article/clip-scrollable-areas-inline-start/

4y | CSS tricks
Use CSS Variables instead of React Context

Turns out you can use several different libraries to pass color information around components. Or, you could use custom properties, built right into CSS, have no decline in your own developer experience, and deliver a faster experience to your users. …

The post Use CSS Variables instead of React Context appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://epicreact.dev/css-variables/

4y | CSS tricks
Three Ways to Blob with CSS and SVG

Blobs are the smooth, random, jelly-like shapes that have a whimsical quality and are just plain fun. They can be used as illustration elements and background effects on the web. So, how are they made? Just crack open an illustration …

The post Three Ways to Blob with CSS and SVG appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/three-ways-to-blob-with-css-and-svg/

4y | CSS tricks
Mistakes I’ve Made as an Engineering Manager

I’ve been a manager for many years at companies of different scale. Through these experiences, I’ve done my share of learning, and made some mistakes along that way that were important lessons for me. I want to share those with …

The post Mistakes I’ve Made as an Engineering Manager appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/mistakes-ive-made-as-an-engineering-manager/

4y | CSS tricks
Recipe websites, data modeling, and user experience

Simeon Griggs with some nice UX ideas for a recipe website:

No math. Swap between units and adjust servings on-the-fly. Offer alternative ingredients. Re-list the ingredient amounts when they’re referenced in the instructions.

I totally agree, especially on that last …

The post Recipe websites, data modeling, and user experience appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://www.simeongriggs.dev/designing-a-more-complete-recipe-website

4y | CSS tricks
Barebones CSS for Fluid Images

Zach takes a look at some fundamental HTML+CSS usage for fluid, responsive images. Most of it, I’d say, is what you’d expect, but things get weird when srcset gets involved. I poked my way through, and in addition to the …

The post Barebones CSS for Fluid Images appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://www.zachleat.com/web/fluid-images/

4y | CSS tricks

Chercher