Tag: PHP

  • 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

    When freelancing I use the Harvest application to manage all of my time tracking. It has made invoicing painless, and while I got it thinking…

  • WP-Debug

    WebDevStudio has created WP-Devel which uses the foundation of WP-Debug and has added enhancements. I’m no longer updating WP-Debug but instead pointing to their work.…

  • Get Categories For Current Post

    I wanted a function that returned the categories associated with the current post to save screen real estate. I wanted it to be a drop-down…

  • WordPress Post Information Plugin

    This is my first contribution to the WP community! It is a start, and I hope time permitting to advance the features in this plugin.…

  • PHP Leads Web 2.0

    The subtitle to this essay is: “A Closer Look at the Hidden Drivers and Enablers of the Second Internet Revolution,” and it does give an…

  • PHP Navigation with XHTML/CSS

    This file illustrates the way to include navigation dynamically to streamline your efficiency when updating your website. The code shows how to include navigation both…