June 2, 2019 — When it comes to search results, sometimes the competition against your website is in the millions, and sometimes earning the top spot is downright impossible. Learn how to make your posts stand out, especially with structured data, even if you can’t gain that coveted number one position.
June 2, 2019 — How does a front-end developer that doesn’t write React create custom Gutenberg blocks to meet unique needs? There are plugins that offer extra out-of-the-box components, but for the greatest customization, we’ll focus on leveraging Advanced Custom Fields 5.8 (currently in beta) in a custom theme.
June 2, 2019 — All of the data for your WordPress site is stored in the database. We’ll look at what this means and how this information is organized. Understanding the WordPress database has allowed me to perform emergency maintenance on sites and made me a better developer. Join me for this light-hearted romp through the WordPress database (no prior database experience necessary).
June 2, 2019 — You missed the boat on Gutenberg. Either you believed its release would never actually happen, you thought there would be time to learn about it once it was out (and didn’t), or you didn’t really pay attention to what Gutenberg was and how it would impact you and your work until it was released this past December. Now you’re worried because you feel behind professionally and you’re not sure how to fill the gaps in your Gutenberg knowledge. Most importantly, you think: are you too behind to catch up? Do you need to find a different career? A different content management system?
The short answer is: no. Gutenberg is here to stay and, just like anything else, you can learn what you need to learn in order to continue your work with WordPress. We’ll talk about creating your own personal curriculum to “learn Gutenberg” by working through how to identify the gaps in our own knowledge and then how to identify resources to fill those gaps. In doing so, we’ll cover the basics of what Gutenberg is and how incorporating its existence into our workflows will impact different types of experts including content managers, project managers, designers, and developers.
As a case study, we’ll look at how I (a developer) “caught up” on Gutenberg after a 2018 where I didn’t have the time to focus on the ever-changing landscape of the Gutenberg project until right around its release.
June 2, 2019 — WordPress is probably the easiest CMS you can develop for. Its simplest plugins consist of a single function and some header data, and anyone with determination and a grasp of programming basics can create their own.
But there’s a gap between mastering technical essentials and acquiring a degree of wisdom about what makes for a successful plugin or theme. This talk offers advice to developers about pitfalls to avoid and ways they can create better plugins or themes.
June 2, 2019 — This talk will cover how JavaScript has been used with WordPress in the past, and how it will be used going forward. Instead of proposing one single method or framework to use when coding JavaScript, we will go through a few different combinations you’ll see in the wild in both older and more forward-looking WordPress plugins. Examples will cover AJAX with jQuery, ES6, the Heartbeat API, REACT, and Gutenberg blocks.
After this talk, attendees should feel more comfortable opening up any JS file they come across in the WordPress world and knowing a bit more about how to work with the various frameworks and patterns in use.
June 2, 2019 — If you are new to WordPress or have just been using it “out of the box,” you may want to learn about some easy ways to add useful functionality to your website using popular WordPress Plugins. This talk will briefly review what plugins are, and how to select and install them. Tara will share her “go to” plugins for adding things like forms, events, and image galleries to your WordPress site, as well as go over plugins which will help your website perform better.
This talk is designed for WordPress Beginners.
June 2, 2019 — The internet is the single most effective information sharing tool in all of history. We can build on the work and progress of others in a completely unprecedented way. The implications for the progress of humanity are both serious and exciting!
But it’s also in danger. Find out why Aaron thinks open systems and the open web will steer our future or how the lack of them will ruin it.
May 23, 2019 — Google wants to capture the user experience end to end. Much of that starts with Google My Business. More than 50% of businesses have not claimed their Google My Business account and that is a problem. This talk will educate on the importance, how to leverage it, and how to integrate it into your SEO Strategy.
May 23, 2019 — When your website collects personal information, it’s essential that you be a good steward of your users’ data. How you manage that data is under increasing scrutiny. With GDPR in Europe, CCPA in California, and anticipated privacy legislation at the federal level, it’s time to start working on that privacy statement you’ve been putting off.
In this session, we will focus on how to make the plugins you build work with the privacy features added to WordPress core in 2018. Along the way, we will examine key concepts from the “Privacy by Design” framework and discuss easy best practices to keep in mind as you write your code.
The session will have a technical focus rather than a legal focus. It will feature practical examples in which we will build a plugin that supports personal data export and erasure. Code examples will be simple, but will assume some baseline knowledge of PHP.