Building Membership Communities with WordPress.
Archives
Off-Grid Plugins: Updates outside of WordPress.org
Have an idea for a plugin that you don’t want in the WordPress plugins directory? Maybe it’s a plugin you’re selling, something just for clients, or it uses an interesting license. In this session we’ll explore how to gain the same benefits of the WordPress plugin directory, like providing automatic updates, by building your own plugin server – just like successful commercial plugins do. Welcome to the world of “Off-Grid Plugins”. Get ready to code!
GDPR Panel Discussion
A panel on the General Data Protection Regulation (GDPR) and what it means to you.
Web Accessibility and WordPress
This talk will provide an overview of web accessibility standards and will demonstrate how to use existing tools to ensure your themes, plugins, and content are compliant with those standards. This talk is designed for WordPress developers of all skill levels who want the sites they create and manage to be as accessible as possible. Topics will include: Selling your clients (and yourself) on web accessibility, an introduction to WordPress accessibility guidelines for theme and plugin developers, an overview of manual and automated accessibility testing tools, common accessibility pitfalls to avoid, and where to learn more about web accessibility tools and standards.
Death of the Media Query
We’ve all been there. Your site looks beautiful on mobile, tablet, and desktop but 768 pixels to 900 pixels is a disaster. Creating a truly responsive website experience goes beyond using bootstrap. Front-end Developers consistently find themselves creating elaborate sets of media queries that are time consuming to create and difficult to maintain.
This talk will explore browser-compatible innovations in CSS that you should start employing in place of media queries. The end result will save time and create more adaptive web experiences.
We will walkthrough practical use cases for the calc() function, Flexbox, and CSS Grid.