What makes Laravel easy; Learning Laravel week 1
Learning the Laravel framework is something I have wanted to do for some time now. Here is what I found easy with Laravel from my understanding after just 1 week…
Learning the Laravel framework is something I have wanted to do for some time now. Here is what I found easy with Laravel from my understanding after just 1 week…
How to show and hide different data series on an ApexCharts chart by using buttons. Using ApexCharts methods gives the ability to modify a chart or graph after it has…
How to toggle the data series on an ApexCharts chart using buttons without doing a page reload. ApexCharts methods is the process to modify a chart or graph after it…
A Bootstrap table row update button with a spinner. The button has a spinner loader whilst an Ajax call completes to determine the status text and colour. CodePen link. …
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 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…