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)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn883298247
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 140710s2014 caua ob 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d COO  |d B24X7  |d STF  |d UMI  |d SFB  |d IDEBK  |d DEBBG  |d DEBSZ  |d UPM  |d OCLCF  |d OCLCQ  |d OCL  |d OCLCQ  |d LIV  |d OCLCQ  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d REB  |d VLB  |d UUM  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d AU@  |d OCLCQ  |d DCT  |d ERF  |d BRF  |d OCLCQ  |d OCLCO  |d SNK  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 885593864  |a 892542033  |a 966388400  |a 1026455005  |a 1066596974  |a 1086469094  |a 1110768978  |a 1112540599  |a 1112889437  |a 1160970592 
020 |a 9781430259459  |q (electronic bk.) 
020 |a 1430259450  |q (electronic bk.) 
020 |z 1430259442 
020 |z 9781430259442 
024 7 |a 10.1007/978-1-4302-5945-9  |2 doi 
029 1 |a AU@  |b 000057231867 
029 1 |a AU@  |b 000067114655 
029 1 |a DEBBG  |b BV042182258 
029 1 |a DEBSZ  |b 417229364 
029 1 |a GBVCP  |b 882732544 
029 1 |a NZ1  |b 15753243 
035 |a (OCoLC)883298247  |z (OCoLC)885593864  |z (OCoLC)892542033  |z (OCoLC)966388400  |z (OCoLC)1026455005  |z (OCoLC)1066596974  |z (OCoLC)1086469094  |z (OCoLC)1110768978  |z (OCoLC)1112540599  |z (OCoLC)1112889437  |z (OCoLC)1160970592 
037 |a CL0500000461  |b Safari Books Online 
050 4 |a QA76.73.J39 
072 7 |a UY  |2 bicssc 
072 7 |a COM  |x 051260  |2 bisacsh 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Hudson, Shane,  |e author. 
245 1 0 |a JavaScript creativity :  |b exploring the modern capabilities of JavaScript and HTML5 /  |c Shane Hudson. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2014 
300 |a 1 online resource (xiv, 155 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a Expert's voice in web development 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed July 8, 2014). 
520 |a "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 real-time collaboration. In every chapter of this book you will learn how to use and evolve JavaScript's creative capabilities in your own projects, as well as having project examples to follow throughout. Specifically, you will learn how to: Expertly use canvas and animation; Push audio and video to their full capabilities; Code and manipulate advanced 3D visualizations; Create your own music directly from the browser; Implement real-time collaboration with Node.js; Explore real-time audio and video with WebRTC; Play with motion detection and gesture control; Combine all features into one social music creation experiment, similar to Google's 'Jam with Chrome'. JavaScript Creativity is for the developer who has a working knowledge of JavaScript and wants to take their code to the next level. Every feature explored can be manipulated and implemented in your everyday projects to really impress your clients or just increase your code skill."--  |c Unedited summary from book 
504 |a Includes bibliographical references and index. 
505 0 |a 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. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 0 |a HTML (Document markup language) 
650 0 |a Web site development. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a HTML (Langage de balisage) 
650 6 |a Sites Web  |x Développement. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Print version:  |a Hudson, Shane.  |t Creative javascript.  |d [California] : Apress, 2013  |z 1430259442  |w (OCoLC)848162589 
830 0 |a Expert's voice in Web development. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430259459/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Books 24x7  |b B247  |n bks00066359 
938 |a EBSCOhost  |b EBSC  |n 1173855 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29827920 
938 |a YBP Library Services  |b YANK  |n 12013050 
994 |a 92  |b IZTAP