Mashup 101: Virtual Earth Map Control and AJAX (Part I)
- Posted: Apr 13, 2006 at 5:28 PM
- 57,354 Views
- 8 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In Part I of this two part screencast, Microsoft Federal Developer Evangelist Marc Schweigert demonstrates the basic concepts used build a mashup application using the Virtual Earth map control and AJAX style programming. In
Part II, we’ll build the same solution using ASP.NET “Atlas.”
This screencast was inspired by various tutorials and walkthroughs from the following:
http://spaces.msn.com/virtualearth/blog/
http://blogs.msdn.com/jhawk/
http://viavirtualearth.com/
You can learn more about programming the Virtual Earth map control at
http://msdn.microsoft.com/live/. The source code for this screencast is available
here. Don't forget to check out the Federal D&PE blog at
http://blogs.msdn.com/federaldev/.
-Marc
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Question:
"I've already worked on this kind of development, and i'm impressed with Visual Studio JavaScript debugging facilities...
Is it standard with Visual Studio 2005?"
Answer:
"Yes. It's a little known feature of Visual Studio / IE. It is not enabled by default. Just go to Tools->Internet Options (in IE). Then go to the Advanced tab. Make sure both "Disable Script Debugging" checkboxes are unchecked. Now set a breakpoint in your JavaScript. You should now have JavaScript debugging enabled. It definitely makes JavaScript programming a little more productive
-Marc
Steven James
steven.james@1800thenerd.com
Small (but important) typo in the code though:
xmlhttp.Open("GET", url, true);
should be
xmlhttp.open("GET", url, true);
or else it won't work in the fox.
Thanks again.
If you have a moment I'm working on the logic to introduce clustering of points server side based on your AJAX code.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=567362&SiteID=1
John.
http://officialmeetings.com/VirtualEarthAjax/VirtualEarthAjax.htm
Thanks!!
Can u help?
I have an open source Virtual Earth mapping control using ASP.NET AJAX Extensions that I've been working on for awhile now. It's hosted over at CodePlex, so check it out if you're interested.
PietschSoft.VE - ASP.NET AJAX Virtual Earth mapping server control
Remove this comment
Remove this thread
close