Category: Tutorial

Category: Tutorial

CSS Hover Text Fade In & Fade Out
October 9, 2022 Tutorial rhalp10

Here’s a simple CSS transition that fades in and out when the user moves their mouse over a specific div or paragraph.

Read More
3 ways to import large SQL files into MySQL database
February 4, 2022 Tutorial rhalp10

Importing large SQL files can be a challenge, especially if the server doesn’t have enough resources to handle the import process. However, there are solutions available that can make this task more manageable. In this article, we will explore three potential ways to import large SQL files into a MySQL database. CMD (Recommended) Configure WAMP

Read More
FullCalendar Not Rendering on Navigation Tab Pane
January 11, 2022 JavaScript rhalp10

Have a problem with fixing Fullcalendar not rendering on your navigation tab when activating the container? we need to call the re-render function for your full calendar when the bootstrap tab is now shown. Here’s the example working fiddle

Read More
How To Repair A Non-Responsive Wacom Pen Tablet In Windows 10 / 11
December 25, 2021 Tutorial rhalp10

Are you having problems with Bamboo Capture – CTH-470 on Windows 11? Even after installing the most recent drivers, it still says “No device connected.” I hope this post helps you with your dilemma. There are numerous solutions to the problem, but first, you must take into account – Have you checked to see if

Read More
How to Fix the Emoji Code Error That Keeps Appearing When Updating Plugins on Your WordPress Website
November 16, 2021 Tutorial rhalp10

If this code appears on your WordPress site and causes issues when updating plugins. This post may assist you in troubleshooting your problem. img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }

Read More
How To Install Google Login On A Windows Computer
November 6, 2021 Tutorial rhalp10

A quick tutorial on how to add a Google login function to your Windows computer. Requirements: License: GCPW (standalone)—Supported editions for this feature: Frontline; Business Starter, Standard and Plus; Enterprise; Education Fundamentals, Standard, Teaching and Learning Upgrade, and Plus; G Suite Basic and Business; Essentials; Cloud Identity Free and Premium.  Compare your edition Windows device management (standalone or with GCPW)—Supported editions

Read More
Garena League of Legends Direct Download 2022
October 8, 2021 Games, Tutorial rhalp10

Tired of installing a fresh copy and updating it to the latest patch? Here’s a direct download of League of Legends (Garena) that skips the update. Guide: 1. Download the RAR file. (Patch 12.20) Date: November 2, 2022 File size: 16.6 GB https://terabox.com/s/12lIyIR6yGXYcGx–dj-IVw 2. Create or locate a directory folder in which to extract these

Read More
How Do I Embed / Iframe Another Website Into My Own?
June 13, 2021 Tutorial rhalp10

Would you like to incorporate an existing site, such as google.com, into your website? Follow these few simple PHP scripts. 1. Create a sample “sampleindex.php” file to use as the other site’s iframe. <iframe src="http://localhost/sample_embed/preview.php" width="100%" height="100%" frameborder="0"></iframe> 2. Create a new file called “preview.php” and paste the following code inside then save. <?php $_GET

Read More
How To Get Rid Of The Shortcut Virus On Windows 10/USB/Flashdrive
January 8, 2021 Tutorial rhalp10

This article will teach you how to remove a shortcut virus from an infected device such as a USB drive, flash drive, pen drive, SD card, or even your computer. There’s a good chance your files are still intact and safely stored on your own drive. These are the methods for resolving your issue and

Read More
How To Remove PHP Extensions From Your Hostinger Website Using An Htaccess File
November 9, 2020 Tutorial rhalp10

If you’re looking to enhance the appearance and functionality of your Hostinger-hosted website, removing the .PHP extension from your URLs can give it a cleaner and more professional look. In this article, we will provide you with a basic guide on how to achieve this using an .htaccess file. Let’s get started! Step 1: Accessing

Read More