NLU Meghalaya Library

Online Public Access Catalogue (OPAC)

Professional AngularJS / (Record no. 12201)

MARC details
000 -LEADER
fixed length control field 07441cam a2200997 i 4500
001 - CONTROL NUMBER
control field ocn907950884
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240523125538.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
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 ob 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
-- IDB
-- DG1
-- Z5A
-- LIP
-- OCLCQ
-- MERUC
-- RRP
-- OCLCA
-- OCL
-- OCLCQ
-- WRM
-- DEHBZ
-- OCLCQ
-- WYU
-- U3W
-- OCLCQ
-- UMI
-- OCLCQ
-- OCLCO
-- OCLCQ
-- OCLCO
-- OCLCL
-- OCLCQ
019 ## -
-- 908519890
-- 961620915
-- 1135326074
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
Canceled/invalid ISBN 9781118832073
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 1118832078
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier AU@
System control number 000056083383
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHDSB
System control number 006441191
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier CHVBK
System control number 339961201
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV042991434
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV043397739
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBBG
System control number BV043615802
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 433540907
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 452536251
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 453329608
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier DEBSZ
System control number 46887495X
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier NZ1
System control number 16177087
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC)
OCLC library identifier AU@
System control number 000067096904
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)907950884
Canceled/invalid control number (OCoLC)908519890
-- (OCoLC)961620915
-- (OCoLC)1135326074
037 ## - SOURCE OF ACQUISITION
Stock number CL0501000086
Source of stock number/acquisition Safari Books Online
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 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Indianapolis, Ind. :
Name of producer, publisher, distributor, manufacturer Wrox, a Wiley brand,
Date of production, publication, distribution, manufacture, or copyright notice [2015]
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
490 1# - SERIES STATEMENT
Series statement Wrox programmer to programmer
588 0# - SOURCE OF DESCRIPTION NOTE
Source of description note Online resource; title from PDF title page (Ebsco, viewed May 1, 2015).
500 ## - GENERAL NOTE
General note "Wrox programmer to programmer"--Cover.
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Includes bibliographical references and index.
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.
590 ## - LOCAL NOTE (RLIN)
Local note John Wiley and Sons
Provenance (VM) [OBSOLETE] Wiley Online Library: Complete oBooks
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title AngularJS (Software framework)
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title AngularJS (Software framework)
Source of heading or term fast
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Application software
General subdivision Development.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element JavaScript (Computer program language)
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Logiciels d'application
General subdivision D�eveloppement.
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element JavaScript (Langage de programmation)
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element COMPUTERS
General subdivision Programming Languages
-- General.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element COMPUTERS
General subdivision Internet
-- Application Development.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Application software
General subdivision Development
Source of heading or term fast
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element JavaScript (Computer program language)
Source of heading or term fast
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Netto, Diego,
Relator term author.
758 ## - RESOURCE IDENTIFIER
Relationship information has work:
Label Professional AngularJS (Text)
Real World Object URI https://id.oclc.org/worldcat/entity/E39PCH3XwCDJwj4Rc3DfJYMPpP
Relationship https://id.oclc.org/worldcat/ontology/hasWork
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
International Standard Book Number 9781118832097
Record control number (OCoLC)907950884
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Programmer to programmer.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://onlinelibrary.wiley.com/doi/book/10.1002/9781119209546">https://onlinelibrary.wiley.com/doi/book/10.1002/9781119209546</a>
938 ## -
-- Books 24x7
-- B247
-- bks00080834
938 ## -
-- Coutts Information Services
-- COUT
-- 26813873
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL4548013
938 ## -
-- ProQuest Ebook Central
-- EBLB
-- EBL1895104
938 ## -
-- ebrary
-- EBRY
-- ebr11048235
938 ## -
-- EBSCOhost
-- EBSC
-- 981348
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis26813873
938 ## -
-- Recorded Books, LLC
-- RECE
-- rbeEB00611983
938 ## -
-- YBP Library Services
-- YANK
-- 12393505
938 ## -
-- YBP Library Services
-- YANK
-- 12580765
938 ## -
-- YBP Library Services
-- YANK
-- 12677433
994 ## -
-- 92
-- INLUM

No items available.

© 2022- NLU Meghalaya. All Rights Reserved. || Implemented and Customized by
OPAC Visitors

Powered by Koha