Skip to content

$

Field Notes

Practical PHP, WordPress, systems and automation notes from real work: fixes, trade-offs and implementation details that usually disappear after a project ships.

11 entries

All Developer Tools DevOps & Hosting Open Source PHP & WordPress Raspberry Pi Windows

$ ls -lt ~/field-notes/ | head

2026-07-31 preview-form-before-submit-jquery-plugin.md Open Source 8 min

PreviewForm 2.0 adds an accessible review step before form submission. Install it from npm and use it with JavaScript or the jQuery adapter.

2026-07-31 order-current-user-id-wordpress.md PHP & WordPress 8 min

Prioritize the current user's WordPress posts with a scoped WP_Query filter or a secure prepared SQL query using the post_author column.

2026-07-26 raspberry-pi-adguard-home-airtel-router-dns-lock.md Raspberry Pi 9 min

Airtel locked its DNS settings, so I used a Raspberry Pi 3B+, AdGuard Home, and an old Huawei router to filter my entire home...

2018-05-19 cascading-dropdown-ajax.md PHP & WordPress 3 min

Dependent dropdown with Ajax and PHP is a common script, so I created one for developers. This post is about how to create dependent...

2016-12-16 cryptex-x86-vista-and-7.md Projects 8 min

Revisit the Cryptex x86 Windows Vista and 7 project, its three security modes, old limitations, and safer modern alternatives.

2013-02-03 html-to-image-php-script.md PHP & WordPress 7 min

Convert static or dynamic HTML to a JPEG image with PHP, HTML2PDF, and Imagick using a compact script, safe input, and sensible quality settings.

2012-12-31 notepad-plus-crash-recover-your-lost-file.md Developer Tools 7 min

Recover Notepad++ files after a crash from session backups, the backup folder, NppFTP cache, temporary files, or server-side copies.

2012-12-11 mashable-slider-clone.md Open Source 3 min

Mashable Slider Clone is a free WordPress gallery plugin with albums, multiple image uploads, thumbnail cropping, sorting, ads, and TinyMCE support.

2012-12-06 uploading-issue-in-centos-with-joomla.md DevOps & Hosting 8 min

Fix silent Joomla upload failures on Plesk CentOS by checking active PHP limits, temp paths, Joomla settings, and domain ownership safely.

2012-06-19 youtube-url-to-embed-code-generator-php-script.md PHP & WordPress 7 min

Recovered archive PHP script that converts YouTube and Vimeo URLs to embed iframe code, with custom dimensions, autoplay support, and thumbnail generation.