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

How to Install node js in Ubuntu-16.0.4 Date : 29/05/2019 Introduction : Node.js is an open-source, cross-platform Java Script run-time environment that executes JavaScript code outside of browser. In this tutorial, we are going to see how to install node.js on ubuntu. Prerequisite : Linux – Ubuntu. Steps: 1) First we need to update… Continue Reading How to Install node js in Ubuntu -16.0.4

Solution to Fix the Character Encoding Mismatch Problem in WordPress Date posted: 29/10/2019 Introduction After switching my hosting account, therefore we might notice special / wired characters on our wordpress blog. This error is due to we have some issue with Database Character Sets in wordpress. If you are facing similar… Continue Reading Solution to Fix the Character Encoding Mismatch Problem in WordPress

How to setup spinner in android application. Date : 23/05/2019 Introduction Spinners provide a quick way to select one value from a set. In the default, a spinner shows its currently selected value. Touching the spinner, it displays a drop down menu with all other available values, from which the… Continue Reading How to setup spinner in android application.

Document Object Model Date posted: 23/05/2019 DOM-Document Object Model Moreover, when html document is loaded in the browser, it becomes a document object. Likewise,  How you are structure the web element is call the Document Object Model Subsequently,  In the DOM, all HTML elements are defined as objects. For example,  console.log(document)=>… Continue Reading Document Object Model

How to Install Cmake on form source Linux. Date : 22/05/2019 Introduction : If you want to install cmake in system packages manager please follow this blog how-to-install-cmake-on-linux and also known about cmake option. Prerequisite : Before install, to check the lastest version of the cmake click here and take… Continue Reading How to Install Cmake form source on Linux.