WEB Development
- Description
- Reviews
There are 22 modules in this course
Do you realize that the only functionality of a web application that the user directly interacts with is through the web page? Implement it poorly and, to the user, the server-side becomes irrelevant! Today’s user expects a lot out of the web page: it has to load fast, expose the desired service, and be comfortable to view on all devices: from a desktop computers to tablets and mobile phones.
In this course, we will learn the basic tools that every web page coder needs to know. We will start from the ground up by learning how to implement modern web pages with HTML and CSS. We will then advance to learning how to code our pages such that its components rearrange and resize themselves automatically based on the size of the user’s screen. You’ll be able to code up a web page that will be just as useful on a mobile phone as on a desktop computer. No “pinch and zoom” required! Last but certainly not least, we will get a thorough introduction to the most ubiquitous, popular, and incredibly powerful language of the web: Javascript. Using Javascript, you will be able to build a fully functional web application that utilizes Ajax to expose server-side functionality and data to the end user.
Syllabus
HTML
Module 1: Web Programming Introduction
Module 2: HTML-Introduction
Module 3: HTML-Basic Formatting Tags
Module 4: HTML-Grouping Using Div Span
Module 5: HTML-Lists
Module 6: HTML-Images
Module 7: HTML-Hyperlink
Module 8: HTML-Table
Module 9: HTML-Iframe
Module 10: HTML-Form
Module 11: HTML-Headers
Module 12: HTML-Miscellaneous
CSS
Module 1: CSS2-Introduction
Module 2: CSS2-SyntaxModule 3: CSS2-Selectors
Module 4: CSS2-Color Background Cursor
Module 5: CSS2-Text Fonts
Module 6: CSS2-Lists Tables
Module 7: CSS2-Box Model
Module 8: CSS2-Display Positioning
Module 9: CSS Floats
JAVASCRIPT (JS)
Module 1: Introduction
Module 2: Language Syntax
Module 3: Built In Functions
Module 4: HTML Forms
Module 5: HTML DOM
Module 6: Browser BOM
Module 7: Web API
Module 8: Cookies
Module 9: JSON
Module 10: Working with Objects and Classes
BOOTSTRAP