Programming in HTML5 with JavaScript and CSS3
Course Description
This course provides an introduction to HTML5, CSS3, and JavaScript. This course helps students gain basic HTML5/CSS3/JavaScript programming skills. This course is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5/CSS3/JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application.
5 days
Contact us for pricing
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.
Overview of HTML and CSS
Overview of HTMLOverview of CSS
Creating a Web Application by Using Visual Studio 2012
Creating and Styling HTML5 Pages
Creating an HTML5 PageStyling an HTML5 Page
Introduction to JavaScript
Overview of JavaScript SyntaxProgramming the HTML DOM with JavaScript
Introduction to jQuery
Creating Forms to Collect Data and Validate User Input
Overview of Forms and Input TypesValidating User Input by Using HTML5 Attributes
Validating User Input by Using JavaScript
Communicating with a Remote Data Source
Sending and Receiving Data by Using XMLHTTPRequestSending and Receiving Data by Using jQuery AJAX operations
Styling HTML5 by Using CSS3
Styling TextStyling Block Elements
CSS3 Selectors
Enhancing Graphical Effects by Using CSS3
Creating Objects and Methods by Using JavaScript
Writing Well-Structured JavaScriptCreating Custom Objects
Extending Objects
Creating Interactive Pages using HTML5 APIs
Interacting with FilesIncorporating Multimedia
Reacting to Browser Location and Context
Debugging and Profiling a Web Application
Adding Offline Support to Web Applications
Reading and Writing Data LocallyAdding Offline Support by Using the Application Cache
Implementing an Adaptive User Interface
Supporting Multiple Form FactorsCreating an Adaptive User Interface
Creating Advanced Graphics
Creating Interactive Graphics by Using Scalable Vector GraphicsProgrammatically Drawing Graphics by Using a Canvas
Animating the User Interface
Applying CSS TransitionsTransforming Elements
Applying CSS Key-frame Animations
Implementing Real-Time Communications by Using Web Sockets
Introduction to Web SocketsSending and Receiving Data by Using Web Sockets
Creating a Web Worker Process
Introduction to Web WorkersPerforming Asynchronous Processing by Using a Web Worker
HTMLHTML5