PHP if else if vs case switch vs nested if speed

6 years ago

A PHP if, else if vs case switch vs nested if speed test comparison from Jeff-Russ found here. The test…

Vultrs new South Korea location

6 years ago

Location number 17 for Vultr is Seoul, South Korea in the Asia Pacific region. Surprisingly Vultr's newest location is another…

The continued success of WordPress

6 years ago

WordPress to this day is thriving in an environment filled with open source CMS's and blogging systems which can be…

Making a video from an image and MP3 file with FFmpeg

6 years ago

Creating a video from an image and audio file with FFmpeg can be achieved in many different ways, but let's…

How to stop Javascript setInterval

6 years ago

Stopping or cancelling a setInterval call in Javascript involves using clearInterval. You must however use clearInterval on a variable that…

What is WebM video?

6 years ago

WebM is a new age media file first developed and released in 2010. WebM is the container for VP8, VP9…

youtube-dl download progress bar with PHP

6 years ago

Displaying a progress bar for a youtube-dl download by using PHP and some AJAX setinterval. I have covered AJAX setinterval…

Basic usage of UFW on Ubuntu

6 years ago

Ubuntu comes packaged with a very easy to use firewall tool called UFW. This is literally meaning uncomplicated firewall for…

Getting PHP value with AJAX every 1 second

6 years ago

Calling a PHP page and showing its output every second with AJAX. For ease of use, this requires Jquery. This…

Understanding FFmpeg map with examples

6 years ago

Map in FFmpeg can be best understood as selecting streams within a file you want to encode, keep or remove…