Book Image

Mastering ArcGIS Server Development with JavaScript

By : Raymond Kenneth Doman
Book Image

Mastering ArcGIS Server Development with JavaScript

By: Raymond Kenneth Doman

Overview of this book

Table of Contents (18 chapters)
Mastering ArcGIS Server Development with JavaScript
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Troubleshooting


With the rising popularity of web development tools for browsers, your browser is the best tool for troubleshooting styling issues on a page. Mozilla Firefox initially had the most advanced inspection tools using a free third-party add-on called Firebug. Later, Chrome released its own development tools, while Firefox and Internet Explorer eventually built and improved their own. All modern desktop browsers now provide advanced JavaScript and CSS information for desktop and mobile devices.

Most browser developer tools can be opened using the same keyboard shortcuts. Internet Explorer responds to the F12 key as far back as version 8. Chrome and Firefox also respond to F12, with the keyboard combination of Ctrl + Shift + I (Cmd + Opt + I for a Mac).

Responsive resizers

All desktop browsers shrink and grow as you maximize and shrink them. Many modern browsers, however, have extra features and add-ons that can help you test your applications as if they were mobile browsers. The latest...