Loddon Weir drone images
Loddon Weir at Serpentine drone images. Click images to view larger.
Loddon Weir at Serpentine drone images. Click images to view larger.
How to fix MySQL server not starting in the XAMPP control panel. The logs will most likely say unexpected shutdown or “Index for table ‘.\mysql\user’ is corrupt; try to repair…
JQuery closest and find example to target and get values where you cannot individually do so i.e multiple elements using the same id/class name. CodePen link. Click the buttons on…
Creating a temperature gradient line chart with Apex Charts. The hotter the temperature value the redder it is, whilst colder means blue. What starts as a basic line chart changes…
A simple method to get the bitrate of a video using FFprobe which comes with FFmpeg. The command: ffprobe -v quiet -select_streams v:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1 inputvideo.mp4 -v quiet…
An example pricing plan table built with Bootstrap, structured as 3 different tiers it is fully responsive. The CodePen example: See the Pen Bootstrap price plan table by corbpie…
Add another audio track to a video file with FFmpeg. This will give you the option to change the audio track in a video player whilst keeping the video flowing….
Add an audio file to a video, overwriting existing audio with FFmpeg. This method will overwrite any existing audio on the video inputvideo.mp4 and replace it with audiotoadd.mp3 ffmpeg -i…
Feather icons is a large open-source collection of SVG icons to use on the web. Usage is easy and requires just one file request. By default, there are no size…
Live update an input value when sliding a jQuery Ui slider and set the slider value when the input is interacted with. The CodePen example: See the Pen by corbpie…