Welcome to ESRI Blogs

November 2008 - Posts

What's new in version 1.2 of the ArcGIS JavaScript extensions for the Google Maps API and Microsoft Virtual Earth

Versions 1.2 of the ArcGIS JavaScript Extension for the Google Maps API and the ArcGIS JavaScript Extension for Microsoft Virtual Earth are now available for you to use. To get started, just change the version number in the script tag that references
Posted by sterlingdq | 10 Comments
Filed under:

Version 1.2 of the ArcGIS JavaScript API released

Version 1.2 of the ArcGIS JavaScript API is now available! You can begin referencing it in your code with this tag: <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.2"></script> This release corresponds
Posted by sterlingdq | 23 Comments
Filed under:

Developing scriptable controls with the .NET Web ADF

A key consideration when designing a custom web control is where the control’s logic will execute. While all the logic could be put in either the client or the web tier, the best approach is usually to place some logic in each tier. User interface data
Posted by sterlingdq | 0 Comments
Filed under: , ,

Geoprocessing parameter types in the ArcGIS JavaScript API

Every geoprocessing task has a set of input parameters, which represent values or datasets that the model takes in. You need to supply the parameters correctly in order to run the task. In this post we'll look at how you find out the parameter types and
Posted by sterlingdq | 1 Comments

Customizing the map progress bar in the 9.3 Web ADF (.NET)

The Web ADF includes a progress bar that displays when the map is loading map images or tiles. It makes the user aware that the site is processing the user's request. You may wish to customize the progress bar, either to modify it or to replace it with

Creating a simple map dijit with the ArcGIS JavaScript API

Dojo Widgets or dijits are a great way to build web application UI components that either combine other components or bind data with business logic. Dijits are designed to be easy for users embed within their web applications. In this post we’ll create
Posted by sterlingdq | 5 Comments
Filed under: , ,