SlideShare a Scribd company logo
Ajax Basics and Framework K.shivaprasad 9092696592
What is Ajax? Ajax(Asynchronous Java Script and Xml)is a group of interrelated web development techniques used on the client-side to create interactive web applications
More about Ajax With ajax web application can retrieve data from the server asynchronously in the background with out interfering with the display and behavior of the existing page. Data are usually retrieved using the XMLHttpRequest object Ajax uses the combination of HTML and CSS to markup and style information
Continue.. The Dom is accesed with javascript to dynamically displays and to allow the user to interact with the information presented. Java script and the XMLHttpRequest object provide a method for exchaning data asynchronously between browser and server to avoid full page reload.
Technologies in Ajax. HTML or XHTML and css for presentation The Dcument Object Model for dynamicallydisplay of and interaction with data. XML and XSLT for the interchange and manipulation and Display of date respectively The XMLHttpRequest object for Asynchronous communication Javascript to bring these technologies together.
Ajax Uses. Using a Ajax web application an request may the context that needs to be updated thus draftically reducing the bandwidth usage and load time. The use of asynchronous requests allows the clints web browser UI to be more interactive and to respond quickly to inputs and sections of pages can also be reloaded individually. The use of Ajx can reduce connection to the server,since scripts and style only here to be requested once.
Draw Backs Owing to their dynamic nature.Ajax interfaces are often harder to develop when comared to static pages Pages dynamically created using successive Ajax requests do not automatically register themselves with the browsers history engine. Dynamic web page updates also make ifdifficult for a user to bookmark a particular state of application. Because most web Crawlers donot execute Javascript code.
Drawbacks Continue.. The same origin policy prevents some Ajax techniques from being used across domains. Like other web technologies Ajax has its own set of changes that developers must address. Developers familar with other web technologies may have to learn new testing and coding methods to write secure Ajax application.
Thank you. .

More Related Content

PPT
Advantages and disadvantages of an ajax based client application
PPTX
Overview of AJAX
PPT
PPT
Ajax Presentation
PPT
Ajax presentation
PPT
Ajax Ppt 1
PDF
Web Scraper Features – Semalt Expert
Advantages and disadvantages of an ajax based client application
Overview of AJAX
Ajax Presentation
Ajax presentation
Ajax Ppt 1
Web Scraper Features – Semalt Expert

What's hot (20)

PPT
PPTX
Intoduction to Ajax
PPT
Introduction to ajax
PPTX
Ajax PPT
PPT
Ajax Presentation
PPTX
Introduction to ajax
PPT
Ajax workshop
PPTX
Ajax technology
PPT
An Introduction to Ajax Programming
PPTX
Ajax
PDF
Ajax Introduction Presentation
PPTX
PDF
Ajax basics
PPT
Performance anti patterns in ajax applications
PPT
TSSJS2010 Presenatation on: Performance Anti Patterns In Ajax Applications
PDF
AJAX in ASP.NET
PPT
Ajax Ppt
PPT
Ajax Using JSP with prototype.js
Intoduction to Ajax
Introduction to ajax
Ajax PPT
Ajax Presentation
Introduction to ajax
Ajax workshop
Ajax technology
An Introduction to Ajax Programming
Ajax
Ajax Introduction Presentation
Ajax basics
Performance anti patterns in ajax applications
TSSJS2010 Presenatation on: Performance Anti Patterns In Ajax Applications
AJAX in ASP.NET
Ajax Ppt
Ajax Using JSP with prototype.js
Ad

Viewers also liked (18)

PPT
Income Tax Returns
ODP
Frame Work
PPT
数码相机的种类
PPT
数码相机的种类
ODP
Wordpress
ODP
Phpbasics And Php Framework
PPT
数码相机的种类
ODP
Premmani
ODP
Ca History
PPTX
Blue Version
DOC
OFAC New Letter Winter 2010
ODP
Ca History
PPT
数码相机的种类
PDF
Budget 2010 How Does It Impact You
ODT
Jcl tutor
PPT
Medios II maqueta individual
 
