SoulSolutions
Check me out on the web at Soul Solutions or at my blog.
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
Behind The Maps - Flying the UltraCam
Aug 07, 2008 at 7:31 PMThanks for the awesome insight and I look forward to even more!
John.
Virtual Earth ASP.NET Control - CTP Release
Jul 28, 2008 at 3:40 PMI'll get some good demos up soon so just what a time saver this is. Maybe we should have a code off Mark? Javascript vs ASP.NET control?
Building a Windows Side Bar gadget for tracking traffic
Jun 18, 2007 at 7:54 AMhttp://gallery.live.com/liveItemDetail.aspx?li=fd7fd7af-32e4-43b9-bbf3-3cf9233f0117
I'd love to get some good ideas of how to take this to the next level, the current suggestions are:
1) show the title of the camera in a nice semi-transparent bar.
2) have the cameras come from an RSS feed of RSS feeds to easily update.
3) support live streaming cameras
4) store images locally to allow replay / time lapse functions.
Let me know what you think!
John.
Mashup 101: Virtual Earth Map Control and AJAX (Part I)
Jul 24, 2006 at 5:22 PMSmall (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.