Download presentation
Presentation is loading. Please wait.
Published byJulianna Watson Modified over 9 years ago
1
XML & AJAX Khaled Al-Sham’aa
2
XML The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to help information systems share structured data, particularly via the Internet.
3
SimpleXML The SimpleXML extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators.
4
SimpleXML (read)
5
SimpleXML (read) con.
6
SimpleXML (write)
7
SimpleXML (loop)
8
SimpleXML (loop) con.
10
SimpleXML (attributes)
11
SimpleXML (attributes) con.
12
SimpleXML (xpath)
13
SimpleXML (xpath) con.
15
AJAX AJAX (asynchronous JavaScript and XML) is a group of interrelated web development techniques used for creating interactive web applications or rich Internet 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.
16
Rasmus AJAX Tutorial (1)
17
Rasmus AJAX Tutorial (2)
18
Rasmus AJAX Tutorial (3)
19
Prototype Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class- driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
20
Prototype (getting started) http://www.prototypejs.org/
21
Prototype's Little Helpers
22
Prototype (Form Serialization)
23
Prototype (Insertion Object)
24
Questions
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.