November 9, 2014 — There are over 20 options for membership plugins available to people trying to build a membership site with WordPress. Come hear my six-point framework for evaluating them, and how to determine which is the right plugin for you. We’ll also leave a decent amount of time for questions, as decisions about membership plugins are always specific to your purposes.
November 8, 2014 — Introduction on how to create, set up, and use WordPress child themes
Outline
– What is a WordPress child theme?
– Why use a WordPress child Theme?
– WordPress Theme Files
– Best Practices and Demo: Creating a twentyfourteen child theme
– Resources
– Codex
– Development Tools & Compilers
– Tutorials & Docs
– Books
– Videos
– Online Classes
November 7, 2014 — A designer’s perspective on working with clients of different sizes to form creative solutions that meet them where they’re at, and where they’re going.
Taylor will focus more on understanding the position of clients within their own business/organization and asking key questions to further understand their design requests in order to create effective design solutions.
November 7, 2014 — A discussion of best practices for when and how to send out updates to plugins. The talk will include a discussion of deploying plugins from git to WordPress.org and how to best to use tags and branches to track stable releases, development releases, and past versions.
November 7, 2014 — Follow The Yellow Brick Road: Avoiding Dangerous and Low-Quality Plugins and Themes
November 7, 2014 — In this session we will go through ‘common’ problems with WordPress and what to do about them. Common is way too vague, but what we will cover is the best way to troubleshoot when your site is not acting the way it is supposed to. We will aim this talk at the beginner, our goal is to stay away from code and error logs to show you what you can do to troubleshoot your site if problems arise.
November 6, 2014 — You’ve been managing content in WordPress, maybe you’ve dabbled with modifying a file, but you’re not sure where to go from here (other than total failure). In this session we’ll cover how to transition from dabbler to budding developer, learning opportunities around the web, and issues that can impact your learning, ranging from imposter syndrome to gender and generalisms to non-computer science educational backgrounds.
November 6, 2014 — Icons have been a integral part of the WordPress admin since 2.7. However, version 3.8 saw a complete overhaul of the design of the icons, from both an aesthetic and technical standpoint. I’ll talk about the shift in aesthetic approach, touch (briefly!) on some of the technical challenges, and demonstrate best practices in designing your own icon icons—either as a plugin developer or as a design contributor— for WordPress.
November 6, 2014 — The success of building your own plugin is all depends on how you start. From making the right decisions to finding the right structure and tools to maintain it.
We will cover during this talk the last part. I will short talk about how to setup your plugin, which things are needed and from there talk about some basic unit tests you should include in every plugin to make your live a bit easier. As last part I will cover grunt which is a task runner which can automate all your processes so you don’t need to even think about most of the things.