Bundling Strapi & Nuxt: E-Commerce Tutorial with Snipcart
Build a Strapi e-commerce app using Nuxt.js & Snipcart with this step-by-step tutorial. Read this to learn more about these tools and try out our live demo!
I have a list:
<ul>
<li>milk</li>
<li>butter</li>
<li>eggs</li>
<li>orange juice</li>
<li>bananas</li>
</ul...
WordPress related posts and custom post types loop
This Wordpress loop will show related posts based on the current posts categories. It will include custom post types and exclude the current post and duplicates.
How To Deregister & Dequeue Stylesheets and Scripts
In the recent article, we have talked about register & enqueue Stylesheets and Scripts in WordPress and Genesis child theme. However, sometimes.. we need to Deregister and Dequeue some stylesheet and scripts to remove unwanted files which is increasing the load time of the site. Deregister and Dequeue works when…
How to Separate Content from Website Code | Stackbit Blog
It's much easier to maintain a site over time when the content is separate from the code. Walk through that process using a real example with Eleventy.
CSS keyframe animations are incredibly flexible and powerful, but they’re also a bit weird. In this deep-dive tutorial, we'll learn how CSS keyframes work from the ground up, and see how to use them to build high-quality animations.
In Praise of the Unambiguous Click Menu | CSS-Tricks
I still remember my excitement when I learned how to build a hover-triggered submenu with just CSS. (It was probably after reading this 2003 article from
Whether you call them sentence forms, narrative forms, fill-in-the-blank forms, or Mad Libs forms, you are probably describing a form where the fields are interspersed within words in a sentence. Unlike more traditional forms, laid out with simple pairings of labels and fields, these forms are meant to be read…
New Boilerplate Speeds Up Building “Nearly Headless” WordPress Themes – WP Tavern
Alex Standiford, a WordPress developer at AffiliateWP, has released a boilerplate for what he is calling a “nearly headless” WordPress theme. It uses Underpin ,Nicholas, and AlpineJS to…
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to
I am working on an SMS app and need to be able to convert the sender's phone number from +11234567890 to 123-456-7890 so it can be compared to records in a MySQL database.
The numbers are stored ...
CSS Pseudo Commas: Exploring comma rules in nouns and verbs
This is a primary strategy to spread list items into a sentence with proper formatting (punctuation and conjunction). These are, of course, for decorat...