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.
A11Y Unraveled : Become a Web Accessibility Ninja / / by Dimitris Georgakas
A11Y Unraveled : Become a Web Accessibility Ninja / / by Dimitris Georgakas
Autore Georgakas Dimitris
Edizione [1st ed. 2023.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Descrizione fisica 1 online resource (317 pages)
Disciplina 031
Soggetto topico Internet programming
User interfaces (Computer systems)
Human-computer interaction
Interactive multimedia
Multimedia systems
Web Development
User Interfaces and Human Computer Interaction
Media Design
ISBN 9781484290859
1484290852
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: When the amazon was nothing but a river -- Chapter 2: Be a designer they said. It'll be fun they said -- Chapter 3: One standard at a time. What is web acc..s... -- Chapter 4: How do people perceive content? -- Chapter 5: Tell me what to do! Designing for users with disabilities -- Chapter 6: How do I know I'm doing it right? -- Chapter 7: But do I have to? -- Chapter 8: What is usability? -- Chapter 9: Accessibility and usability. A love affair -- Chapter 10: Who are we designing for? -- Chapter 11: You can't tell me what to do. I'm an adult! -- Chapter 12: Now you see me, now you don't -- Chapter 13: Click me like you mean it.
Record Nr. UNINA-9910683353803321
Georgakas Dimitris  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The Absolute Beginner's Guide to HTML and CSS : A Step-by-Step Guide with Examples and Lab Exercises / / by Kevin Wilson
The Absolute Beginner's Guide to HTML and CSS : A Step-by-Step Guide with Examples and Lab Exercises / / by Kevin Wilson
Autore Wilson Kevin <1942->
Edizione [1st ed. 2023.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Descrizione fisica 1 online resource (244 pages)
Disciplina 006.74
Soggetto topico Internet programming
Computer programming
User interfaces (Computer systems)
Human-computer interaction
Web Development
Programming Techniques
User Interfaces and Human Computer Interaction
ISBN 1-4842-9250-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. What is HTML? -- 2. Getting Started with HTML -- 3. Adding Multimedia -- 4. Inline HTML Styles -- 5.Cascading Style Sheets -- 6. Adding Structure -- 7. CMS Systems -- 8. HTML Color Codes -- 9. HTML Tag Reference Library -- 10. CSS Property Reference Library -- 11. Common Web Fonts -- 12.Common Web Measurements.
Record Nr. UNINA-9910686469903321
Wilson Kevin <1942->  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Advanced ActionScript 3 : Design Patterns / / by Ben Smith
Advanced ActionScript 3 : Design Patterns / / by Ben Smith
Autore Smith Ben (Software engineer)
Edizione [2nd ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (395 p.)
Disciplina 004
Collana The expert's voice in Web development Advanced ActionScript 3
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 9781484206713
1484206711
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 Reviewers""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Object-Oriented Programming""; ""Encapsulation""; ""Polymorphism""; ""Inheritance""; ""Data Hiding""; ""ActionScript as an Object-Oriented Language""; ""Defining an External Definition""; ""Parts of a Class""; ""The Constructor""; ""Custom Namespaces""; ""Declaring the Namespace Identifier""; ""Applying a Custom Namespace""; ""Opening a Namespace within a Class""; ""Constructing an Interface""; ""Change""; ""General Terms and Definitions""
""Summary""""Key Points""; ""Chapter 2: ActionScript 3: The Facts Behind the Basics""; ""ActionScript 3""; ""The Traits Object""; ""Garbage Collection""; ""Memory Management""; ""Mark and Sweep""; ""Implementing a Disposable Pattern""; ""Manually Declared Stage instances""; ""Application Domain""; ""The LoaderContext""; ""The Class Object""; ""getDefinition(�)""; ""getDefinitionByName(�)""; ""Strong Typing""; ""Runtime Type Checking""; ""Compile-Time Type Checking""; ""Restricting a Dynamic Language""; ""Casting""; ""Configuration Constants""; ""ActionScript Editors""; ""Summary""
""Key Points""""Chapter 3: Decision-Making and Planning""; ""Object-Oriented Analysis (OOA)""; ""Case Study""; ""The Kick-Off""; ""Turning Off the Volume""; ""Use Case Scenario""; ""Requirements from the Features""; ""Flow Chart""; ""Performance""; ""Layering""; ""Analysis Continued""; ""The Breakup""; ""Product Gallery""; ""Performance""; ""Scenic Gallery""; ""Footer""; ""Wrapping Up the Analysis""; ""Object Oriented Design (OOD)""; ""Summary""; ""Key Points""; ""Chapter 4: Intro to Design Patterns""; ""Design Patterns Catalog""; ""Selecting Patterns""; ""Pattern Identification""
""Reading a Design Pattern""""UML""; ""The Class Diagram""; ""Classes""; ""Relationships""; ""Association""; ""Aggregation""; ""Composition""; ""Generalization""; ""Interfaces""; ""Chapter Summary""; ""Key Points""; ""Upcoming Chapters""; ""Chapter 5: Q&A""; ""Quiz 1""; ""Answers to Quiz 1""; ""Quiz 2""; ""Answers to Quiz 2""; ""Chapter 6: Creational Patterns""; ""That Which Must Not Be Named""; ""The Simple Factory""; ""A Comprehensive Look""; ""Example""; ""FAQ""; ""The Factory Method Pattern""; ""A Comprehensive Look""; ""Vignette""; ""The AS3 Cast""; ""When It�s Useful""; ""Example""
""FAQ""""Related Patterns""; ""The Abstract Factory Pattern""; ""A Comprehensive Look""; ""Vignette""; ""The AS3 Cast""; ""When It�s Useful""; ""Example""; ""FAQ""; ""Related Patterns""; ""The Builder Pattern""; ""A Comprehensive Look""; ""Vignette""; ""The AS3 Cast""; ""When It�s Useful""; ""Example""; ""FAQ""; ""Related Patterns""; ""The Simple Singleton Pattern""; ""A Comprehensive Look""; ""Vignette""; ""The AS3 Cast""; ""Example""; ""The Singleton Pattern""; ""A Comprehensive Look""; ""Vignette""; ""The AS3 Cast""; ""When It�s Useful""; ""Example""; ""FAQ""; ""Related Patterns""
""Summary""
Record Nr. UNINA-9910300654803321
Smith Ben (Software engineer)  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Advanced Gatsby Projects : Create Two Advanced Sites Using Technologies that Compliment Gatsby / / by Nabendu Biswas
Advanced Gatsby Projects : Create Two Advanced Sites Using Technologies that Compliment Gatsby / / by Nabendu Biswas
Autore Biswas Nabendu
Edizione [1st ed. 2021.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2021
Descrizione fisica 1 online resource (XIII, 298 p. 194 illus.)
Disciplina 005.276
Soggetto topico Internet programming
Web Development
ISBN 9781484266403
1484266404
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Part 1: Creating an eCommerce Web Site with Snipcart -- 1. Setting up the eCommerce Site -- 2. Adding Core Features to the Site -- 3. Setting Up Contentful -- 4. Using Webhooks at the Site -- 5. Making the Site Dynamic with Snipcart -- Part 2: Creating a Recipe Website with Firebase -- 6. Setting up the Recipe Site -- 7. Displaying Recipes from Firebase -- 8. Displaying Images from Firebase -- 9. Deploying the Recipe Site in Netlify -- 10. Adding a Disqus Commenting System.
Record Nr. UNINA-9910483238403321
Biswas Nabendu  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2021
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Advanced Perl Programming : From Advanced to Expert / / by William "Bo" Rothwell
Advanced Perl Programming : From Advanced to Expert / / by William "Bo" Rothwell
Autore Rothwell William "Bo"
Edizione [1st ed. 2020.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Descrizione fisica 1 online resource (162 pages) : illustrations
Disciplina 005.133
Soggetto topico Programming languages (Electronic computers)
Open source software
Computer programming
Programming Languages, Compilers, Interpreters
Open Source
Web Development
ISBN 9781484258637
1484258630
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Command Line Options -- 2. References -- 3. Advanced Data Types: Arrays -- 4. Advanced Data Types: Hashes -- 5. Typeglobs -- 6. Advanced Subroutine Handling -- 7. Packages and Namespaces -- 8. Building Modules -- 9. Installing CPAN Modules -- 10. POD -- 11. Advanced Features -- 12. Advanced Data Structures -- 13. New Features.
Record Nr. UNINA-9910409993703321
Rothwell William "Bo"  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Angular 5 Projects : Learn to Build Single Page Web Applications Using 70+ Projects / / by Mark Clow
Angular 5 Projects : Learn to Build Single Page Web Applications Using 70+ Projects / / by Mark Clow
Autore Clow Mark
Edizione [1st ed. 2018.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Descrizione fisica 1 online resource (465 pages)
Disciplina 004
Soggetto topico Internet programming
Web Development
ISBN 9781484232798
1484232798
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Web Applications and AJAX -- 2. AngularJS vs Angular (Old vs New) -- 3. JavaScript -- 4. TypeScript -- 5. Visual Studio Code -- 6. Node -- 7. Start Coding with the CLI -- 8. Introducing Components -- 9. Introducing Modules -- 10. Introducing Webpack -- 11. Introducing Directives -- 12. More Components -- 13. Dependency Injection -- 14. Angular and UI Widgets -- 15. Routes and Navigation -- 16. Observers, Reactive Programming, and RxJS.-17. RxJS with Angular -- 18. HTTP and the HttpClient Module -- 19. Forms -- 20. Pipes -- 21.Zones and Change Detection -- 22. Testing -- 23. More Advanced Topics -- 24. Resources.
Altri titoli varianti Angular five projects
Record Nr. UNINA-9910300364803321
Clow Mark  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Angular for Business : Awaken the Advocate Within and Become the Angular Expert at Work / / by Michael D. Callaghan
Angular for Business : Awaken the Advocate Within and Become the Angular Expert at Work / / by Michael D. Callaghan
Autore Callaghan Michael D
Edizione [1st ed. 2024.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2024
Descrizione fisica 1 online resource (288 pages)
Disciplina 006.76
Soggetto topico Internet programming
Open source software
Web Development
Open Source
ISBN 9781484296097
1484296095
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Part I:Core Concepts -- 1: A Gentle Introduction to Angular -- 2: A Brief Introduction to Typescript -- 3: Angular CLI Quick Reference -- 4: Making a Simple Angular Component -- 5: Offline Networks -- 6: Custom Angular Checkboxes with [(ngModel)] Support -- 7: Error Handling Strategies for Handling Data 8: Upgrading Angular -- 9: Understanding Service API’s -- 10: Deploy with Azure with ng Deploy -- 11: Hosting an API -- 12: Progressive Web Applications (PWAs) -- 13: RxJS: To Use or Not to Use? -- Part ii: Testing and Debugging -- 14: Test-Driven Development with Angular -- 15: Unit Testing Strategies -- 16: Debugging with Docker Containers -- Part III: The Command Line -- 17: What Do All Those Symbols Mean? -- Part IV: Source Control -- 18: Fixing Broken Git Commits -- 19: Archiving Your Git Repositories -- Part V: Communication and Training -- 20: How We Learn and Teach -- 21: Slow Down to be Noticed -- 22: Watch Your Language -- 23: Agile Planning and Management with Trello -- Part VI: Other Topics -- 24: Automate Screenshots with Protractor -- 25: Image Repositories. .
Record Nr. UNINA-9910770252103321
Callaghan Michael D  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2024
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Angular for Material Design : Leverage Angular Material and TypeScript to Build a Rich User Interface for Web Apps / / by Venkata Keerti Kotaru
Angular for Material Design : Leverage Angular Material and TypeScript to Build a Rich User Interface for Web Apps / / by Venkata Keerti Kotaru
Autore Kotaru Venkata Keerti
Edizione [1st ed. 2020.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Descrizione fisica 1 online resource (xix, 364 pages) : illustrations
Disciplina 005.437
Soggetto topico Computer programming
Open source software
Web Development
Open Source
ISBN 9781484254349
1484254341
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: Introduction -- Chapter 2: Getting Started -- Chapter 3: Modules -- Chapter 4: Angular: Components -- Chapter 5: Angular Basics: Data Binding and Change Detection -- Chapter 6: Angular: Directives -- Chapter 7: Angular: Services and Dependency Injection -- Chapter 8: Material Design: User Input -- Chapter 9: Angular: Building Forms -- Chapter 10: Material Design: Additional Form Fields -- Chapter 11: Angular: Routing -- Chapter 12: Material Design: Navigation -- Chapter 13: Material Design: Layout -- Chapter 14: Material Design: Using Lists -- Chapter 15: Material Design: Alerts and Dialogs -- Chapter 16: Angular: HTTP Client. .
Record Nr. UNINA-9910369902903321
Kotaru Venkata Keerti  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Apache Essentials : Install, Configure, Maintain / / by Darren James Harkness
Apache Essentials : Install, Configure, Maintain / / by Darren James Harkness
Autore Harkness Darren James
Edizione [2nd ed. 2022.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2022
Descrizione fisica 1 online resource (201 pages) : illustrations
Disciplina 005.8
Collana ITpro collection
Soggetto topico Internet programming
Software engineering
Web Development
Software Engineering
ISBN 9781484283240
1484283244
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction: Revisiting Apache Essentials -- Chapter 1: Installing Apache -- Chapter 2: Configuration Essentials -- Chapter 3: Scripting languages -- Chapter 4: setting up virtual hosts for development -- Chapter 5: Securing your setup -- Chapter 6: Using log files to troubleshoot your code -- Chapter 7: Sample Apache Configurations -- Afterword.
Record Nr. UNINA-9910590073303321
Harkness Darren James  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2022
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Applications and Usability of Interactive Television : 6th Iberoamerican Conference, jAUTI 2017, Aveiro, Portugal, October 12-13, 2017, Revised Selected Papers / / edited by María José Abásolo, Jorge Abreu, Pedro Almeida, Telmo Silva
Applications and Usability of Interactive Television : 6th Iberoamerican Conference, jAUTI 2017, Aveiro, Portugal, October 12-13, 2017, Revised Selected Papers / / edited by María José Abásolo, Jorge Abreu, Pedro Almeida, Telmo Silva
Edizione [1st ed. 2018.]
Pubbl/distr/stampa Cham : , : Springer International Publishing : , : Imprint : Springer, , 2018
Descrizione fisica 1 online resource (X, 177 p. 54 illus.)
Disciplina 004.6
Collana Communications in Computer and Information Science
Soggetto topico Computer engineering
Computer networks
Image processing - Digital techniques
Computer vision
Application software
Internet programming
Electronic data processing - Management
Computer Engineering and Networks
Computer Communication Networks
Computer Imaging, Vision, Pattern Recognition and Graphics
Computer and Information Systems Applications
Web Development
IT Operations
ISBN 3-319-90170-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Design and Evaluation of IDTV Services and Content -- IDTV Content Recommendation -- Omnidirectional Video and Video Repositories -- IDTV Interaction Techniques and Accessibility.
Record Nr. UNINA-9910299260803321
Cham : , : Springer International Publishing : , : Imprint : Springer, , 2018
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui