Language: English

  • Micah Wood: Using Chrome Developer Tools

    WordCamp Raleigh 2016Speaker: Micah Wood

    November 8, 2016 — Chrome is not just a great browser for viewing websites, but also an invaluable tool for building websites. Out of the box, Chrome ships with “developers tools”. Many web developers are aware of this and make use of some of the tools it provides. However, most developers only scratch the surface of what the browser can do.

    Join in as we take a deep-dive into the Chrome developer tools and learn, among other things, how to:

    – Quickly test styling fixes
    – Emulate handheld devices to test responsive designs
    – Easily navigate and debug JavaScript
    – Use the JavaScript console
    – View form submissions
    – Monitor AJAX requests
    – Check for performance issues
    – Troubleshoot caching issues
    – Create and use your own snippets

  • Evan Mullins: WP API, What Is It Good For? Absolutely Everything!

    WordCamp Raleigh 2016Speaker: Evan Mullins

    November 7, 2016 — See the Power. Every WordPress website has (or will have soon) an API built-in! What can you do with that? It allows us to further separate the data from the code. Because WordPress is a great CMS we can use it to manage our data and then via the API access that data to power whatever we like. We’ll touch a handful of examples and explore an iOS app pulling all it’s data and assets from a WordPress site via this API.

    See the Power of the WP API. Now that every WordPress website has (or will have) an API built-in, what can you do with it? It allows us to further separate the data from the code. Use WordPress to manage our data and then via the API easily access or update that data to power whatever we like. We’ll touch how to set it up and a handful of examples and then explore an iOS app pulling all it’s data and assets from a WordPress site via this API.

    This will be geared for developers with some “how to” but also for everyone interested in the power of WordPress and where things are heading.

    Learn how to spell WP-API
    Learn about the power and flexibility it brings to WordPress
    See it working in a live app

    Presentation Slides »

  • Dougal Campbell: Get Off My Lawn and Out of My Dashboard!

    WordCamp Raleigh 2016Speaker: Dougal Campbell

    November 7, 2016 — My wife recently launched a new WordPress Multisite network for the Cherokee County School District in Georgia, which encompasses 40+ schools and serves more than 41,000 K-12 students. For some of the deeper coding, she enlisted my aid to help bend WordPress Multisite to her will.

    From adding custom BootStrap CSS column classes to nav menu items, to automagically including a custom stylesheet for each school site, to denying content editor access to specific parts of the dashboard, these and several other code snippets will be covered.

    Featured code snippet: the “redirect_naughty_children()” function. Get out of my Dashboard, you darn kids!

    Presentation Slides »

  • Kevin Dees: Build Custom Themes with Less Code using TypeRocket

    WordCamp Raleigh 2016Speaker: Kevin Dees

    November 7, 2016 — Build a fully custom and beautiful site with custom fields and theme options without a single plugin. In this session, we will release TypeRocket 3.0 for WordPress to the public and learn how you can build a theme like this fast!
    So, what will you learn?

    Create custom post types and taxonomies.
    Add custom fields to posts, pages, custom post types, taxonomies, user profiles and the front-end of your site using the TypeRocket Forms API.
    Learn how to sanitize custom field input.
    Add meta boxes to post types and the dashboard.
    Add global theme options.
    Build modular component based designs by creating a page builder.
    Create custom resources and go beyond post types for advanced applications.

    Presentation Slides »

  • Colin Dowling: Leveraging Partnerships to Grow Your WordPress Development Business

    WordCamp Denver 2016Speaker: Colin Dowling

    November 7, 2016 — This talk explores how partnerships and existing relationships can create a fun and evergreen sales funnel for developers. The focus is on keeping the pipeline full with engaging and interesting work without introducing tired and stale “sales” functions. I love working with Developers to help them grow the business side of their work!

  • David Hayes and Jon Bellah: Development Town Hall

    WordCamp Denver 2016Speakers: David Hayes, Jon Bellah

    November 7, 2016 — WordPress is all about customization. It’s open source & GPL. That means you can do just about anything with it. This town hall will be hosted by Jon Bellah and David Hayes.

  • Kenn Kelly: eCommerce Going Into 2017

    WordCamp Denver 2016Speaker: Kenn Kelly

    November 7, 2016 — Whether you develop or run a digital or physical eCommerce business and are doing memberships, subscriptions or simple products this talk will cover it all. Get prepared for the holiday season and 2017 with the latest to make the most of your WordPress eCommerce site.

  • Julien Melissas: JS Framework Showdown

    WordCamp Raleigh 2016Speaker: Julien Melissas

    November 7, 2016 — I’m going to be speaking about some of the more popular JS frameworks, Angular, Backbone, and React, and show some real-world examples of how easily they can interact with the API.

    I’ll be showing (with real code) basic examples with each library and fetching the 10 latest posts from the WP-API.

    Take aways:
    – The WP-API isn’t that scary, it’s so easy to get/send stuff if you’ve got JSON skills (which aren’t that hard).
    – JavaScript frameworks all have different ways to do things, but similar stuff going on in the background.
    – At the end of the day, React rocks (it’s the best), but it might not be the best solution for your project …

    Presentation Slides »

  • Lisa Linn Allen: Why and How You Should Be Using Semantic Markup

    WordCamp Raleigh 2016Speaker: Lisa Linn Allen

    November 7, 2016 — Semantic markup may no longer be a groundbreaking idea, but many modern web developers do not truly understand the concept. Good, semantic markup is the foundation of – and easy path to – an accessible and responsive web site that plays nice with search engines and virtually any other user agent you can imagine. But even if you understand semantic markup, your clients probably don’t, and keeping things semantic when they’re turned loose in TinyMCE can be a challenge.

    Presentation Slides »

  • Calvin Powers: Lies, Damned Lies, and Google Analytics

    WordCamp Raleigh 2016Speaker: Calvin Powers

    November 7, 2016 — Or, “A case study in the dangers of relying on data that is easy to obtain instead of getting the data that is actually useful.”

    In this presentation Calvin Powers will walk through his experience using Google Analytics to come up with strategies to build the audience for his podcast and how it went horribly wrong. He’ll show you how he got on the right track when he figured out how to collect data that is actually useful instead of just using data that is easy to obtain.

    You’ll learn about the WordPress plugins he used to collect the right metrics from his site and how to use them on your site with Google Analytics. You’ll take away a better appreciation for learning to ask the right questions before you dive into all those snazzy looking Google Analytics reports.

    Presentation Slides »