Cargando…

Web programming with Dart /

Web Programming with Dart is for programmers who want to master the new Dart programming language from Google, and also web developers who want to understand how Dart can integrate perfectly with HTML5 and CSS3. With this book you will understand the ins and outs of the language, how the tools work,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Belchin, Moises (Autor), Juberias, Patricia (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, 2015.
Colección:Expert's voice in Web development.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Contents at a Glance
  • Contents
  • About the Authors
  • About the Technical Reviewer
  • Acknowledgments
  • Introduction
  • Chapter 1: Dartâ€?s Flightpath So Far
  • What is Dart?
  • Advantages to Using Dart
  • Dartâ€?s Origins
  • Converting From Other Programming Languages
  • Dart Names are Simpler and More Structured
  • Searching for DOM Elements is Easier
  • Dart Has Real Data Collections
  • Constructors to Create New DOM Elements
  • Dart Improves and Unifies the Events System
  • Say Goodbye to Vendor Prefixes
  • Future-Based APIs
  • Libraries
  • Cross-Browser ConsistencyCascaded DOM Construction
  • Why Dart is Perfect for Web Development
  • Summary
  • Part I: Getting Started
  • Chapter 2: Setting up Dart Correctly
  • Downloading and Installing the Software
  • Setting Up a Previous Version of Dart Editor
  • Dart Editor and the Software Development Environment
  • Opening and Running an Example
  • Creating Your First Application
  • Creating a Web Application
  • Creating Command-Line Applications
  • Summary
  • Part II: Dart Tools
  • Chapter 3: Making the Most of the Dart Editor
  • The Dart Editor in DetailOpening Some Examples
  • Creating Applications
  • Dart Editor Options and Main Views
  • Preferences and Views
  • Outline View Additional Buttons
  • Problems View Additional Buttons
  • Setting Up the Views
  • Dart Editor Preferences
  • Running Applications
  • How Does this Sample Application Run?
  • Advanced Examples
  • Debugging Applications
  • Inspecting the SDK
  • Summary
  • Chapter 4: Using Pub and dart2js to Compile Applications to JavaScript
  • Reviewing the Compliation Process
  • Pub build
  • dart2js
  • Pub Serve
  • SummaryChapter 5: Application Launches
  • Manage Launches
  • Dart Command-Line Launch
  • Dartium Launch
  • Chrome App Launch
  • Browser Launch
  • Android Mobile Launch
  • Summary
  • Chapter 6: Using the Dart Pub Package Manager
  • What is Pub?
  • Digging Deeper
  • Working With Commands and Packages
  • Pub Build
  • Pub Cache
  • Pub Deps
  • Pub Get
  • Pub Global
  • Pub Publish
  • Pub Run
  • Pub Serve
  • Pub Upgrade
  • Pub Uploader
  • Pub Downgrade
  • Pub help
  • Pub version
  • Additional Pub Commands
  • Summary
  • Chapter 7: Optimizing for Dart VM and DartiumDart Virtual Machine
  • Dartium
  • Checked Mode
  • Summary
  • Chapter 8: Cleaning up with Dart Formatter
  • Dart Formatter
  • Summary
  • Chapter 9: Generating Dart Code Documentation
  • docgen
  • DocGen Options
  • Summary
  • Chapter 10: Monitoring Your Applications with Observatory
  • Observatory
  • Observatory and Command-Line Applications
  • Observatory and Web Applications
  • Summary
  • Part III: The Dart Language: Basics
  • Chapter 11: The Dart Comment System
  • Comments Overview
  • Inline Comments