[PDF] Advanced HTML5 and CSS3 Specialist - CIW Certified



Previous PDF Next PDF







LES EVENEMENTS EN JAVA SCRIPT VENEMENT ESCRIPTION

LES EVENEMENTS EN JAVA SCRIPT Un événement en JavaScript est une fonction (native) destinées aux objets que la page peut contenir (boutons, images, liens, formulaires, ) Ces fonctions ne s'activent qu'à la suite d'une action bien précise



JavaScript Basics

1 JavaScript Basics Overview JavaScript is a rich and expressive language in its own right This section covers the basic concepts of JavaScript,as well as some frequent pitfalls for people who have not used JavaScript before While it will be of particular value to people with no programming experience,even people who have used other



Ch5 - Le Langage JavaScript

A 4 Utilisation de fonctions JavaScript et gestionnaires d’événements A 4 1 Gestion des événements Les fonctions de JavaScript permettent de lancer des actions spécifiques (plusieurs fois de suite ou plusieurs fonctions différentes) dans une même page Pour ce faire on les associe souvent à des gestionnaires d’événements



Programmation JavaScript - Wikimedia

JavaScript est un langage de programmation utilisé principalement par les navigateurs web Il partage avec Java une syntaxe inspirée du langage C, mais leurs similitudes s'arrêtent là Il fut créé par Netscape sous le nom LiveScript Le noyau du JavaScript est aujourd'hui défini par le standard ECMA 262[1]



Chapitre 2 Production électronique avancée Partie A: Pages

Ecrire un code JavaScript permettant d’afficher tous les nombres parfaits compris entre 2 et 1000 ; sachant qu’un nombre N est dit parfait s’il est égal à la somme de ses diviseurs sauf lui même



FASCICULE DES TRAVAUX PRATIQUES - WordPresscom

Atelier n°2 : Initiation au JavaScript Objectifs A la fin de ce TP, les étudiants auront les connaissances nécessaires pour : Utiliser un code JavaScript dans un code HTML Utiliser les variables, les opérateurs, les fonctions d’entrée/sorties de JavaScript



Advanced HTML5 and CSS3 Specialist - CIW Certified

Advanced HTML5 and CSS3 Specialist: CIW Web and Mobile Design Series Student Guide CCL02-CDHTCS-CK-1405 • version 1 0 • rd042214





SUPPORT DE COURS - WordPresscom

Le JavaScript est le plus utilisé vu sa compatibilité avec les différents navigateurs Utilisation des langages côté serveur (ASP, PHP, ) : ses Langages permettent davoir les mêmes fonctionnalités que les langages côte client plus la possibilité de se connecter à des bases de données I 3 Présentation du JavaScript



Angular Développez vos applications web avec le framework

Développez vos applications web avec le framework JavaScript de Google Développeur passionné depuis de nombreuses années, Daniel DJORDJEVIC a toujours porté de l’intérêt aux technologies web Aujourd’hui développeur Project Lead Web chez Infinite Square, il intervient sur des projets Angular et React, tout en ayant une expertise

[PDF] javascript pour les nuls pdf gratuit

[PDF] boucle for liste python

[PDF] openclassroom python

[PDF] liste append

[PDF] append python

[PDF] parcourir une liste python

[PDF] tuple python

[PDF] liste de liste python

[PDF] instruction python

[PDF] album anglais maternelle

[PDF] découvrir l'anglais avec des albums de jeunesse cycle 3

[PDF] album anglais cycle 3

[PDF] liste album anglais cycle 3

[PDF] album anglais ce2

[PDF] découvrir l'anglais avec des albums de jeunesse cycle 2

Advanced HTML5 and

CSS3 Specialist:

CIW Web and Mobile

Design Series

Student Guide

CCL02-CDHTCS-CK-1405 • version 1.0 • rd042214

Advanced HTML5 and

CSS3 Specialist

Student Guide

Chief Executive Officer

Barry Fingerhut

Vice President, Operations & Development

Todd Hopkins

Senior Content Developer

Kenneth A. Kozakis

Managing Editor

Susan M. Lane

Editor

Sarah Skodak

Project Manager/Publisher

Tina Strong

Customer Service Certification Partners, LLC

1230 W. Washington St., Ste. 201

Tempe, AZ 85281

(602) 275-7700

Copyright © 2014, All rights reserved.

