November 23, 2014 — This session focuses on various javascript libraries that are less commonly-used in ‘typical’ WordPress development, provide examples of use-cases for each, and gives a comparative overview of the libraries included with WordPress core.
November 22, 2014 — Out of the box, WordPress provides an easy way to publish content on your website, including blogs, news, events, and programs. Which makes it easy for you to publish new content about your organization with ease. Out of the box, CiviCRM provides contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, and much more. WordPress makes it easy for you to share your content and CiviCRM allows you to engage with your visitors directly.
November 22, 2014 — This presentation goes over some of the core content from my book, Responsive Design with WordPress, which teaches you how to leverage WordPress to get the most out of responsive design, implement best practices, automate important processes, and make your life easier overall.
November 22, 2014 — A new JSON REST API is slated for WordPress 4.1 core integration. This presentation shows everyone why this new API is awesome, some cool things you can do with it, and how you can start using it now.
November 22, 2014 — This is the story of WordPress’ admin. It’s a heart-breaking, heart-wrenching tale of how, through immense trials and tribulations, WordPress’ admin was born, and how it became what it is today. How through ten years of trying, WordPress managed to craft not just a design, but a design process.
November 22, 2014 — No matter the niche, website security is important to everyone doing business on the Internet. Simply existing on the Web turns users into virtual targets for digital thieves and opportunists. While seemingly mysterious, and often over-complicated, proper security begins with a basic understanding of do’s and don’t’s, and why’s and why not’s. Let’s cut through the red tape and talk about what matters: knowing how to protect your business on the Internet and on your WordPress site.
November 21, 2014 — This session assumes a basic understanding of plugin development (hooks!) and PHP, and introduces habits that make plugins secure, reliable, compatible, maintainable, and usable.
November 21, 2014 — 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 cover each and every one in detail.
November 21, 2014 — WordPress 3.5, 3.6, and 3.9 were media-centric releases. The code that powers media features is powerful and elegant, but the learning curve for jumping in and contributing can be steep. This talk breaks down some concepts: object-oriented JavaScript, the basics of Backbone/Underscore/MediaElement, and how to step through the code in core.
November 21, 2014 — Backbone (and Underscore!) are bundled with WordPress – explore how you can ‘grow a spine’ and leverage their power to deliver complex user experiences while keeping your code organized and maintainable. When and why should you use Backbone? How can WordPress help? Delve into a sample Backbone project and review major WordPress core components built with Backbone – including media, revisions and themes.