Cargando…

JavaScript creativity : exploring the modern capabilities of JavaScript and HTML5 /

"JavaScript Creativity teaches you how to use every feature of this versatile and powerful language in exciting and creative ways. JavaScript can be used for so much more than simple interactivity. Master your use of canvas, animation, audio and video, 3D visualizations, motion detection and re...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hudson, Shane (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • JavaScript Creativity
  • Contents at a Glance
  • Contents
  • About the Author
  • About the Technical Reviewer
  • Acknowledgments
  • Foreword
  • Chapter 1: Introduction
  • What You Need to Know
  • CSS
  • Debugging
  • Browser Compatibility
  • JavaScript Console
  • Access to variables
  • Prompt
  • Sources
  • Live editing
  • Breakpoints
  • Timeline
  • Canvas Profiles
  • Summary
  • Chapter 2: Canvas and Animation Basics
  • What Is Canvas?
  • RequestAnimationFrame
  • Linear Interpolation
  • Follow the Mouse
  • Bouncing Box
  • "Clever" Animation
  • Introducing Drag-and-Drop
  • Making the Paintbrush
  • Summary
  • Chapter 3: Audio and Video Basics
  • Containers and Codecs
  • Containers
  • WebM
  • MP4
  • QuickTime File Format
  • AVI
  • ASF
  • Ogg
  • Matroska
  • WAV
  • Codecs
  • MP3
  • Vorbis
  • AAC
  • AC-3
  • H.264
  • VP8
  • Theora
  • Encoding Videos
  • Browser Compatibility
  • Using the and elements
  • Attributes and Properties
  • Controls
  • Autoplay
  • Preload
  • Loop
  • Played
  • Buffered
  • Duration
  • Volume
  • Playback Rate
  • Network State
  • Web Audio API
  • Analyzing Audio
  • Frequency Visualization
  • Spectrogram
  • Web Audio API Nodes
  • Manipulating Video
  • Summary
  • Chapter 4: Beginning 3D
  • Basics of 3D
  • Three.js
  • Make a Scene
  • Adding Meshes
  • Extrusion
  • Text
  • Lighting
  • Materials
  • Data Visualizations
  • 3D Node Graph
  • Adding Data
  • Summary
  • Chapter 5: Creating Music in the Browser
  • Music Theory
  • Creating a Keyboard
  • Recording the Music
  • Timeline
  • Summary
  • Chapter 6: The Music Player
  • Media Player
  • Specification
  • Where to Start
  • Playlists
  • Models
  • Views
  • Player Object
  • Main App View
  • Drag and Drop
  • Integrating the Music Creation
  • Music Visualization
  • Summary
  • Chapter 7: Real-time Collaboration with Node.js
  • Making a Chatroom.