May 30, 2015 — Amaze your friends, confound your enemies! Oh, and save bandwidth and speed up your site by sending the correctly-sized images for the device with HTML’s new responsive images capabilities.
May 30, 2015 — WP-CLI
Tom Nowell
Tom explains what WP CLI is, introduces three useful commands you can use, and explains how to find out more.
Catering for WordPress
Kirsty Burgoine
This talk is a whistle stop tour of how WordPress was used to create an intranet for businesses in the restaurant / catering industry. Some of the features include help plan and budget dishes and menus, work out costings for bulk recipes down to individual portions and include other factors such as VAT and a variable gross profit.
Custom Post Type Meta
Mark Wilkinson
Slides:http://markwilkinson.me/2015/03/wordcamp-london-2015-lightning-talk
Over the course of many WordPress site builds, Mark found a constant problem when dealing with custom post types: he wanted to add meta data to a post type like you do a post. In this talk Mark gives a brief overview of why he needed to be able to do this and how he went about it, building a plugin to provide this functionality.
Cleaner Themes and Plugins
Miles Stewart
Miles talks about creating cleaner themes and plugins, moving towards using mvc in plugin and theme creation.
Debugging
John Blackbourn
John talks about why you should treat debugging as a key skill that you should practice and become proficient at. He’ll show you a few tools and processes for modern and efficient debugging of the front end and the back end.
May 30, 2015 — A common refrain when building software is “think of the user first!” Let’s take a look at how we define our users, how that shapes what we build for them, and what that might mean for the holy grail of a core API.
May 29, 2015 — This talk introduces the concept of behaviour driven tests, rather then looking at the codes logic these tests looks at the larger application and checks it does what we and our boss expects. It focuses around the using Codeception a PHP based testing suite with WordPress to provide acceptance, visual regression and API test coverage for plugin, themes and sites. The talk is suitable for any developer, who is interesting in improving testing within their applications, especially those who may have been in the past put off by unit testing. The goal to speed up peoples development by automating testing they already do and improve coverage of tests, as well as looking at interesting “other uses” for acceptance testing.
May 29, 2015 — WordPress can generate all sorts of interesting content dynamically, but if you want speed and scalability, you should be smart about caching. Don’t make WordPress do work twice when it can do it once. In this focused talk, Mark Jaquith talks about caching strategies from basic to advanced.
May 29, 2015 — Andrew Nacin walks step by step through how a critical security vulnerability was discovered and then patched using emoji as a trojan horse in WordPress 4.2.
May 29, 2015 — Dan and a few others started exodusesports.com. They used WordPress, which allowed them to get off the ground quickly, taking advantage of a lot of newer technologies ranging from the new WordPress restful api with angular to websockets for realtime match results, but not forgetting the basics including extending the XMLRPC interface, custom post types and posts 2 posts plugin to link it all together.
May 29, 2015 — Growth talks are usually addressing large businesses or startups but I’d like to take a different angle and give a few valuable tips to anyone who wants to run a project using WordPress in some way or another. It can be a personal blog, a small business or a larger project. How do define your very own relevant metrics, how to make sure you are focusing your effort in the right direction, how to take important decisions and how to monitor your results. All of this, specifically tied to WordPress sites and blogs.
May 28, 2015 — This presentation looks at novel and unique ways to use WordPress beyond a simple blog or website by using BuddyPress, bbPress, and P2. Ever think of using WordPress to manage a project, be a private communication board, or even have a forum? We’ll cover these and more uses that truly push WordPress to its limits.
May 27, 2015 — WP-CLI is a set of command-line tools for managing WordPress installations. Learn how to ditch your traditional methods for updating, migrating and installing for something much faster and more efficient. See examples of existing commands and learn how to create your own custom commands!