0% found this document useful (0 votes)
106 views

MC5303 - Web Programming Essentials

This document outlines the course units and outcomes for MC5303 - WEB PROGRAMMING ESSENTIALS. The five units cover: 1) introduction to internet standards and the web, 2) HTML, CSS, and UI design, 3) JavaScript fundamentals and DOM, 4) advanced JavaScript features like classes and AJAX, and 5) PHP for server-side programming. The outcomes are to create basic websites, design dynamic pages with JavaScript and validation, use AJAX for rich clients, implement simple pages in PHP presenting XML data, and connect front-end pages to back-end databases.

Uploaded by

sajithabanu banu
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

MC5303 - Web Programming Essentials

This document outlines the course units and outcomes for MC5303 - WEB PROGRAMMING ESSENTIALS. The five units cover: 1) introduction to internet standards and the web, 2) HTML, CSS, and UI design, 3) JavaScript fundamentals and DOM, 4) advanced JavaScript features like classes and AJAX, and 5) PHP for server-side programming. The outcomes are to create basic websites, design dynamic pages with JavaScript and validation, use AJAX for rich clients, implement simple pages in PHP presenting XML data, and connect front-end pages to back-end databases.

Uploaded by

sajithabanu banu
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

MC5303 - WEB PROGRAMMING ESSENTIALS

Presented By
Prof.S.Sajithabanu M.Tech.,(Ph.D).,
UNIT I -INTRODUCTION TO WWW
Internet Standards – Introduction to WWW – WWW Architecture – SMTP – POP3
– File Transfer Protocol - Overview of HTTP, HTTP request – response ––
Generation of dynamic web pages

UNIT II - UI DESIGN
Markup Language (HTML5): Basics of Html -Syntax and tags of Html-
Introduction to HTML5 -Semantic/Structural Elements -HTML5 style Guide and
Coding Convention– Html Svg and Canvas – Html API’s - Audio & Video -
Drag/Drop - Local Storage - Web socket API– Debugging and validating Html.

Cascading Style Sheet (CSS3): The need for CSS – Basic syntax and structure
Inline Styles – Embedding Style Sheets - Linking External Style Sheets -
Introduction to CSS3 – Backgrounds - Manipulating text - Margins and Padding -
Positioning using CSS -Responsive Web Design - Introduction to LESS/SASS
• Cascading Style Sheet (CSS3): The need for CSS – Basic syntax and
structure Inline Styles – Embedding Style Sheets - Linking External
Style Sheets - Introduction to CSS3 – Backgrounds - Manipulating
text - Margins and Padding - Positioning using CSS -Responsive Web
Design - Introduction to LESS/SASS

UNIT III OVERVIEW OF JAVASCRIPT


Introduction - Core features - Data types and Variables - Operators,
Expressions, and Statements Functions - Objects - Array, Date and Math
Related Objects - Document Object Model - Event Handling -
Controlling Windows & Frames and Documents - Form validations.
UNIT IV ADVANCED FEATURES OF JAVASCRIPT
Browser Management and Media Management – Classes – Constructors – Object-
Oriented Techniques in JavaScript – Object constructor and Prototyping - Sub classes
and Super classes – Introduction to JSON – JSON Structure –Introduction to jQuery –
Introduction to AJAX-Bootstrap - Bootstrap components.

UNIT V PHP
Introduction - How web works - Setting up the environment (LAMP server) -
Programming basics Print/echo - Variables and constants – Strings and Arrays –
Operators, Control structures and looping structures – Functions – Reading Data in
Web Pages - Embedding PHP within HTML - Establishing connectivity with MySQL
database
OUTCOMES:

 Create a basic website using HTML and Cascading Style Sheets.

 Design and implement dynamic web page with validation using JavaScript
objects and by applying different event handling mechanisms.

 Design rich client presentation using AJAX.

 Design and implement simple web page in PHP, and to present data in
XML format.

 Design front end web page and connect to the back end databases
Introduction to WWW
WWW Architecture

You might also like