In the series of beginner’s Ajax tutorial, today I’m going to aim Raw Developers. Althouth any beginner can learn Ajax from this tutorial but why I said aim to Raw Developers because in this tutorial we will learn and understand the raw base behind the Ajax, what are the raw functions of Ajax which works behind any Ajax toolkit and I’ll try my best to make you understand the concept of it.
Now the first question arises in the mind of every beginner Ajax learner is: What is Ajax ?
Read the rest of this entry »
How to Create AJAX Enabled Suggest Tool
In previous part of AJAX tutorial we developed our first AJAX enabled application and saw it LIVE DEMO and hope you enjoyed alot, it’s not only yours first AJAX application but also our first AJAX LIVE DEMO which I released on the net along with tutorial. So three cheers to all of us
In this part of AJAX tutorial we are going to learn how to AJAX enabled suggest tool, just concentrate on the base because if once you understand the base then most of the concepts will clear to you.
Read the rest of this entry »
How to Write AJAX Application
Now be more practical and develop a small and easy AJAX application. This will be your frist coded AJAX application. First of all, we are going to create a standard HTML form with two text fields: username and time. The username field will be filled in by the user and the time field will be filled in using AJAX.
The HTML file will be named “First_Ajax_Application.html”, and it looks like this (notice that the HTML form below has no submit button) :
Read the rest of this entry »
Basic Requirement for AJAX Learning
In previous part of AJAX tutorial we went through What is AJAX? Different types of online web applications which are using AJAX, We discuss in depth the concept behind AJAX, Characteristics of AJAX applications and also covered those characteristic which AJAX doesn’t cover. Now we are going ahead in more practical life of AJAX:
Basic Requirement for AJAX Learning
Before you continue you should have a basic understanding of the following:
* HTML / XHTML
* JavaScript
Read the rest of this entry »
Hey to all of you, I’m Jimmy and I’m going to write about Ajax and there is no need to tell what is Ajax ? everyone knows better now a days but as this is my first post and I want those who are new to Ajax or still want to learn it from scratch so I’m going to start it with scratch. Hope you like it.
AJAX - or Asynchronous JavaScript and XML - is a new term coined for a set of technologies that has existed for many years. AJAX is a big buzz word in the technology world right now. It’s recent popularity is due in part because of sites like Google Maps and Google Suggest, although these are certainly not the first sites to make use of AJAX technologies.
You can also say AJAX is a new way for web pages
Read the rest of this entry »