Back up your WordPress database. Go to your WordPress folder and open your wp-config.php file using Text Editor. Find this line: define(‘DB_CHARSET’, ‘utf8′); Change the utf8 text to utf8mb4 then save the file. If utf8mb4 is already set in your wp-config.php continue with the next step. Follow the instructions in the image below. 3. Log into your phpMyAdmin using your MariaDB 10… Continue reading phpMyAdmin: How to Convert tf8_general_ci Database to utf8mb4_unicode_ci
Month: September 2023
what is Perfmatters Plugin in wordpress
Perfmatters is a WordPress plugin designed to help website owners improve the performance and speed of their WordPress websites. Perfmatters offers various features and optimizations to enhance website performance, such as: Script and Asset Control: It allows you to disable unnecessary scripts and assets on a per-page basis, reducing the number of HTTP requests and… Continue reading what is Perfmatters Plugin in wordpress
ESP Microcontrollers: A Versatile and Affordable Platform for IoT Applications
ESP microcontrollers are a family of low-cost, low-power system-on-a-chip (SoC) microcontrollers with integrated Wi-Fi and Bluetooth. They are developed and manufactured by Espressif Systems, a Chinese semiconductor company. ESP microcontrollers are popular for Internet of Things (IoT) applications due to their affordability, low power consumption, and ease of use. Some of the key features of… Continue reading ESP Microcontrollers: A Versatile and Affordable Platform for IoT Applications
NXP Microcontrollers: A Versatile and Powerful Platform for a Wide Range of Applications
NXP microcontrollers are a family of 32-bit microcontrollers based on the Arm Cortex-M processor cores. They are developed and manufactured by NXP Semiconductors, a leading semiconductor company with a strong focus on automotive and industrial applications. NXP microcontrollers are known for their high performance, reliability, security, and broad portfolio of products. Some of the key… Continue reading NXP Microcontrollers: A Versatile and Powerful Platform for a Wide Range of Applications
STM Microcontrollers: A Versatile and Powerful Platform
STM microcontrollers are a family of 32-bit microcontrollers based on the Arm Cortex-M processor cores. They are developed and manufactured by STMicroelectronics, one of the world’s leading semiconductor companies. STM microcontrollers are widely used in a wide range of applications, including industrial automation, consumer electronics, and automotive systems. STM microcontrollers are known for their high… Continue reading STM Microcontrollers: A Versatile and Powerful Platform
What is Plugin Organizer plugin in WordPress
The “Plugin Organizer” plugin for WordPress is a tool that allows you to manage and control the activation of plugins on your WordPress website. Here’s how it typically works: Plugin Priority: Plugin Organizer lets you set the priority of individual plugins. This means you can determine the order in which plugins are loaded on your… Continue reading What is Plugin Organizer plugin in WordPress
The Raspberry Pi: A Versatile and Powerful Little Computer
The Raspberry Pi is a credit-card sized computer that was developed by the Raspberry Pi Foundation in 2012. It was originally designed to promote the teaching of computer science in schools, but it has since become a popular platform for hobbyists, makers, and professionals alike. The Raspberry Pi is a very versatile device. It can… Continue reading The Raspberry Pi: A Versatile and Powerful Little Computer
How To Get a List of All Active Plugins Programmatically
To get a list of all active plugins programmatically in WordPress, you can use the WordPress API functions. WordPress provides functions that allow you to retrieve information about active plugins. You can use either the get_option function or the wp_get_active_and_valid_plugins function. Here’s how you can use both methods: Method 1: Using get_option: Using wp_get_active_and_valid_plugins: Both… Continue reading How To Get a List of All Active Plugins Programmatically
Tips for creating an effective ‘Readme’ file for a software project
A README file in a software project is a text file that provides a detailed description of the project. It serves as a guide for other developers and users, offering information about the project, its purpose, how to install and run it, and any other relevant details. You can find this file in most project… Continue reading Tips for creating an effective ‘Readme’ file for a software project
Generate Customer Price List with Additional Customer Information through Saved Search
There are instances when users want to use Saved Search to generate a Price List for their Customers. This is primarily important when they want to include additional Customer information on the results because the Generate Price List function on the Customer Record has limited information to display. Solution To create the Customer Saved Search: 1. Navigate to Lists > Search > Saved Searches > New 2. Search Type > Click Customers 3. Click Criteria 4. Click Standard 5. Filter: Note: For… Continue reading Generate Customer Price List with Additional Customer Information through Saved Search