August 22, 2016 — Exploring the different ways we can keep our clients happy, what tools are available to us to enable this, and some basic ideas to make it simple to have happy customers. Plus what to do with the unhappy customers (other than run away, of course). It is all stuff that we know already but perhaps need reminding of, and putting a system in place so we can get the work done.
A happy client manual, if you will…
August 22, 2016 — Ahmad Awais is a Core Contributor, a Plugin Developer and also on the Polyglots Team.
August 20, 2016 — Zé Fontainhas is a long time WordPress contributor, WordCamp and meet up organiser and community leader. He’s been an active member of the global WordPress community for the last 10 years, helping contributors from all over the world translate the software in more than 140 languages. Zé is a true Polyglot and European and has spent the last few years working towards creating ties between the European communities.
August 20, 2016 — Remkus de Vries is giving an insight on WooCommerce by a Case Study he created in the past.
August 20, 2016 — “3.14 things I didn’t know about CSS
This talk will showcase a series of obscure CSS fun facts, such
as CSS syntax gimmicks and quirks, weird tricks that involve CSS in one way or another, and security vulnerabilities that are enabled by (ab)using CSS in unexpected ways.”
August 19, 2016 — The importance of integrating AMP with WordPress and how to set it up and test it.
August 19, 2016 — Learn how to lock down your WordPress website so that you become less of a target for hacking, defacement, or data theft. Using freely available tools, you’ll find out how to thwart cyber attacks and build trust with your visitors.
Take aways:
Becoming less of a target for hackers.
Hardening WordPress websites with security plugins.
Other tools and tips for website security.
August 19, 2016 — *This is a 15-minute Lightning Talk*
So many developers avoid the command line and they are missing out on so much power. With the addition of the WP-CLI to our set of tools, they are missing out on even more. In this talk I will go through some of the amazing things you can do with the WP-CLI to help work more effectively, efficiently, and automate your life as a WordPress developer. I hope to inspire you to jump into the command line, begin learning the WP-CLI, and start improving your life, today!
Take Aways:
1) Grok the CLI
August 19, 2016 — WordPress 4.4 was a milestone release, with the addition of both responsive images and a REST API. In this session, I’ll demonstrate API endpoints and JavaScript I’ve written for using the REST API and AJAX to load responsive background images into sites.
This technique has several advantages: first, using the background-image property is more semantic and powerful than traditional s. Second, you can have a dynamic background on an otherwise cached page. Third, you have more information available about how your user is viewing your site than just their viewport width.
The session will include three short demos: First, a basic demonstration of the technique. Second, using array_rand on the server to pull in a random background image. And as a finale, using the ambient light API in OSX Firefox to load in “day time” and “night time” images.
Take aways:
The addition of responsive images into the WordPress core was powerful, but it doesn’t solve every problem and isn’t always semantic.
Using AJAX to load images has many benefits because you can know more about the client.
The WordPress REST API can be used for more than you realize.
August 19, 2016 — Rewrite rules are how WordPress creates clean/pretty URIs from URL query parameters. When your new page or blog post automatically gets a human-friendly URL, this is provided by a rewrite rule, which itself is using WordPress’s Rewrite API. In this presentation Jonathan Daggerhart will go over the basics of the Rewrite API, create a few new rewrite rules as examples, and make use of the data the Rewrite API provides the global WP_Query object when it matches a rule’s pattern. Hopefully by the end of the class, you’ll have a good understanding of what the Rewrite API is, how it works, and some use-cases where it could be beneficial.