Language: English

  • Noel Tock: Moving Forward in WordPress

    WordCamp Stockholm 2016Speaker: Noel Tock

    December 4, 2016 — WordPress has created many opportunities for people all around the world, so many people are curious about how it could help them grow. In his talk, Noel will discuss the path to success for anyone interested in working with WordPress, remote working or generally being part of this movement.

  • Piotr Soluch: How To Run a WordPress Company And a Family of 5 and Not Go MAD.

    WordCamp Geneva 2016Speaker: Piotr Soluch

    December 3, 2016 — This is slightly different talk than most of WordCamp talks, but I believe it’s equally important.

    With WordPress scene becoming more and more competitive, the stress factor on WordPress professionals is higher than ever. At the same time we need to take care of our families and friends which is equally important. The pressure mounts up and it often leads to emotional and physical problems. I’ve experienced it first hand and after several months of dealing with a burnout I started being very proactive about it.

    In this talk I would like to share my experiences related to:
    – what leads to burnouts and other problems
    – how to deal with it
    – how to avoid it
    – how to balance work and family life

    This is a topic very few people talk about. But a lot of people deal with. Hopefully my talk will help someone.

    Presentation Slides »

  • Silvan Hagen: The WP REST API Is a Game Changer

    WordCamp Geneva 2016Speaker: Silvan Hagen

    December 2, 2016 — The talk will be for beginner to novice programmers and front-end people I’d say. The following topics will be covered:

    – What is the WP REST API?
    – Examples of the WP REST API in the wild
    – Using the REST API in a WordPress front-end
    – Using the REST API in the WordPress backend
    – A decoupled App built with the REST API
    – Extending the REST API
    – Thoughts on the future of WordPress with the REST API
    – Questions/Discussion

    Presentation Slides »

  • Mahangu Weerasinghe: Support First – Standing Behind Your WordPress Products

    WordCamp Kathmandu 2016Speaker: Mahangu Weerasinghe

    December 2, 2016 — Mahangu Weerasinghe hails from Colombo, Sri Lanka. He first found WordPress when he stumbled upon 0.70 in the dark recesses of #wordpress on Freenode. He has used and provided support for every major release of the software, and is excited about the impact the platform can have on South Asia.

    Presentation Slides »

  • Mika Epstein: Behind the Curtain – Reviewing Plugins for WordPress.org

    WordCamp Montreal 2016Speaker: Mika Epstein

    December 2, 2016 — Have you wondered what goes on when a plugin is reviewed? Want to know tips and tricks to making your plugin pass on a first go? Curious about what happens when a security issue is revealed in a plugin? As the representative for the plugin review team, I handle everything from reviews and reports to sock puppets and trademark infringements, and I can answer your questions about all of it.

  • Michele Butcher: Demons in the Closet

    Speaker: Michele Butcher

    December 2, 2016 — We spend a lot of time in front of a computer without any social interaction. Sometimes that is great. Sometimes that causes demons to get in your closet. We will talk about the stuff no one likes to talk about. How to handle depression, social anxiety, and keep yourself healthy mentally and physically.

  • Chris Flannagan: Do You Have A Launch Plan?

    WordCamp Montreal 2016Speaker: Chris Flannagan

    December 2, 2016 — Pretty exciting stuff, you’ve got a brand new website ready to launch! So what’s the plan? *crickets* Having an established plan for bringing your new site from staging to live is often overlooked and in turn causes minor to severe issues when you flip the switch. In this session we look at potential mishaps, how to avoid them and how to strategically build a launch plan.

    Presentation Slides »

  • Linn Øyen Farley: Don’t Fear the Custom Theme – How to Build a Custom WordPress Theme With Only Four Files

    WordCamp Montreal 2016Speaker: Linn Oyen Farley

    December 2, 2016 — Commercial WordPress themes have to be ready to handle thousands of use-cases, but your custom theme doesn’t. Reducing a theme to its essential components – index.php, style.css, and functions.php (plus screenshot.png) – gets your design into the browser as quickly as possible and allows for rapid prototyping based on client feedback. It’s also an easy way for beginners to start developing with WordPress, without getting lost in dozens of files.

    Presentation Slides »

  • Shelly Peacock: Frameworks for Freelancers – Double Time IT!

    WordCamp Montreal 2016Speaker: Shelly Peacock

    December 2, 2016 — If you have ever had a client pick out a random theme, and asked you to build it out- then you spent 2 days learning how it worked- then this is for you. Don’t spend all your time learning new wheels- get a framework and learn it inside and out. Frameworks are going to be your best friend- there are several out there, I will talk about my top four faves- and the pros and cons of each. And, there are so many snippet resources out there- implementation will be your best teacher. The Bonus? Build sites in 2 days, not 2 weeks.

    Presentation Slides »

  • Nick Adams: Getting Started with Child Themes

    WordCamp Montreal 2016Speaker: Nick Adams

    December 2, 2016 — In this presentation, presented in English (avec des sous-titres français au bas de l’écran) I will explain what child themes are and why they should be used. I will then show how to create a child theme using both a plugin as well as manually creating a new directory and putting in a custom style.css and functions.php file. I will then show how changes to a child theme’s CSS overrides the parent theme’s styles when they apply to the same target element, whereas items added to functions.php run in addition to everything in the parent theme’s functions.php. I will also show how to use Inspect Element in a browser to find what style is currently assigned to an element. Throughout the slides, a single child theme of Twenty Sixteen will be created, resulting in a completely custom child theme that is well documented with explanations written in comments about what the code is doing and what line in the parent theme’s style.css it is overriding for reference.