Advanced HTML5 and CSS3 Specialist

Developer

Patrick T. Lane

Contributors

James Stanger, Ph.D., Sadie Hebert, Jason Hebert and Susan M. Lane

Editor

Susan M. Lane

Project Manager/Publisher

Tina Strong

Trademarks

Certification Partners is a trademark of Certification Partners, LLC. All product names and services identified throughout

this book are trademarks or registered trademarks of their respective companies. They are used throughout this book in

editorial fashion only. No such use, or the use of any trade name, is intended to convey endorsement or other affiliation

with the book. Copyrights of any screen captures in this book are the property of the software's manufacturer.

Disclaimer

Certification Partners, LLC, makes a genuine attempt to ensure the accuracy and quality of the content described

herein; however, Certification Partners makes no warranty, express or implied, with respect to the quality, reliability,

accuracy, or freedom from error of this document or the products it describes. Certification Partners makes no

representation or warranty with respect to the contents hereof and specifically disclaims any implied warranties of

fitness for any particular purpose. Certification Partners disclaims all liability for any direct, indirect, incidental or

consequential, special or exemplary damages resulting from the use of the information in this document or from the

use of any products described in this document. Mention of any product or organization does not constitute an

endorsement by Certification Partners of that product or corporation. Data used in examples and labs is intended to be

fictional even if actual data is used or accessed. Any resemblance to, or use of real persons or organizations should be

treated as entirely coincidental. Certification Partners makes every effort to ensure the accuracy of URLs referenced in

all its material, but cannot guarantee that all URLs will be available throughout the life of a course. When this course

was published, all URLs were checked for accuracy and completeness. However, due to the ever-changing nature of the

Internet, some URLs may no longer be available or may have been redirected.

Copyright Information

This training manual is copyrighted and all rights are reserved by Certification Partners, LLC. No part of this publication

may be reproduced, transmitted, stored in a retrieval system, modified, or translated into any language or computer

language, in any form or by any means, electronic, mechanical, magnetic, optical, chemical, manual or otherwise

without written permission of Certification Partners, 1230 W. Washington Street, Suite 201, Tempe, AZ 85281.

Copyright © 2014 by

Certification Partners, LLC

All Rights Reserved

ISBN: 0-7423-3250-0

iv © 2014 Certification Partners, LLC. - All Rights Reserved. Version 1.0 v © 2014 Certification Partners, LLC. - All Rights Reserved. Version 1.0

Table of Contents

Course Description ........................................................................................................................ ix

Courseware .................................................................................................................................... x

Course Objectives........................................................................................................................ xiv

Classroom Setup ......................................................................................................................... xiv

System Requirements ................................................................................................................. xiv

Conventions and Graphics Used in This Book .............................................................................. xvi

Lesson 1: HTML5 Essentials ........................................................................................................ 1-1

Pre-Assessment Questions ................................................................................................................ 1-2

Introduction to HTML5 and CSS3 ...................................................................................................... 1-3

Migration to Mobile Devices ............................................................................................................... 1-3

The Web Development Trifecta........................................................................................................... 1-5

The Evolution of HTML5 .................................................................................................................... 1-6

HTML5 Structure Elements ............................................................................................................... 1-9

Validating HTML5 Code ................................................................................................................... 1-10

The

The

HTML5 APIs .................................................................................................................................... 1-21

Case Study ...................................................................................................................................... 1-24

Lesson 1 Review .............................................................................................................................. 1-26

Lesson 2: Using Cascading Style Sheets (CSS) Technology ........................................................... 2-1

Pre-Assessment Questions ................................................................................................................ 2-2

Cascading Style Sheets (CSS) ............................................................................................................ 2-3

Style Guides ...................................................................................................................................... 2-3

CSS and HTML .................................................................................................................................. 2-5

CSS Terms and Syntax ...................................................................................................................... 2-6

Applying CSS Styles .......................................................................................................................... 2-9

Page Layout with CSS ..................................................................................................................... 2-14

CSS Positioning Schemes ................................................................................................................ 2-21

The CSS Box Model ......................................................................................................................... 2-22

Case Study ...................................................................................................................................... 2-25

Lesson 2 Review .............................................................................................................................. 2-27

Lesson 3: Introduction to CSS Version 3 (CSS3) .......................................................................... 3-1

Pre-Assessment Questions ................................................................................................................ 3-2

