Welcome to ESRI Blogs

Browse by Tags

Creating a Google Gadget with the ArcGIS JavaScript API in 5 minutes

Google Gadgets are small self-contained Web-based modules that plug into iGoogle. iGoogle is a framework, similar to a portal, which can display multiple gadgets in a tabular fashion. Similar Web 2.0 portal sites are Netvibes , My Yahoo , Pageflakes ,
Posted by sterlingdq | 0 Comments
Filed under:

Best practice for integrating ArcGIS Server Java Help into Eclipse IDE

If you're an ArcGIS Server Java developer working with the Eclipse IDE, check out today's ArcObjects Developer Blog posting that explains a best practice for integrating the Java Help System into Eclipse . The help is originally delivered as a plug-in,
Posted by sterlingdq | 0 Comments
Filed under: ,

Map caching case study: New Zealand topo maps

I have the New Zealand 1:50,000 Topographic Database and I wanted to serve out several layers from that database using ArcGIS Server. The intention was that this service be used as a basemap for mapping projects as well as a test for and demonstration
Posted by sterlingdq | 12 Comments
Filed under:

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 | 22 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 | 3 Comments
Filed under: , ,

Creating a DHTML scale bar with the .NET Web ADF

At the 9.3 release, the .Net Web ADF’s JavaScript library exposes a lot of logic to the client side, allowing you to create a more responsive UI without the need for making calls back to the server. You can get the Web ADF JavaScript library help on the
Posted by sterlingdq | 1 Comments
Filed under: , ,

The ArcGIS API for Flex 1.0 has been released

The ArcGIS API for Flex is a powerful framework for building rich internet applications (RIAs) on top of ArcGIS Server that look good, run fast and are fun to use. The Flex Resource Center includes help and samples for the API and is part of the ArcGIS
Posted by sterlingdq | 5 Comments
Filed under:

Using Dojo dijits with the ArcGIS JavaScript API

A nice thing about the ArcGIS JavaScript API being built on top of the Dojo toolkit is that you can use Dojo widgets, or "dijits", to add prepackaged user interface components to your applications. Dojo has a bunch of existing dijits you can choose from
Posted by sterlingdq | 8 Comments
Filed under: , ,

Tips for choosing a cache image format

We often receive questions about which image format is most appropriate for ArcGIS Server map caches. In response we recently added the following information to the topic Choosing Cache Properties in the ArcGIS Server 9.3 Web Help. Your choice of cache
Posted by sterlingdq | 6 Comments
Filed under:

Live User Sites page shows applications built with ArcGIS Server

We often blog about the bits and pieces of what you can do with ArcGIS Server, but it’s really inspiring to see some finished applications that put it all together. ESRI’s new Live User Sites page is a gallery of public-facing ArcGIS Server applications
Posted by sterlingdq | 0 Comments

Using Gears in a .NET Web ADF application

HTML 5 introduces offline storage support which allows the browser to serve up web pages and other data locally without having to access the Internet. Some newer browser versions (Safari 3.1/Firefox 3) offer built-in support for offline storage while
Posted by sterlingdq | 2 Comments
Filed under: , , ,
More Posts Next page »