Loddon Weir drone images

4 years ago

Loddon Weir at Serpentine drone images. Click images to view larger.

How to fix MySQL not starting in XAMPP

4 years ago

How to fix MySQL server not starting in the XAMPP control panel. The logs will most likely say unexpected shutdown…

JQuery closest and find example

4 years ago

JQuery closest and find example to target and get values where you cannot individually do so i.e multiple elements using…

Apex Charts temperature line chart example

4 years ago

Creating a temperature gradient line chart with Apex Charts. The hotter the temperature value the redder it is, whilst colder…

Getting video bitrate with FFprobe

4 years ago

A simple method to get the bitrate of a video using FFprobe which comes with FFmpeg. The command: ffprobe -v…

Simple Bootstrap price plan table

5 years ago

An example pricing plan table built with Bootstrap, structured as 3 different tiers it is fully responsive. The CodePen example:…

Adding more audio tracks to a video with FFmpeg

5 years ago

Add another audio track to a video file with FFmpeg. This will give you the option to change the audio…

Add new audio to a video with FFmpeg

5 years ago

Add an audio file to a video, overwriting existing audio with FFmpeg. This method will overwrite any existing audio on…

Creating custom Feather icon sizes

5 years ago

Feather icons is a large open-source collection of SVG icons to use on the web. Usage is easy and requires…

Updating an input value from a jQuery slider

5 years ago

Live update an input value when sliding a jQuery Ui slider and set the slider value when the input is…