How do I update each dependency in package.json to the latest version?
I copied package.json from another project and now want to bump all of the dependencies to their latest versions since this is a fresh project and I don't mind fixing something if it breaks. What'...
If you use WordPress, a big change is coming. The impending release of version 5.0 will bring along with it the new Gutenberg editor. It’s poised to become a major step up in terms of the ability to c…
HTML 5.2 has introduced a new <dialog> element for native modal dialog boxes. At first glance, it seems fairly straightforward (and it is), but as I’ve been playing around with it, I’ve found it
How to add web design elements that fade in and out on scroll
For the launch of the second edition of Learn To Code Now, we look at how to create a fading in effect for tags on our page, hiding and showing them as we scroll using Javascript and CSS.
In this tutorial i showed how to use the parallax effect example with html and css. It's very simple. Just watch the tutorial and follow the coding. Source C...
Just a fun, pure CSS exploration of some newer or less common CSS features, including CSS Grid, Flexbox, position: sticky, and Sass (for the random col...
Color me stupid as to why there’s not a single good explanation of the HSB color system online. Two and a half million Google results, but none of them seem ...