Posts

Showing posts from September 25, 2010

some information about Ajax programming

Image
For my TGMC 2010 project....i am decided to design the front end with Ajax..,if you ask me what is the features to use the ajax...is well.the features that i explain is........The Ajax is the .shorthand for Asynchronous JavaScript and XML  .it means the combination of the both. javascript and XML..It is is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. Data is usually retrieved using the XML Http Request object. Despite the name, the use of XML is not actually required, nor do the requests need to be asynchronous.hence the use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages.Its Like DHTML and LAMP, Ajax is not a technology in itself, but a group of technologies. Ajax uses a combination of HTML and CSS to mark