8,840 reputation
11436
bio website swingley.appspot.com
location Laguna Beach, CA
age 31
visits member for 2 years, 10 months
seen yesterday
stats profile views 571

Blog: http://swingley.posterous.com/

Twitter: @derekswingley

Product engineer working mainly on the ArcGIS API for JavaScript at Esri. Opinions are my own.


Jun
8
awarded  Caucus
May
29
comment ESRI Javascript API - Emulate 'Red Glow' Effect From Flex API
Glad you found the link to that sample, that's what I would have suggested. I would use that effect sparingly, though. Animation for animation's sake is rarely a good idea. It's a novel effect initially, but if your app will have lots of repeat users, the animation will likely become more of an annoyance to them over time.
May
25
comment convex hull over selected features
I have a feeling the error is related to loading your page from the file system as opposed to serving it from a web server. You should use a local instance of IIS, Apache or some other web server when developing/testing a JS API app. In your case, since you're using an asp.net proxy, you should server your app from IIS.
May
25
comment Testing Tools For Simulating User Interaction - Especially Map Panning
Out of curiosity, why do you want to test map panning?
May
25
answered Testing Tools For Simulating User Interaction - Especially Map Panning
May
14
awarded  arcgis-javascript-api
May
13
answered ArcGIS javascript api: Convert a map service with projected coords to web mercator
May
13
awarded  Announcer
May
2
comment Adding a FeatureLayer ARCGIS JavaScript API
@KarthikBharadwaj please post a new question, the comments aren't the appropriate place for this type of discussion.
May
2
answered Adding a FeatureLayer ARCGIS JavaScript API
May
2
revised Adding a FeatureLayer ARCGIS JavaScript API
formatted code
May
2
answered ArcGIS Javascript API - How to submit a defect?
May
2
comment ArcGIS Javascript API - How to submit a defect?
The most important thing to do to report a bug is to have a repro case (which you've done, thank you). The official channel to report a is through support: support.esri.com/en/webform/support/customerId/5753/chat/false (you'll need to be logged into your Esri global account). That being said, in looking at your jsfiddle, I see the same thing as kenbuja– the onMouseMove event only fires when I move the mouse. If the mouse is not moving, no event is fired.
Apr
18
awarded  Announcer
Apr
16
awarded  Announcer
Apr
6
comment How to add or remove layers using esri javascript api
@LearningGIS24 can you post this as a separate question? Comments on an answer aren't really the place for new discussion.
Mar
23
comment ArcGIS JSAPI selectFeatures on feature layer with “stacked” features only returns one feature
Glad you got it working!
Mar
22
comment How to Geocode 300,000 addresses on the fly?
Not familiar with SmartyStreets, looks promising, thanks for the heads up.
Mar
21
answered ArcGIS JSAPI selectFeatures on feature layer with “stacked” features only returns one feature
Mar
20
comment Send ArcGIS JavaScript Geometry Object JSON to server using JQuery Ajax request
Glad you got it figured out. You should post your solution as an answer so that this question will show as answered.