Updating an input value from a jQuery slider
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…
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…
Select and unselect all checkboxes in a div with a button click using jQuery. See the Pen Select and unselect all checkboxes with button by corbpie (@corbpie) on CodePen. …
A PHP function to convert a DateTime to a years, months, weeks, days, hours, minutes and seconds ago string. An option can be passed through to have a short string…
A concept to create a video trim FFmpeg command by using a slider to view the video at a start and end timeframe. The easy slider integration is with the…
A concept to manually create a thumbnail from a video by using a slider to view the video at a certain timestamp. The easy slider integration is from the noUiSlider…
How to generate URL authentication tokens and expiry with PHP on BunnyCDN (Bunny Net) URLs. This means that URL’s fetched that do not have a valid token and expiry will…
A different method to finding values in an associated or nested array rather than use a loop. Looping The seemingly easiest way is to do a loop and when the…
Comparing 4 different values from select dropdown inputs with jQuery/javascript. Having the ability to do a comparison between up to 4 different selected values. Whilst the CodePen example only adds…
Getting the query parameters out of a URL string by using vanilla Javascript. The query parameters are what is used in HTTP GET to shape a response. The main piece…
Converting seconds to a time string and time string to seconds with vanilla Javascript. The time string is in the format of hh:mm:ss eg 01:24:52 is 1 hour, 24 minutes…