Category: Tutorials
How To Configure CORS for the WordPress REST API
Disable WordPress’ existing CORS headers and defining your own access rules using .htaccess.
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.
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.
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.
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.
Import Instagram Photos to WordPress as Individual Posts
In this tutorial, we will setup a background task to check for new Instagram photos and import each of those photos as an individual WordPress post.