KnockoutJS Blueprints
eBook - ePub

KnockoutJS Blueprints

Carlo Russo

Buch teilen
  1. 218 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

KnockoutJS Blueprints

Carlo Russo

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist KnockoutJS Blueprints als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu KnockoutJS Blueprints von Carlo Russo im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Programming in JavaScript. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

KnockoutJS Blueprints


Table of Contents

KnockoutJS Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. From Idea to Realization
What KnockoutJS is and where you can get it
The idea of this chapter – Simple Show Case
The bare bone code of a KnockoutJS application
Getting jQuery because it can be useful
Browser compatibility
Understanding MVVM, MVP, and MVC to get the best
MVC (Model-View-Controller)
MVVM (Model-View-View Model) to the rescue
Model
View
View Model
Data binding
Getting data from the server
The magic of KnockoutJS unveiled
Filters and product details
Product details
Managing a Cart
Using the Cart on the home page
The Cart page
Contact form
Paying from the client-side code
The contact form
Summary
2. Starting Small and Growing in a Modular Way
Analyzing the project – booking online
Building the structure of our application
Modularizing with the component binding handler
AMD and RequireJS
Updating starting code to use RequireJS
Component binding handler
Creating the bare bones of a custom module
Creating the JavaScript file for the View Model
Creating the HTML file for the template of the View
Registering the component with KnockoutJS
Using it inside another View
Writing the Search Form component
Adding the AMD version of jQuery UI to the project
Making the skeleton from the wireframe
Realizing an Autocomplete field for the destination
The what and why about binding handlers
Binding handler for the jQuery Autocomplete widget
Improving two date fields by applying Date Picker widget
Transforming already done code into a reusable one
Making the button easy to customize
Communicating with other components
Adding the Hotel Cards
Summary
3. SPA for Timesheet Management
Analysing the project briefly – Timesheet SPA
The SPA feature for the Timesheet SPA
Choosing the right tool for the project
Choosing between DurandalJS or plain KnockoutJS
Creating a new project starting with the HTML StarterKit
Building Timesheet SPA with DurandalJS
Components of this project
Getting the code for the Client-Server interface
Checking authentication – Login component
Auto-redirecting navigation to Login page
Adding a logout button
Making a dashboard for the Employee
Transforming a table into a grid with bells and whistles
Building a few forms to update data
Realizing a dashboard for the Team Manager
Summary
4. Tracking Expense Using PhoneGap
Understanding hybrid mobile applications
Getting PhoneGap/Cordova
Defining what Piggy Bank should be
Creating a starting environment for the project
Building the application with jQuery Mobile
Realizing the global layout of the application
Making the list view with all the Accounts
Putting the tests inside the bundle
Adding the Detail page view
Enhancing the application with the unit tests
Refactoring and working on the missing parts
Fixing KnockoutJS binding handler inside jQuery Mobile
Adding the contact plugin
Publishing the application
Summary
5. Wizard for the Public Administration
The project, a real-world web application
Looking at the big picture of the project
Reviewing the content we got for free
Analysing and developing the Relocate module
Graceful Degradation versus Progressive Enhancement
Reasoning against Progressive Enhancements
Making the form for the first child route
Asking for personal information
Fixing a hidden bug
Adding a new binding handler for the asynchronous loading
Enhancing the selection fields
Updating the code to be accessible
A few words about accessibility
Making the gender field accessible
Updating the loading binding handler for accessibility
Working to make the app SEO crawlable
Using a NodeJS server to return SEO pages
Caching the page by yourself
Summary
Index

KnockoutJS Blueprints

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: February 2015
Production reference: 1190215
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, UK.
ISBN 978-1-78398-084-0
www.packtpub.com

Credits

Author
Carlo Russo
Reviewers
Marko Bojovic
Oscar Finnsson
Marco Franssen
Robert Gaut
Commissioning Editor
Taron Pereira
Acquisition Editor
Owen Roberts
Content Development Editor
Anand Singh
Technical Editor
Ryan Kochery
Copy Editors
Puja Lalwani
Merilyn Pereira
Project Coordinator
Akash Poojary
Proofreaders
Jenny Blake
Paul Hind...

Inhaltsverzeichnis