March 29, 2019 — Web browsers limit the number of active connections for each domain, but browsers distinguish domains by name rather than by IP address. Domain sharding, in which content is split across multiple subdomains, may drastically improve the user experience of slow page load times for image-heavy pages, but only if your server has sufficient bandwidth. Uploading content to Amazon S3 and using CloudFront to serve images from multiple subdomains has been shown to be an effective way to use domain sharding. In addition, when images are uploaded to S3, a Node.js script is triggered which creates thumbnails and the larger web versions of the full sized, high resolution images. The final step happens during the creation of a WordPress custom post type, where the domain sharding is actually applied.
March 29, 2019 — Surrounded by constant workflow advancements, new frameworks, and version updates, tech culture often makes exhaustion a badge of honour. How do we best take care of ourselves when faced with obstacles like burnout, isolation, and uncertainty?
Whether you’re a remote employee, freelancer, or working within a larger tech team, striving towards a greater understanding of mental health supports the sustainability of both individuals and the industry as a whole. In this talk, I’ll discuss my own lived experience as well as examine the state of mental health awareness within tech.
March 29, 2019 — A couple months ago, the Metro Detroit WordPress Meetup held a session, led by RJ Mey, where he introduced us to Gutenberg and talked about the benefits and considerations that WordPress developers may need to consider with the upcoming release. The talk turned into a VERY lively Q&A session, so we decided to bring that conversation right into WordCamp Detroit.
This Gutenpanel, moderated by RJ Mey, will tackle some of the questions people have been asking about Gutenberg. We will have several developers who have experience with Gutenberg ready and able to answer your Gutenquestions!
This session is part 3 of our 3-part Gutenberg track. Check out session 1: Introduction to Gutenberg Development and session 2: How to Build Your First Gutenberg Block
March 29, 2019 — There so much power behind the WordPress REST API. This session will guide you through building a mini theme using the WordPress REST API. Learn how the REST API can be used not just in a theme, but for a mobile app, a plugin, a Gutenberg block, and beyond!
March 29, 2019 — Learn how to write a WordPress plugin that registers custom Gutenberg blocks and build out those blocks to provide an instant preview/feedback as they’re being edited in the wp-admin, as well as how to render them on the front end of the site.
This session is part 2 of our 3-part Gutenberg track. Check out session 1: Introduction to Gutenberg Development and session 3: GutenPanel
March 29, 2019 — Are you wondering what all the Gutenberg fuss is about? Interested in finding out what it takes to make a Gutenberg block? Do you like the keep up-to-date on the latest WordPress developments? If you answered yes to any of those questions, this session is for you! Brian Richards and Kellen Mace have teamed up show you the ropes on how to get on the Gutenberg bandwagon.
This session is part 1 of our 3-part Gutenberg track. Check out session 2: How to Build Your First Gutenberg Block and session 3: GutenPanel
March 29, 2019 — The accessibility of a website is significantly affected by the underlying HTML, CSS and javascript that developers use to create it. But it is also possible to impact upon the accessibility of a site at the design stage – both the visual design, and the interactive design or UX. And it’s not just about colour schemes either.
In this presentation I will outline a few key points to keep in mind when you are designing your next beautiful website or theme. I will illustrate the points with some good (and bad) examples.
Good design and web accessibility can go hand in hand – come and find out how.
I have previously presented this talk at WordCamp London 2017 and WordCamp Bristol 2017, and a couple of WP meetup groups.
March 28, 2019 — As a self-employed website designer often we work on our own with direct contact with our clients. This gives us a great opportunity to use the principles of agile development to make sure that we are able to offer the customer exactly what they want without succumbing to feature creep.
WordPress offers ways of making this easier with it’s easy setup and stacks of community – we can get a MVP out to clients quicker than ever and then iteratively develop the final website with feedback from the client.
This talk discusses how we can do this, what pitfalls there might be and why agile is not just for large powerhouse companies but also for the self-employed.
March 28, 2019 — Frequently, we see ourselves limited to translate sites when we talk about Multilingual. However, the Multilingual World is much wider than that: you can also build Multilingual communities.
In this talk I will give a case of study of a Multilingual community which aims to create a multilingual database of interviews with historical and eye witnesses, the Open History Project. This is all created with a growing and multilingual community. I will also talk about other Multilingual communities as GlotPress and, of course, Polyglots.
March 28, 2019 — The process of developing a bespoke WordPress website from scratch is a lengthily one. When you’re repeating it on a regular basis for your clients, it soon becomes necessary to “boilerplate” certain aspects of this process to save time, reduce repetition and increase profitability!
In this talk I’ll share my experience of building Kapow!, the bespoke WordPress development boilerplate that I’ve been working on at Make Do for the past few years.
I’ll cover some of the important things you need to bear in mind when creating your own development boilerplate, highlight some of the decisions and challenges you’ll face as well as share some of the lessons that I’ve learned along the way.