Twill CMS Settings Section Notes
2025-04-16 17:00 PDT
Notes on the Twill CMS 'Settings Sections' Feature
2025-04-16 17:00 PDT
Notes on the Twill CMS 'Settings Sections' Feature
2024-11-25 16:00 PST
Breadth-first search (BFS) traversal of a graph data structure in PHP. Implementation uses a node-based architecture with queue-based traversal.
2024-11-25 16:00 PST
Use a hash map and sliding window technique to find the length of the longest substring without repeating characters in a given string via a PHP example.
2024-11-19 16:00 PST
Run Length Encoding in PHP with regular expressions and backreferences.
2023-09-04 17:00 PDT
In case you don't want to ditch Laravel Exlixir and Gulp just yet
2023-07-31 17:00 PDT
Quick notes on Laravel Facades and how they work.
2022-02-18 16:00 PST
Get a file's MIME type info in PHP
2022-02-01 16:00 PST
Parsing overpunch in PHP
2021-12-02 16:00 PST
A collection of a few real life PHP project Dockerfile examples
2021-10-27 17:00 PDT
A (probably) non-exhaustive list of PHP special characters / escape sequences in double quoted strings.
2021-09-13 17:00 PDT
Snippet for detailed curl request debugging in PHP using the output buffer.
2021-07-29 17:00 PDT
One liner to remove empty (falsey) values from an array in PHP
2021-07-19 17:00 PDT
Quick overview of differences between Laravel Eloquent Models and a Collection
2020-10-14 17:00 PDT
How to get the URL of the current page in PHP via the `$_SERVER` superglobal
2020-09-14 17:00 PDT
How to switch from Apache2 mpm_prefork to mpm_event module and setup php-fpm in Debian 10.
2020-08-13 17:00 PDT
Short reminder how to connect to a sqlite database with PHP's PDO database library
2019-11-04 16:00 PST
A quick look at how to declare a nullable return type in PHP 7.1 and above.
2019-07-28 17:00 PDT
How to upgrade from PHP 7.0 to PHP 7.1 on Ubuntu 16.04 LTS (Xenial)
2019-06-06 17:00 PDT
How to create a new PHP project from scratch using composer.
2019-05-02 17:00 PDT
A better way to perform intermediate to complex string replace routines in PHP.
2019-03-22 17:00 PDT
Options for creating quick PHP command line scripts
2018-09-14 17:00 PDT
Quick reference for using regular expressions in PHP.
2017-08-16 17:00 PDT
Working with dates in yyyy-mm-dd format in PHP with the DateTime class. How to evaluate if an input is a valid date in yyyy-mm-dd input and formatting the DateTime object as a string.
2016-11-06 16:00 PST
Checklist of steps to configure a LAMP web server stack on Ubuntu 16.04 using Apache 2.4, MariaDB, and PHP 7 on a Digital Ocean VPS.
2016-10-12 17:00 PDT
This post covers the installation and configuration of a local development environment for WordPress (and other projects) on Mac OSX 10.11 using Apache 2.4, PHP, MariaDB, and the WP CLI command line utility
2014-02-04 16:00 PST
A short snippet of PHP to remove duplicate values from a comma delimited string.
2013-02-28 16:00 PST
Short article about a PHP error with gd library including steps to resolution.
1969-12-30 16:00 PST
A Wolf CMS plugin providing Disqus comment integration.