TRENDS is authorized to promote and deliver Oracle courses in partnership with TechEdge Solutions. EZY Corporation logo and Oracle logo are registered trademarks of EZY Corporation and Oracle respectively. All rights reserved.

JavaScript and HTML5: Develop Web Applications Ed 1

Schedule

Start End Duration Location Details

Course Details

JavaScript and HTML5: Develop Web Applications Ed 1

Course code: JHDWA1

Duration: 4 Days


Prerequisite:

•    Basic web knowledge
•    Basic programming experience

Course Description:

This JavaScript and HTML5 course teaches you how to code application logic in web applications using JavaScript and how to create HTML5 pages to parse and send data using HTML5 forms. Create and modify the Document Object Model(DOM), create responsive layouts with CSS3, store local data with JSON, and draw on HTML5 canvas. Students will add interactive behaviors to web pages creating better user experiences and add dynamic data using AJAX, REST and WebSocket with JavaScript.

Course Objectives:

After taking this course, you should be able to:

•    Create and run an HTML5 applications in NetBeans
•    Write JavaScript code to use variables, objects, functions and arrays
•    Create HTML5 forms to request information and process it
•    Write JavaScript functions for HTML5 events
•    Manipulate HTML5 elements through DOM
•    Use the JavaScript API
•    Store objects by using the JSON API, Cookies, and Local Storage
•    Style HTML documents with CSS3
•    Use Media Queries and media data to adapt the web page to different screen sizes
•    Create closures, prototypes, and modules in JavaScript
•    Create a Canvas, intervals, Drag and Drop interactions, and implement mouse gestures in HTML5
•    Use AJAX to consume RESTful Web Services
•    Identify the required Back-End technologies for REST and WebSocket with Java EE7
•    Use Selectors and DOM manipulators to handle documents with jQuery
•    Handle events and AJAX server responses with jQuery

Intended Audience:

•    Developer
•    Implementer
•    Manager

Course Outlines:

•    Introduction
o    Knowing the objectives of the course
o    Setting up the Environment

•    Web Application Essentials
o    Creating HTML5 Applications in NetBeans
o    Running HTML pages and analizing them by using the browser's development tools
o    Separating CSS and JavaScript content from HTML pages
o    Running HTML5 Applications in NetBeans
o    Practice: Creating HTML5 Web Applications with NetBeans 8
o    Practice: Separating JavaScript and CSS Resources

•    JavaScript Fundamentals
o    Writing JavaScript code to declare variables, objects, functions and arrays
o    Writing JavaScript Arrays to store data
o    Defining JavaScript Objects as a key-value store
o    Accessing the properties of an object
o    Practice: Writing JavaScript code to pass tests in Jasmine    

•    Combining HTML5 and JavaScript in Web Applications
o    Creating HTML5 Documents
o    Creating HTML5 Forms to request information and process it
o    Validating HTML5 form input
o    Writing JavaScript functions for HTML5 events
o    Manipulating HTML5 elements through DOM
o    Practice: Writing JavaScript code to modify document elements

•    Using Basic File Permissions
o    Viewing File and Directory Permissions
o    Changing Ownership and Permissions
o    Modifying Default Permissions

•    The JavaScript API
o    Validating user input with JavaScript and Regular Expressions
o    Handling multiple values with JavaScript Collections
o    Manipulating Dates with the JavaScript Date API
o    Practice: Creating a meal-divider application
o    Practice: Calculating the total based on the age

•    Web Application Data
o    Converting Objects to JSON Strings
o    Parsing JSON Strings into JavaScript Objects
o    Storing Objects by using the JSON API, Cookies, and Local Storage
o    Practice: Saving user input using JSON and Local Storage
o    Practice: Restoring saved data when page loads
o    
•    Style Applications using CSS3 and JavaScript
o    Applying CSS styles to HTML documents
o    Using CSS3 features to add dynamic styles to elements with events
o    Using Media Queries and media data to adapt to different screens
o    Using JavaScript to add and remove styles from elements
o    Practice: Writing CSS rules to style elements in the document
o    
•    Advanced JavaScript
o    Defining Functions
o    Creating Closures and explaining Variable Scope
o    Writing JavaScript functions as modules
o    Creating Prototypes
o    Creating Drag-and-Drop interactions with JavaScript
o    Creating JavaScript Timers and Delays to create animations in HTML
o    Using the HTML5 Canvas Object to draw in pages
o    Practices: Creating a Canvas, intervals, Drag and Drop, and implementing Mouse Gestures

•    AJAX and WebSocket
o    Using AJAX with JavaScript to request data from an Application Server
o    Using AJAX to consume RESTful Web Services
o    Using AJAX calls to create "Server Push" interactions
o    Identifying alternatives to AJAX used in legacy code
o    Understanding AJAX Security
o    Using WebSocket to create Real-time Client/Server interactions
o    Identifying the required Back-End technologies for REST and WebSocket with Java EE7
o    Practices: Creating a Single-Page Application using RESTand a Tic-Tac-Toe Game Client with WebSocket

•    Developing Applications with jQuery
o    Adding jQuery and jQuery UI libraries to your projects
o    Using Selectors and DOM manipulators to handle documents
o    Handling Events with jQuery
o    Animating elements and Applying effects in the document
o    Handling AJAX server responses