Ajax - Ajax Tutorials and Examples
In this tutorial you will learn Ajax. Ajax is new technologies for the development of web application. Ajax stands for Asynchronous JavaScript and XML. Ajax is used to fetch the data from web server without refreshing the whole page. JavaScript is used to send the request to web server in order to fetch the data.
There are many frameworks available to help the developers to quickly construct the Ajax based web applications. You can use Ajax with any server side technologies such as PHP, JSP, Servlets, Perl, .NET, ASP etc. jQuery is one of the most used Ajax framework and it can be used with all the available server-side technologies.
Following tutorials teaches you Ajax framework in detail.
- What is Ajax?
Learn the basics to Ajax. This section explains the importance of Ajax in web programming.
- Role Of Ajax
In enhancing User Experience
AJAX is not a new technology but a combination of several existing technologies in a new way. These include HTML, CSS, DOM, XML, XSLT, XMLHttpRequest and JavaScript. The acronym AJAX stands for Asynchronous JavaScript and XML. AJAX is based on open standards supported by many browsers and platforms. AJAX is a new paradigm for building web application.
- Traditional Means of Web Application Development
In the early days the web pages were static, simple HTML web pages, later on it became dynamic by using CGI script (Perl was mostly used), Microsoft's Active Server Pages (ASP) were among the few popular languages to develop dynamic pages.
- Ajax as Web application Development
AJAX is a web application development technique which encompasses different technologies which make it more interesting and fun.
- Advantages and Disadvantages of AJAX
XMLHttpRequest - It is used for making requests to the non-Ajax pages. It supports all kind of HTTP request type.
- Web Ajax Frameworks
Read about Ajax Web Frameworks.
- XMLHttpRequest Object:
As the use of XML and web services is increasing day by day, it is good to connect an HTML page with XML, with the help of that we can get interim updates so easily without reloading the page.
- AJAX Example
In the following example we will see how to display server IP address dynamically with the help of AJAX, HTML, & PHP.
- First Ajax Example
In this section we will create a simple Ajax Application for displaying the current date and time. Date and time information are retrieved from the server side php script.
- Simple Ajax Example
Develop very simple Ajax Example
- Ajax Example to multiply two values
In this section we will create an application for multiplication of two numbers. The multiplication are done at server (server side php) program and result is displayed on the client browser.
- Ajax
Login Example
In this program you will learn how to validate the user and show alert message if user name or password are not correct.
- Ajax
Registration Program
In this Ajax Registration program you will learn how to validate the user registration through Ajax call and then display the alert massage if no values are provided in the username and password fields.
- Ajax File Upload Example
In this example you simply create a file Upload application using ajax.
Ajax Resources
- Ajax
Code Libraries and Tools
Code libraries and loots for the development of your Ajax based applications. These days Ajax has been used for the development of responsive web application making it more user friendly.
- Ajax Chat
List of chat application developed in Ajax. These chat applications are very responsive and don't require full page refresh to send and retrieve the message from server.
- Ajax Tutorials
Collection of many Tutorials on Ajax. These Ajax Tutorials will help you quick start your Ajax development.
- Ajax Examples
Links to many Ajax Tutorials and examples.
- Ajax Books
Many ajax books that you can refer.
- Ajax Tools
Resources to many Ajax Tools for easy development of Ajax Applications.
- Ajax Software
There are many software available these days which you can use for the development of your web based applications. Now a days Ajax can help you to help the desktop grade applications.
-
Top Ajax Frameworks
Links to many top Ajax Frameworks.
Ajax Books