Archives: Projects
-
BoardGameGeek Data Browser
This is a fun thing I made to practice Python. It makes use of InquirerPy to make the experience a little more interactive, and it makes use of Requests to get the data (in XML format) from BGG. Find the BGG Data Browser on Github
-
List Block Customization
Another example of code that I’ve pulled from client work and anonymized. This modifies the core WordPress List block to do a few things: The custom list markers are applied through CSS and so the only thing it really needs to do its magic is a different variable value for the color it should use…
-
Interactive Block
An example for a block that I’ve built for a client that makes use of the WordPress Interactivity API. The code has been cleaned up and anything that might identify the client this was for has been removed. The API endpoint has been set to https://openlibrary.org/, which is definitely a more complex API than the…
-
Boardgame Collector
A relatively simple project to help get used to using Typescript and NextJS in the T3 stack. Currently, it has: Find the Boardgame Collector on Github
-
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…