How to avoid spam comments in blog/web page/contact page

How to avoid spam comments in blog/web page/contact page There are numerous way to control spam comments. Akismet, the boss of anti-spam plugin Akismet is the most popular WordPress package, it also earns the privilege with the great quality. When the comment is posted on the site/blog, it runs thousands of tests. If the test … Read more

How to use cPanel? Explain Menus in cPanel.

cPanel cPanel is the linux based web hosting control panel. It provides a graphical interface and automation tools designed to simplified the process of hosting a site. How to use cPanel? To use cPanel with the File Manager. Follow the steps as follows Step 1: Login in to your cPanel account from your browser. Give … Read more

What is disclaimer page? Sample disclaimer page for website

What is disclaimer Page? A disclaimer is a very useful way of protecting you from any action taken against you by a third party. It states the limitation liability for the use of your website and the information it contains. Sample disclaimer Page for website The information contained in this website is for general information … Read more

How to create database user account in cPanel ?

How to create database user account in cPanel ? To create a database user account in cPanel. Follow the below steps : Step 1: Log in to your cPanel account. Step 2: In Database menu, click the ‘MYSQL database wizard’. Step 3: Next to New Database, enter the name for your database and click ‘Next Step’. … Read more

What is FileZilla? How to install and use ?

What is FileZilla? FileZilla is a powerful and free software for transforming files over the internet. It is a cross platform application, consisting of FileZilla client and FileZilla server. The main purpose of FileZilla is to make it easy for you to upload and download files from your Web hosting server. Also you can edit the … Read more

What is plesk Panel? How to install and use it?

What is plesk Panel? Plesk software package is a commercial web hosting automation program. Using this you can easily manage many accepts of accounts such as email accounts, reseller accounts, files, applications through the web based interface. How to install and use parallels Plesk Panel ? First download the Parallels Plesk trial-pack from http://www.odin.com/products/plesk/download/ After downloading … Read more

essential and important JavaScript functions required in website

These are the following important java script functions used in a website. Please note that you may use jquery for all functions Progressive pop ups for Social networking <script> // create social networking pop-ups (function() { // link selector and pop-up window size var Config = { Link: “a.share”, Width: 500, Height: 500 }; // … Read more