Building web and mobile ArcGIS Server applications with JavaScript : master the ArcGIS API for Java Script, and build exciting, custom web and mobile GIS applications with the ArcGIS Server /

Saved in:
Bibliographic Details
Author / Creator:Pimpler, Eric, author.
Imprint:Birmingham, UK : Packt Publishing, 2014.
©2014
Description:1 online resource (v, 255 pages) : illustrations
Language:English
Series:Community experience distilled
Community experience distilled.
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11223310
Hidden Bibliographic Details
ISBN:9781849697972
1849697973
1306457653
9781306457651
1849697965
9781849697965
9781849697965
Notes:Online resource; title from PDF title page (EBL, viewed on Aprl 30, 2014).
Print version record.
Summary:Uses a step-by-step approach with exercises designed to give hands-on experience. User will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server.
Other form:Print version: Pimpler, Eric. Building web and mobile ArcGIS Server applications with JavaScript 9781849697965

MARC

LEADER 00000cam a2200000Ii 4500
001 11223310
005 20210426223534.6
006 m o d
007 cr cnu---unuuu
008 140228t20142014enka o 000 0 eng d
019 |a 872140211  |a 876149716  |a 894366155  |a 971058214 
020 |a 9781849697972  |q (electronic bk.) 
020 |a 1849697973  |q (electronic bk.) 
020 |a 1306457653  |q (electronic bk.) 
020 |a 9781306457651  |q (electronic bk.) 
020 |a 1849697965 
020 |a 9781849697965 
020 |z 9781849697965  |q (print) 
035 |a (OCoLC)871190571  |z (OCoLC)872140211  |z (OCoLC)876149716  |z (OCoLC)894366155  |z (OCoLC)971058214 
035 9 |a (OCLCCM-CC)871190571 
040 |a IDEBK  |b eng  |e rda  |e pn  |c IDEBK  |d EBLCP  |d MHW  |d OCLCQ  |d CUI  |d UMI  |d E7B  |d YDXCP  |d OMM  |d COO  |d N$T  |d DEBSZ  |d DEBBG  |d OCLCQ  |d VT2  |d D6H  |d OCLCA  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d MOR  |d CCO  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d MNM  |d STF  |d OCLCF  |d VNS  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d OCLCO  |d WYU  |d G3B  |d TKN  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d S2H  |d OCLCO  |d OCL 
049 |a MAIN 
050 4 |a G70.2 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a TRV  |x 033000  |2 bisacsh 
072 7 |a TRV  |x 034000  |2 bisacsh 
072 7 |a TRV  |x 016000  |2 bisacsh 
072 7 |a TRV  |x 018000  |2 bisacsh 
100 1 |a Pimpler, Eric,  |e author. 
245 1 0 |a Building web and mobile ArcGIS Server applications with JavaScript :  |b master the ArcGIS API for Java Script, and build exciting, custom web and mobile GIS applications with the ArcGIS Server /  |c Eric Pimpler. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (v, 255 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
520 |a Uses a step-by-step approach with exercises designed to give hands-on experience. User will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server. 
588 0 |a Online resource; title from PDF title page (EBL, viewed on Aprl 30, 2014). 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to HTML, CSS, and JavaScript; Basic HTML page concepts; The HTML DOCTYPE declaration; Primary tags; Validating HTML code; JavaScript fundamentals; Commenting in code; Variables; JavaScript and case sensitivity; Variable datatypes; Decision-supporting statements; Looping statements; Functions; Objects; Basic CSS principles; CSS syntax; Inline styling; Internal style sheets; External style sheets; Separating HTML, CSS, and JavaScript; Summary 
505 8 |a Chapter 2: Creating Maps and Adding Layers Introduction; The ArcGIS API for JavaScript Sandbox; Basic steps for creating an application with the ArcGIS API for JavaScript; Creating HTML code for a web page; Referencing the ArcGIS API for JavaScript; Loading modules; Legacy or AMD Dojo?; Making sure Document Object Model is available; Creating the map; Creating the page content; Styling the page; The complete code; More about the map; Working with map service layers; Using layer classes; Tiled map service layers; Dynamic map service layers; Adding layers to the map 
505 8 |a Setting visible layers from a map service Setting a definition expression; Map navigation; Map navigation widgets and tool bars; Map navigation using the mouse and keyboard; Getting and setting the map extent; Map events; Summary; Chapter 3: Adding Graphics to the Map; The four parts of a graphic; Creating geometry for graphics; Symbolizing graphics; Assigning attributes to graphics; Displaying graphic attributes in an info template; Creating graphics; Adding graphics to the graphics layer; Multiple graphics layers; Time to practice with graphics; Summary; Chapter 4: The Feature Layer 
505 8 |a Creating a Feature Layer object Optional constructor parameters; Defining display modes; Snapshot mode; The on-demand mode; The selection-only mode; Setting a definition expression; Feature selection; Rendering a feature layer; Time to practice with Feature Layer; Summary; Chapter 5: Using Widgets and Tool bars; Adding tool bars to an application; Steps for creating a toolbar; Defining CSS styles; Creating buttons; Creating an instance of the Navigation toolbar; User interface widgets; The Basemap Gallery widget; The Bookmarks widget; The Print widget; The Geocoder widget 
505 8 |a Time to practice with the Geocoder widget The Gauge widget; The Measurement widget; The Popup widget; The Legend widget; The Overview Map widget; The Scalebar widget; The Directions widget; The Histogram Time Slider dijit; The Home Button widget; The Locate Button widget; The Time Slider widget; The Layer Swipe widget; Analysis widgets; Feature editing; Feature service; The editing widgets; The Editor widget; The Template Picker widget; The Attribute Inspector widget; The Attachment Editor widget; The Edit toolbar; Summary; Chapter 6: Performing Spatial and Attribute Queries 
630 0 0 |a ArcGIS. 
630 0 7 |a ArcGIS.  |2 fast  |0 (OCoLC)fst01395401 
650 0 |a Geographic information systems  |x Programming. 
650 0 |a Geographic information systems.  |0 http://id.loc.gov/authorities/subjects/sh90001880 
650 0 |a Spatial data infrastructures.  |0 http://id.loc.gov/authorities/subjects/sh2005004425 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a TRAVEL  |x Budget.  |2 bisacsh 
650 7 |a TRAVEL  |x Hikes & Walks.  |2 bisacsh 
650 7 |a TRAVEL  |x Museums, Tours, Points of Interest.  |2 bisacsh 
650 7 |a TRAVEL  |x Parks & Campgrounds.  |2 bisacsh 
650 7 |a Geographic information systems.  |2 fast  |0 (OCoLC)fst00940423 
650 7 |a Spatial data infrastructures.  |2 fast  |0 (OCoLC)fst01738172 
655 7 |a Geographic information systems.  |2 fast  |0 (OCoLC)fst01752691 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
655 7 |a Geographic information systems.  |2 lcgft  |0 http://id.loc.gov/authorities/genreForms/gf2011026294 
776 0 8 |i Print version:  |a Pimpler, Eric.  |t Building web and mobile ArcGIS Server applications with JavaScript  |z 9781849697965  |w (OCoLC)871508505 
830 0 |a Community experience distilled.  |0 http://id.loc.gov/authorities/names/no2011030603 
903 |a HeVa 
929 |a oclccm 
999 f f |i 10b1bfd1-69dd-5691-bd92-9a1f76970d2b  |s 604b26a4-c9b3-5ade-81d4-2c7feb38d86d 
928 |t Library of Congress classification  |a G70.2  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=705756  |z eBooks on EBSCOhost  |g ebooks  |i 12405337