May 25, 2015 — This presentation talks about getting out of the Photoshop mindset, embracing the tools that the modern web has provided us in order to streamline our development practises and get real-live sites up and running fast. We’ll start with talking about how to use style tiles to reduce the amount of time spent on mockups, and then we’ll move on to discuss how to leverage available tools in order to quickly get a site running: skeleton themes, CSS precompilers, version control for quick deployment, icon fonts, browser development tools, grids, and CSS frameworks. Whew!
May 24, 2015 — Add_meta_box(); is great! It allows us to extend any post object with additional information, moving beyond a simple post with an author, date, excerpt, and image. But it can do so much more. This talk is a case study of using Custom Post Types and Meta Data to populate navigation structures and ‘category’ archive pages of a enterprise level site which easily has 150,000+ views per day and strict publication requirements for the client’s editorial team.
May 24, 2015 — A discussion on how (and why) to ensure that your plugins are safe and conflict free.
May 24, 2015 — This session aims to enlighten the audience about some attack vectors and how to counter them with the current security best practices for WordPress plugins. Topics covered include: Plugin security best practices, data sanitization, action authorization, and permissions.
May 24, 2015 — This talk walks through setting up a professional, powerful, and efficient local development environment. It discusses how to get set up, why, and the different things you can do with a great set up.
May 23, 2015 — This session introduces a framework for approaching your WordPress project’s situational analysis from many perspectives, to create success goals that resonate with everyone on your team—including your client’s wallet-bearers.
May 23, 2015 — Whether you’re starting a personal blog to share your thoughts and ideas, or blogging to promote your business, storytelling is the most effective way to engage your audience. Recitations of facts or personal journal entries might convey meaning, but stories provide your audience with a relatable entry point into your subject matter. Story inspires, teaches, and stimulates discussion. The well-told story is memorable and unique, positioning you as a trusted voice. This presentation looks at all the elements of creative nonfiction storytelling so you can create the most compelling content for your blog, one 400-600 word post at a time.
May 22, 2015 — With the rapid popularization of web fonts over the past few years, type on the web has never been more exciting! Learn a bit about basic typographic principles, review techniques and services for integrating web fonts into your WordPress sites, and finally conclude with a bit of speculation on where type on the web is heading.
May 21, 2015 — You’ll find thousands of tutorials, snippets, and other advice online advising you to “just add this to your functions.php file.”
In this talk learn Why that’s rarely the best strategy for anyone (yes, even a non-technical user), Why developers and designers should never do this on client sites, What best practices are regarding adding custom functionality to your site and Tools for users of all levels to avoid functions.php bloat.
May 20, 2015 — Learn what a functionality plugin is, what belongs in a theme and what should go in a plugin, and how to build a plugin.