JavaScript Tutorial

Simple Ajax Pagination With PHP

Submitted by razormist on
In this tutorial we will create a Simple Ajax Pagination With PHP. Ajax is a client-side script that communicates to a server/database without the need for a page refresh. It is mostly use by a well known websites like facebook. AJAX is a new technique for creating better, faster, and more interactive web applications.

Simple Inserting And Retrieving Data Without Page Refresh Using Ajax

Submitted by razormist on
In this tutorial we will create a Simple Inserting And Retrieving Data Without Page Refresh Using Ajax. Ajax is a new technique for creating better, faster, and more interactive web applications. It is widely used by other well known websites like facebook. Let see how Ajax works with PHP in an interactive kind of application. Let's start coding. Creating A Database To create a database open any kind of database base server that you have(wamp, xamp, etc..). Then create database and name it 'db_post'.

Ajax File Uploader

Submitted by razormist on
In this tutorial we will create a Ajax File Uploader. Ajax is a new technique for creating better, faster, and more interactive web applications. Ajax is pre-request callback function that can be used to modify the jqXHR (in jQuery 1.4.x, XMLHTTPRequest). It is widely used by other well known websites like facebook. Let's take a look and start coding. Creating A HTML Form This will be the interface of the application.

Ajax Form Validation With PHP

Submitted by razormist on
In this tutorial we will create a Ajax Form Validation With PHP. AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications. We will try to merge PHP as a serve side scripting for responding the request of the web browser. So let's see now. Creating A Database To create database, start by opening any kind of web server(wamp, xamp, etc...). After that go to phpmyadmin then click create database, and name the database as 'db_user'.

Creating A Registration And Login Using AngularJS - Part 2

Submitted by razormist on
In this tutorial we will create a login form using AngularJS. Last time in my previous tutorial Creating A Registration And Login Using AngularJS - Part 1 we already created a sign up form. This time we will continue on the project that we left behind, and we will add a login code to make this application complete. So let's start coding.. Creating the login form This is where the user will input their account for login.

Creating A Registration And Login Using AngularJS - Part 1

Submitted by razormist on
In this tutorial we will create a registration form using AngularJS. The AngularJS is a structural framework for dynamic webpage nowadays. It is a kind of template that extends HTML ,and it use a directives to trigger the syntax that is in a structural form. This time we will try to collaborate angularjs with PHP script to make a registration form. By the way this tutorial is divided into two parts registration and login form, the one that we will try to work on is a registration form.

Simple Sort Row Table Header Using AngularJS

Submitted by razormist on
In this tutorial, we will create a Simple Sort Row Table Header Using AngularJS. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. It is mostly used by other well known site for creating a template. So let see how its done. Creating The Mark-up Form This form will display the data of all value into the table.

Simple Two Way Data Binding Using AngularJS

Submitted by razormist on
In this tutorial, we will try to create a Simple Two Way Data Binding Using AngularJS. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. It is mostly used by other well known site for creating a template. So let's get started. Creating A Mark-up This a form for displaying the value when the user input a value.