Introduction to CSS3 ......................................................................................................................... 3-3

CSS3 Selectors and Properties ........................................................................................................... 3-3

CSS3 Background Properties ............................................................................................................. 3-8

CSS3 Border Properties ................................................................................................................... 3-14

CSS3 Font Properties ...................................................................................................................... 3-18

CSS3 Text Effects ............................................................................................................................ 3-20

Case Study ...................................................................................................................................... 3-24

Lesson 3 Review .............................................................................................................................. 3-26

Lesson 4: Using Advanced CSS3 Techniques ................................................................................ 4-1

Pre-Assessment Questions ................................................................................................................ 4-2

Introduction to Advanced CSS3 Techniques ...................................................................................... 4-3

CSS3 2D and 3D Transformations ..................................................................................................... 4-3

CSS3 Transitions .............................................................................................................................. 4-8

CSS3 Animations ............................................................................................................................ 4-11

CSS3 User Interfaces ....................................................................................................................... 4-15

Creating Menus and Buttons with CSS3 .......................................................................................... 4-17

Case Study ...................................................................................................................................... 4-21

Lesson 4 Review .............................................................................................................................. 4-23

Lesson 5: Introduction to JavaScript ........................................................................................... 5-1

Pre-Assessment Questions ................................................................................................................ 5-2

HTML5 and JavaScript ...................................................................................................................... 5-3

Introduction to Scripting ................................................................................................................... 5-4

vi © 2014 Certification Partners, LLC. - All Rights Reserved. Version 1.0

JavaScript Characteristics ................................................................................................................. 5-4

JavaScript vs. Other Languages ........................................................................................................ 5-6

Embedding JavaScript into HTML5 Documents ................................................................................. 5-8

JavaScript and Common Programming Concepts ............................................................................. 5-10

Objects, Properties and Methods ..................................................................................................... 5-10

Variables ......................................................................................................................................... 5-14

Expressions and Operators ............................................................................................................. 5-17

Case Study ...................................................................................................................................... 5-23

Lesson 5 Review .............................................................................................................................. 5-25

Lesson 6: JavaScript Events, Functions and Methods .................................................................. 6-1

Pre-Assessment Questions ................................................................................................................ 6-2

User Events and JavaScript Event Handlers ...................................................................................... 6-3

Introduction to JavaScript Functions ................................................................................................ 6-4

Defining a Function ........................................................................................................................... 6-5

Calling a Function ............................................................................................................................. 6-9

Methods as Functions ..................................................................................................................... 6-19

Errors In JavaScript ........................................................................................................................ 6-22

Case Study ...................................................................................................................................... 6-26

Lesson 6 Review .............................................................................................................................. 6-27

Lesson 7: Using HTML5 APIs ....................................................................................................... 7-1

Pre-Assessment Questions ................................................................................................................ 7-2

Introduction to HTML5 APIs .............................................................................................................. 7-3

Document Object Model (DOM).......................................................................................................... 7-3

Common HTML5 APIs ....................................................................................................................... 7-4

The Canvas API ................................................................................................................................. 7-4

The Offline AppCache API ................................................................................................................ 7-10

The Geolocation API ........................................................................................................................ 7-13

The Drag-and-Drop API ................................................................................................................... 7-16

The File API ..................................................................................................................................... 7-20

The History API ............................................................................................................................... 7-22

Retrieving Data with XMLHttpRequest .............................................................................................. 7-24

Manipulating Data with jQuery ....................................................................................................... 7-24

Case Study ...................................................................................................................................... 7-28

Lesson 7 Review .............................................................................................................................. 7-30

Lesson 8: Developing HTML5 Forms ............................................................................................ 8-1

Pre-Assessment Questions ................................................................................................................ 8-2

Introduction to HTML5 Forms ........................................................................................................... 8-3

Cross-Browser Compatible HTML5 Forms ......................................................................................... 8-3

HTML5 Form Input Types .................................................................................................................. 8-4

New Form Elements in HTML5 .......................................................................................................... 8-9

HTML5 Global Attributes for Form Elements ................................................................................... 8-13

Case Study ...................................................................................................................................... 8-21

Lesson 8 Review .............................................................................................................................. 8-23

Lesson 9: Completing, Submitting and Validating User Input Forms ............................................ 9-1

quotesdbs_dbs3.pdfusesText_6