March 22, 2017 — This talk covers the basic code requirements that are checked by the WordPress theme review team before allowing a theme to be included in the repository.
I will discuss what the requirements are for repository themes, how to check them, tools that can help, and reasons why you might want to perform your own theme review even if your theme is not being submitted to the repository.
March 22, 2017 — There are 50 ways to leave your lover, 8 million stories in the naked city and now FIVE ways to lay out boxes in CSS:
– Floats and clears, the old standby;
– Display: block and inline, still highly useful;
– CSS grids (not ready for prime time)
– Display: table (why?)
– And my new favorite, Flexible boxes (flexbox).
Let’s play!
March 21, 2017 — With nearly fifty thousand WordPress plugins available, there’s one for just about everything. However, sometimes a plugin doesn’t do exactly what you need. Working with existing plugins can be a frustrating experience when the developer has not considered how other developers might use it on a client’s web site. In this session I’ll share some common roadblocks working with plugins, how you can make your plugin extensible, and the benefits of building a developer-friendly plugin.
March 21, 2017 — Learn the basics and some advanced tricks of WordPress plugin development. This track will demonstrate how to create a complete plugin from scratch and make it work with any WordPress site. Topics covered include hooks, content manipulation, some of WordPress’ most powerful APIs that are utilized by plugins. By the time the session has completed, attendees will have the skills to develop plugins from scratch using simple PHP and the WordPress API. We will also change the Hello Dolly plugin to display our favorite song lyrics.
March 21, 2017 — While many WordPress developers understand the security value of adding an SSL Certificate to a Website; few think through the strategy necessary to minimize the loss of essential back-links that are key to SEO. In this session we’ll cover an effective SSL Implementation Strategy that will not only reduce impact on your SEO but use this opportunity as a way to build engagement with visitors.
March 20, 2017 — One in every four people that use WordPress use it as a means to support themselves or family. This powerhouse of a software is more than just code. WordPress is a vehicle for success and employment. Learn how WordPress can make all your financial dreams come true and build you a career path you can enjoy and be proud to have.
March 20, 2017 — Pascal Birchler resides in Zurich, Switzerland and is a student and a passionate developer. He was a co-organizer of the WordPress Zurich Meetup as well as WordCamp Switzerland 2014 and 2015.
He built his first website and began blogging as a 12-year-old in 2006. He started blogging about WordPress in 2008.
March 18, 2017 — A big hurdle for WordPress Developers when jumping into Javascript development is the paradigm switch from PHP’s Class based classical inheritance to Javascript’s more Functional prototypal inheritance.
In this talk we will be taking an in-depth look at how objects work in Javascript. We will also be look at different ways to handle inheritance in Javascript. In addition to reviewing what JS Prototypes are, we will also spend some time looking at object creation patterns in JS. How they differ from PHP, and in some ways how they are similar. We will even cover cool things that Javascript lets us do like borrowing methods from other objects. And much much more.
March 18, 2017 — The web created the first universal publishing platform but schools, of all levels, are still having students submit paper or “electronic documents” for grading and review. Academic work lives in private, closed systems, never exposing students to the opportunity of external feedback.
This session will propose a different approach. We require incoming college freshmen to become publishers during their first few weeks in school. They create websites and use that publishing platform to post personal reflections, current event updates … and all of their assignments. The website becomes a repository for what will be a portfolio of assignments by the time a student graduates.
Our approach could work for any discipline, but it will take a change of mindset and the acquisition of new skills and infrastructure. It’s time to change the culture of education by creating college graduates that are media literate, proficient web publishers and good digital citizens.
March 18, 2017 — Work faster, not harder. You’ve probably heard of WP-CLI, but do you know everything you can do with it?
We’re going to take a deep dive into WP-CLI, from installation, to configuration and automation of your common WordPress maintenance tasks. It’s you don’t want to miss this!