WordCamp Orlando 2019

Why Consistent Branding Matters

Stephanie Brinley

August 24, 2019

A smart business owner has a business plan, but how many businesses have a smart plan for branding? Join me for a discussion about what branding is, the importance of consistency, and action steps to put a plan in place for your business.

Topics: ,

Background Processing & Queues

Jonathan Brinley

August 24, 2019

As a plugin or site developer, you can improve the user experience of your application by processing tasks in the background, or even on a separate server. Let’s take a look at the options, benefits, and trade-offs when implementing queues to handle background tasks.

Topics:

A Survey of WordPress PHP APIs

Jonathan Brinley

August 24, 2019

Settings, widgets, HTTP requests, shortcodes… WordPress gives plugin developers more than a dozen PHP APIs. Using these APIs enables developers to write extensions the “right” way, using methods, actions, and filters that make plugins forward-compatible, maintainable, and extensible. We’ll take a tour of these APIs, exploring when and how to use them to build a WordPress plugin.

Topics: , ,