|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn945637639 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160328s2016 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d N$T
|d KSU
|d COO
|d DEBBG
|d DEBSZ
|d VT2
|d REB
|d UOK
|d CEF
|d NLE
|d UKMGB
|d WYU
|d AGLDB
|d IGB
|d RDF
|d QGK
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB6G3166
|2 bnb
|
016 |
7 |
|
|a 018006911
|2 Uk
|
019 |
|
|
|a 1259085608
|
020 |
|
|
|a 9781783982219
|q (electronic bk.)
|
020 |
|
|
|a 1783982217
|q (electronic bk.)
|
020 |
|
|
|z 9781783982202
|
020 |
|
|
|a 1783982209
|
020 |
|
|
|a 9781783982202
|
029 |
1 |
|
|a DEBBG
|b BV043969036
|
029 |
1 |
|
|a DEBSZ
|b 485795493
|
029 |
1 |
|
|a GBVCP
|b 88284895X
|
029 |
1 |
|
|a UKMGB
|b 018006911
|
035 |
|
|
|a (OCoLC)945637639
|z (OCoLC)1259085608
|
037 |
|
|
|a CL0500000723
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.875.I6
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.682
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hanchett, Erik,
|e author.
|
245 |
1 |
0 |
|a Ember.js cookbook :
|b arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js /
|c Erik Hanchett.
|
246 |
3 |
0 |
|a Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Quick answers to common problems
|
588 |
|
|
|a Description based on online resource; title from cover page (Safari, viewed March 24, 2016).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction
|
505 |
8 |
|
|a Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction
|
505 |
8 |
|
|a Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships
|
505 |
8 |
|
|a Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember
|
505 |
8 |
|
|a IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index
|
520 |
|
|
|a Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks. Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you! This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes Who This Book Is For Anyone who wants to explore Ember.js and wishes to get hands on making sophisticated web apps with less coding will find this book handy. Prior experience in Coding and familiarity with JavaScript is recommended. If you've heard of Ember.js or are just curious on how a single-page application framework works, then this book is for you. What You Will Learn Skip the boilerplate code with Ember CLI generators Create a component with actions and events Set up a model with Ember Data using fixture data Create several different types of test cases and run them Manage and set up user authentication using Ember Simple Auth Add animated transitions to your app with Liquid Fire Set up a service and initializer with dependency injection Create a working chat application Set up an Ember Service and initializer with dependency injection Create a working chat application In Detail Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed. This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You'll start with some basic topics and by the end of the book, you'll know everything you need to know to build a fully operational Ember application. We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connec...
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web applications.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Command languages (Computer science)
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Langages de commande (Informatique)
|
650 |
|
7 |
|a COMPUTERS / Computer Literacy
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Computer Science
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Data Processing
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Hardware / General
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Information Technology
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Machine Theory
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS / Reference
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Command languages (Computer science)
|2 fast
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web applications
|2 fast
|
776 |
|
|
|z 1-78398-220-9
|
830 |
|
0 |
|a Quick answers to common problems.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783982202/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1193717
|
994 |
|
|
|a 92
|b IZTAP
|