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.

HOW TO VALIDATE  EMAIL ID IN JAVASCRIPT. Date : 23/05/2019 INTRODUCTION: In this article, to clarify how to validate email id in javascript, so that we are going to use the sane-email-validation. VALIDATE USING isEmail(): On the other hand, using Email() function in javascript will check your email id is… Continue Reading HOW TO VALIDATE EMAIL ID IN JAVASCRIPT.

Installation Guide – Openvz setup in centos 6 Date Posted: 22/ 05/2019 Introduction This article will guide you in installation of openvz on centos 6. OpenVZ is an OS level virtualization technology for Linux. Most importantly, it allows a physical server to run multiple operating systems on it. Prior –… Continue Reading Installation Guide – Openvz setup in centos 6

How to implement Recycler view in android Date 16/05/2019 Overview In recyclerview, several component work together to bind the data in the user interface. The main container is the recylerview component in layout file. The single view holder are represented by the views implemented in recyclerview. Then the onBindViewHolder will… Continue Reading How to implement Recycler view in android

How to Install Cmake on Linux. Date : 15/05/2019 Introduction : The “cmake” executable is the CMake command-line interface. It is used to configure projects in scripts. CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake list files included in each directory of a source tree with the name… Continue Reading How to Install Cmake on Linux.

Bootstrap – Modals Date posted: 16/05/2019 Introduction Modal component is used to display popup window on the current page. which is used to provide important information to the user Button or a link is used to trigger the modal window. Example of BS3 code: Output: Thanks for using pheonix solutions. You… Continue Reading Bootstrap – Modals