function thread(threadid, title, poster, threaddate, threadtime, message, postid) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; // Post object, contains the post data this.post = new post(message, postid); } // This function is used to show the posts of the thread. function post(message, postid) { this.postid = postid; this.message = message; } var threads = new Array(14); threads[0] = new thread(4489776, 'Help on .Net web ADF', 'mukunda', '02/02/10', '09:41 AM','hello experts,
\r\n
\r\ni am currently working on a web mapping application using .Net web ADF. can any one tell me how to zoom the map to certain scale level. i.e. how to set or change the map scale programatically?
\r\n
\r\nThanks
\r\nMukund','38588607'); threads[1] = new thread(4449550, 'Developer Summit (DevSummit)', 'dmartinez', '01/29/10', '09:37 AM','

DevSummit

The DevSummit is less than two months away and there is still time to register for discounts. If you haven’t had the opportunity to check out the Dev Summit Web site or explore the sessions available here are a few that caught my eye.

ESRI Business Analyst APIs -- Putting Market Analysis into Your Apps

Python Scripting for Map Automation in ArcGIS 10

Using and Extending the ArcGIS WebMap for Flex

Developing Applications with the ArcGIS for iPhone API

Of course you should always check out the Web Mapping APIs sessions. We continue to add new templates, functionality, and samples. In addition, the participation among the community continues to grow as there are code samples and live published applications submitted by developers in the Code Galleries.   

Working with the ArcGIS API for Flex

 

Working with the ArcGIS API for JavaScript

Working with the ArcGIS API for Microsoft Silverlight/WPF

Keynote & User Presentations

This year the keynote will focus around platforms in the cloud. Last year, was the first time we allowed attendees to present at the DevSummit. This was definitely a hit and we have increased the amount of presentation slots available. User Presentations are selected through a voting process by the community (you) so if you haven’t voted or would like to view them I would recommend do so as last year there were great topics.  We hope to see you at the DevSummit.

 

David

','38461263'); threads[2] = new thread(4448997, 'Mapping For Everyone', 'josephkerski', '01/29/10', '08:27 AM','Greetings:

I serve on the Education Team at ESRI and conduct many workshops throughout the year for educators in primary, secondary, community college, university, library, museum, and informal settings.  I make frequent use of the http://www.esri.com/mappingforeveryone site.  It provides an excellent way of introducing GIS, web GIS, choropleth mapping, and examining communities based on scale and 8 different variables.  I encourage you to do the same, and also share with the group what you are doing with this resource.

--Joseph Kerski
','38459000'); threads[3] = new thread(4439199, 'Mashup Challenge, Win up to $10,000', 'dmartinez', '01/28/10', '08:39 AM','

In case you haven’t heard, last week ESRI released a mashup/code challenge to the developer community. In the past, our challenges were only open to licensed ArcGIS or EDN customers, however, this challenge is open to all (no licenses needed) developers who meet the eligibility requirements.  All you need to do is build a mashup from one of our Web Mapping APIs (Flex, Silverlight, and JavaScript) and combine data from more than one source including content from ArcGIS Online.  You will also need to shoot a video of your application and post it on YouTube. The deadline for submissions is March 5, 2010 and you could possibly win one of the four cash prizes below.  Take the Mashup Challenge now.

1st Place: $10,000

2nd Place: $5,000

3rd Place: $2,500

4th Place: $2,500

','38426441'); threads[4] = new thread(4410416, 'Subdivision Level Mapping', 'TheRECoach', '01/25/10', '06:02 PM','

Can we design a map down to the naming of each subdivision level?

','38339971'); threads[5] = new thread(4348525, 'Basic requirements', 'vconover', '01/19/10', '01:00 PM','

I would like to use the mapping tool in my class of 9th graders, however, the maps do not show up on the monitor.  Is there something I need to install to make this work?

','38169239'); threads[6] = new thread(4050495, 'Earthquake Sample', 'dmartinez', '12/15/09', '10:27 AM','

I just wanted to point out some interesting features and functionality of this sample application on the front page of the Web Mapping APIs. http://serverx.esri.com/arcgisjavascriptapi/codegallery/EarthquakePopulation.html

First, it takes advantage of some free services for noncommercial use available through ArcGIS Online such as the street base map, which is a cached tiled map service. It also uses some sample services that are published under our sampleserver1 through ArcGIS Online, including a dynamic map service for the population density polygons, a geoprocessing task to calculate the population within the 100 mile predefined buffer, and a geometry task to create the buffer (polygon graphic with geometries). All of these services and tasks are served up through ArcGIS Online and does not require the client application to perform any analysis or calculation, it is all done by ArcGIS Online.

