July 27, 2015 — Keynote
WordCamp Boston 2015
July 26, 2015 — A whirlwind tour of how to build options pages for beginning to intermediate themers and plugin-ers. And, since the WordPress.org theme review team has now made options pages a no-no for the theme repository, we’ll extend our tour into the world of the Customizer API.
July 25, 2015 — This talk is on the streamlined workflow using Grunt.
July 24, 2015 — In the years I’ve spent making websites for clients I have learned that the importance of admin user experience cannot be under-emphasized. Providing clients with sites they can actually understand, use and be productive with is equally as important as providing something that looks nice on the front end. In this session, we’ll cover some great examples of improving the user experience for clients and walk through specific actions we can take to reduce confusion, improve usability and increase productivity for all /wp-admin users.
July 21, 2015 — Embedding and consuming external content in WordPress: Requests, Caching, Parsing
July 19, 2015 — Lessons Learned From WordPress Developers
July 19, 2015 — What is a Sticky Post? How can I make a post sticky? What does a Sticky Post look like? Compare the appearance of sticky posts in three different themes.
This is a beginner-level tutorial.
July 19, 2015 — With the release of the WordPress JSON API expected later this year, WordPress is primed to serve as a viable backend for single-page web applications of the future. The presentation will explain the benefits of using WordPress in this context and include a short demonstration to show how WordPress can be integrated in a typical single-page application technology stack.
July 18, 2015 — Many times when we develop something new, documentation is the last thing we think about. In this talk, Jeff Matson discussed techniques to write better documentation to increase user experience and decrease support tickets.
July 18, 2015 — This talk will be geared towards WordPress users who have taken the dive into customizing WordPress. The goal is to take them from copying and pasting random code snippets in functions.php, and have them better understand the event driven nature of WordPress.
In addition to a basic discussion of actions and filters, this discussion will also include coding examples of hooks in action.
To make this talk more relevant to developers already past the hooks hurdle, I would also end the talk by touching on the concept of adding custom WordPress hooks into your own code.