In this post, you’ll learn the easiest and fastest way to shut down a Windows PC by double-clicking an icon. This isn’t the usuall shortcut using ALT + F4 which […]
Author: Techs Mansion
How to Create Image Slider in WordPress Site
Image slider is one of the major functionality of a dynamic and contemporary website. This post will show you how to add image slider functionality to a WordPress website at […]
Logical Operators in MySQL Used For Data Filtering
In this post, you’ll learn three main logical operators used to filter data in MySQL database. The three logical operators we will look into are: AND, OR and NOT operators. […]
How to Export Posts From WordPress Site With Media
With the WordPress export feature, you can export the entire posts on your site with corresponding media to another WordPress installation in case your site crash without a backup On […]
Push a Local Directory to a GitHub (Remote Directory)
In this post, you’ll learn how to push a directory on your local machine to a remote directory like GitHub using the Linux command line. A directory is pushed to […]
How to Remove Google Account From Android Phone
When a Google account is logged into an Android phone, it will automatically be logged into the device generally, so let’s say you sign out of Gmail with a particular […]
How to Fork a Directory (Repository) on GitHub
In Github, forking is a concept of making a copy of the main repository or directoy to your account so that you can make modifications in it. This post will […]
Filter Data in MySQL Using IN, BETWEEN and LIKE Logical Operators
Logical operators in MySQL are used to manipulate or combine Boolean conditions in SQL select statement (queries). Logical operators are essential for filtering data in WHERE clauses, joining conditions, and […]
How to Set Contact Form 7 on WordPress
This post will show you how to setup contact form 7 on a WordPress site. With a contact form, a site user can send an email message directly through the […]
How to Add Header, Footer and Custom Code to WordPress Site
In this post, you’ll learn how to add header code for site verification, footer code and custom code like CSS for styling to your WordPress site without editing the source […]