- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- IONCANNON (18 minutes)
- BlocketPc (21 minutes)
- FLOG (23 minutes)
- Ricardo Parente (35 minutes)
- RIA Journal (48 minutes)
- MAVROMATIC (1 hour)
- 360Flex (2 hours)
- Biskero (2 hours)
- The Flash Blog (2 hours)
- ByteStopsHere (2 hours)
ArcGIS Server JavaScript API version 1.5 - Bug with Drawing Toolbar deactivation?
After upgrading our ArcGIS Server JavaScript API sites to version 1.5, we have noticed some strange behavior with our Drawing Toolbars. We use a Drawing Toolbar to allow users to draw a line or polygon to select features on the map. The geometry f... (translate)
Hey You, Dummy, Read The Docs
I just wasted a good 2 hours trying to debug an issue with a AGS Flex application I am doing. I could not, for the life of me, figure out how I was able to deactivate a Draw Toolbar without explicitly calling drawToolbar.deactivate. It was driving m... (translate)
Sorting a FeatureSet by Attribute - JavaScript API
Here is a simple example that shows you how to sort your FeatureSet in the JavaScript API. The javascript array sort function is actually a very powerful tool. You can pass a function to the sort method that will run each time the items in your ar... (translate)
Combining ArcGIS Server Images - Serverside
Printing aint what it used to be. The days of sending that request off to ArcIMS and getting back a print - ready image are long gone. In fact, I can safely say that one of the few things that ArcIMS does much better than ArcGIS Server is printing.... (translate)
ArcGIS Beta 9.4
Wow, 2 posts in the same day. This is just a quick heads up to fellow ESRI beta testers. Looks like the first cut is out the door. I'm downloading right now. Good for ESRI for making the betas downloadable. I cant tell you many hundreds of cd's an... (translate)
Article on Map Cache Hosting in ArcUser
Those of you that get ArcUser, make sure to check out the Article 'Tiles On A Cloud'. Its a good rundown of what we have been doing for our clients that need to offload some bandwidth for their cached tile-intensive applications. I have blo... (translate)
Coldfusion 9 Launched
Wow...Adobe just keeps wowing me with what they are doing with Coldfusion. Coldfusion 9 was released today. Check it out: Coldfusion 9 What a great time to be a Coldfusion developer...especially with the tight Flex integration...this make my ... (translate)
ArcGIS Sever In The Cloud Gets A Little Closer
I just opened up my inbox to an announcement from Amazon. Looks like they are continuing to push their cloud computing services. Now this one can make all the difference for us GIS nerds. Its called Virtual Private Cloud. Giving it a quick read, ... (translate)
Geoworld - Resource Of The Month
Our recent HivAtlas application (ArcGIS Server Javascript API site) was just highlighted in the latest issue of GeoWorld. Its on page 9 - "Resource Of The Month". I always find it strange when the folks who publish these articles never give you a h... (translate)
Dojo and Coldfusion - A Fix for Using the Dojo TitlePane with CFGrid
We are automatically updating a coldfusion grid with results from a database as users type in a search box. This grid is contained in a dojo dijit.TitlePane. The TitlePane is a collapsible window. Recently, we discovered an issue in IE. If the C... (translate)