Developer PowerPack

Each of these three talks will be 10 minutes long and packed with information on their given topic.

Using the theme customizer – Merrill Mayer

An overview of the theme customizer API and how to build it into your themes.

Falling in Love with Sass for WordPress — Frederick Meyer

Learn why Sass, the CSS preprocessor, is better than vanilla CSS for complex projects, based on two key qualities of Sass: 1. It’s DRYer, and 2. It’s dynamic. The talk will describe these benefits with reference to a complex real-life client project: creating a user-managed WordPress theme generator, with widths, color scheme, typography, etc., all changeable as Sass variables, compiling to one clean custom CSS stylesheet with no extra “theme options” DB calls. The talk will cover examples of Sass fundamentals (mixins, extends, variables, functions, nesting) as they appeared in that project, and will briefly cover Sass best practices and when to use Sass in a WordPress context.

Using Composer and WordPress  — Kalen Johnson

Composer has taken the PHP community by storm, allowing projects to easily integrate PHP packages with their projects. Although WordPress doesn’t (yet) use autoloading and Composer, that doesn’t mean we as developer’s don’t have to. We’ll walk through what Composer is, how to use it, then see how we can integrate it with our own WordPress projects, whether that’s a theme, plugin, or an entire WordPress site.

Speakers