August 9, 2018 — The best way to improve your website is to watch real people using it. This is often referred to as User Experience (UX) testing. While it may seem that nothing could be simpler than watching a user interact with your site, it turns out that watching users in a way that consistently delivers useful insights is a hard skill to master. The good news, however, is that it’s possible to learn, refine and polish these skills over time. In this talk, I look at seven of the most common mistakes made in user testing, and how to avoid them. The presentation will be packed with examples and footage from real user tests, and is ideal for those new to user testing or in need of a refresher.
August 9, 2018 — We all get those emails and phone calls. Well at least Peter does, just about every single day of the week.
This presentation is about how you can actually make them work for you. He’s been travelling back and forth between Australia and South East Asia for the last two years on what people seem to thing is a really long vacation (Just take a peak at his Instagram feed), but in reality, He’s been working with his off shore development team, training them up, getting to know them better, understanding how they best work so that they all get the best outcome possible in regards to leveraging the skills of developers from South East Asia.
August 9, 2018 — Join Michael as he shares his favourite practical WordPress and WooCommerce code snippets that can be applied to WordPress sites. Session content is aimed at WordPress site integrators and WooCommerce store owners but there’s content that new WooCommerce store owners may want to jot down for future reference. We will cover as much content as possible before switching to Q&A format.
https://2017.brisbane.wordcamp.org/session/extending-wordpress-and-woocommerce-core/
August 9, 2018 — WordPress development has changed quite a lot over the last few releases! The WordPress REST API prompted us to rethink the way we use AJAX in our themes and plugins. The Twenty Seventeen theme reminded us to take advantage of the latest Customiser updates. Improvements to the way WordPress handles language has had a big impact on the way we implement internationalisation. This talk will look at these examples, and propose some updated Best Practices for the modern WordPress developer.
August 8, 2018 — As WordPress developers, we should aim for a true user-first strategy to design and develop customised WordPress Installations, and not fall back on ‘premium’ themes, page builders, and one-size-fits-all approaches. So many times I have taken over WordPress websites that look like the original ‘developer’ just chucked the business description into a theme marketplace and bought the first theme on the list (cafe/gym/photographer etc). While this sort of thing can be great for a small business DIYers, it should not be too pervasive in the world of professional service providers.
August 8, 2018 — Designing APIs for machines can be exciting and challenging. In this talk we will be exploring what it has been like to build a service for machine clients using the WordPress REST API.
Topics that we will touch on include: custom endpoints vs. content endpoints; authentication; documenting your API with an API Definition Language; non-WordPress machine clients; and of course the challenges and opportunities we faced building an API with WordPress.
August 8, 2018 — One of most important things for a team of developers is having a development environment that matches or closely matches the production environment.
Bronson will teach you how to use Chassis and it’s suite of extensions to create a development environment which can be used be everyone on your team so you don’t end up with different developers with different local environments for development.
August 8, 2018 — How do you design and make decisions for the WordPress websites you build? As competition increases, the process through which websites are produced will become increasingly important. In his talk, Noel will tackle this challenge from a product-focused approach – to help you build more successful websites, quicker.
August 8, 2018 — A brief insight into how I started developing with WordPress, from editing child themes with next to no idea about what I was doing, covering all the way up to the way I develop with WordPress today.
Covering the pitfalls and ‘ah-ha’ moments that I’ve experienced learning about how WordPress works, and what resources I’ve used to learn more about WP development over the last 5 years. This includes build tools, IDEs and coding standards, learning that doing work without a local dev environment is a terrible idea and how the WordPress community can help immensely.
Also looking into the future for WordPress and how the REST API opens doors for more than just WordPress development, and what it means for current developers looking to up their skill set but aren’t sure where to start.
August 8, 2018 — Do you get notified if some crucial functionality on your website was changed or broken?
Is automated testing part of your daily routine or deployment process?
If not, then you are risking of losing parts of your website or even entire project.
Testing is no longer developers realm and everybody should get involved and get the benefits of test driven development.