Andrew Mead Mead.io
  1. Home
  2. Blog
  3. Contact
  1. GitHub icon

Blog

Silently Ignoring Spam Form Submissions With Statamic

July 8th, 2024

It's Bertha and for just a second, imagine this…

Localizing JavaScript Numbers with your WordPress Site's Locale

July 12th, 2023

Learn how you can location number in JavaScript while still using your WordPress site's locale.

Using PDO in your WordPress Plugin

February 8th, 2023

WordPress ships with it's own library for running database queries, but that doesn't mean you have to use it. In this post, you'll learn to how to use PHP's PDO in your WordPress plugin or theme.

Connect to a WordPress Lightsail Database from a GUI

June 30th, 2022

Learn how to connect to your Lightsail database from TablePlus, MySQL Workbench, and any database GUI that supports SSH connections.

WordPress Post Syntax Highlighting with Highlight.js and Prism

June 9th, 2022

Writing blog posts that include code? In this post, you'll learn how to add syntax highlighting to the front-end of your WordPress site.

Link to Your WordPress Plugin from the Plugins Plugin

June 8th, 2022

There’s nothing more annoying than installing a new plugin and being forced to dig around the admin menus to figure out where it lives. Why not improve your WordPress plugin onboarding by adding a link directly to your plugins page?