December 10, 2013 — Once you get to the point where you feel that version control might be a useful tool things get different. Most people will point you to Git, probably the most widely used version control software around. A lot of people, though, seem to have trouble getting started with it.
Instead of throwing basic commands at you we want to invite you to explore the “Git Universe” with us in a kind of fireside chat between Kirsten, representing the web design world and Elisabeth, who gained her first computer experience with Basic many years ago.
Our focus will be on how Git works, what those strange commands really mean and how you can benefit from integrating it into your theme development work flow.
This talk aims at people working with WordPress and developing their own themes.
December 10, 2013 — BuddyPress is great for building niche community sites. But, in the hands of the right developer, BP can power much more than just social networks. The Activity component is a prime example of this flexibility.
bp-activity provides a rich API for storing, retrieving, and displaying a wide variety of transactional data. BP itself uses this API for tracking events of a social nature – “Boone and John became friends”, “Boone updated his profile”, etc. But bp-activity is flexible enough to store metadata about, say, e-commerce transactions or RSS items. In this way, the Activity stream defines a standardized schema and set of API functions for querying various types of data that may itself be stored in mutually incompatible ways.
This presentation will give developers an overview of the Activity component, including its data schema, the CRUD methods provided by the bp-activity API, and the activity metadata functions. We’ll talk about
how any WordPress plugin can support the Activity stream as a progressive enhancement. And we’ll discuss one or two real-life examples of Activity being used in innovative ways.
December 10, 2013 — In this presentation, I’ll discuss growing and building business through customer service and discuss some tools to use along the way. I’ll also touch on the importance of helping in the WordPress community as well, as a way of giving back and its value to both you as an individual and whatever team you are a part of.
December 9, 2013 — In the past, image manipulation in WordPress was an alchemy of mixing GD functions and WordPress functions together to (hopefully) turn out the desired result. In WordPress 3.5+, GD is abstracted out, and a new class, WP_Image_Editor, allows easy manipulation of image files. This lets you perform simple resizing, crops, flips, rotates, and real-time streaming of those results using Imagick or GD. But, that’s not all! You can also easily extend WordPress’ classes to add your own functions, or replace the entire engine with your own.
This session will walk through what’s changed for image manipulation in 3.5, and explain ways you can take advantage of the APIs, both through using them directly and extending them for plugins of your own.
December 9, 2013 — You’ll learn the proper way to write the most secure code in WordPress. Whether you’re a plugin developer or build themes, it’s extremely important to understand how to secure your code from hacks and exploits. Overlooking some very easy to follow techniques can expose your website to the hackers everywhere. WordPress features a number of built-in methods to help make sure your code is safe and secure, and we’ll cover each and everyone in detail
December 9, 2013 — ver wonder if your site, your visitors, or business is safe on the internet? This session by Dre Armeda will show a demo on how quickly your site can be hacked, and your reputation put on the line. Dre will cover various scenarios that can affect your website like Pharma Hack, SEO Poisoning, and malicious redirects. He will then aid you by providing some tips to help reduce risk now and forever. Information Security is everyone’s responsibility, and should be a consideration on any web project, beginning to end.
December 8, 2013 — WordPress is being used all around the web. Noel will go through the story of Happytables, delving in the product and design decisions that have been made to bring this WordPress application & SaaS to where it is now. If you’ve ever wondered how WordPress can be used for more than just websites, watch this talk.
December 8, 2013 — Some love it, some hate it, few understand it. Some won’t develop with WordPress because it doesn’t use enough of it, some won’t develop with WordPress again if it did. Object-oriented programming is by far the most widely spread programming paradigm, WordPress is by far the mostly spread web publishing system. In this talk we will see how the values of the two align and what can be the place of OOP in the future of WordPress.
March 15, 2013 — An in-depth presentation about WP_Query for theme and plugin developers. In-depth Q&A at the end.
March 15, 2013 — Andrew Nacin recaps where WordPress has been over the past two years and where it is going in 2012, plus a Q&A session.