Catching PHP PDO exceptions

5 years ago

How to handle PHP PDO exceptions with the try and catch method to control the flow of any potential errors…

Lake Eppalock Strath Bay drone images

5 years ago

The Strath Bay, Randalls Cove and Kimbolton Pool area of Lake Eppalock by drone. Click images to view larger

PHP PDO MySQL Cheat sheet guide

5 years ago

PDO is a PHP extension for accessing and interacting with databases using object-orientation. As PDO is targetted for executing queries…

Downloading all files and folders with Wget

5 years ago

Guide for downloading all files and folders at a URL using Wget with options to clean up the download location…

A guide to upscaling or downscaling video with FFmpeg

5 years ago

How to do video scaling using FFmpeg with examples for different types of upscaling and downscaling methods. Scaling a video…

Testing the new Bunny.net video streaming service

5 years ago

A look at the soon to be released bunny.net (formally BunnyCDN) video streaming CDN service. Simply labelled for now as…

Lima Falls; Strathbogie forest

5 years ago

Lima Falls in the Strathbogie state forest as a trickle during the Summertime. Most likely fortunate for it to not…

Authenticating and protecting Ajax requests with PHP

5 years ago

Methods to authenticate and protect jQuery Ajax calls with PHP. This prevents external access and usage to your web app.…

Setup and install Rust server on Windows server 2019 with SteamCMD

5 years ago

An easy to follow guide on installing and setting up a Rust server using SteamCMD. This guide was made on…

MySQL UPDATE from a SELECT WHERE query

5 years ago

How to do a MySQL table UPDATE from a SELECT WHERE query. A handy command which uses JOIN inside an…