Web Tech Unit 3
Web Tech Unit 3
Prerequisites-
- HyperText Markup Language HTML5: Part 1- Pg 71 onwards
- HTML5: Part 2- Pg 110 onwards
- Cascading Style Sheets(CSS): Part 1- Pg 138 onwards
- CSS: Part 2- Pg 176 onwards
(At the end of this file I have marked for the topics – Web Speech API – Speech
Synthesis Markup Language)
--> ... - means this is main topics, and is given explicitly in syllabus
--> Document Object Model (DOM): Objects and Collections- Pg 429- Pg 445
I think this comes in the topic 'Accessing DOM Elements using Java Script and
JQuery Objects' as per syllabus
https://www.scaler.com/topics/jquery/jquery-dom-manipulation/
(Sub Topics:
1 Introduction
2 Modeling a Document: DOM Nodes and Trees
3 Traversing and Modifying a DOM Tree
4 DOM Collections
5 Dynamic Styles
)
** Summary- Pg 451, Pg 452-> Go through these. Has section wise points
Self-Review Exercises and Answers- Pg 453
Exercises- Pg 453, Pg 454
--> AJAX Enabled Rich Internet Applications with XML and JSON- Pg 605 -Pg 632
- Imp topic
AJAX- Asynchronous JavaScript and XML
(Sub topics:
1 Introduction
[1.1 Traditional Web Applications vs. Ajax Applications
1.2 Traditional Web Applications
1.3 Ajax Web Applications
]
2 Rich Internet Applications (RIAs) with Ajax
3 History of Ajax
4 “Raw” Ajax Example Using the XMLHttpRequest Object
[4.1 Asynchronous Requests
4.2 Exception Handling
4.3 Callback Functions
4.4 XMLHttpRequest Object Event, Properties and Methods
]
5 Using XML and the DOM
6 Creating a Full-Scale Ajax-Enabled Application
[6.1 Using JSON
6.2 Rich Functionality
6.3 Interacting with a Web Service on the Server
6.4 Parsing JSON Data
6.5 Creating HTML5 Elements and Setting Event Handlers on the Fly
6.6 Implementing Type-Ahead
6.7 Implementing a Form with Asynchronous Validation
)
** Summary- Pg 633- Pg 635-> Go through mainly from 16.4. Has section wise points
Self-Review Exercises and Answers- Pg 635,636
** Exercises- Pg 636,Pg 637
–> Dynamic Access and Manipulation of Web Pages using Java Script and JQuery