October 23, 2017 — Selling solutions built on WordPress
October 23, 2017 — Survey of WordPress and Social Media
October 23, 2017 — Discussion on WordPress Hosting.
October 23, 2017 — Discussion on common WordPress myths.
October 23, 2017 — This talk will demonstrate the benefits of using Xdebug to debug PHP, why it beats the pants off of `var_dump()`, and how it has helped, and continues to help me become a better developer. I’ll talk a bit about what Xdebug is, how it works, and a few common scenarios where Xdebug has helped me to solve problems and gain a better understanding of how various tools work together. I’ll be running Xdebug on a Vagrant box and using PHP Storm for my demonstration. I will cover: 1. How to quickly configure a project to use Xdebug 2. How to set break points and step through code execution 3. How to inspect variables 4. How to use the console to evaluate expressions Xdebug isn’t hard to use, and once you’ve used it you’ll wonder how you ever lived without it.
October 23, 2017 — Tim loves WordPress and enjoys leveraging it to meet businesses needs. I lead the Customer Community Team at BoldGrid. I’m passionate about SEO, internet marketing, and e-commerce. When I’m not tinkering with WordPress I spend my time on adventures with my awesome wife Lisa, three daughters Autumn, Stella, & Petra.
October 23, 2017 — Sass (Syntactically Awesome StyleSheets) has emerged as the dominant CSS extension and preprocessor used by front end developers. At first, I was afraid to make the jump from writing vanilla CSS to learning Sass, but once I dedicated myself to the concept of learning Sass I found that it wasn’t as hard to learn as I thought it would be AND that it also made my code more elegant and my development process more efficient. This talk will explore how to get started with Sass in a way that eases the transition to using a preprocessor. We’ll take a look at a number of considerations regarding Sass, including how to set up a WordPress theme to use it, the basics of variables, mixins, nesting, and partials, and helpful resources to learn more.
October 23, 2017 — The talk discusses dependency injection to allow for Advanced PHP “containerization” of classes using autoloading, namespacing. We’ll look at this methodology used in other languages, but relatively new to PHP and how that can enhance WordPress development. We will discuss techniques used in the greater PHP community, while still embracing the philosophy, flexibility, and architecture of WordPress.
October 23, 2017 — She enjoys front-end development but also loves to build sites from start to finish. She started in Joomla back when it was 1.0.x and worked her way into WordPress and Drupal about 7 years ago. She enjoys teaching others to code as well as speaking at conferences and youth events. Tessa is a northern Minnesota native, but now lives in the Twin Cities with her husband and four children
October 23, 2017 — Plugin angst – That horrible feeling when you find a plugin that does *almost* exactly what you want but to get the right behavior you’ll have to change some code. And by changing the code, you lose the ability to update the plugin, which means missing out on security patches, bug fixes, and new features.
We’ll look at how plugin authors can help you avoid this angst by writing extensible code. Plugin behavior can then be modified without making changes the original code.