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

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

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

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

Bootstrap 4 Scrollspy Date posted : 07/02/2019 Scrollspy is used to automatically update links in a navigation list based on scroll position. How To Create a Scrollspy The following example shows how to create a scrollspy: Scrollspy Using Bootstrap 4 Example Explained Add data-spy=”scroll” to the element that should be used as the scrollable… Continue Reading Bootstrap 4 scrollspy

Testimonial using Bootstrap Date:14/12/2018 What is a Testimonial? Testimonials are written or recorded statements that support your credibility and level of expertise. They also strengthen your reputation by expressing the trust that other people have in you and your business offerings. They are a wonderful tool that helps you to… Continue Reading Testimonial using bootstrap

HOW TO INSTALL ZEN CART ON CENTOS – 7. DATE POSTED : 20 /01/2019 This topic will cover the step by step installation process of Zen Cart open source e-commerce platform in  CentOS Linux operating systems. Zen Cart is an easy to manage and popular shopping CMS platform, written in PHP server-side programming language It… Continue Reading HOW TO INSTALL ZEN CART ON CENTOS – 7.

VPS INSTALLATION DATED : 23/11/2018 Step 1: First, choose what type of operating you are going to choose for you vps . In /vz/template/cache/ of vz node it contains the list of operating you have to select one for you VPS. Step 2 : Create a new container in your vz… Continue Reading VPS Installation

Date Posted: 09/01/2019 In this post we will and validate a simple form using HTML and PHP. Step 1: Create the html form using following code. Step 2: Please use the following code to validate the php forms. You can add the below code before html code. Thank you! for… Continue Reading Form Validation with PHP