Git Error: Permission denied (publickey) Date posted: 04/04/2019 Introduction Usually this kind of error will occur for different kind of issues. One of the cause is if remote machine doesn’t match with local machine’s public key or doesn’t have public key. It is solvable. Prerequisites If you generate key without… Continue Reading Git Error: Permission denied (publickey)

UPLOAD FILE Using CODEIGNITER FRAMEWORK Date posted :03/04/2019 Most importantly, in this tutorial we are going to upload the file using PHP- codeigniter framework. It has upload library for upload the file. pre-requesties 1)However create a uploads directory at the project root to store files. 2)After that, we need to… Continue Reading UPLOAD FILE USING CODEIGNITER FRAMEWORK

How to solve Django migration errors-“core_module issue” Date posted : 29/03/2019 In this post, we’re gonna explain about the django migration related errors and how to solve it. Lets say you did add some new feature to your application and would like to roll out the changes to the production… Continue Reading How to solve Django migration errors-“core_module issue”

JQuery draggable/droppable Date : 27/03/2019 In this article I will describe the Drag&Drop feature from jQuery. In this post we will create the example drag and drop html page. Step for creating the drag and drop html page. Include jquery and css file inside head. 2. You can add the… Continue Reading JQuery draggable/droppable

Date :28/03/2019 What is codeigniter? Codeigniter is a php framework to develop the application. Therefore, it provides the many libraries for connecting to the database. Codeigniter simple Add, Edit, Delete, View However, we create database and table. Firstly, database name is considered to be as ‘form’. similarly, creating a table… Continue Reading CODEIGNITER: SIMPLE ADD, EDIT, DELETE, VIEW

VALIDATION FORM IN CODEIGNITER USING SESSION LIBRARY Date :28/03/2019 Introduction: The following tutorial implementing form validation using session library in codeigniter. First of all, we should create database and table. we can create database client and we can create table form . To implement the form validation we need to… Continue Reading VALIDATION FORM IN CODEIGNITER USING SESSION LIBRARY

How to add a project on android studio from GitHub Date posted: 28/03/2019 This tutorial will helpful in setting up android studio from Github. Step 1: Prerequisites 1.An account GitHub 2.Android Studio Step 2 : Configure Android Studio Firstly we have to enable VCS through the option available on the… Continue Reading How to add a project on android studio from GitHub

STEPS TO SETUP PYTHON ANACONDA IN CENTOS Date posted: 27/03/2019 Introduction Anaconda is a distribution for both Python and R, very popular among data scientists and machine learning coders. Today, we will see how to set up Anaconda in your CentOS server. This tutorial will helpful in setting up Anaconda… Continue Reading STEPS TO SETUP PYTHON ANACONDA IN CENTOS

How to create a project and overflow menu on your application in android studio Date posted: 22/03/2019 Step 1 : Create a new project in android studio Open android studio application. Then go to File>new>new project.Fill the required details on the appropriate place. Step 2 : Select a Device And… Continue Reading How to create a project and overflow menu on your application in android studio