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

PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS DATE POSTED: 11/04/2019 Introduction Moreover, In this article, helps you in eradicating the error {BLOWFISH_SECRET AND TEMPDIR } after every installation of phpmyadmin. Step by step guidelines to eradicate the issue: BLOWFISH_SECRET ERROR: After login into phpMyAdmin panel you get this error… Continue Reading PHPMYADMIN -BLOWFISH_SECRET AND TEMPDIR IS NOT ACCESSIBLE ERRORS

Create Dynamic Bootstrap Rows & Columns in PHP based on arrays DATE POSTED: 10/04/2019 In this post we will explain how to create dynamic bootstrap rows and columns in PHP based on arrays. Please use the following steps and create the dynamic bootstrap rows and columns. STEPS In this post… Continue Reading Create Dynamic Bootstrap Rows & Columns in PHP based on arrays

dpkg: error processing package javascript-common Date posted : 05/04/2019 When we installed VestaCP on a Ubuntu 18.04 system, we ran into this below error. In order to resolve this error, we need to clean up this package. We need to use purge option to delete the files completely. That solves… Continue Reading dpkg: error processing package javascript-common

CodeIgniter Queries DATE POSTED: 03/04/2019 In this post we will explain basic CodeIgniter Queries. What is CodeIgniter? CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. Today we are going to discuss about… Continue Reading CodeIgniter Queries