0% found this document useful (0 votes)
120 views3 pages

M.E WT Syllabus

This document outlines the course content for a Web Technology course taught over 5 units. Unit I covers basic web concepts like clients, servers, markup languages and style sheets. Unit II focuses on client-side programming with JavaScript, objects, and the DOM. Unit III introduces server-side programming with Java servlets, separating programming and presentation using ASP/JSP. Unit IV covers representing web data through database connectivity, XML, DTD, XML schema, DOM, and SAX. Finally, Unit V builds on these concepts to develop web applications using cookies, sessions, and open source tools like PHP and MySQL. The associated lab component reinforces these topics through hands-on exercises creating HTML pages, using CSS, client-side script

Uploaded by

ramyagkrishnan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views3 pages

M.E WT Syllabus

This document outlines the course content for a Web Technology course taught over 5 units. Unit I covers basic web concepts like clients, servers, markup languages and style sheets. Unit II focuses on client-side programming with JavaScript, objects, and the DOM. Unit III introduces server-side programming with Java servlets, separating programming and presentation using ASP/JSP. Unit IV covers representing web data through database connectivity, XML, DTD, XML schema, DOM, and SAX. Finally, Unit V builds on these concepts to develop web applications using cookies, sessions, and open source tools like PHP and MySQL. The associated lab component reinforces these topics through hands-on exercises creating HTML pages, using CSS, client-side script

Uploaded by

ramyagkrishnan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

241208 WEB TECHNOLOGY

LTPC
3 00 3

UNIT I 9
Web essentials – clients – servers - communication – markup languages – XHTML – simple
XHTML pages style sheets – CSS
UNIT II 9
Client side programming – Java script language – java script objects – host objects : Browsers
and the DOM

UNIT III 9
Server side programming – java servlets – basics – simple program – separating programming
and presentation – ASP/JSP - JSP basics ASP/JSP objects – simple ASP/JSP pages.

UNIT IV 9
Representing Web data – data base connectivity – JDBC – Dynamic Web pages – XML – DTD
– XML schema – DOM – SAX – Xquery.

UNIT V 9
Building Web applications - cookies – sessions – open source environment – PHP – MYSQL –
case studies.

TEXT BOOKS:

1. Jeffrey C Jackson, “ Web Technology – A computer Science perspective”, Persoson


Education, 2007.
2. Chris Bates, “Web Programming – Building Internet Applications, “Wiley India, 2006.
241254 WEB TECHNOLOGY LAB LTPC
003 2
1. Creation of HTML pages with frames, links, tables and other tags
2. Usage of internal and external CSS along with HTML pages
3. Client side Programming
# Java script for displaying date and comparing two dates
# Form Validation including text field, radio buttons, check boxes, list box
and other controls
4. Usage of ASP/JSP objects response, Request, Application, Session, Server, ADO etc
# Writing online applications such as shopping, railway/air/bus ticket
reservation system with set of ASP/JSP pages
# Using sessions and cookies as part of the web application
5. Writing Servlet Program using HTTP Servlet
6. Any online application with database access
7. Creation of XML document for a specific domain
8. Writing DTD or XML schema for the domain specific XML document
9. Parsing an XML document using DOM and SAX Parsers
10. Sample web application development in the open source environment

You might also like