August 5, 2014 — As of WordPress 3.9, the Heartbeat API is no longer experimental! It’s intended to help developers synchronize data between the browser and server without manually sending individual AJAX calls. Learn Heartbeat basics and have a quick run through on how it’s used by WordPress’ core.
August 5, 2014 — We will look at the difference between Options and Transients, in what situations plugin developers should use one over the other, and why one is not superior to the other.
August 4, 2014 — You may be new to blogging or you may have hit a wall; we’ve all been there and here are 5 easy steps I took to get “unstuck” and moving forward.
August 4, 2014 — Whether you’re setting up a portfolio page, a site for Realtors, or for a professional blogger, images are important. But how do you use images that look great and don’t slow down visitors to your site? What are some important considerations you need to have in mind? This talk covers things like how WordPress handles images and what you need to know about that (thumbnails, regeneration); how to compress your images; how and when to use progressive jpegs, for instance, or pngs; and what you can do to help images on your site load faster (Photon, CDNs, static asset caching, parallel downloading, etc).
August 4, 2014 — Git is a powerful version control tool every WordPress developer should include in their utility belt. But with great power comes great difficulty in learning how to use the darn thing!
August 3, 2014 — Integrated Development Environments (IDEs) and Debugging – discover what the fuss is all about!
August 3, 2014 — This session discuss’ the process of successfully transitioning from selling WordPress services to digital products.
August 3, 2014 — The design of JavaScript code in WordPress core has changed quite a bit over the last few years. This talk breaks down a few approaches for writing modern JavaScript and share some of the recently added DOM APIs.
August 2, 2014 — The Jetpack team migrated their primary development from the WordPress.org plugins repository to GitHub. This talk looks at why they made the change and how it’s affected their workflow.
August 2, 2014 — Large projects often change scope rapidly, hence the use of ambiguous words like scale and platform. This session covers general strategies around approaching your project with an incremental mindset. Version control, environment, collaboration, and deployment all play key roles when pushing a platform to serve big needs. By laying out a strategy at the start and making consistent small changes, your platform will scale before anyone realizes.