How to orderby the include parameter of get_terms() Brian Krogsgard January 22, 2013 Development Nice example of filtering get_terms() to orderby the include parameter. It's also demonstrating with a WooCommerce example, which is handy.
Theme Wrappers Brian Krogsgard January 22, 2013 Development You know what really grinds my gears? Code duplication. And you know where you can find plenty of that? In WordPress themes!
FooBox: Responsive and Social Image Lightbox Plugin Gets Updated Features and Pricing Brian Krogsgard January 22, 2013 WordPress News FooBox has been updated to version 1.3.5.1. This new version comes with a slew of feature updates, a few bug fixes, and a new license level.
Testing WordPress Batcache versus Varnish Tom Willmot January 22, 2013 Development When it comes to page caching and WordPress, there are a number of options out there. Nginx caching, Varnish, Batcache, W3TC Page Caching, W
Using Singleton Classes for WordPress Plugins Brian Krogsgard January 21, 2013 Development Using the singleton pattern to disallow multiple instantiation of your class based plugin
JavaScript and WordPress – The Definitive Guide Brian Krogsgard January 21, 2013 Development A plain-English look at using JavaScript in WordPress, enqueuing scripts with dependencies, and preventing JavaScript conflicts.
Custom URL Rewrites in WordPress – A Getting Started Guide Brian Krogsgard January 21, 2013 Development Creating custom URL rewrites in WordPress, using an easy-to-read, step-by-step tutorial.
Initializing Singleton Classes used in WordPress Plugins Brian Krogsgard January 21, 2013 Development Should you choose Eager or Lazy initialization for your singleton class based plugin?
The Business of Opportunities Brian Krogsgard January 21, 2013 WordPress News A great post about how WooThemes creates opportunities for businesses, enabling them to create opportunities for their customers as well.
Hammy: Adaptive Content Images within WordPress Brian Krogsgard January 21, 2013 DesignWordPress News Hammy speeds up your website by generating and serving resized images for your content area depending on content width
Enabling Action and Filter Hook Removal from Class-based WordPress Plugins Brian Krogsgard January 21, 2013 Development Let's explore the hook removal problem for plugins using a PHP class as a code wrapper
Shifting the WordPress Mindset Brian Krogsgard January 21, 2013 WordPress News A look back at how far WordPress has come since version 0.71-gold, how WordPress development has evolved, and where we should be heading.
5 Plugins that rocked my developer world in 2012 Brian Krogsgard January 21, 2013 WordPress News A listing of 5 plugins that stood out for me in 2012, and that I use every day while developing themes and plugins for WordPress.
Using Classes as Code Wrappers for WordPress Plugins Brian Krogsgard January 21, 2013 Development Once you understand how to use classes you'll find no reason to use global functions for filter and action hooks ever again
How to Write a Basic WordPress Plugin Brian Krogsgard January 21, 2013 Development Learning to develop a WordPress plugin doesn’t have to be difficult; you can start small and grow your skills over time
Making PHP Singletons Safe for WP Plugins Brian Krogsgard January 21, 2013 Development Typically, Singletons are a really bad idea. But they make sense in WordPress for several reasons, let’s take a deeper look.