Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

25 July, 2016

Codeigniter User Registration and Login Script

Today we are going to learn about how to create simple user registration, login script with the session. Here I have created a simple users register,login, and logout module coding. For form validation,email validation,session validations i have used CodeIgniter validation libraries functions.

Codeigniter User Registration and Login Script

23 January, 2016

Git Tutorial - Git Configurations #1

There are three levels that the Git stores the configurations. System Level, User Level and Project Level Configurations.

1. System Level Configurations:

This is the largest level of configuration this configuration will apply to the every user of the computer. These are default configurations and can be overwritten.

Git Tutorial - Git Configurations

18 January, 2016

Git Tutorial - Installation

Installing Git is simple and easy. Download the git package from the website http://git-scm.com and follow the steps mentioned below.

Git Tutorial Installation

13 January, 2016

Git Tutorial - Introduction

It is a software that keeps a track of files and directories that we make, especially the text changes and allows us to compare between the changes (versions) that we created.

GIT is referred as a version control system (VCS). The primary purpose of the VCS is to manage the source code (source code management (SCM)).

VCS's are called as source code management tools.

GIT Tutorial - Introduction

29 December, 2015

Bootstrap Tutorial - Html Layout

Bootstrap uses the HTML elements for creating the layouts and CSS for styling the layout, that means you will not have to learn any other coding language just the HTML, CSS, and JavaScript which are the website languages.



My First Bootstrap Code


28 December, 2015

Bootstrap Tutorial - Introduction

Bootstrap was developed by Mark Otto and Jacob Thornton on August 2011. Bootstrap is a front end framework built using HTML, CSS and JavaScript, for building for responsive web sites. It is faster and easier to use and sometimes a little tricky. It is called as a mobile first framework. It is an open source framework.