PPT
Music In Africa Powerpoint
PDF
11g Dba Main
Income Tax Returns
Frame Work
数码相机的种类
数码相机的种类
Wordpress
Phpbasics And Php Framework
数码相机的种类
Premmani
Ca History
Blue Version
OFAC New Letter Winter 2010
Ca History
数码相机的种类
Budget 2010 How Does It Impact You
Jcl tutor
Medios II maqueta individual
 
Music In Africa Powerpoint
11g Dba Main
Ad

Similar to Ajax Basics And Framework (20)

TXT
25250716 seminar-on-ajax text
PPTX
PPT
jQuery Ajax
PPTX
AJAX Introduction [Autosaved].pptx
PDF
Ajax
PPTX
Ajax:From Desktop Applications towards Ajax Web Applications
PDF
Ajax Technology
PPTX
Asynchronous javascript and xml
PPT
Using Ajax In Domino Web Applications
PPT
Ajax Introduction
PPTX
PPT
4005-713 ` XML Architecture, Tools & Technique ` Presentation
PPTX
Ajax
PPT
PPTX
Ajax ppt - 32 slides
25250716 seminar-on-ajax text
jQuery Ajax
AJAX Introduction [Autosaved].pptx
Ajax
Ajax:From Desktop Applications towards Ajax Web Applications
Ajax Technology
Asynchronous javascript and xml
Using Ajax In Domino Web Applications
Ajax Introduction
4005-713 ` XML Architecture, Tools & Technique ` Presentation
Ajax
Ajax ppt - 32 slides

More from shivas (7)

ODP
Cobolbasics
PDF
Mainframe
PDF
Jcl
ODT
Premmanispecification
ODP
Premamaniscreenshots
ODP
Frame
ODP
Web2.O Basics
Cobolbasics
Mainframe
Jcl
Premmanispecification
Premamaniscreenshots
Frame
Web2.O Basics

Ajax Basics And Framework

  • 1. Ajax Basics and Framework K.shivaprasad 9092696592
  • 2. What is Ajax? Ajax(Asynchronous Java Script and Xml)is a group of interrelated web development techniques used on the client-side to create interactive web applications
  • 3. More about Ajax With ajax web application can retrieve data from the server asynchronously in the background with out interfering with the display and behavior of the existing page. Data are usually retrieved using the XMLHttpRequest object Ajax uses the combination of HTML and CSS to markup and style information
  • 4. Continue.. The Dom is accesed with javascript to dynamically displays and to allow the user to interact with the information presented. Java script and the XMLHttpRequest object provide a method for exchaning data asynchronously between browser and server to avoid full page reload.
  • 5. Technologies in Ajax. HTML or XHTML and css for presentation The Dcument Object Model for dynamicallydisplay of and interaction with data. XML and XSLT for the interchange and manipulation and Display of date respectively The XMLHttpRequest object for Asynchronous communication Javascript to bring these technologies together.
  • 6. Ajax Uses. Using a Ajax web application an request may the context that needs to be updated thus draftically reducing the bandwidth usage and load time. The use of asynchronous requests allows the clints web browser UI to be more interactive and to respond quickly to inputs and sections of pages can also be reloaded individually. The use of Ajx can reduce connection to the server,since scripts and style only here to be requested once.
  • 7. Draw Backs Owing to their dynamic nature.Ajax interfaces are often harder to develop when comared to static pages Pages dynamically created using successive Ajax requests do not automatically register themselves with the browsers history engine. Dynamic web page updates also make ifdifficult for a user to bookmark a particular state of application. Because most web Crawlers donot execute Javascript code.
  • 8. Drawbacks Continue.. The same origin policy prevents some Ajax techniques from being used across domains. Like other web technologies Ajax has its own set of changes that developers must address. Developers familar with other web technologies may have to learn new testing and coding methods to write secure Ajax application.