BACKGROUND IMAGE ZOOM WITH TRANSITION Date: 19/06/2019 INTRODUCTION In this tutorial, I going to explain about zoom the background image with the transition property For that i have use transition property for zoom the image. The following code will used to zoom the particular image. The above code i have… Continue Reading BACKGROUND IMAGE ZOOM WITH TRANSITION

Fixed:Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Date posted: 18/06/2019 Introduction To clarify that this error is more annoying after migration from easyapache 3 to easyapache 4. As a result we will get this error on all of our wordpress sites. Solution… Continue Reading Fixed:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

ValueError: unknown locale: UTF-8 Date posted : 07/06/2019 There are times when install some packages, you will end getting this error due to locale issue. Solution: You need to add locale settings in environment file. Open the file and append below lines. Thanks for using pheonix solutions. You find this tutorial… Continue Reading ValueError: unknown locale: UTF-8

How to Backup and Restore cPanel Account form Backend. Date : 05/06/2019 Introduction : Taking Backup of any hosting account is very necessary & safe. Cpanel provides a scripts which will help to backup & restore becomes more easy. Command pkgacct is used for backup cpanel web hosting accounts and… Continue Reading How to Backup and Restore cPanel Account form Backend

How to use checkbox and radio buttons Date : 05/06/2019 step 1 : check box Check boxes allow the user to select one or more options from a set. Typically, you should present each checkbox option in a vertical list. The implementation part is simple that you need to mention… Continue Reading How to use checkbox and radio buttons

Setup a new Virtual Host domain in LAMPP Server Date posted : 31/05/2019 In this post, we will be explaining how to setup a new virtual host domain in lampp server What is VirtualHost: Virtual host allows us to use an alias name for your website, configure the document root… Continue Reading Setup a new Virtual Host domain in LAMPP Server

How To Fix postfix delayed mail delivery Date posted : 31/05/2019 In this article, we’re going to explain about resolving the delayed mail deliveries. Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail. For instance, we’ve faced issues where mails from our server to gmail was received successfully. However mails… Continue Reading How To Fix postfix delayed mail delivery

How to setup navigation drawer in android application Date : 29/05/2019 Introduction With the navigation drawer one can navigate to many screens or functionalities of the app by clicking on the ‘hamburger’ icon. Swiping from the left is also a way to bring the drawer into view, a screen then… Continue Reading How to setup navigation drawer in android application

Jquery hide() and show() Date posted: 30/05/2019 JQUERY: jQuery is a JavaScript Library. It is a easiest way to use JavaScript on your website. jQuery Event You can write code that runs when a user clicks on a certain part or when moves mouse over a form element. For example, this… Continue Reading JQuery hide() and show()

HOW TO USE PYTHON : date time, Strftime Date : 30/05/2019 INTRODUCTION Python date time provides a number of function to deal with date and time . Before you run the code for datetime, it is important that you import the date time modules. IMPORT DATE TIME import date function from… Continue Reading PYTHON : Date Time, Strftime