-
Learning to Build with Codex
My experiences learning how to use OpenAI’s Codex coding agent to build apps and reflecting on using Codex compared to Claude Code.
-
Better SEO Titles in WordPress 2.5
A bane of WordPress development for a long time were the awful titles generated for blog posts. In this post I discuss some PHP code to generate better titles for your WordPress blog.
-
Harvest Reports WordPress Plugin
Harvest opened its API, so I built a plugin that shows freelance clients their pending charges inside the WordPress admin they already use. Requirements, and what it deliberately does not do.
-
WP-Debug
A debugging plugin for WordPress developers that surfaces what is happening behind a page in an expandable panel in the footer, visible only to you while you are logged in.
-
Get Categories For Current Post
I wanted the current post’s categories as a drop-down that navigates on change, and could not find one anywhere. The function I ended up writing, for your theme’s functions.php.
-
WordPress Post Information Plugin
My first contribution to the WordPress community: a plugin that folds post information into a collapsible jQuery panel to save space on the page. Usage and changelog included.
-
PHP Leads Web 2.0
An essay on why PHP became the language behind so many Web 2.0 applications: easy to learn, lightweight, extensible, and already wired to the APIs and AJAX toolkits everyone wanted.
-
PHP Navigation with XHTML/CSS
A downloadable example of including site navigation dynamically with PHP, in both text and image versions, written to validate as standards-compliant XHTML and CSS.