Professional AngularJS / (Record no. 14017)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06936cam a2200949Ii 4500 |
001 - CONTROL NUMBER | |
control field | ocn907950884 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20171224114901.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||unuuu |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 150424s2015 inu o 001 0 eng d |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | N$T |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | N$T |
Modifying agency | EBLCP |
-- | IDEBK |
-- | N$T |
-- | CDX |
-- | E7B |
-- | YDXCP |
-- | COO |
-- | RECBK |
-- | B24X7 |
-- | DEBSZ |
-- | DG1 |
-- | OCLCF |
-- | DEBBG |
019 ## - | |
-- | 908519890 |
-- | 961620915 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781119209546 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1119209544 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118832097 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1118832094 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781118832080 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1118832086 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Cancelled/invalid ISBN | 9781118832073 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Cancelled/invalid ISBN | 1118832078 |
029 1# - (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 433540907 |
029 1# - (OCLC) | |
OCLC library identifier | CHVBK |
System control number | 339961201 |
029 1# - (OCLC) | |
OCLC library identifier | CHDSB |
System control number | 006441191 |
029 1# - (OCLC) | |
OCLC library identifier | NZ1 |
System control number | 16177087 |
029 1# - (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 453329608 |
029 1# - (OCLC) | |
OCLC library identifier | DEBBG |
System control number | BV042991434 |
029 1# - (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 452536251 |
029 1# - (OCLC) | |
OCLC library identifier | DEBBG |
System control number | BV043615802 |
029 1# - (OCLC) | |
OCLC library identifier | DEBBG |
System control number | BV043397739 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)907950884 |
Canceled/invalid control number | (OCoLC)908519890 |
-- | (OCoLC)961620915 |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.A54 |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 051010 |
Source | bisacsh |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 060090 |
Source | bisacsh |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.3 |
049 ## - LOCAL HOLDINGS (OCLC) | |
Holding library | MAIN |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Karpov, Valeri, |
Relator term | author. |
245 10 - TITLE STATEMENT | |
Title | Professional AngularJS / |
Statement of responsibility, etc | Valeri Karpov, Diego Netto. |
264 #1 - | |
-- | Indianapolis, Ind. : |
-- | Wrox, a Wiley brand, |
-- | [2015] |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource |
336 ## - | |
-- | text |
-- | txt |
-- | rdacontent |
337 ## - | |
-- | computer |
-- | c |
-- | rdamedia |
338 ## - | |
-- | online resource |
-- | cr |
-- | rdacarrier |
490 1# - SERIES STATEMENT | |
Series statement | Wrox programmer to programmer |
588 0# - | |
-- | Online resource; title from PDF title page (Ebsco, viewed May 1, 2015). |
500 ## - GENERAL NOTE | |
General note | "Wrox programmer to programmer"--Cover. |
500 ## - GENERAL NOTE | |
General note | Includes index. |
504 ## - BIBLIOGRAPHY, ETC. NOTE | |
Bibliography, etc | Includes bibliographical references. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | PROFESSIONAL: AngularJS; ABOUT THE AUTHORS; ABOUT THE TECHNICAL EDITOR; CREDITS; ACKNOWLEDGMENTS; CONTENTS; INTRODUCTION; CHAPTER 1: BUILDING A SIMPLE ANGULARJS APPLICATION; What You Are Building; What You Will Learn; Step 1: Scaffolding Your Project with Yeoman; Installing Yeoman; Scaffolding Your Project; Exploring the Application; Cleaning Up; Step 2: Creating Watchlists; The Application Module; Installing Module Dependencies; Bootstrapping the Application; The Watchlist Service; The Watchlist-Panel Directive; Basic Form Validation; Using the Directive |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Step 3: Configuring Client-Side RoutingThe Angular ngRoute Module; Adding New Routes; Using the Routes; Template Views; Step 4: Creating a Navigation Bar; Updating the HTML; Creating MainCtrl; Step 5: Adding Stocks; Creating the CompanyService; Creating the AddStock Modal; Updating the WatchlistService; Implementing WatchlistCtrl; Modifying the Watchlist View; Step 6: Integrating with Yahoo Finance; Creating the QuoteService; Invoking Services from the Console; Step 7: Creating the Stock Table; Creating the StkStockTable Directive; Creating the StkStockRow Directive |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Creating the Stock Table TemplateUpdating the Watchlist View; Step 8: Inline Form Editing; Creating the Contenteditable Directive; Updating the StkStockTable Template; Step 9: Formatting Currency; Creating the StkSignColor Directive; Updating the StockTable Template; Step 10: Animating Price Changes; Creating the StkSignFade Directive; Updating the StockTable Template; Step 11: Creating the Dashboard; Updating the Dashboard Controller; Updating the Dashboard View; Production Deployment; Conclusion; CHAPTER 2: INTELLIGENT WORKFLOW AND BUILD TOOLS; What Can Tooling Do for Me?; What Is Bower? |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Getting Started with BowerSearching for Packages; Installing Packages; Versioning Dependencies; What Is Grunt?; Getting Started with Grunt; Installing Plug-Ins; Directory Structure; The Gruntfile; Configuring Tasks and Targets; The Connect Task; The Less Task; The JSHint Task; The Watch Task; The Default Task; Creating a Custom Task; What Is Gulp?; Getting Started with Gulp; Installing Plug-Ins; The Gulpfile; Creating Tasks; The Connect Task; The Less Task; The JSHint Task; The Watch Task; The Default Task; Arguments and Asynchronous Behavior; Gulp, Grunt, and Make; Automation Using Make |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | When to Use MakeWhen to Use Grunt; When to Use Gulp; What Is Yeoman?; Getting Started with Yeoman; Scaffolding a New Project; Exploring Plug-Ins and Tasks; load-grunt-tasks; time-grunt; grunt-newer; grunt-contrib-watch; grunt-contrib-connect; grunt-contrib-jshint; grunt-contrib-clean; grunt-autoprefixer; grunt-wiredep; grunt-contrib-compass; grunt-filerev; grunt-usemin; grunt-contrib-imagemin; grunt-svgmin; grunt-contrib-htmlmin; grunt-ng-annotate; grunt-google-cdn; grunt-contrib-copy; grunt-concurrent; grunt-karma; Alias Tasks and Workflow; serve; test; build; default; Modifications |
520 ## - SUMMARY, ETC. | |
Summary, etc | A comprehensive guide to AngularJS, Google's open-source client-side framework for app development. Most of the existing guides to AngularJS struggle to provide simple and understandable explanations for more advanced concepts. As a result, some developers who understand all the basic concepts of AngularJS struggle when it comes to building more complex real-world applications. Professional AngularJS provides a thorough understanding of AngularJS, covering everything from basic concepts, such as directives and data binding, to more advanced concepts like transclusion, build systems, and auto. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | AngularJS (Software framework) |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | Application software |
General subdivision | Development. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | JavaScript (Computer program language) |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | COMPUTERS / Programming Languages / General |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | COMPUTERS / Internet / Application Development |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | AngularJS (Software framework) |
Source of heading or term | fast |
-- | (OCoLC)fst01920441 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | Application software |
General subdivision | Development. |
Source of heading or term | fast |
-- | (OCoLC)fst00811707 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name as entry element | JavaScript (Computer program language) |
Source of heading or term | fast |
-- | (OCoLC)fst00982071 |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
655 #7 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
Source of term | local |
655 #0 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
700 1# - ADDED ENTRY--PERSONAL NAME | |
Personal name | Netto, Diego, |
Relator term | author. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Display text | Print version: |
Record control number | (OCoLC)907950884 |
International Standard Book Number | 9781118832097 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | Programmer to programmer. |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="http://onlinelibrary.wiley.com/book/10.1002/9781119209546">http://onlinelibrary.wiley.com/book/10.1002/9781119209546</a> |
Public note | Wiley Online Library |
938 ## - | |
-- | EBL - Ebook Library |
-- | EBLB |
-- | EBL4548013 |
938 ## - | |
-- | EBSCOhost |
-- | EBSC |
-- | 981348 |
938 ## - | |
-- | EBL - Ebook Library |
-- | EBLB |
-- | EBL1895104 |
938 ## - | |
-- | Ingram Digital eBook Collection |
-- | IDEB |
-- | cis26813873 |
938 ## - | |
-- | Coutts Information Services |
-- | COUT |
-- | 26813873 |
938 ## - | |
-- | ebrary |
-- | EBRY |
-- | ebr11048235 |
938 ## - | |
-- | YBP Library Services |
-- | YANK |
-- | 12393505 |
938 ## - | |
-- | Recorded Books, LLC |
-- | RECE |
-- | rbeEB00611983 |
938 ## - | |
-- | Books 24x7 |
-- | B247 |
-- | bks00080834 |
938 ## - | |
-- | YBP Library Services |
-- | YANK |
-- | 12580765 |
938 ## - | |
-- | YBP Library Services |
-- | YANK |
-- | 12677433 |
994 ## - | |
-- | 92 |
-- | DG1 |
No items available.