Language: English

  • David Bisset: Building Next-Generation Projects With BuddyPress

    WordCamp US 2015Speaker: David Bisset

    December 10, 2015 — BuddyPress is a powerful plugin that adds a social network to your site. But as users who haven’t used BuddyPress much or at all, we might not realize it’s power and flexiblity. This talk will introduce you to BuddyPress. Then it will show you how to start seeing the possiblities BuddyPress can offer and how to creatively intergrate it into sites you’re building for agencies, small businesses, enterprise clients, higher-education, and even your own personal projects. When we’re done, your mind will be filled with exciting new ideas of how to build better and cooler websites for your clients and yourself… all thanks to BuddyPress!

    Presentation Slides »

  • Greg Brown: A Survey of Elasticsearch Usage

    WordCamp US 2015Speaker: Greg Brown

    December 10, 2015 — Mirroring WordPress data to Elasticsearch enables breaking some of the constraints that MySQL imposes on performance and relevancy. There is a high barrier to entry, but some strong benefits. I’ll survey the different use cases I’ve heard about, compare some plugins and libraries, and talk about the impact I’ve seen Elasticsearch have so far.

  • Carl Alexander: Introduction to WordPress Unit Testing

    WordCamp US 2015Speaker: Carl Alexander

    December 10, 2015 — Let unit testing save you from this nightmare. It’s a lot like coding with a safety net (or body armor if that’s how you roll). It lets you go a bit crazy while minimizing repercussions (as long as the police don’t show up).
    Want to try something new? No worries! It’ll let you know if something isn’t working as it should. That’s how most paid plugins maintain a high level of quality over the years.

  • Andrew Nacin: Advanced Topics in WordPress Development

    WordCamp US 2015Speaker: Andrew Nacin

    December 10, 2015 — Advanced Topics in WordPress Development

  • Beth Soderberg: Dynamic CSS – Transforms, Transitions, and Animation Basics

    WordCamp US 2015Speaker: Beth Soderberg

    December 10, 2015 — You’ve got the basics of CSS down, but you are ready to kick it up a notch and add a bit more pizazz and interactivity to your websites. In this session we’ll explore the fundamentals of CSS transforms, transitions, and animation. What are the basic building blocks that make up these capabilities? What is the difference between a transition and a transform? What does browser support look like? Most importantly, how can you put these tools to use in your next project and where can you find good resources to learn more? We’ll answer these questions and more as we explore the basics of how to add some of the more truly dynamic elements of CSS to our websites.

    Presentation Slides »

  • Helen Hou-Sandí: Intent in Software Design

    WordCamp US 2015Speaker: Helen Hou-Sandí

    December 10, 2015 — We talk a lot about all the things you can do with WordPress. But what about what you should do? Let’s talk about making better software design decisions that communicate intent and enable better user and developer experiences.

  • Scott Taylor: REST in Action – The Live Coverage Platform at the New York Times

    WordCamp US 2015Speaker: Scott Taylor

    December 10, 2015 — The New York Times has been using the forthcoming WP REST API in production for over a year. It was initially developed for use during the 2014 midterm elections, but has become the de facto Breaking News platform at the Times. This talk will explain how the project sprang to life, why the REST API was an obvious choice, how WordPress interacts with it, Backbone, and React to power Live Coverage at the paper of record.

    Presentation Slides »

  • Rachel Baker: Build a Theme with the REST API

    WordCamp US 2015Speaker: Rachel Baker

    December 9, 2015 — A practical step-by-step of using the WordPress REST API to power a simple WordPress Theme using a little PHP as possible.

    Presentation Slides »

  • David Kennedy: Themes are for Users

    WordCamp US 2015Speaker: David Kennedy

    December 9, 2015 — Good user experience in WordPress themes can make the difference between frustrated or happy users. Yet, it’s often overlooked. A solid user experience can feel just right, creating sound expectations and delight. We still see themes with misleading screenshots and demos. Themes with tons of options and complex setups too. This leaves users with false hopes and countless ways to fail. In this talk, we’ll explore user research, theme setup, theme options and more. By the end, you’ll know what makes up a theme’s user experience, and how to set your users up for success.

  • Zack Tollman and Aaron Jorbin: The Future Stack: Running WordPress with Tomorrow’s Technologies

    WordCamp US 2015Speakers: Zack Tollman, Aaron Jorbin

    December 9, 2015 — For many years, the stack that WordPress sites have been built on has remained rather stagnant. PHP hasn’t released a new major version since 2004. The HTTP/1.1 spec was first released in 1997. Browsers have continued to evolve, yet much of the JavaScript and CSS written fails to take advantage of these evolutions. This is all changing and at a very rapid pace. 2015 marks major updates to multiple underlying technologies for WordPress and the web in general. This talk will explore PHP7, HTTP/2, HTTPS, ECMAScript 2015, and CSS4. We will look at what you need to do to prepare your code and help you get excited about taking advantage of new technologies today. The web is moving forward, if you don’t move with it, you will be left behind.