Adding Reusable Blocks To WordPress Theme Template Files

Reusable blocks are a powerful tool in the block editor ecosystem, but did you know they can also be used in your theme’s template files? Let’s look at how it can be done.

Read Article

How To Configure CORS for the WordPress REST API

Disable WordPress’ existing CORS headers and defining your own access rules using .htaccess.

Read Article

How To Add A BandCamp Download Code Form To Your Website

Allow your fans to redeem download codes through your website instead of sending them straight to BandCamp.

Read Article

Obfuscating File Paths for HTML Audio

The audio element is a fantastic part of HTML 5 that give you a ton of control over the UI and functionality of media on a page. However, it is far too easy to open up Dev Tools, find the absolute file path to a media file on a server and download it for free.

Read Article

How To Use The SongKick API

SongKick is a popular service that helps people find live music. In this article, we are going to look at how to use the SongKick API to display upcoming concert dates for a given artist.

Read Article

How to Build a Password Validator with JavaScript

In this tutorial, we will build a password validator using JavaScript to check the password as the user types and compare it to the list of requirements.

Read Article