Web Technology [WT] Notes Unit 1 LINK
Web Technology [WT] Notes Unit 2 LINK
Web Technology [WT] Notes Unit 3 LINK
Web Technology [WT] Notes Unit 4 LINK
Web Technology [WT] Notes Unit 5 LINK
_______________________
Syllabus
Unit 1
Introduction: Introduction and Web Development Strategies, History of Web and Internet, Protocols Governing Web, Writing Web Projects, Connecting to Internet, Introduction to Internet services and tools, Introduction to client-server computing.
Web Page Designing: HTML: List, Table, Images, Frames, forms, XML: Document type definition (DTD), XML schemes, Object Models, presenting and using XML, Using XML Processors: DOM and SAX.
Unit 2
CSS: Creating Style Sheet, CSS Properties, CSS Styling (Background, Text Format Controlling Fonts), Working with block elements and objects, Working with Lists and Tables, CSS Id and Class, Box Model (Introduction, Border properties, Padding Properties, Margin properties)
CSS Advanced (Grouping, Dimension, Display, Positioning. Floating, Align, Pseudo class, Navigation Bar, Image Sprites, Attribute sector), CSS Color, Creating page Layout and Site Designs.
Unit 3
Scripting: Java script: Introduction, documents, forms, statements, functions, objects, introduction to AJAX.
Networking: Internet Addressing, InetAddress, Factory Methods, Instance Methods, TCP/IP Client Sockets, URL, URL Connection, TCP/IP Server Sockets, Datagram.
Unit 4
Enterprise Java Bean: Creating a JavaBeans, JavaBeans Properties, Types of beans, Stateful Session bean, Stateless Session bean, Entity bean.
Node.js: Introduction, Environment Setup, REPL Terminal, NPM (Node Package Manager) Callbacks Concept, Events, Packaging, Express Framework, Restful API.
Node.js with MongoDB: MongoDB Create Database, Create Collection, Insert, delete. update, join, sort, query.
Unit 5
Servlets: Servlet Overview and Architecture, Interface Servlet and the Servlet Life Cycle, Handling HTTP get Requests, Handling HTTP post Requests, Redirecting Requests to Other Resources, Session Tracking. Cookies, Session Tracking with Http Session
Java Server Pages (JSP): Introduction, Java Server Pages Overview, A First Java Server Page Example, Implicit Objects, Scripting, Standard Actions, Directives, Custom Tag Libraries