December 10, 2017 — Using WordPress to queery (not a typo) data and generate statistics based on the entire history of television and understand the impact of fictional death in the media on real life people. As seen on https://lezwatchtv.com
Overview
This presentation will discuss the complications of using WordPress to manage a site filled with cross-related data, in order to understand the social and psychological impact of the Bury Your Gays trope on TV. By using WordPress, we were able to easily output the data, but building out a site without planning what data will be captured leads to headaches. There were difficulties in the growth of data, including handling multiple actors and shows, with separate roles, characters who changed names and genders, and the death and revival of another character (does she count as dead)? Through it all, we prioritized open data and open discovery of the data to allow people to take the content and use it for their own purposes.
Aspects
– The dead lesbian / bury your queers trope (see also: The Lexa Effect of 2016)
– Rest API for data promulgation and distribution
– Confirming theories with data
– How WordPress makes it ‘easier’ for people to find themselves reflected in media
December 3, 2017 — Well, maybe this is just another REST API talk, but it’s well worth talking about now that the REST API is included in WordPress!
This talk will include some background on the REST API, helping you understand what’s so great about it. You’ll also hear about ways to use the REST API both within your WordPress projects and without.
If you’ve been wondering what the fuss about the REST API is, what it’s good for, or how to get started using it, this talk is for you.
October 27, 2017 — The REST API is an awesome plugin to expose your data from the WordPress core. But … the standard implementation might not fit your specific case.
Just like the WordPress core, you’ll be able to extend it to your specific needs. I’ll show you how to handle authentication, introduce caching strategies, alter custom post types, or even change the default way of communication altogether.
October 26, 2017 — In this talk you will see a portfolio site developed and learn how to code your own fast and beautiful page-builder to make it happen. Plus you will see how to create custom post types, use repeater fields, build a REST API, and more.
Oh, and you will not need a single WordPress plugin.
October 24, 2017 — Now that WordPress has an amazing Rest API, there is a lot of buzz around “Headless” or “Decoupled” sites. However, these are mostly covered with “how-to” and not “what this is” articles. My presentation aims to provide a higher level insight into what it means to be using WordPress, JavaScript and the Rest API, all in tangent. It will go into the Pros and Cons of using Limbless, Headless, and Brainless WordPress.
October 22, 2017 — A couple case studies on how to use the API and code samples to get you started. It allows us to further separate the data from the code. Use WordPress as a CMS 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.
October 20, 2017 — Working with the WordPress API
October 12, 2017 — With all the buzz around the REST API maybe it’s been awhile since you took a look at WordPress core’s JavaScript-driven single page application (SPA), the Customizer.
In this talk we will explore how to use the Customizer to improve the user experience for theme and plugin settings, explore how the Customizer has evolved, and look at the future of the Customizer.
October 8, 2017 — WordPress now includes a full featured REST API with default routes for content and the ability for plugins to add additional routes. This provide new ways to read and write data on your WordPress sites that is perfect for use with JavaScript-driven interfaces, apps and more. But do you know what exactly what is available and how to use each route?
Every WordPress site is unique, so every site’s REST API will be different. In this talk you will learn how to use route discovery to learn the answers to each of these questions, for every site.
September 30, 2017 — Една от тенденциозните теми в последно време е WordPress REST API. В тази лекция Петър ще ни запознае с различните видове WordPress APIs — вътрешни, вътшни, стари и нови подходи за работа с WordPress.