Archives: Projects

  • Boardgame Collector

    A relatively simple project to help get used to using Typescript and NextJS in the T3 stack. Currently, it has:

  • Custom Image Metabox

    An example project in WordPress plugin form. Feel free to modify and abuse it however you like. What it does, in essence, is define a metabox that will let you add a secondary image to a post or page. It does this in the same way the current featured image box does (ie. through the…

  • Gravity Forms SSN Field

    A very tiny plugin that does only one thing: It adds a field to Gravity Forms that will allow you to collect the last four digits of an American Social Security number more easily. While you could use a regular text or number field for this, this field makes it more clear that you are,…

  • Read Back Comments

    Hi! This plugin will only work for a few select browsers. Mainly because it uses the Speech Synthesis API. For the full effect, you will want to come back on one of these browsers that support speechSynthesis, caniuse.com, opens in a new window.. At this time, that’s Chrome, Safari 9+, and Opera. With some tweaking,…

  • Post Series Manager

    Our first plugin. A collaboration between Alexis Soucie and myself. This plugin will help you manage and display post series more easily. You’ll be able to create/assign series and display other posts in the series. It consists of a custom taxonomy (post-series) and two shortcodes post_series_block and post_series_nav. It can be downloaded from Github or…