Blog (Page 12 of 19)
-
VS Code or VS Codium - Which should I choose?
You may have heard of VS Codium as an alternative to VS Code and may be wondering which you should choose. Which one is best for you?
-
How to create a slick CSS animation from The Marvelous Mrs Maisel
This time, I will animate a title sequence from The Marvelous Mrs. Maisel from Episode 2 of Season 4. It has a cool kind of curtain swipe affect.
-
VS Code - You don’t need a formatting extension (Prettier and friends)
You can use the built-in formatters for a growing number of languages. You may not need an extension!
-
Spring clean your home directory! Or should you? 🌻🧹🤔
I like things organized. Ideally, my home directory will only have a handful of files and directories, and I know what they are. This is NOT the case!
-
Add a smart back to top button to your website 👓🔝
A back to top button helps users navigate to the top of long pages. I want to show you a smart version that stays out of the reader’s way!
-
VS Code - What’s the deal with the telemetry?
VS Code collects telemetry data to help understand Microsoft how to improve the product. Is it above board? Can I turn it off completely?
-
Detect scroll direction in vanilla JavaScript
I had a goofy idea. I wanted to animate a website logo so that it would fall over when a user scrolled down. How can you detect scroll direction?
-
How to include browser support data (caniuse) in your blog posts
Wouldn’t it be great to have a simple way to include caniuse data in your posts? Your readers will appreciate it, I’m sure!
-
Native lazy-loading - Why doesn’t the video element have it?
We have the ability to lazy load images and iframes in browsers now via the loading attribute. This is a huge boon for web performance. But why not videos too?
-
Add a ‘skip to main content’ navigation link to your website
To improve the experience of your website for users with disabilities, we can provide a ‘skip to main content’ navigation link. Here’s how to add it.