Programming in HTML5 with Javascript and CSS3 COURS 20480
Total Page:16
File Type:pdf, Size:1020Kb
Visit us at www.ITTA.net Programming in HTML5 with JavaScript and CSS3 COURS 20480 Course overview 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. Audience Developers interested in developing applications using HTML5, CSS3 and JavaScript. At course completion Use Visual Studio 2012 to create and run a web application Describe, create and stylize HTML5 and CSS3 pages Add interactivity to an HTML5 page using JavaScript Create HTML5 forms Send and receive data using HTTP HTTP Request objects and AJAX jQuery operations Create structured and easily maintainable JavaScript code Use the HTML5 API in interactive web applications Add advanced graphics using SVG (Scalable Vector Graphics) Improve the user experience by adding animations to an HTML5 page Improve responsiveness of a web application using web worker processes Prerequisites Have a minimum of 3 months of development experience Understand the structure of a basic HTML document including HTML tags Know how to use the HTML API Know how to implement a basic CSS style Know how to create and use variables Know how to use arithmetic, relational and logical operators Know how to implement iterations using loops Course outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use Visual Studio 2012 to build a Web application. Lesson 1: Overview of HTML Lesson 2: Overview of CSS Lesson 3: Creating a Web Application by Using Visual Studio 2012 Module 2: Creating and Styling HTML5 Pages This module describes the new features of HTML5, and explains how to create and style HTML5 pages. ITTA - Route des Jeunes 33 Bis - 1227 Carouge | t +41 58 307 73 00 | f +41 58 307 73 01 | [email protected] Page 1 of 4 Visit us at www.ITTA.net This module describes the new features of HTML5, and explains how to create and style HTML5 pages. Lesson 1: Creating an HTML5 Page Lesson 2: Styling an HTML5 Page Module 3: Introduction to JavaScript This module provides an introduction to the JavaScript language, and shows how to use JavaScript to add interactivity to HTML5 pages. Lesson 1: Overview of JavaScript Syntax Lesson 2: Programming the HTML DOM with JavaScript Lesson 3: Introduction to jQuery Module 4: Creating Forms to Collect Data and Validate User Input This module describes the new input types available with HTML5, and explains how to create forms to collect and validate user input by using the new HTML5 attributes and JavaScript code. Lesson 1: Overview of Forms and Input Types Lesson 2: Validating User Input by Using HTML5 Attributes Lesson 3: Validating User Input by Using JavaScript Module 5: Communicating with a Remote Data Source This module describes how to send and receive data to and from a remote data source by using an XMLHTTPRequest object and by performing jQuery AJAX operations. Lesson 1: Sending and Receiving Data by Using XMLHTTPRequest Lesson 2: Sending and Receiving Data by Using jQuery AJAX operations Module 6: Styling HTML5 by Using CSS3 This module describes how to style HTML5 pages and elements by using the new features available in CSS3. Lesson 1: Styling Text Lesson 2: Styling Block Elements Lesson 3: CSS3 Selectors Lesson 4: Enhancing Graphical Effects by Using CSS3 Module 7: Creating Objects and Methods by Using JavaScript This module explains how to write well-structured and easily-maintainable JavaScript code, and how to apply object-oriented principles to JavaScript code in a Web application. Lesson 1: Writing Well-Structured JavaScript Lesson 2: Creating Custom Objects Lesson 3: Extending Objects Module 8: Creating Interactive Pages using HTML5 APIs This module describes how to use some common HTML5 APIs to add interactive features to a Web application. This module also explains how to debug and profile a Web application. Lesson 1: Interacting with Files Lesson 2: Incorporating Multimedia Lesson 3: Reacting to Browser Location and Context Lesson 4: Debugging and Profiling a Web Application Module 9: Adding Offline Support to Web Applications This module describes how to add offline support to a Web application, to enable the application to continue functioning in a user's browser even if the browser is disconnected from the network. ITTA - Route des Jeunes 33 Bis - 1227 Carouge | t +41 58 307 73 00 | f +41 58 307 73 01 | [email protected] Page 2 of 4 Visit us at www.ITTA.net user's browser even if the browser is disconnected from the network. Lesson 1: Reading and Writing Data Locally Lesson 2: Adding Offline Support by Using the Application Cache Module 10: Implementing an Adaptive User Interface This module describes how to create HTML5 pages that can dynamically detect and adapt to different devices and form factors. Lesson 1: Supporting Multiple Form Factors Lesson 2: Creating an Adaptive User Interface Module 11: Creating Advanced Graphics This module describes how to create advanced graphics for an HTML5 Web application by using a Canvas element, and by using Scalable Vector Graphics. Lesson 1: Creating Interactive Graphics by Using Scalable Vector Graphics Lesson 2: Programmatically Drawing Graphics by Using a Canvas Module 12: Animating the User Interface This module describes how to enhance the user experience in an HTML5 Web application by adding animations. Lesson 1: Applying CSS Transitions Lesson 2: Transforming Elements Lesson 3: Applying CSS Key-frame Animations Module 13: Implementing Real-Time Communications by Using Web Sockets This module explains how to use Web Sockets to transmit and receive data between an HTML5 Web application and a server. Lesson 1: Introduction to Web Sockets Lesson 2: Sending and Receiving Data by Using Web Sockets Module 14: Creating a Web Worker Process This module describes how to use Web Worker Processes to perform long-running operations asynchronously and improve the responsiveness of an HTML5 Web application. Lesson 1: Introduction to Web Workers Lesson 2: Performing Asynchronous Processing by Using a Web Worker Courseware documentation Microsoft Official Courseware. Practice Labs & exercises Lab 1 : Exploring the Contoso Conference Application Lab 2 : Creating and Styling HTML5 Pages Lab 3 : Displaying Data and Handling Events by Using JavaScript Lab 4 : Creating a Form and Validating User Input Lab 5 : Communicating with a Remote Data Source Lab 6 : Styling Text and Block Elements using CSS3 Lab 7 : Refining Code for Maintainability and Extensibility Lab 8 : Creating Interactive Pages by Using HTML5 APIs Lab 9 : Adding Offline Support to a Web Application ITTA - Route des Jeunes 33 Bis - 1227 Carouge | t +41 58 307 73 00 | f +41 58 307 73 01 | [email protected] Page 3 of 4 Visit us at www.ITTA.net Lab 9 : Adding Offline Support to a Web Application Lab 10 : Implementing an Adaptive User Interface Lab 11 : Creating Advanced Graphics Lab 12 : Animating User Interface Elements Lab 13 : Implementing Real-Time Communications by Using Web Sockets Lab 14 : Creating a Web Worker Process Related courses Complete your curriculum by following these additional courses: 20483 - Programming in C# 20486 - Developing ASP.NET MVC Web Applications ITTA - Route des Jeunes 33 Bis - 1227 Carouge | t +41 58 307 73 00 | f +41 58 307 73 01 | [email protected] Page 4 of 4 .