HOW TO LOAD MULTIPLE DATABASES IN CODEIGNITER FRAMEWORK. Date posted :26/04/2019 LOAD MULTIPLE DATABASES: Most importantly, codeIgniter has a config file that you can store your database connection values such as username, password, database name. Therefore this config file located at application/config/database.php. hostname – The hostname of your database server.… Continue Reading HOW TO LOAD MULTIPLE DATABASES IN CODEIGNITER FRAMEWORK.

How to use push,pull,commit in android studio. Date: 26 /04/2019 Prerequisite Enable Version Control in android studio. Remote repository configured with your project. Account in git lab. Step 1:Push command Every Git project should have a remote or central repository where other developers can collaborate on the project from anywhere… Continue Reading How to use push,pull,commit in android studio.

HOW TO INSTALL AND RUN THE SIMPLE WEB PAGE IN NODEJS IN WINDOWS Date posted :25/04/2019 We can download the node js from the following link. https://nodejs.org/en/ And install the nodejs by clicking install. To test the nodejs installed, run the following code into the terminal If nodejs installed it… Continue Reading HOW TO INSTALL AND RUN THE SIMPLE WEB PAGE USING NODEJS IN WINDOWS

How to upload cloud images in OpenStack via commandline Date posted : 12/04/2019 In this article we are going to explain about Openstack images management. Generally this cam be done via Horizon dashboard under Images section. But we will explain how to upload images via commandline. Download an image from… Continue Reading How to upload cloud images in OpenStack via commandline

How To Install Postman on Ubuntu 18.04 LTS Date : 24/07/2019 Introduction Postman is one of the powerful tool built for API development. Most importantly, Postman used to develop API faster. Initially, it started as a Chrome browser extension and quickly become one of the most used API tools by… Continue Reading How To Install Postman on Ubuntu 18.04 LTS

How to create a project in FireBase Date posted: 22/04/2019 Prerequisite Make sure that you have API higher than 26 through by Click Tools > SDK Manager. Click the SDK Tools tab. Check the Google Repository checkbox, and click OK. Click OK to install. Step 1 : Find the fire base assistant in your android studio application… Continue Reading How to create a project in FireBase

Failed to connect to server VNC console in Openstack Date posted : 12/04/2019 In this post, we’re going to explain about how to resolve vnc console error in Openstack horizon dashboard. This happens because there is no controller ip mentioned in nova configuration file. We need to add below lines… Continue Reading Failed to connect to server VNC console in Openstack

How to Install WordPress Plugins what is Plugins ? A plugin is a software containing a group of functions. They can extend functionality or add new features to your WordPress websites.  WordPress plugins are written in the PHP programming language We can add the plugins in two way. One way to Add a… Continue Reading How to Install WordPress Plugins

How to Design a Tabbed-activity in Android Studio Date posted: 11/04/2019 In this article, we’ll help you in design a tabbled- activity in Android studio. Prerequisites Android Studio Application Find File option and navigate through Tab activity Go to File Option on the right corner of the android studio application.Then… Continue Reading How to Design a Tabbed-activity in Android Studio

HOW TO USE TRANSFORM PROPERTY IN CSS Date posted :11/04/2019 In this tutorial we are going to see about how to use transform properties in CSS. TRANSFORM ROTATION The rotation created by rotate(). If the values is positive, the movement will be clockwise . If negative, it will be counter-clockwise.… Continue Reading HOW TO USE TRANSFORM PROPERTY IN CSS