Course Details
Course Outline
1 - Overview of HTML and CSS
Overview of HTMLOverview of CSSCreating a Web Application by Using Visual Studio 2017Lab : Exploring the Contoso Conference Application
2 - Creating and Styling HTML5 Pages
Creating an HTML5 PageStyling an HTML5 PageLab : Creating and Styling HTML5 Pages
3 - Introduction to JavaScript
Overview of JavaScriptIntroduction to the Document Object ModelLab : Displaying Data and Handling Events by Using JavaScript
4 - Creating Forms to Collect and Validate User Input
Creating HTML5 FormsValidating User Input by Using HTML5 AttributesValidating User Input by Using JavaScriptLab : Creating a Form and Validating User Input
5 - Communicating with a Remote Server
Async programming in JavaScriptSending and Receiving Data by Using the XMLHttp Request ObjectSending and Receiving Data by Using the Fetch APILab : Communicating with a Remote Data Source
6 - Styling HTML5 by Using CSS3
Styling Text by Using CSS3Styling Block ElementsPseudo-Classes and Pseudo-ElementsEnhancing Graphical Effects by Using CSS3Lab : Styling Text and Block Elements using CSS3
7 - Creating Objects and Methods by Using JavaScript
Writing Well-Structured JavaScript CodeCreating Custom ObjectsExtending ObjectsLab : Refining Code for Maintainability and Extensibility
8 - Creating Interactive Pages by Using HTML5 APIs
Interacting with FilesIncorporating MultimediaReacting to Browser Location and ContextDebugging and Profiling a Web ApplicationLab : Creating Interactive Pages by Using HTML5 APIs
9 - Adding Offline Support to Web Applications
Reading and Writing Data LocallyAdding Offline Support by Using the Application CacheLab : Adding Offline Support to a Web Application
10 - Implementing an Adaptive User Interface
Supporting Multiple Form FactorsCreating an Adaptive User InterfaceLab : Implementing an Adaptive User Interface
11 - Creating Advanced Graphics
Creating Interactive Graphics by Using SVGDrawing Graphics by Using the Canvas APILab : Creating Advanced Graphics
12 - Animating the User Interface
Applying CSS TransitionsTransforming ElementsApplying CSS Keyframe AnimationsLab : Animating the User Interface
13 - Implementing Real-time Communication by Using Web Sockets
Introduction to Web SocketsUsing the WebSocket APILab : Performing Real-time Communication by Using Web Sockets
14 - Performing Background Processing by Using Web Workers
Understanding Web WorkersPerforming Asynchronous Processing by Using Web WorkersLab : Creating a Web Worker Process
15 - Packaging JavaScript for Production Deployment
Understanding Transpilers And Module bundlingCreating Separate Packages for Cross Browser SupportLab : Setting Up Webpack Bundle for Production
Actual course outline may vary depending on offering center. Contact your sales representative for more information.
Who is it For?
Target Audience
This course is intended for professional developers who have 6-12 months of programming experience and who are interested in developing applications using HTML5 with JavaScript and CSS3 (either Windows Store apps for Windows 8 or web applications).
Other Prerequisites
Before attending this course, students must have at least three months of professional development experience.
In addition to their professional experience, students who attend this training should have a combination of practical and conceptual knowledge related to HTML5 programming. This includes the following prerequisites:
Understand the basic HTML document structure:
How to use HTML tags to display text content.
How to use HTML tags to display graphics.
How to use HTML APIs.
Understand how to style common HTML elements using CSS, including:
How to separate presentation from content
How to manage content flow.
How to control the position of individual elements.
How to implement basic CSS styling.
Understand how to write JavaScript code to add functionality to a web page:
How o create and use variables
How to use:
arithmetic operators to perform arithmetic calculations involving one or more variables
relational operators to test the relationship between two variables or expressions
logical operators to combine expressions that contain relational operators
How to control the program flow by using if … else statements.
How to implement iterations by using loops.
How to write simple functions.
1-3 months experience creating Web applications, including writing simple JavaScript code
1 month experience creating Windows client applications
1 month of experience using Visual Studio 2017