If you use laminas-view's HeadScript helper to conditionally include JavaScript in your PHP applications, make sure you don't get caught out if you need to included arbitrary script attributes. Here's how to do it.
Setup Step Debugging in PHP with Xdebug 3 and Docker Compose
In versions of Xdebug before version 3 setting up step debugging for code inside Docker containers has often been challenging to say the least. However, in version 3 it's become almost trivial. In this short tutorial, I'll step you through what you need to do, regardless of the (supported) text editor or IDE you're using.
While Docker is an excellent platform for rapidly developing and deploying code, the official Docker containers are often quite minimal. Consequently, they often lack tools that we need from time to time to debug network problems and to use Composer. In this tutorial, I'm going to take you through several tools that I often add to the official Docker PHP images I use to make my life that much easier.
How Do You Use CSRF Tokens in a Mezzio Application?
No matter how small your web app may be, security is essential! In this tutorial, you'll learn how to add a CSRF token in forms used in Mezzio-based applications, to prevent attackers from being able to force your users to execute malicious actions.
How to Edit Audio Quickly and Efficiently with Audacity
Audacity is one of the best audio editors, or digital audio workstations available. If you’re a regular user, are you using it as efficiently as you can to edit your online courses and podcasts as quickly as you can? In this article, I step you through what I do to edit quickly and efficiently.
How to Edit Audio Quickly and Efficiently with Audacity
Audacity is one of the best audio editors, or digital audio workstations available. If you’re a regular user, are you using it as efficiently as you can to edit your online courses and podcasts as quickly as you can? In this article, I step you through what I do to edit quickly and efficiently.
How to Use Audacity's Envelope Tool to Fine-tune a Track's Audio Levels
If you need to adjust the volume of a specific section of a track in Audacity, the most powerful and flexible way to do so is by using the Envelope Tool. In this post, I show you exactly how to do so.
Three Essential Screenflow Features You Need to Know to Efficiently Create Video Content
Screenflow is one of the best video editors I’ve used for creating online video and courses. In this post, I step you through three of its essential features that I use on a regular basis to quickly and efficiently create video content.
How To Test Your Technical Documentation’s Prose using Vale
Ensuring that documentation is both free from errors and follows your style guide, among other considerations, is essential to producing modern, professional technical documentation. In this post, I’ll show you how to use Vale, the open source syntax-aware linter to do all this and more.
How to Manually Create a Mezzio Application
If you want to build applications in PHP — from one-page apps to enterprise-grade applications — PHP’s Mezzio framework is a excellent framework to choose. In this tutorial, which is an excerpt from my new book, Mezzio Essentials, I’ll show you how to manually build an application in Mezzio.