July 11, 2018
July 11, 2018 — Are you a developer who builds websites, large or small? Are your clients asking hard questions about Google, or are some of their sites not ranking as well as they’d wish? In this talk, aimed at WordPress developers, I’ll teach you how to incorporate SEO into every part of the website development flow, to make sure you’re on the right side of these discussions. By asking the right questions during all the phases of a website’s development process, you can make sure the website will rank. You can also use these questions to land yourself the job if you’re still in the proposal phase.
July 11, 2018 — Protecting your plugin functionality with specific capability checks using the Capabilities API should be a best practice, but it is still one of the most underused parts of WordPress core. Using the API allows for granular access management by developers using the plugin, and may even prevent security holes. This session explains how to use the API by looking at examples and diving in deeper from there, both from the view of a plugin developer as well as of an external developer who needs to tweak a third-party plugin.
As another practical example, some of the upcoming improvements to capabilities in WordPress core itself are revealed, so that you are aware of what’s on the horizon.
July 11, 2018 — Everyone has a unique story on WordPress. This is the story of a popular plugin (900k+ active installs and 6+ million downloads), but it is also the story of its authors. The butterfly effect applied to open source: how a simple and free plugin can significantly improve your business perspective.
July 11, 2018 — Did you know that there are native apps on iOS and Android that support all WordPress sites? Come and learn about how we’re approaching Gutenberg native on top of Aztec – our all-new-all-native editors, improving the media experience and #bettertogether. We’ll take a lightening tour through recent improvements, the current roadmap, and explain why mobile developers are so obsessed with APIs.
July 10, 2018 — The lines between designers and developers are starting to blur. With the addition of tools like Sketch, Zeplin, Invision, and many others, we can improve our workflow and develop with record speed. Whether that’s designing a quick website as a freelancer, working with designers as a contractor, or simply prototyping your startup idea, these tools will help you translate your thoughts, improve your workflow, and essentially, communicate effectively.
Topics:
What is Sketch
The benefits of using Sketch as a developer
How Sketch Plugins speed up and streamline development
July 10, 2018 — WordPress projects can quickly derail into a series of scope creep items, frustrations, and missing clients. Having a simple and streamlined process to get information from the customer, gathering adequate feedback and keeping your project on task requires some easy adjustments to your process. Stop struggling with bad clients, projects that never end and designing websites to creating a whole experience that will turn nightmare clients into brand ambassadors. Running a WordPress design business is hard work, and there’s more to it than just making websites. Lee has put together real action steps that will take you from welcoming your new client to following up with your happy clients and your new referral sources.
July 10, 2018 — His talk will cover core Javascript concepts which can often be overlooked when simply writing jQuery. In order to move beyond jQuery, this talk will first demystify how jQuery actually works at a fundamental level. To do this we will build our own MVP version of jQuery. Next this talk will cover other core JS concepts to provide a well rounded base before moving into the next talk (Modern JS). Some of the topics we will be touching on are the prototype, higher order functions, and various ways to create objects.
July 10, 2018 — This talk will teach you the very basics of using React. We will be covering things like basic component creation, rendering React to the DOM, and basic state management. We will also have a brief discussion about some of the core concepts behind React. Such as the virtual dom, and functional programming. At the end of this talk users will have the required knowledge to build a simple React Application. This talk will also include a number of practical examples, and those in attendance will be able to demo the examples using free online tools such as codesandbox.
July 10, 2018 — Are you thinking about CSS grids for your layouts? Browser support is just about here.
I’ve been looking hard at the work of Jen Simmons and Rachel Andrew, the two people writing most of the material to teach us designer/dev types what we need to know to start using this new spec.
And thanks to some time I’ve spent playing on CodePen, I think I’m ready to use grids in WordPress!
So let’s look at:
– WHAT CSS grids are.
– WHERE it makes sense to use them.
– HOW they help us make previously tough problems solve themselves.
– WHY grids are not just great for symmetrical layouts – but also wildly asymmetrical ones as well.
– And I’ll see you on the grid!