Welcome to ESRI Blogs

March 2009 - Posts

Code Assist for the ArcGIS JavaScript API: Aptana Studio plug-in

The ArcGIS JavaScript API provides classes to deliver rich mapping functionality to your applications. The Resource Center has a wealth of information about these classes, their properties and methods. When building your applications, you want this information

ArcGIS API for Silverlight/WPF public beta, media galleries released

Exciting things are happening on the eve of the 2009 ESRI Developer Summit ! Today the ArcGIS API for Microsoft Silverlight/WPF went into a public beta. This API allows you to build interactive Internet and desktop GIS applications using Microsoft's Silverlight
Posted by sterlingdq | 1 Comments
Filed under: , ,

Creating a reusable task-oriented dijit

In a previous blog post, we learned how to create a simple dijit with the ArcGIS JavaScript API that combines a map with a couple of buttons and an image. Today's post will show how to create a sophisticated task-oriented dijit, which we have uploaded
Posted by sterlingdq | 9 Comments
Filed under: , , ,

Extending tiled layers in the ArcGIS API for Flex

The ArcGIS API for Flex supports access to layer types not included with the API. Depending on what you are trying to connect to (or do), you might want to extend TiledMapServiceLayer , DynamicMapServiceLayer or Layer . Extend DynamicMapServiceLayer if

ArcGIS JavaScript API version 1.3 released

Version 1.3 of the ArcGIS JavaScript API is now available. You can reference it in your code with this tag: <script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.3"></script> The new version includes 10+ bug
Posted by sterlingdq | 8 Comments
Filed under: ,