Language: English

  • Barbara Saul: How To Keep Your Clients Happy

    WordCamp Brighton 2016Speaker: Barbara Saul

    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…

  • WordPress Community Interview With Ahmad Awais

    WordPress Community Interview SeriesSpeaker: Ahmad Awais

    August 22, 2016 — Ahmad Awais is a Core Contributor, a Plugin Developer and also on the Polyglots Team.

  • Zé Fontainhas: Community And Open Source Evangelism

    WordCamp Antwerp 2016Speaker: Zé Fontainhas

    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.

  • Remkus de Vries: Case Study on WooCommerce

    WordCamp Antwerp 2016Speaker: Remkus de Vries

    August 20, 2016 — Remkus de Vries is giving an insight on WooCommerce by a Case Study he created in the past.

  • Mathias Bynens: CSS Fun Facts

    WordCamp Antwerp 2016Speaker: Mathias Bynens

    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.”

    Presentation Slides »

  • Steven Werley: AMP and WordPress

    WordCamp Lehigh Valley 2016Speaker: Steven Werley

    August 19, 2016 — The importance of integrating AMP with WordPress and how to set it up and test it.

  • Will Chatham: WordPress Security – Don’t Be a Target

    WordCamp Asheville 2016Speaker: Will Chatham

    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.

    Presentation Slides »

  • Lew Ayotte: WP CLI

    WordCamp Asheville 2016Speaker: Lew Ayotte

    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

    Presentation Slides »

  • Ethan Butler: Using the REST API for Better Responsive Images

    WordCamp Asheville 2016Speaker: Ethan Butler

    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.

    Presentation Slides »

  • Jonathan Daggerhart: WordPress Rewrites API

    WordCamp Asheville 2016Speaker: Jonathan Daggerhart

    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.