Category Archives: WordPress
WordCamp Columbus 2013 Slides
I’ll be speaking at WordCamp Columbus 2013 this Saturday on implementing the Model-View-Controller pattern in plugins. If you’re attending and would like to follow along, you can check out the slides.
WordCamp Seattle 2013 Slides
I’ll be speaking at WordCamp Seattle 2013 tomorrow on creating object-oriented WordPress plugins. If you’re attending and would like to follow along, you can check out the slides.
WordPress’ Insularity and Architectural Shortcomings
How WordPress Saves Lives: Freedom, Hope and Custom Post Types
The Social Dynamics of Open-Source Contributions
Negativity and Meanness in Online Communities
Here’s a thoughtful and insightful post by Jen Mylo on negativity and meanness in online communities.
Notices are Errors
Using Singletons in WordPress Plugins
Creating Object-Oriented WordPress Plugins That Implement MVC
I’ll be giving a presentation at the Seattle WordPress Developers Meetup tomorrow about how to write WordPress plugins that are both object-oriented, and implement the Model-View-Controller pattern.
If you plan on attending, you can follow along with the slides and download the lab files.
Grandchild Themes in WordPress
It’s not possible to create grandchild themes in the same way that you create child themes, but you can use a plugin to dequeue/enqueue stylesheets and scripts, and also override the locations of the main query templates.
It’s obviously not the ideal solution, but there are cases where it may be the least-bad one.
Preventing a Plugin from Automatically Updating
WordPress Security Plugin Recommendations
XML-RPC Enabled by Default in WordPress 3.5
Designing Object-Oriented Plugins for a Procedural Application
The Importance of Usability Testing
Shane Pearlman just published an article on the importance of usability testing that has some good advice. One of the tools mentioned is usertesting.com, which looks like an easy way to get feedback on projects.
Don’t Move wp-config.php Outside the Document Root
WordPress Bug Causes Error in XML-RPC Clients
Getting Pricing Right
Code Poet just released a free eBook called Getting Pricing Right that interviews Mark Jaquith, Remkus de Vries and Shane Pearlman on setting consulting rates and miscellaneous related topics. It’s short and contains a lot of good advice, as well as links to a lot of resources.