Language: English

  • Marina Vassilyovska: The Art of Inbound marketing 2019 – Revolutionize your digital presence

    WordCamp Thessaloniki 2018Speaker: Marina Vassilyovska

    March 4, 2019 — Στην ομιλία της Μαρίνας θα περάσουμε από τα βασικά της μεθοδολογίας του Inbound μάρκετινγκ και θα καλύψουμε όλα όσα πρέπει να γνωρίζετε εάν θέλετε να υιοθετήσετε αυτήν την καταπληκτική προσέγγιση και να μετατρέψετε πλήρως την ηλεκτρονική παρουσία σας.

    During Marina’s talk we’ll go through the basics of the Inbound marketing methodology and we’ll cover everything you need to know if you want to adopt this amazing approach and transform entirely your online presence.

    Presentation Slides »

  • Michelle Levine: Dig in on Grid

    WordCamp Portland 2018Speaker: Michelle Levine

    March 4, 2019 — You’ve heard of CSS Grid but you aren’t quite sure what it is. Or maybe you have started looking at it, but don’t know where to get started. Join me to get hands-on experience in building modern layouts using CSS Grid (and Flexbox). Learn where we came from (hacks, floats, and more hacks) and where we are going. Discover solutions to “impossible layouts”, how to handle users in older browsers, and about the power of Firefox debugging tools for grid.

    Presentation Slides »

  • Matt Ryan: WordPress Security – More than a Green Padlock!

    WordCamp Lehigh Valley 2018Speaker: Matt Ryan

    March 4, 2019 — You have your SSL certificate and the green padlock in the address bar. You’re done. Your website is secure. Right? No? Huh? Whadda I need to do? Let’s take a walk past the Let’s Encrypt cloak of security and see what you really need to do to help secure your website from the dangers of the public interwebs. No programming needed. A little common sense, a plugin or two and you are well on your way to securing your site. It takes is a few straightforward steps to eliminate almost all of the security vulnerabilities in the basic setup of your WordPress website.

    Presentation Slides »

  • Panel: discussion on Project Guttenberg

    March 4, 2019 — Panel discussion on Project Guttenberg

  • Eileen Violini: No Room for Cowboys – Building a modern WordPress Workflow

    WordCamp Lehigh Valley 2018

    March 1, 2019 — With the rise of the new WordPress editor, developing websites has become sufficiently complex to compel even the most ardent of cowboy coders to consider developing in a local environment. This talk will review the tools and techniques needed to create local environments that mirror production sites, allow for safe alteration of code and data, as well as delivering changes to production websites.

  • Joe Casabona: Preparing Your Clients for Gutenberg

    WordCamp Lehigh Valley 2018Speaker: Joe Casabona

    March 1, 2019 — As WordPress 5.0 comes closer to launch, it’s important to start thinking about how we’re going to train and prepare out clients – both new and current – on the new editor. In this talk, we’ll go over how to communicate the changes to your clients, a test plan, and some things to look out for when prepping your theme.

    Presentation Slides »

  • Chris Berkley: Using WordPress Post Tags and Categories Effectively

    WordCamp Lehigh Valley 2018Speaker: Chris Berkley

    March 1, 2019 — Tags and Categories are often misunderstood and are often misused or abused in ways that can hurt SEO and provide a poor user experience.

    This talk will show WordPress publishers how to create a tag and category hierarchy that can be easily applied to their site’s blog. I’ll discuss the SEO benefits as well as how this can help with content strategy.

    Presentation Slides »

  • Loren Robinson: The Next New (Old) Thing – Podcasts and Marketing

    WordCamp Lehigh Valley 2018Speaker: Loren Robinson

    March 1, 2019 — I intend to discuss podcasts, how they work in a content marketing plan, how to create them (in broad terms) and how to use them effectively, in a marketing plan.

    Audience: Anyone interested in including podcasts in their marketing plan.

    Presentation Slides »

  • Paul Barthmaier: Creating WordPress Blocks to Reshape Plugin Functionality for the New WordPress Editor

    WordCamp Lehigh Valley 2018Speaker: Paul Barthmaier

    March 1, 2019 — With much anticipation, the whole WordPress community is abuzz with its preparation for the coming of the new WordPress Post Editor experience. Codenamed Gutenberg as a callback to the 15th-century invention of the printing press, which heralded easier propagation of knowledge contained in the written text, the new Editor signals a commensurate leap on the path towards democratizing publishing.

    The reimagining of the editor is centered around the concept of a block and is powered by a new force in WordPress, namely React.js, a technology pioneered by Facebook and embraced by many other web giants looking to improve the user experience. Using React in the editor allows for a richer development of elements and a better representation of what their combination will look like upon rendering in the frontend browser.

    The fundamental shift that React represents is its departure from a PHP approach which requires a page reload triggered by saving settings or updating a post to see the changes in the dashboard. While we’ve long had the ability to invoke javascript via AJAX to make changes without page refresh, these calls are typically limited to a single focus. React allows all of the elements in the HTML structure to react to each other based on changes made to each.

    And it can do all of this with great speed and efficiency because it does not need to interact with the database, like with PHP, and each block only uses the minimal set of React tools needed for its proper functioning. Upon publishing or updating a post, React packages each block from the javascript object to an HTML element complete with CSS and saves it as a comment to the post. In this way, a user can toggle between the classic editor and the new editor without losing any information.
    In this talk, we’ll review in more depth how to create a block using the tools from the WordPress Block API and elsewhere, what the code constituents of a block are, and explore how to reshape existing code to render in this new Editor environment.

    Presentation Slides »

  • Marko Tanaskovic: How to make the most of your website with Google Analytics

    WordCamp Bratislava 2018Speaker: Marko Tanaskovic

    March 1, 2019 — How to use Google Analytics data to make your website better for your users.

    Understand your audience. Get to know them. Explore their interests. Follow their footprints on your website.

    See what is working and what is not. Understand what is drawing in your visitors and how to keep them on your website. Evaluate your marketing channels. Improve your content and website structure. Find out if there are any problems. Use all this insight to make the most of your website and make it more interesting and accessible for your visitors.