Welcome to ESRI Blogs

Browse by Tags

All Tags » JavaScript

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:

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:

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: , ,

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: , ,

ArcGIS Server 9.3 Nationwide Seminar Series occurring now

ESRI has been working on two, half-day ArcGIS Server 9.3 Seminars . These seminars started September 23rd and are taking place through November within the U.S. This is a great opportunity to see how to implement ArcGIS Server to its fullest capabilities.

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

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: , , ,

A quick look at the versatile spatial filters in the ArcGIS JavaScript APIs

Using the Query class geometry property as a spatial filter is one of the most important and versatile aspects of the ArcGIS JavaScript API and its extensions for the Google Maps API and Virtual Earth. This functionality lets you pass a point, line, multi-point
Posted by sterlingdq | 0 Comments
Filed under: , ,

What is Dojo and why is it important to ArcGIS users?

Recently Alex Russell and Neil Roberts from SitePen were here in Redlands showing us some of the capabilities of the Dojo toolkit and how it can greatly simplify your life if you're a JavaScript developer. We anticipate that a lot of you will be encountering
Posted by sterlingdq | 1 Comments
Filed under: ,

The ArcGIS JavaScript API is now available to the public

The new ArcGIS JavaScript API and its accompanying online SDK are now available for public use. With the ArcGIS JavaScript API you can add GIS functionality to your Web applications with JavaScript code that runs in the browser. The online SDK includes
Posted by sterlingdq | 7 Comments
Filed under: , ,
More Posts Next page »