September 25, 2014 — One of my favorite WordPress releases is 3.5, when Daryl Koopersmith banged out umpteen lines of JS to gives us the new Media experience. It was a game-changer for the admin interface experience, and will echo in WP eternity. A utilitarian fill-out-form-and-submit-page will (probably) never go away. But JavaScript (with an MV* framework) is key to building user interfaces to deal with complex data in user friendly ways. Let’s go there.
September 25, 2014 — We know intuitively that searching in WP kinda sucks; the flaws in a traditional datastore (a.k.a. MySQL) make fixing these problems extremely hard. Elasticsearch complements WP and allows us to solve these issues to transparently provide a better user experience. Take a look at how and why Automattic is using Elasticsearch and how to leverage it for your own site too.
September 25, 2014 — This talk will include a peek behind the curtain of one of my own websites from early conversations and design questionnaire to the project board that includes the UX/UI, fonts, color scheme and design inspiration to the finished WordPress website. There will be tools and tips for how to think creatively when designing for WordPress… Also I will ask the co-developer for this site to join me on stage for the Q & A portion of the talk to assist in answering questions about development of this website.
September 25, 2014 — This presentation on Creating Editorial Calendars will make blogging/podcasting a hassle free experience. It is designed for both potential and experienced writers/podcasters to realize and organize, how much information they have at their disposal to create a truly awesome creative experience
Every creator of content faces the same dilemma – what to write about – it can cripple a budding successful career. But with an editorial road map, and a flashlight, success is all but guaranteed.
There will be a live demonstration of how to organize loads of information into bitesized interesting units to produce blog posts and podcasts on a regular basis.
Viewers will gain an insight into their own topic areas depth and breadth and have a renewed vision for their success.
September 25, 2014 — This talk will cover use of ACF in non-blog oriented websites. It will focus on using ACF in a custom post type. It will demonstrate custom queries along with custom prev/next posts.
September 25, 2014 — Widgets are a great way to deliver added content or functionality to a WordPress site. I’ll show you step-by-step how to create a simple custom widget then see how you can distribute theme with a theme or as a stand-alone plugin.
September 24, 2014 — There are seven defined philosophies for WordPress core development, a pillar for WordPress’ success so far. Every decision, every commit, is made with these philosophies in mind, working towards making WordPress as easy to use as possible.
What are these philosophies, and how do they affect WordPress core development? And more importantly, how could they help you to create better software? And make your products more appealing? These questions and more will be answered in this session
September 24, 2014 — The VIP division of Automattic (makers of WordPress.com) works with large content publishers to deploy and scale custom code on a high performance web environment. I cover some of the challenges that developers for VIP clients face and how we help them mitigate the challenges. Even though most developers out there aren’t developing sites for WordPress.com, many of the problems VIPs face are transferable to other environments. I’ll also cover some best practices that we encourage — tips, tricks, and tools we share with VIP developers that you can use to become a better WordPress developer no matter your skill level (though chances are that much of this will be beyond the reach of beginner developers).
September 24, 2014 — The purpose of this presentation is to give a very basic introduction to the creation of a new plugin. The audience will learn about using the Codex, actions, filters, shortcodes, custom settings, and some best practices. The resulting custom plugin will be able to add custom css, insert fancy horizontal breaks, link to existing posts, add color to text, and find and replace content in WordPress posts and pages on display. An existing understanding of some PHP is required to get the most value from this presentation.
September 24, 2014 — Web developers are often faced with challenges that require a basic knowledge of the Unix command line. This topic will break down the basic commands needed to navigate and perform basic functions within the command line.