June 17, 2017
June 17, 2017 — We hear from the photography team at WordCamp Europe 2017.
June 17, 2017 — WP Dev/tools for beginners: ftp, git, svn, php, html, css, sass, js, jquery, IDEs, themes, child themes, the loop, inspect element, hooks, APIs, CLI, agile, bootstrap, SEO, slack… etc.
We’ll discuss the language and various acronyms and buzzwords used by devs in this crash course introduction to the developer’s world. Overview of primary development processes and terms and what software is needed to play the game. We’ll cover what you need to go from zero to developer and hopefully how to have fun on the way.
Takeaways:
Learn to speak dev
Get familiar with concepts (and acronyms) you’ll need to dev
Learn about tools that will help you
June 17, 2017 — 500 people registered to the WordCamp Europe 2017 Contributor Day and its 13 talks and workshops.
June 17, 2017 — 1800 people gathered for this first day, coming from 82 countries. They were able to attend 16 talks, 8 lightning talks, workshops, tribe meetups and speed networking.
June 17, 2017 — Boing Boing is one of the longest running independent publications on the Internet. From our start as ‘zine to our currently self-hosted WordPress site, we’ve had our ass kicked by every platform we’ve tried. WordPress doesn’t have me in a murderous rage, but that is largely because the guys at WP VIP are so good at sorting out the weird and often suicidal things we do to ourselves. Actually, some issues with 2FA, and our cookies expiring weirdly leave me kinda frustrated… but hey, at least Google can crawl the site this week!
June 16, 2017 — Never face the “blank page blues” again! In this presentation from blogging pioneer and Copyblogger founder Brian Clark, he reveals his process for developing a winning content strategy for any niche or industry. This simple 5-step process will provide you with the hands-on methodology that you can use to understand exactly who your audience is, what information they need, and how they need to “hear” that information.
June 16, 2017 — Community. It’s what we make it. We have to put back into the community in order for it to grow and thrive. I talk a little about my involvement in the local WordPress community, how it’s evolved over time. Maintaining a community is everyone’s job and I give you the brass tacks on how to do it right.
June 16, 2017 — Do you have a plugin (or several) in the WordPress.org repository? Have you ever wondered how to turn your plugin development skills into a sustaining income-based business? Not sure how to go about it? In this session, Adam details his story of creating a sustainable plugin business. He shares actionable advice that audience members can put into practice immediately to grow not only a user-base, but also a customer-base. Adam also explains the techniques he uses to guide free-users to premium product. Attendees will learn everything they need to know to create a plugin that people will love and recommend to others.
June 16, 2017 — For BeerNC, Cardinal Media used WordPress for content management but served content and user data over a custom Express App. This provided a content management experience the client was comfortable with and the security and control of Express for the app’s internal-facing API.
Takeaways:
Using Express and an ORM can be better for some use-cases than the baked-in WP-API features.
Using WP-API methods and hooks can be used to create webhooks to keep an external API in sync with WordPress content, while giving content creators the ease-of-use that WordPress offers.
Shortcodes can be integrated into a front-end framework – we used Ionic2 to build BeerNC, but the methodology should be similar for most front-end frameworks.