Welcome to ESRI Blogs

September 2008 - Posts

Video explains "Parcel Notification List" JavaScript example

Currently the most popular download on the ArcGIS JavaScript API Code Gallery is the Parcel Notification List application written and submitted by Jeff Archer from ESRI. In this video Jeff takes a few minutes to show how the sample works and gives a quick

Using 9.3 Web ADF controls in an ASP.NET Web Part and SharePoint 2007

My previous post about integrating 9.2 Web ADF controls in ASP.NET Web Parts discussed a number of workarounds required to successfully utilize ADF controls within a Web Part. For 9.3 the ArcGIS Server .NET development team took some time to evaluate
Posted by sterlingdq | 6 Comments
Filed under: , ,

Visualizing task results in the Java Web ADF

In the ArcGIS Server 9.3 Java Web ADF, you can visualize task results in a couple of ways: Data representation: shown in the result panel. Visual representation: shown on the map as a callout. Callout functions are enabled by default in the Web Mapping

Strategies for on-demand caching

ArcGIS Server 9.3 introduces the option to create map cache tiles "on demand" as they are visited by users. The first user to navigate to an uncached area must wait while the corresponding tiles are drawn by the server. The tiles are then added to the
Posted by sterlingdq | 0 Comments

How to get IntelliSense with the .NET Web ADF JavaScript Library

In the 9.3 release of the .NET Web ADF JavaScript Library (not to be confused with the ArcGIS JavaScript API) we extensively used JavaScript code summaries not only to automate creation of API documentation, but also to provide developers with the new
Posted by sterlingdq | 7 Comments
Filed under: , , ,

Developing ArcGIS JavaScript API portlets with NetBeans

It is quite easy to use the ArcGIS JavaScript API in a portal environment, although there are some considerations that have to do with portlet development as opposed to jsp/servlet development. The samples provided in the ArcGIS JavaScript API Resource
Posted by sterlingdq | 1 Comments
Filed under: , , ,

"Operation aborted" error in Internet Explorer

A few users have reported encountering an "Operation aborted" error in Internet Explorer when attempting to access a web application built using the .NET Web ADF. The issue can be traced to a race condition that occurs due to an Internet Explorer/ASP.Net
Posted by sterlingdq | 3 Comments
Filed under: , ,