Ajax loading spinner example with Bootstrap
How to do a progress loading spinner whilst waiting for an Ajax call/request. This can prevent the awkward blank page whilst loading in elements from an HTTP GET request. CodePen…
How to do a progress loading spinner whilst waiting for an Ajax call/request. This can prevent the awkward blank page whilst loading in elements from an HTTP GET request. CodePen…
Lal Lal Falls drone video. Blog post with Lal Lal Falls drone images here
How to make an NBA game player rotation timeline graph using the NBA API and Apexcharts. CodePen example here See the Pen Untitled by corbpie (@corbpie) on CodePen. Getting…
A dynamic URL builder using select inputs and vanilla Javascript. CodePen example: See the Pen Vanilla Javascript URL builder from inputs by corbpie (@corbpie) on CodePen. Setting the select…
Downloading whole YouTube channels using the yt-dlp tool, with specifying video quality and format types. For a general run down and usage guide on yt-dlp go here. Downloaded video format…
Installing Apache and PHP 8.1 on Ubuntu 21.10 x64. This post covers creating an HTTP web server using Apache with the new PHP 8.1 version. You will need sudo permissions…
How to get information in JSON format about a MySQL table. INFORMATION_SCHEMA has information about the metadata of the database structure such as column types, defaults, lenghts and keys. To…
Getting a fixed or frozen first column in a DataTables table that stays in place whilst the user scrolls on the X-axis. This is handy for smaller screen sizes and…
PHP versions benchmark chart done on a cPanel shared hosting environment with Litespeed. The benchmarks were run 3 times for each version and are the average time in seconds taken…
Steph Curry 3-point team usage percentage of makes, attempts and general usage charts vs each team in the NBA. This refers to the percentage of the teams overall tally for…