I am happy to announce that my new book Building Web and Mobile ArcGIS Server Applications with JavaScript has been published by Packt Publishing and is available in hard copy and eBook formats. ArcGIS Server is the leading software for developing both web and mobile...
There are essentially three types of mobile application development including native, web, and hybrid solutions. What most people associate with mobile applications or apps are native applications. These are applications developed specifically for a particular...
Recently, GeoSpatial Training Services completed a custom, web based GIS application using the new Arc2Earth Cloud Services and its associated REST API. Arc2Earth Cloud Services is an excellent alternative for deploying GIS applications to the web without the hassles...
Many ArcGIS Server applications need to be able to query data from a map service and display the results in a tabular structure. In this post I’ll show you how to use the DojoX DataGrid along with ItemFileReadStore and QueryTask from the ArcGIS Server JavaScript API...
As a GIS web application developer you have many choices when it comes to developing web based mapping applications. The new JavaScript APIs including ArcGIS Server, Google Maps, Bing Maps (still can’t get used to calling Virtual Earth by its new name),...
As I mentioned in the first post in this series the ArcGIS Server JavaScript API provides easy access to the functionality provided by Dojo since it was built directly on top of the framework. This means that you can access everything within Dojo base and core as...