Computer education
Basic Computer Education from basic to advanced
WordPress Development, WordPress sites debug
Learn WordPress and Web Development Basics
These topics are very basic computer education and only useful for learners who have started basic web developments. Most topics are related to WordPress developments and fixing issues in the sites during learning web development or in production sites ( Live Sites )
WordPress step-by-step installation process
WordPress is a well known CMS platform for websites. Installation is very easy and simple. For installing WordPress in your localhost environment or on your hosting server you need to follow almost the same steps.
In the initial step you need to download the latest version of WordPress. Once you got the zip of WordPress installation files then move on to the installation process as follows.
How to add a Custom Search Form in your Post in WordPress
How to add a Custom Search Form in your Post in WordPress
Adding a search form in your website is a good idea and it helps visitors to find out the required content easily from your site.
In WordPress there are many ways you can add search form in your post or page.
Here we will discuss mainly 3 methods to achieve it.
WordPress inbuilt function.
Creating a Shortcode to add search form
Adding Search form using custom form codes
How to enable or disable a site, hosted with Apache
In Apache web server different virtual host can be created to host different sites. These virtual hosts/sites can be disabled or enabled as required. To enable or disable a site hosted with Apache, you can use the ‘a2ensite’ and ‘a2dissite’ commands, respectively
How to Fix Secure Connection Error in WordPress
When configuring a new VPS some time we come across an issue in WordPress updates and adding new plugins. The error comes is ” An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.”
How to change localhost to domain name in xampp
Change localhost to domain name in xampp
Let us change localhost to custom domain name in XAMPP server step by step –
Step 1. Amend hosts file in windows
Open the hosts file located in folder at C:\Windows\System32\drivers\etc and right click hosts file and select edit “as Administrator”
What is Computer – Definition and Basic Concept of a Computer
Definition and Basic Concept of Computer
Introduction to a Computer
In general speaking the computer is simply a calculating device. The name Computer is derived from a Latin word computare which mean “to compute”. As we know the Computer is a special type of programing machine having some basic characteristics like –
How to export MySql data to excel using php
Exporting data from a MySQL database to Excel is a common task for many users, and it can be easily accomplished using PHP. PHP is a popular scripting language that is often used for web development, and it has built-in support for working with MySQL databases.
Some important study notes