Cargando…

JavaScript programming : pushing the limits : advanced application development with JavaScript & HTML5 /

"JavaScript has grown up, and it's a hot topic. Newer and faster JavaScript VMs and frameworks built upon them have increased the popularity of JavaScript for server-side web applications, and rich JS applications are being developed for mobile devices. This book delivers a compelling tuto...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Raasch, Jon
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Chichester, England : Wiley, ©2013.
Colección:Pushing the Limits Ser.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn857080177
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 130802s2013 enka ob 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCO  |d B24X7  |d UMI  |d DEBSZ  |d COO  |d EBLCP  |d YDXCP  |d N$T  |d TEF  |d TEFOD  |d OCLCF  |d S4S  |d OCLCQ  |d TEFOD  |d OCLCQ  |d COCUF  |d CNNOR  |d MOR  |d CCO  |d Z5A  |d PHUST  |d PIFPO  |d ZCU  |d LIV  |d MERUC  |d OCLCQ  |d NJR  |d U3W  |d OCLCQ  |d STF  |d WRM  |d CEF  |d NRAMU  |d ICG  |d NTG  |d INT  |d VT2  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d VLY  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 853364535  |a 860864607  |a 865064436  |a 961595018  |a 962574112  |a 989323990  |a 1162299384 
020 |a 9781118524404 
020 |a 1118524403 
020 |a 111852456X 
020 |a 9781118524565 
020 |a 9781118524558  |q (ebook) 
020 |a 1118524551  |q (ebook) 
020 |z 9781118524565 
029 1 |a AU@  |b 000052162502 
029 1 |a AU@  |b 000058065029 
029 1 |a CHNEW  |b 000720286 
029 1 |a DEBBG  |b BV041433068 
029 1 |a DEBBG  |b BV041637151 
029 1 |a DEBBG  |b BV044189346 
029 1 |a DEBSZ  |b 397587821 
029 1 |a DEBSZ  |b 39829030X 
029 1 |a NLGGC  |b 363632484 
029 1 |a NZ1  |b 15225959 
029 1 |a NZ1  |b 15276675 
029 1 |a NZ1  |b 15493446 
029 1 |a AU@  |b 000066758135 
029 1 |a AU@  |b 000067108074 
029 1 |a AU@  |b 000062474121 
035 |a (OCoLC)857080177  |z (OCoLC)853364535  |z (OCoLC)860864607  |z (OCoLC)865064436  |z (OCoLC)961595018  |z (OCoLC)962574112  |z (OCoLC)989323990  |z (OCoLC)1162299384 
037 |a CL0500000320  |b Safari Books Online 
037 |a 6BC4DB99-1D04-4D8F-AB5F-796C9A600C09  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.J39  |b .R33 2013eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
082 0 4 |a 006.76  |2 23 
049 |a UAMI 
100 1 |a Raasch, Jon. 
245 1 0 |a JavaScript programming :  |b pushing the limits : advanced application development with JavaScript & HTML5 /  |c Jon Raasch. 
260 |a Chichester, England :  |b Wiley,  |c ©2013. 
300 |a 1 online resource (xxv, 377 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 
490 1 |a Pushing the Limits Ser. 
588 0 |a Online resource; title from title page (ebrary, viewed August 2, 2013). 
504 |a Includes bibliographical references and index. 
505 0 |a Part I: Starting From a Firm Foundation; Chapter 1: Best Practices; Loose Coupling; JavaScript MVCs and Templates; Development Tools; Testing; Summary; Additional Resources; Chapter 2: Libraries, Frameworks, and Plugins; Choosing the Right JavaScript Library; Using a Framework; Miscellaneous Scripts; HTML5 Boilerplate; Finding jQuery Plugins; Summary; Additional Resources; Part II: Building the Front End; Chapter 3: Backbone. js; Getting Started with Backbone; Models in Backbone; Working with Collections in Backbone; Understanding Backbone Views; Saving and Fetching Data; Working with Routers; More About Events; Manipulating Collections; Summary; Additional Resources; Chapter 4: Using JavaScript Templates; Introduction to Templates; Using Underscore Templates; Using Templates in Backbone; Summary; Additional Resources; Part III: Working with Server-Side JavaScript; Chapter 5: Creating Forms; Understanding Progressive Enhancement; Letting HTML5 Do the Work for You; Using Polyfills for Older Browsers; Connecting to a REST API; Forms in Backbone; Summary; Additional Resources; Chapter 6: Intro to Node. js; Why Node?; Installing Node; Getting Started with Node; Node Modules; Node Patterns; Summary; Additional Resources; Chapter 7: Express Framework; Getting Started with Express; Setting Up Routes; Rendering Views; Handling Form Data; Sending an Email; Summary; Additional Resources; Chapter 8: MongoDB; What's So Good About NoSQL?; Getting Started with MongoDB; CRUD with MongoDB; Mongoose; Other Database Options; Summary; Additional Resources; Chapter 9: Going Real-Time with WebSockets; How WebSockets Work; Getting Started with Socket. IO; Building a Real-Time Chat Room; Summary; Additional Resources; Part IV: Pushing the Limits; Chapter 10: Going Mobile; Setting Up a Mobile App; Touch Screen Integration; Geolocation; Phone Numbers and SMS; PhoneGap; Summary; Additional Resources; Chapter 11: JavaScript Graphics; Canvas Basics; SVG Basics; Raphaël. js; Charting with gRaphaël; 3D Canvas with WebGL; 3D Transforms in CSS; Summary; Additional Resources; Chapter 12: Launching Your App; Performance Checklist; Deployment; The Launch; Additional Resources; Appendix A: CSS Preprocessing with LESS; Introducing LESS; LESS Basics; Functions and MixinsFile Structure. 
520 |a "JavaScript has grown up, and it's a hot topic. Newer and faster JavaScript VMs and frameworks built upon them have increased the popularity of JavaScript for server-side web applications, and rich JS applications are being developed for mobile devices. This book delivers a compelling tutorial, showing you how to build a real-world app from the ground up. Experienced developers who want to master the latest techniques and redefine their skills will find this deep dive into JavaScript's hidden functionalities gives them the tools to create truly amazing and complex applications. JavaScript has evolved into much more than simple client-side scripting; this book delves into advanced topics not generally found in other more intermediate JS development books. Expert author delivers an in-depth tutorial showing how to build a real-world app that is loosely coupled, with each component built to exist separately. Explores how to build a backbone app, the importance of JavaScript templates, Node.js and MongoDB, 3D Canvas using WebGL / Three.js, how to convert a desktop app into a dedicated mobile app, and much more. Ideal for experienced developers with a deep knowledge of JavaScript as well as online developers with strong graphic design skills who are experienced in HTML/CSS and want to develop their front-end skills"--Summary. 
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 Internet programming. 
650 0 |a Java (Computer program language) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Programmation Internet. 
650 6 |a Java (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a Internet programming  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Raasch, Jon.  |t Javascript programming, pushing the limits.  |d Chichester [England] : John Wiley & Sons Inc, 2013  |z 9781118524565  |w (OCoLC)820782050 
830 0 |a Pushing the Limits Ser. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781118524404/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH25494843 
938 |a Askews and Holts Library Services  |b ASKH  |n AH25494848 
938 |a Books 24x7  |b B247  |n bks00052774 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1315441 
938 |a ebrary  |b EBRY  |n ebr10734610 
938 |a EBSCOhost  |b EBSC  |n 609305 
938 |a YBP Library Services  |b YANK  |n 10862065 
938 |a YBP Library Services  |b YANK  |n 12676226 
994 |a 92  |b IZTAP