A PHP if, else if vs case switch vs nested if speed test comparison from Jeff-Russ found here. The test…
Location number 17 for Vultr is Seoul, South Korea in the Asia Pacific region. Surprisingly Vultr's newest location is another…
WordPress to this day is thriving in an environment filled with open source CMS's and blogging systems which can be…
Creating a video from an image and audio file with FFmpeg can be achieved in many different ways, but let's…
Stopping or cancelling a setInterval call in Javascript involves using clearInterval. You must however use clearInterval on a variable that…
WebM is a new age media file first developed and released in 2010. WebM is the container for VP8, VP9…
Displaying a progress bar for a youtube-dl download by using PHP and some AJAX setinterval. I have covered AJAX setinterval…
Ubuntu comes packaged with a very easy to use firewall tool called UFW. This is literally meaning uncomplicated firewall for…
Calling a PHP page and showing its output every second with AJAX. For ease of use, this requires Jquery. This…
Map in FFmpeg can be best understood as selecting streams within a file you want to encode, keep or remove…