PHP 5.2.2 vs. WordPress XMLRPC (Obsolete)
A bug in PHP 5.2.2 breaks WordPress’ XMLRPC interface, which breaks stats and other clients.
PHP5 and WP Cache 2 (Obsolete)
Finding and fixing errors with WordPress’ WP Cache plugin and PHP5.
Reusable PHPPlease, when developing your plugins, be sure to always use the full opening tag for PHP instead of just <?
The Right Tool…Think about when to use client-side scripting vs. server-side scripting.
Using the loop_end Hook With Multiple WordPress LoopsI tried to add some custom navigation at the end of the posts lists using the loop_end hook, but it got added twice. Another plugin was running through the Loop and calling rewind_posts(). To make my code only run after the visible Loop, I picked a hook between the loops and checked did_action() for that hook.
Using WP-CLI with WordPress 4.6 on DreamHost (Obsolete)
To use wp-cli with WordPress 4.6, you need to use a newer version than the one installed, and to do that, you need to enable PHAR in PHP.