Another interesting usage of a service is how it uses Yahoo Pipes to get the earthquakes from the USGS using GeoRSS feeds and returns it as JSON. The earthquakes are retrieved after the map loads and it populates the data grid with these results. To demonstrate some of the capabilities of the ArcGIS API for JavaScript the InfoWindow is used along with the InfoTemplate to show the attributes from the earthquakes. PictureMarkerSymbols are used as graphics to display the longitude and latitude of each earthquake.  The code is well documented and you can take away some good coding patterns as well as how to combine multiple services into a single application. If anyone has any applications they would like to discuss or post, feel free to upload them to our community.

Cheers,

David   

','37060361'); threads[7] = new thread(3762641, 'Flex API - free Live Training Seminar', 'blackpoll', '10/27/09', '09:07 AM','All,

A recording of the Live Training Seminar
Building Rich Internet Applications with ArcGIS API for Flex can be found at:

http://training.esri.com/acb2000/showdetl.cfm?DID=6&Product_ID=940


Enjoy!

-Matthew Baker


','35925205'); threads[8] = new thread(3699342, 'Behind the Make a Map App', 'Jeff_Archer', '10/05/09', '09:18 PM','Hello everyone,

I recently worked with the ESRI web folks to put together the Make a map application - http://tr.im/APlT.  This was a fun application to build, and I hope you find it fun to use.

This is a prototype application intended to highlight the ArcGIS API for Flex, the great demographic data available from ArcGIS Onilne, as well as the "Map Sandwich" web map layering technique proposed by the ESRI Mapping Center Team - http://tr.im/APgF.

This forum thread is intended to allow for discussions of how this application was built, and to allow for community support.  Also, since the application is in beta at the time of this thread creation, feel free to contribute your suggestions for improvement!  How the application evolves from here is largely up to you, so let us know what you think.

The most interesting technical aspect of this application is the extensive communication between the HTML host page and the embedded ArcGIS API for Flex application.  A working sample that was used to build this application will soon be available in the web mapping API sample gallery.  Stay tuned!  I\'ll be sure to update the thread as soon as it\'s available.

enjoy,

Jeff Archer 
','35590493'); threads[9] = new thread(3689637, 'Silverlight Training', 'dmartinez', '09/29/09', '01:29 PM','

We have just posted the training seminar on the Silverlight API. This is a free training seminar so definitely check it out. It covers everything you need to get started on using the Silverlight API. You can also download the samples used in this presentation to view some of the maps, components, and sample services offered by ESRI. If anyone should have any questions about these samples feel free to post a question to this thread.  

 

Seminar

http://training.esri.com/acb2000/showdetl.cfm?DID=6&Product_ID=955

 

Samples

http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16546


','35512393'); threads[10] = new thread(3660732, 'Government data for your app', 'lhecht', '09/10/09', '01:39 PM','Discover the 100,000+ spatial datasets from data.gov using http://sfviewer.esri.com/DataViewer/ShapefileViewer.html.  This data can be used in your Webmaps.
','35259015'); threads[11] = new thread(3651957, 'Resource center community code galleries', 'dburke', '09/04/09', '12:40 PM','

The resource center community code galleries are a great way to gather ideas for application functionality and sample code. Here’s a Silverlight API sample I’ve used quite a bit to create client side heat maps.

http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16374

','35184679'); threads[12] = new thread(3641141, 'Free Training on Web Mapping APIs', 'dmartinez', '08/28/09', '12:51 PM','

If you would like to jumpstart your learning on the Web Mapping APIs here are some free live training seminars. I just gave the Silverlight one on August 27 so it will be published in two weeks. I will post it as soon as it is available.

Flex

http://training.esri.com/acb2000/showdetl.cfm?DID=6&Product_ID=940

 

JavaScript

http://training.esri.com/acb2000/showdetl.cfm?DID=6&Product_ID=929

','35091714'); threads[13] = new thread(3641122, 'Web Mapping API Samples', 'dmartinez', '08/28/09', '12:45 PM','Here are some useful samples to demonstrate some of the core capabilities of the Web Mapping APIs.

Silverlight

http://serverapps.esri.com/silverlightdemos/showcase/

Source Code

http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16504

 

Flex

http://mapapps.esri.com/serverdemos/FlexViewer/index.html

Source Code 

http://resources.esri.com/arcgisserver/apis/flex/index.cfm?fa=codeGalleryDetails&scriptID=15905

 

JavaScript

 

Source Code

http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=codeGalleryDetails&scriptID=15987


','35091640');