ESRI’s ArcGIS Server Sample JavaScript Viewer

ESRI has released a sample JavaScript viewer example with a developer’s guide to help you better understand how the JavaScript API works.  It looks great (much like the Flex API) and does a darn good job having cross platform compatibility.  As I said the Developer’s Guide is a great resource for those looking for an introduction to the JavaScript API, Dojo, Aptana Sudio, and what it takes to develop ArcGIS Server JavaScript applications. 

ESRI Releases Version 1.2 of the ArcGIS JavaScript API

The ESRI ArcGIS JavaScript API has been updated to version 1.2.  The ArcGIS Server Blog has the details.  Remember to update your code with the new version:

<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.2" type="text/javascript">

<link rel="stylesheet" type="text/css" href=http://serverapi.arcgisonline.com/jsapi/ arcgis/1.2/js/dojo/dijit/themes/tundra/tundra.css>