JNTUH Web Technologies syllabus CS 3-1 Sem R18 CS504PC

Unit-1 Introduction to PHP

Introduction to PHP:

Declaring variables, data types, arrays, strings, operators, expressions, control structures, functions, Reading data from web form controls like text boxes, radio buttons, lists etc., Handling File Uploads. Connecting to database (MySQL as reference), executing simple queries, handling results, Handling sessions and cookies

 

File Handling in PHP:

File operations like opening, closing, reading, writing, appending, deleting etc. on text and binary files, listing directories.

Unit-2 HTML Common tags

HTML Common tags-

List, Tables, images, forms, Frames; Cascading Style sheets;

 

XML:

Introduction to XML, Defining XML tags, their attributes and values, Document Type Definition, XML Schemes, Document Object Model, XHTML Parsing XML Data – DOM and SAX Parsers in java.

Unit-3 Introduction to Servlets

Introduction to Servlets:

Common Gateway Interface (CGt), Life cycle of a Servlet, deploying a servlet, The Servlet API, Reading Servlet parameters, Reading Initialization parameters, Handling Http Request & Responses, Using Cookies and Sessions, connecting to a database using JDBC.

Unit-4 Introduction to JSP

Introduction to JSP:

The Anatomy of a JSP Page, JSP Processing, Declarations, Directives, Expressions, Code Snippets, implicit objects, Using Beans in JSP Pages, Using Cookies and session for session tracking, connecting to database in JSP.

Unit-5 Client-side Scripting

Client-side Scripting:

Introduction to Javascript, Javascript language – declaring variables, scope of variables, functions. event handlers (onclick, onsubmit etc.), Document Object Model, Form validation.

 

TEXT BOOKS:

1. Web Technologies, Uttam K Roy, Oxford University Press

2. The Complete Reference PHP — Steven Holzner, Tata McGraw-Hill

 

REFERENCE BOOKS

1. Web Programming, building internet applications, Chris Bates 2″ edition, Wiley Dreamtech

2. Java Server Pages —Hans Bergsten, SPD O’Reilly,

3. Java Script, D.Flanagan

4. Beginning Web Programming-Jon Duckett WROX.

5. Programming world wide web, R.W.Sebesta, Fourth Edition, Pearson.

6. Internet and World Wide Web — How to program. Dietel and Nieto, Pearson.

 

Course Outcomes

1. gain knowledge of client-side scripting, validation of forms and AJAX programming

2. understand server-side scripting with PHP language

3. understand what is XML and how to parse and use XML Data with Java

4. To introduce Server-side programming with Java Servlets and JSP