Questions?
USA: +1-646-883-1460 // UK: +44 20 3289 3277
helpdesk@starweaver.com
Stay connected?

Login

Register?

Webinars?

My Cart

StarweaverStarweaver
  • LIVE NOW!
  • ENROLL!
  • CUTTING EDGE IT
    • Popular Courses

      • VBA Programming for Finance
      • Structured Finance Analytics With VBA
      • Understanding and Applying Tableau
      • Responsive Web Design with HTML5 and CSS3
      • Programming in HTML5 with JavaScript and CSS3 (Visual Studio 2012)
      • See All

      Latest Course

      Microservices Business Consultant & Program Manager Certification Program

      Microservices Business Consultant & Program Manager Certification Program

      Read More

      private class

  • FINANCE
    • Popular Courses

      • Capital Market Immersion
      • Fundamental Financial Math
      • Business & Technical Writing Immersion
      • The U.S. Residential Mortgage Business
      • Sales and Relationship Management
      • See All

      Latest Course

      Syndicated Credit Origination

      Syndicated Credit Origination

      Read More

      private class

  • DATA SCIENCE
  • AGILITY
    • Popular Courses

      • Project Management Essentials
      • Sales and Relationship Management
      • Project Management Professional (PMP)
      • Business & Technical Writing Immersion
      • Project Management: Fundamentals
      • See All

      Latest Course

      DevOps Tools and Techniques (4 hours)

      DevOps Tools and Techniques (4 hours)

      $97.50$124.95
      Read More

      private class

  • WEBINARS
    • Upcoming (Live)
    • Recorded (past)
  • FOR BUSINESS
    • LIVE NOW!
    • ENROLL!
    • CUTTING EDGE IT
      • Popular Courses

        • VBA Programming for Finance
        • Structured Finance Analytics With VBA
        • Understanding and Applying Tableau
        • Responsive Web Design with HTML5 and CSS3
        • Programming in HTML5 with JavaScript and CSS3 (Visual Studio 2012)
        • See All

        Latest Course

        Microservices Business Consultant & Program Manager Certification Program

        Microservices Business Consultant & Program Manager Certification Program

        Read More

        private class

    • FINANCE
      • Popular Courses

        • Capital Market Immersion
        • Fundamental Financial Math
        • Business & Technical Writing Immersion
        • The U.S. Residential Mortgage Business
        • Sales and Relationship Management
        • See All

        Latest Course

        Syndicated Credit Origination

        Syndicated Credit Origination

        Read More

        private class

    • DATA SCIENCE
    • AGILITY
      • Popular Courses

        • Project Management Essentials
        • Sales and Relationship Management
        • Project Management Professional (PMP)
        • Business & Technical Writing Immersion
        • Project Management: Fundamentals
        • See All

        Latest Course

        DevOps Tools and Techniques (4 hours)

        DevOps Tools and Techniques (4 hours)

        $97.50$124.95
        Read More

        private class

    • WEBINARS
      • Upcoming (Live)
      • Recorded (past)
    • FOR BUSINESS

    Cutting Edge IT

    • Home
    • All courses
    • Cutting Edge IT
    • Programming in HTML5 with JavaScript and CSS3 (Visual Studio 2012)
    Home / LP Courses / Cutting Edge IT / Graphic & Web Design / Programming in HTML5 with JavaScript and CSS3 (Visual Studio 2012)

    Programming in HTML5 with JavaScript and CSS3 (Visual Studio 2012)

    437398_46c3_7
    Enquire

    Course Features

    • Duration: 40 hours
    • Skill Level: All level
    • Language: English
    • Overview
    • Curriculum

    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 applications.

    The lab scenarios in this course are selected to support and demonstrate the structure of various application scenarios. They are intended to focus on the principals and coding components/structures that are used to establish an HTML5 software application.

    This course uses Visual Studio 2012, running on Windows 8.

    Upon passing Exam 70-480: Programming in HTML5 with JavaScript and CSS3, you receive your Programming in HTML5 with JavaScript and CSS3 Specialist certification. It also counts as credit toward MCSD: Windows Store Apps using HTML5 certification, and MCSD: Web Applications.

    TARGET AUDIENCE

    • The course is intended for developers who have at least six months of professional experience and who are interested in developing applications using HTML5 with JavaScript and CSS3 (either Windows Store apps or IE10 apps for the Web). While the students may have little or no HTML5 coding experience, they should have some experience with HTML4.
    • Students choosing to attend this course without a developer background should pay special attention to the training prerequisites. Developers who have more than 5 years programming experience may find that portions of this training are fundamental in nature when presenting the syntax associated with certain programming tasks.

    OBJECTIVES

    At the end of the course, students will be able to:

    • Explain how to use Visual Studio 2012 to create and run a Web application.
    • Describe the new features of HTML5, and create and style HTML5 pages.
    • Add interactivity to an HTML5 page by using JavaScript.
    • Create HTML5 forms by using different input types, and validate user input by using HTML5 attributes and JavaScript code.
    • Send and receive data to and from a remote data source by using XMLHTTPRequest objects and jQuery AJAX operations.
    • Style HTML5 pages by using CSS3.
    • Create well-structured and easily-maintainable JavaScript code.
    • Use common HTML5 APIs in interactive Web applications.
    • Create Web applications that support offline operations.
    • Create HTML5 Web pages that can adapt to different devices and form factors.
    • Add advanced graphics to an HTML5 page by using Canvas elements, and by using and Scalable Vector Graphics.
    • Enhance the user experience by adding animations to an HTML5 page.
    • Use Web Sockets to send and receive data between a Web application and a server.
    • Improve the responsiveness of a Web application that performs long-running operations by using Web Worker processes.

    PREREQUISITES REQUIRED

    • Advanced Website Development with MySQL, PHP, and AJAX
    • Introduction to Website Development with HTML, CSS, and JavaScript
    1) Module 1: Overview of HTML and CSS
    • Overview of HTML
    • Overview of CSS
    • Creating a Web Application by Using Visual Studio 2012
    • Lab : Exploring the Contoso Conference Application
    2) Module 2: Creating and Styling HTML5 Pages
    • Creating an HTML5 Page
    • Styling an HTML5 Page
    • Lab : Creating and Styling HTML5 Pages
    3) Module 3: Introduction to JavaScript
    • Overview of JavaScript Syntax
    • Programming the HTML DOM with JavaScript
    • Introduction to jQuery
    • Lab : Displaying Data and Handling Events by Using JavaScript
    4) Module 4: Creating Forms to Collect Data and Validate User Input
    • Overview of Forms and Input Types
    • Validating User Input by Using HTML5 Attributes
    • Validating User Input by Using JavaScript
    • Lab : Creating a Form and Validating User Input
    5) Module 5: Communicating with a Remote Data Source
    • Sending and Receiving Data by Using XMLHTTPRequest
    • Sending and Receiving Data by Using jQuery AJAX operations
    • Lab : Communicating with a Remote Data Source
    6) Module 6: Styling HTML5 by Using CSS3
    • Styling Text
    • Styling Block Elements
    • CSS3 Selectors
    • Enhancing Graphical Effects by Using CSS3
    • Lab : Styling Text and Block Elements using CSS3
    7) Module 7: Creating Objects and Methods by Using JavaScript
    • Writing Well-Structured JavaScript
    • Creating Custom Objects
    • Extending Objects
    • Lab : Refining Code for Maintainability and Extensibility
    8) Module 8: Creating Interactive Pages using HTML5 APIs
    • Interacting with Files
    • Incorporating Multimedia
    • Reacting to Browser Location and Context
    • Debugging and Profiling a Web Application
    • Lab : Creating Interactive Pages by Using HTML5 APIs
    9) Module 9: Adding Offline Support to Web Applications
    • Reading and Writing Data Locally
    • Adding Offline Support by Using the Application Cache
    • Lab : Adding Offline Support to a Web Application
    10) Module 10: Implementing an Adaptive User Interface
    • Supporting Multiple Form Factors
    • Creating an Adaptive User Interface
    • Lab : Implementing an Adaptive User Interface
    11) Module 11: Creating Advanced Graphics
    • Creating Interactive Graphics by Using Scalable Vector Graphics
    • Programmatically Drawing Graphics by Using a Canvas
    • Lab : Creating Advanced Graphics
    12) Module 12: Animating the User Interface
    • Applying CSS Transitions
    • Transforming Elements
    • Applying CSS Key-frame Animations
    • Lab : Animating User Interface Elements--Applying Transitions to User Interface Elements
    13) Module 13: Implementing Real-Time Communications by Using Web Sockets
    • Introduction to Web Sockets
    • Sending and Receiving Data by Using Web Sockets
    • Lab : Implementing Real-Time Communications by Using Web Sockets
    14) Module 14: Creating a Web Worker Process
    • Introduction to Web Workers
    • Performing Asynchronous Processing by Using a Web Worker
    • Lab : Creating a Web Worker Process

    You May Like

    Microservices Business Consultant & Program Manager Certification Program Read More
    paul.siegel@starweaver.com

    Microservices Business Consultant & Program Manager Certification Program

    Enquire
    Enquire

    Microservices Business Consultant & Program Manager Certification Program

    Cutting Edge IT, Microservices

    6 weeks ♦ All levels

    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

    More DetailsEnquire Now
    AWS Certified Solutions Architect – Associate Read More
    paul.siegel@starweaver.com

    AWS Certified Solutions Architect – Associate

    Enquire
    Enquire

    AWS Certified Solutions Architect – Associate

    AWS, Cloud, Cutting Edge IT

    6 weeks ♦ All levels

    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

    More DetailsEnquire Now
    Blockchain Business Consultant & Program Manager Certification Program Read More
    paul.siegel@starweaver.com

    Blockchain Business Consultant & Program Manager Certification Program

    Enquire
    Enquire

    Blockchain Business Consultant & Program Manager Certification Program

    Blockchain, Cutting Edge IT

    6 weeks ♦ All levels

    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

    More DetailsEnquire Now

    Leave A Reply Cancel reply

    You must be logged in to post a comment.

    Latest Courses

    Blockchain and Machine Learning

    Blockchain and Machine Learning

    Blockchain and Machine Learning

    Blockchain, Cutting Edge IT, Machine Learning

    3 Days ♦ All levels

    Blockchain is a forge-proof distributed database, and Machine Learning is a popular technology that allows computers to understand and learn from data. Combined, then give rise to a new class of applications. In this class, the students learn about the technologies and implementation of combined Blockchain + Machine Learning use cases. Goals ● Get a solid foundation in Blockchain, Bitcoin, Ethereum, Hyperledger ●

    More DetailsEnquire Now
    Introduction to Python Programming

    Introduction to Python Programming

    Introduction to Python Programming

    App Development, Big Data, Cutting Edge IT, Data Analysis, Databases, Programming Languages

    24 hours ♦ All Levels

    DESCRIPTION Python has been around for decades, but it's still one of the most versatile and popular programming languages out there. Whether you're relatively new to programming or have been developing software for years, Python is an excellent language to add to your skill set. In this course, you'll learn the fundamentals of programming in Python, and you'll develop applications to

    More DetailsEnquire Now
    Blockchain Business Applications (4 hours)

    Blockchain Business Applications (4 hours)

    $97.50$124.95

    Blockchain Business Applications (4 hours)

    Blockchain, Cloud, Cutting Edge IT, Data Analysis, Live Now!, Machine Learning

    4 Hours ♦ All levels

    Description     This course is for IT consultants and business staff familiar with blockchain basics, who want to know how to apply blockchain in business functions. The course provides a solid foundation and understanding of blockchain technology (including its principles and fundamental operations) as well as a solid understanding the many growing applications of blockchain in business.  The course is

    More Details

    $124.95$97.50

    starweaver-logo-transparent

     (+1) (646) 883-1460

    helpdesk@starweaver.com

    1460 Broadway, New York, New York 10036

    Get Connected

    About | Clients | | Blog | | Join Our Team | Become An Instructor | Private Class Enquiry

    Home | Contact | Policies and Terms

    Become an instructor?

    Join our top quality instructors and team!

    Get Started Now!

    © Starweaver Group, Inc. All Rights Reserved.

    Welcome to Starweaver!

    Stay informed and sharpen your skills.

    This website uses cookies, including third party ones, to allow for analysis of how people use our website in order to improve your experience and our services. By continuing to use our website, you agree to the use of such cookies. Click here for more information on our Privacy Policy.

    My settings
    Cookies

    Privacy Settings

    This website uses cookies, including third party ones, to allow for analysis of how people use our website in order to improve your experience and our services. By continuing to use our website, you agree to the use of such cookies. Click here for more information on our Privacy Policy. You may change your settings at any time. Your choices will not impact your visit.

    NOTE: These settings will only apply to the browser and device you are currently using.

    Cookies

    This website uses cookies, including third party ones, to allow for analysis of how people use our website in order to improve your experience and our services. By continuing to use our website, you agree to the use of such cookies.

    Save my settings