November 25, 2024 — Cyber security (or lack of) has been covered extensively in the news. Hacker attacks range from bored school kids toying around to state-sponsored ransom-driven targeted strikes. As web developers it’s our responsibility to incorporate cyber security best practices into the development cycle.
In this talk I’ll cover:
– state of security of WordPress
– resources and guidelines from Australian government and The Open Worldwide Application Security Project (OWASP)
– WordPress plugins and other services to secure your website
November 25, 2024 — The Code Company has been working with global enterprise brands for a decade, and one of the keys to being able to share developer knowledge and efficiency across projects is by using a consistent project framework.
Our core framework at TCC, unofficially named “WPMVC”, is a basic, unopinionated PHP framework that leverages a basic Model-View-Controller structure that works for any project that we’ve encountered (so far).
As part of this talk we’ll cover:
Some background on how we developed this framework
Comparison to other popular PHP frameworks
Why we have chosen this specific approach, and the benefits we’ve seen
Some real-life use-cases
Upcoming features and improvements
In addition, as part of this talk we will be making our “WPMVC” framework open source and available for you to use in your own projects.
November 25, 2024 — Welcoming our Robot Collaborators: AI and Creativity in Content Marketing
Artificial intelligence is often seen as a threat to human creativity, but what if we could leverage it to build deeper, more meaningful connections with our audience? This talk will explore the integration of AI into content marketing, emphasizing the importance of human creativity and how AI can enhance, rather than replace, our creative efforts. I’ll cover topics such as:
* How AI fits into content marketing
* The value of human creativity
* The limitations of AI
* Using AI to build human connections
November 25, 2024 — Many people find the whole concept of web accessibility intimidating, but we’re here to show you that it can be approachable and rewarding (not to mention, necessary).
In this talk I’ll discuss the real risks website owners, designers, and developers face when they overlook accessibility.
Ignoring these issues can lead to lost opportunities and frustrated users, and we want to help you avoid that. It’s crucial to educate ourselves and implement accessible practices in our projects, and I’ll share why it’s worth the effort, and how you can get started.
By the end of our session, you’ll have a practical plan for how you can start tracking, testing and improving accessibility on your own projects, and I’ll provide a bunch of tips and resources to help you create more inclusive websites.
Let’s work together to make the web a better place for everyone!
November 25, 2024 — * How to build a page layout with patterns
* Sharing pattern developer sites to show the breadth of selection in the community
* Discuss latest core features for working with pattern styling
* Discuss latest core features for working with patterns (syncing, editing, etc)
November 25, 2024 — XWP addresses many corporates and enterprises who are exploring WordPress for the first time. Often the first conversation is ‘Why is WordPress better than other CMSs?”. This is a non-technical talk as it takes a view from the Customer’s lens on what they need to know to address internal stakeholder objections. It will cover areas such as:
– the value customer’s are looking to provide their customers
– the value propositions for key internal stakeholders (CEO, CTO, CMO, Procurement, Chief Architect, Senior Users (Marketers, Editorial, Product)
– how the WordPress project and ecosystem is optimal for addressing this value
There is no silver bullet and it needs a honed narrative, that it would benefit us all if we were more consistent in our messaging.
Whether your customer is a local dentist or a multinational corporation, this talk will show how WordPress can be the hero a company’s digital story.
November 25, 2024 — Our local Aussie WordPress communities copped a fair bashing during the COVID-19 pandemic and have been slow to recover.
Recent upsets in the WordPress community haven’t helped either.
Our panel will discuss ways to reinvigorate and rebuild local communities to their pre-pandemic state – if possible!
November 20, 2024 — Learn how to use the Site Editor to design and prototype websites with blocks, customize layouts, and apply basic design principles.
November 20, 2024 — This lesson covers troubleshooting WordPress plugin and theme conflicts, including using FTP, error logs, and the Health Check plugin to diagnose and resolve issues.
November 19, 2024 — The Block Bindings API, first introduced in WordPress 6.5, allowed the connection of custom fields (or any data) to Core blocks. However, this was just the beginning. Substantial improvements had been made by WordPress 6.7, enabling block attributes to be directly bound to custom fields from the Editor using an intuitive UI and a newly available public JavaScript API.
In this Developer Hours session, an overview of the Block Bindings API and how it works was provided, including major changes in the API since WordPress 6.5. The session demonstrated how to use the new Editor UI for binding attributes and work with the new JavaScript API. Whether you are new to Block Bindings or have already started using them in their projects, the session offered valuable insights for everyone.