top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Introducing the HTML5 Web Speech API : Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites and Online Applications / / by Alex Libby
Introducing the HTML5 Web Speech API : Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites and Online Applications / / by Alex Libby
Autore Libby Alex
Edizione [1st ed. 2020.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Descrizione fisica 1 online resource (XXI, 339 p. 66 illus.)
Disciplina 005.72
Soggetto topico Computer programming
Web Development
ISBN 1-4842-5735-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Getting Started -- 2. Exploring the APIs in More Detail -- 3. Supporting Mobile Devices -- 4. Combining the APIs-Building a ChatBot -- 5. Project- Leaving Review Feedback -- 6. Project- Building Alexa -- 7. Project- Finding a Restaurant -- 8. Project- Finding and Playing Music -- 9. Project- Automating the Purchase Process -- Appendix: API Reference.
Altri titoli varianti Introducing the HyperText Markup Language five Web Speech Application Program Interface
Record Nr. UNINA-9910392718303321
Libby Alex  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Introducing web development / / by Jörg Krause
Introducing web development / / by Jörg Krause
Autore Krause Jörg
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Descrizione fisica 1 online resource (XIII, 89 p. 60 illus., 18 illus. in color.)
Disciplina 005.276
Soggetto topico Computer programming
Web Development
ISBN 9781484224991
148422499X
9781484224984
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Protocols of the Web -- 2. Dynamic Websites -- 3. HTML-Hypertext Markup Language -- 4. CSS-Cascading Style Sheets.
Record Nr. UNINA-9910156187503321
Krause Jörg  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Introducing web development / / by Jörg Krause
Introducing web development / / by Jörg Krause
Autore Krause Jörg
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Descrizione fisica 1 online resource (XIII, 89 p. 60 illus., 18 illus. in color.)
Disciplina 005.276
Soggetto topico Computer programming
Web Development
ISBN 9781484224991
148422499X
9781484224984
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Protocols of the Web -- 2. Dynamic Websites -- 3. HTML-Hypertext Markup Language -- 4. CSS-Cascading Style Sheets.
Record Nr. UNINA-9910734846903321
Krause Jörg  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Introducing Zurb Foundation 6 [[electronic resource] /] / by Aravind Shenoy
Introducing Zurb Foundation 6 [[electronic resource] /] / by Aravind Shenoy
Autore Shenoy Aravind
Edizione [1st ed. 2016.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Descrizione fisica 1 online resource (138 p.)
Disciplina 004
Soggetto topico Computer programming
Programming languages (Electronic computers)
Web Development
Programming Techniques
Programming Languages, Compilers, Interpreters
ISBN 1-4842-1796-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: Getting Started with Zurb Foundation 5 -- Chapter 2: Grid System and Utility Classes -- Chapter 3: Typography, Navigation, and Media Attributes -- Chapter 4: Forms, Tables, Buttons, Dropdowns and More -- Chapter 5: JavaScript Components -- Chapter 6: SaaS with Foundation -- Chapter 7: Putting It All Together.
Record Nr. UNINA-9910254757403321
Shenoy Aravind  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Introduction to React [[electronic resource] /] / by Cory Gackenheimer
Introduction to React [[electronic resource] /] / by Cory Gackenheimer
Autore Gackenheimer Cory
Edizione [1st ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (141 p.)
Disciplina 004
Collana Expert's Voice in Web Development
Soggetto topico Computer programming
Software engineering
Programming languages (Electronic computers)
Web Development
Software Engineering/Programming and Operating Systems
Programming Languages, Compilers, Interpreters
ISBN 1-4842-1245-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: What Is React?; Defining React; Why React?; What Problems Does React Solve?; React Is Not Just Another Framework; Ember.js; AngularJS; React; React Concepts and Terminology; Getting React; Components; Virtual DOM; JSX; Properties; State; Flux; Tools; Add-Ons; Summary; Chapter 2: The Core of React; React; React.createClass ; React.Children.map; React.Children.forEach; React.Children.count; React.Children.only; React.createElement; React.cloneElement ; React.DOM
React.createFactory React.render; React.renderToString; React.findDOMNode; Discovering React Components; Understanding Component Properties and Methods; Component Lifecycle and Rendering; render; getInitialState ; getDefaultProps; Mixins; propTypes; statics; displayName; componentWillMount; componentDidMount; componentWillReceiveProps; shouldComponentUpdate ; componentWillUpdate; componentDidUpdate; componentWillUnmount; React Elements; React Factories ; Summary; Chapter 3: JSX Fundamentals; Why Use JSX Instead of Conventional JavaScript?; Using a JSX Transformer
How JSX Converts from an XML-Like Syntax to Valid JavaScript Spread Attributes and Other Considerations for JSX; Summary; Chapter 4: Building a React Web Application; Outlining Your Application's Basic Functionality; Thinking in Terms of Components; Wireframes; Rewrite an Existing Application; Creating the Necessary Components for Your App; Testing Your Application; Simulate; renderIntoDocument; mockComponent; isElement; isElementOfType; isDOMComponent; isCompositeComponent; isCompositeComponentWithType ; findAllInRenderedTree; scryRenderedDOMComponentsWithClass
findRenderedDOMComponentsWithClass scryRenderedDOMComponentsWithTag ; findRenderedDOMComponentsWithTag ; scryRenderedComponentsWithType ; findRenderedComponentsWithType ; Running Your Application; Summary; Chapter 5: Introducing Flux: An Application Architecture for React; What Flux Is and Why It Is Different than Typical MVC Fram eworks; The Basic Components of Flux; Dispatcher; Stores; Actions; Views; How React and Flux Look Together; Summary; Chapter 6: Using Flux to Structure a React Application; Structuring Your Application
Creating Dispatcher, Stores, Actions, and React Components for the Application Dispatcher ; Stores; Actions; React Components; Writing Tests; Running the Application; Summary; Index
Record Nr. UNINA-9910300654003321
Gackenheimer Cory  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Introduction to Software Architecture [[electronic resource] ] : Innovative Design using Clean Architecture and Model-Driven Engineering / / by Kevin Lano, Sobhan Yassipour Tehrani
Introduction to Software Architecture [[electronic resource] ] : Innovative Design using Clean Architecture and Model-Driven Engineering / / by Kevin Lano, Sobhan Yassipour Tehrani
Autore Lano Kevin
Edizione [1st ed. 2023.]
Pubbl/distr/stampa Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023
Descrizione fisica 1 online resource (264 pages)
Disciplina 005.12
Collana Undergraduate Topics in Computer Science
Soggetto topico Software engineering
Computer science
Mobile computing
Internet programming
Software Engineering
Models of Computation
Mobile Computing
Web Development
ISBN 3-031-44143-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction to Software Architecture Concepts -- Introduction to Clean Architecture Concepts,- Development Methods -- Compound Components and Complex Connectors -- Architectural Styles -- Mobile Application Architectures -- Enterprise Systems and Application Servers -- Web Application and Enterprise Information System Architectures -- Service-oriented Architectures -- Safety-critical and Embedded Systems Architectures -- Architectural Design for Machine Learning Systems -- Software Architectures and Re-engineering -- References -- Appendix A: User guide for the architecture diagram tool -- Appendix B: User guide for AgileUML -- Index.
Record Nr. UNISA-996558570803316
Lano Kevin  
Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Introduction to Software Architecture : Innovative Design using Clean Architecture and Model-Driven Engineering / / by Kevin Lano, Sobhan Yassipour Tehrani
Introduction to Software Architecture : Innovative Design using Clean Architecture and Model-Driven Engineering / / by Kevin Lano, Sobhan Yassipour Tehrani
Autore Lano Kevin
Edizione [1st ed. 2023.]
Pubbl/distr/stampa Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023
Descrizione fisica 1 online resource (264 pages)
Disciplina 005.12
Collana Undergraduate Topics in Computer Science
Soggetto topico Software engineering
Computer science
Mobile computing
Internet programming
Software Engineering
Models of Computation
Mobile Computing
Web Development
ISBN 3-031-44143-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction to Software Architecture Concepts -- Introduction to Clean Architecture Concepts,- Development Methods -- Compound Components and Complex Connectors -- Architectural Styles -- Mobile Application Architectures -- Enterprise Systems and Application Servers -- Web Application and Enterprise Information System Architectures -- Service-oriented Architectures -- Safety-critical and Embedded Systems Architectures -- Architectural Design for Machine Learning Systems -- Software Architectures and Re-engineering -- References -- Appendix A: User guide for the architecture diagram tool -- Appendix B: User guide for AgileUML -- Index.
Record Nr. UNINA-9910746971703321
Lano Kevin  
Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Java EE Web Application Primer : Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and Oracle / / by Dave Wolf, A.J. Henley
Java EE Web Application Primer : Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and Oracle / / by Dave Wolf, A.J. Henley
Autore Wolf Dave
Edizione [1st ed. 2017.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Descrizione fisica 1 online resource (XV, 145 p. 17 illus., 15 illus. in color.)
Disciplina 005.1
Soggetto topico Java (Computer program language)
Computer programming
Database management
Java
Web Development
Programming Techniques
Database Management
ISBN 1-4842-3195-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Getting Started -- 2. What is a database?v3. Installing and Running Eclipse -- 4. Bullhorn Site Overview -- 5. What is MVC? -- 6. Creating a web application -- 7. The DAO/Repository -- 8. The Service Layer -- 9. The Controller -- 10. The Presentation/View -- 11. Designing Web Pages with HTML -- 12. HTML5 tags -- 13. The Stateless Nature of the Web -- 14. Users and Sessions -- 15. How to create database tables for Bullhorn -- 16. Make Web Pages Do Something using JavaScript -- 17. Cascading Style Sheets (CSS) -- 18. Making pages work on all screen sizes -- 19. Use Gravatar to display user’s avatars with posts -- 20. The Presentation/View.
Altri titoli varianti Java Enterprise Edition web application primer
Building Bullhorn : a messaging app with JSP, Servlets, JavaScript, Bootstrap and Oracle
Record Nr. UNINA-9910254563303321
Wolf Dave  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Java Image Processing Recipes : With OpenCV and JVM / / by Nicolas Modrzyk
Java Image Processing Recipes : With OpenCV and JVM / / by Nicolas Modrzyk
Autore Modrzyk Nicolas
Edizione [1st ed. 2018.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Descrizione fisica 1 online resource (355 pages)
Disciplina 005.133
Soggetto topico Java (Computer program language)
Open source software
Computer programming
Java
Open Source
Web Development
ISBN 1-4842-3465-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: OpenCV on JVM, and why Origami -- Chapter 2: Performing Image Manipulations -- Chapter 3: Analyzing Image Content -- Chapter 4: Working with Real-time Video Streams.
Record Nr. UNINA-9910300360603321
Modrzyk Nicolas  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JavaScript Creativity : Exploring the Modern Capabilities of JavaScript and HTML5 / / by Shane Hudson
JavaScript Creativity : Exploring the Modern Capabilities of JavaScript and HTML5 / / by Shane Hudson
Autore Hudson Shane
Edizione [1st ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (171 p.)
Disciplina 004
005.2
006.76
Collana Expert's voice in web development Javascript creativity
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4302-5945-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""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""; ""Installing Node.js""; ""Socket.IO and Express""; ""Summary""; ""Chapter 8: Video-to-Video Using WebRTC""; ""Introduction to WebRTC""; ""GetUserMedia()""; ""Specifications""; ""Servers""; ""Where to Start?""; ""Technologies Behind WebRTC""; ""ICE""; ""NAT Traversal""; ""STUN/TURN""; ""SDP""
""Client-side Code""""Summary""; ""Chapter 9: Motion Detection""; ""A n Introduction to Motion Detection""; ""Boilerplate for Video Manipulation""; ""Basic Video Manipulation""; ""Motion Detection""; ""Motion Tracking""; ""Haar-like Features""; ""Viola�Jones""; ""Using js-objectDetect""; ""Summary""; ""Chapter 10: Interacting with the Browser Using Gestures""; ""Taking the Keyboard Server-Side""; ""Controlling the Music with a Webcam""; ""Summary""; ""CHAPTER 11: Appendix""; ""The Future""; ""Further Reading""; ""Algorithms""; ""Links""; ""Chapter 1""; ""Chapter 3""; ""Chapter 4""
""Chapter 5""
Record Nr. UNINA-9910300475903321
Hudson Shane  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui