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

Install OpenLiteSpeed On Ubuntu Date : 20/03/2019 OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise Lite speed. OpenLiteSpeed is designed to be lightweight with a user friendly web interface to help webmasters create and manage their websites easily and most importantly used web sever. Installation step for… Continue Reading Install OpenLiteSpeed On Ubuntu

Add another activity in Existing activity on Android Studio. Date : 20/03/2019 Introduction : On here we are using first activity (login activity) after clicking login button it should redirect to an another activity(Navigation activity ).Navigation activity, it is nothing as like menu bar. Steps : To add another activity… Continue Reading Add another activity in Existing activity on Android Studio.

Tutorial on how to connect python with MySQldb Date posted: 20/03/2019 Introduction: In this article helps you in connect python with MySQldb and insert queries in DB.  This example is explained based on Linux environment in Centos 7. Prerequisites: For centOS and RHEL based environment: 2. Pip installation is most… Continue Reading Tutorial on how to connect python with MySQldb