Language: English

  • Aaron D. Campbell: Integrating WordPress with External APIs

    WordCamp Philly 2015Speaker: Aaron D. Campbell

    November 17, 2015 — Learn to use WordPress’s built in functionality (especially the HTTP library) to integrate with external APIs. We’ll touch on properly caching results to keep your site fast, fault tolerance, and even how to handle those strange APIs that send you data when you didn’t send a request for it (PayPal IPNs anyone?). We’ll talk theory, but mostly we’ll look at plenty of code and walk through examples from plugins that you can constantly refer back to for example code.

    Presentation Slides »

  • Jenny Wong: Contributing to WordPress

    WordCamp Slovakia 2015Speaker: Jenny Wong

    November 17, 2015 — Prispievanie do WordPress. Filozofia open source systému WordPress. Komunita, meet upy, WordCamp…

  • Lauren Pittenger: Intro to the Command Line for Designers

    WordCamp Philly 2015Speaker: Lauren Pittenger

    November 17, 2015 — The command line can be an intimidating thing. We will walk through setting up a local WordPress install via the command line. We’ll look at how to download the software and create and edit files using the command line.

    Presentation Slides »

  • Trevan Hetzel: Super Fast WordPress Themes

    WordCamp Omaha 2015Speaker: Trevan Hetzel

    November 17, 2015 — Today’s web users have the need for speed. With internet and cellular connections getting faster and faster, users expect sites to feel snappy and not make them wait. We as developers must make sure we’re doing our very best to serve those pages quickly. This talk will focus on the things you should be doing, both on the front-end and back-end, when building WordPress themes.

    Presentation Slides »

  • Andrew Nacin: Advanced Topics in WordPress Development

    WordCamp Philly 2015Speaker: Andrew Nacin

    November 17, 2015 — Advanced Topics in WordPress Development

  • Josh Collinsworth: Be Classless – Optimizing Your CSS for WordPress

    WordCamp Omaha 2015Speaker: Josh Collinsworth

    November 17, 2015 — It’s easy to get caught up adding HTML classes (and IDs) to each and every element we want to style, but the fact is, WordPress helps us out with specific targeting by adding its own classes and IDs to certain elements on every page and post. Cleverly utilizing WordPress’s default page build along with CSS’s pseudo classes and combinators makes it possible to be highly specific with our targeted styles while leaving the original HTML completely alone. In short, if we look for ways, we can often avoid adding more classes and wrapping text in spans to have WordPress and CSS do the work for us.

  • Nile Flores: Introduction to WordPress Security

    WordCamp Philly 2015Speaker: Nile Flores

    November 17, 2015 — Keeping your website secure is important. No one likes a site that has nasty code injections or has been defaced. In fact, WordPress Security is one of the issues that continually needs to be taught to WordPressers around the world because for some people, their website is their livelihood.

    I’m not here to make your head pop up with mind boggling hardening tricks. I’m hear to give you an introduction to WordPress Security. I might make you laugh, but security is a serious matter. I will be covering a couple methods to secure your WordPress website, and even a couple beginner tips on what to do if your site has been hacked.

    By the end of this session, I hope you find a security method that suits you, and are more aware of the importance of securing your WordPress website.

    Presentation Slides »

  • Chris Lauzon: How to Support Yourself

    WordCamp Philly 2015Speaker: Chris Lauzon

    November 17, 2015 — Learning how to manage your own WordPress site can be pretty hard. Whether you are new to WordPress, or have been using WordPress for a while, there are a lot of easy ways to support yourself. Overview on how to pick a good theme, plugins, and appropriate hosting services. Different strategies for supporting your own WordPress site, and learn when (and how) to ask for help.

    Presentation Slides »

  • Maura Teal: Getting Started With Sass

    WordCamp Philly 2015Speaker: Maura Teal

    November 17, 2015 — An introduction to Sass for beginning developers or power users who already have a basic understanding of CSS. This talk will go over getting started with Sass in WordPress theme development, including: Sass vs CSS, setup options (theme file structure or use of a CSS plugin), understanding variables, nesting, mixins, extends, and libraries like Compass and Susy.

    Additionally, this talk can cover use cases for integrating the Sass version of frameworks like Bootstrap or Foundation without having to clutter your theme’s markup. With that you get the best of both worlds (bespoke and human-readable classes and the springboard for development and design that frameworks provide).