Web Development

create your own chat gpt interface

Create your own Chat GPT Interface plugin for WordPress using OpenAI’s API

A great way to get around the sometimes high costs of premium AI service plans is to create your own Chat GPT interface. You can the same functionality for a fraction of the cost when using your own interface that connects to OpenAI’s API. Creating an application that interfaces with OpenAI’s API using PHP (potentially […]

Create your own Chat GPT Interface plugin for WordPress using OpenAI’s API Read More »

Loading Indicator

Loading Indicator PHP Function (with JS and CSS)

Creating a Loading Indicator with PHP, JavaScript, and CSS A loading indicator is a visual cue that informs users that a process is underway, enhancing user experience by providing feedback during wait times. This snippet demonstrates how to create one using PHP, JavaScript, and CSS. This handy function wraps some HTML, CSS, and JS to create a pulsing circle and

Loading Indicator PHP Function (with JS and CSS) Read More »

yannubuntu/boot-repair error

[SOLVED] Cannot add PPA: ppa:yannubuntu/boot-repair error

Yannubuntu Boot-Repair Error Often, when trying to repair the Windows Master Boot Record (MBR) or even modify the boot order on a Ubuntu and Windows dual boot system, it is recommended to use the package “boot-repair”. The first step in this process is adding the repository: sudo add-apt-repository ppa:yannubuntu/boot-repair. However, many people end up getting

[SOLVED] Cannot add PPA: ppa:yannubuntu/boot-repair error Read More »