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