HTML5, JavaScript, and jQuery 24-hour trainer

Master web app development with hands-on practice and videodemonstration HTML5, JavaScript, and jQuery 24-Hour Trainer shows youhow to build real-world HTML5 apps - both web-based andmobile - in combination with JavaScript, jQuery, andCSS/CSS3. You'll learn progressively more advanced skills a...

Descripción completa

Detalles Bibliográficos
Otros Autores: Cameron, Dane, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis, Indiana : Wrox 2015.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629999606719
Tabla de Contenidos:
  • Cover; Title Page; Copyright; Contents; Introduction; Who This Book is for; What This Book Covers; How This Book is Structured; What you need to use This Book; Conventions; Source Code; Errata; P2P.Wrox.Com; Part I HTML and CSS; Lesson 1 Introduction to HTML5; What Is a Markup Language?; The Simplest HTML Page Possible; An HTML Template; Understanding Elements and Attributes; Try It; Lesson Requirements; Step-by-Step; Lesson 2 Basic HTML; Structuring Text; Links and Images; Try It; Lesson Requirements; Step-by-Step; Lesson 3 Lists and Tables; Lists; Tables; Try It; Lesson Requirements
  • Step-by-StepLesson 4 Introduction to CSS; CSS Selectors; CSS Files and Inline Styles; Specificity; Inheritance; Browser Defaults; Chrome Scratch Pad; Try It; Lesson Requirements; Step by Step; Lesson 5 Structuring Pages with CSS; The Box Model; Display Type; Positioning Elements; Controlling Positions; Try It; Lesson Requirements; Step-by-Step; Lesson 6 HTML Forms; What Is a Form?; Adding Fields to a Form; HTML5 Input Fields; Try It; Lesson Requirements; Step-by-Step; Lesson 7 Semantic Tags; Grouping and Segmenting Content; Header; Footer; Main; Section; Aside; Article; Nav; Address
  • Styling Semantic Tags with CSSMicroformats; Summing Up; Try It; Lesson Requirements; Step-by-Step; Lesson 8 HTML5 Validation; Adding Validation Rules; Customizing Validation; Disabling Validation; Try It; Lesson Requirements; Step-by-Step; Lesson 9 Drag and Drop; Understanding Events; Drag and Drop Example; Try It; Lesson Requirements; Step-by-Step; Lesson 10 Dynamic Elements; Summary and Details Tags; Progress Bar and Meter; Range Element; Polyfills; Try It; Lesson Requirements; Step-by-Step; Part II Dynamic HTML5 Web Applications with JavaScript and jQuery; Lesson 11 JavaScript
  • JavaScript ConsoleData Types; Strings; Numbers; Booleans; Null; Undefined; Arrays; Objects; Functions; Control Structures; Truthy and Falsy Values; Dynamic Typing; Try It; Lesson Requirements; Step-by-Step; Lesson 12 Debugging; Try It; Lesson Requirements; Step-by-Step; Finding Errors; Try It; Lesson Requirements; Step-by-Step; Lesson 13 Functions; Closures; Hoisting and Block Scope; Arguments; Bind; Try It; Lesson Requirements; Step-by-Step; Lesson 14 Objects; Object Literals; Prototypes; Constructor Functions; Modules; Try It; Lesson Requirements; Step-by-Step; Lesson 15 JSON
  • Replacing and RevivingTry It; Lesson Requirements; Step-by-Step; Lesson 16 Document Object Model; Nodes and Objects; Selecting Elements; Traversing the DOM; Manipulating the DOM; Responding to Events; Try It; Lesson Requirements; Step-by-Step; Lesson 17 jQuery Selection; Loading jQuery; Selecting Elements; Pseudo-selectors; Selection Within a Context; Wrapped Objects; Try It; Lesson Requirements; Step-by-Step; Lesson 18 jQuery Traversal and Manipulation; Traversal; Chaining; Manipulation; Changing Elements; Iteration; Try It; Lesson Requirements; Step-by-Step; Lesson 19 jQuery Events
  • Registering Event Listeners