This article will discuss the best ways to make moving marquee elements in modern web design. A marquee is an infinite section of text and/or visual element (like images) that automatically scrolls horizontally. Despite the […]
prefers-reduced-motion is a helpful accessibility query that every web developer should be using. It checks to see if a users system has been instructed to minimize motion. Some may be negatively impacted by animations such […]
Leadpages is a landing page builder popular with bloggers and businesses alike. Having used this landing page builder for several years, I can say that it is one of the few good tools out there […]
jQuery is a popular JavaScript library that was released well before the era of JavaScript frameworks such as React or Vue. In fact, it came out in 2006 which is 7 years before React came […]
In this resource, we'll show how to easily specify 1/3 width in CSS. Say you want three columns within a container. Typically, people will write 33% into each child element. However 33% * 3 comes […]
In this review, we're going to dive into Debutiy Theme, a free Shopify theme that's incredibly popular with e-commerce store owners. We'll be talking about the features of Debutify theme, so you can make an […]
In this article, we'll discuss how to get rid of the Blinking Text Cursor globally appearing in Chrome. With this issue, the cursor (AKA "the insertion point"), appears when clicking any text or element of […]
Code formatting. Tabs or spaces, semi-colons or no semi-colons. It is a pretty controversial subject to many but it is quite important in some instances. If you are on a team, having a cohesive code […]
In this tutorial, we're going to make a page that snaps from one fullscreen section to another as the user scrolls. This effect was popularized by the fullpage.js library. But now, there are better options […]
There are a few different ways to use JavaScript modules but one of the most widespread approaches is EcmaScript modules, often referred to simply as ES modules. This syntax uses the import and export statements. […]