<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GloboServe</title>
	<atom:link href="http://globoserve.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://globoserve.wordpress.com</link>
	<description>A Division of Globex Corporation</description>
	<lastBuildDate>Tue, 08 Jun 2010 03:09:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='globoserve.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>GloboServe</title>
		<link>http://globoserve.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://globoserve.wordpress.com/osd.xml" title="GloboServe" />
	<atom:link rel='hub' href='http://globoserve.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Switching from Google Maps to ArcGIS Server</title>
		<link>http://globoserve.wordpress.com/2010/06/08/switching-from-google-maps-to-arcgis-server/</link>
		<comments>http://globoserve.wordpress.com/2010/06/08/switching-from-google-maps-to-arcgis-server/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 03:06:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[esri]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[platform switching]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/?p=43</guid>
		<description><![CDATA[After seeing a post about going from ArcGIS Server to Google Maps ,via GeoJason, I decided to write up a quick blurb about going the other way&#8230; the why&#8230; When I came back after spending a week eating Thai &#38; Indian food @ the 2010 ESRI Developer&#8217;s Summit, I pretty much had my mind made [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=43&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After seeing a post about going from ArcGIS Server to Google Maps ,via <a href="http://geojason.info/2010/04/moving-from-arcgis-server-to-google-maps-api/" target="_blank">GeoJason</a>, I decided to write up a quick blurb about going the other way&#8230;</p>
<h2 style="text-align:left;">the why&#8230;</h2>
<p>When I came back after spending a week eating Thai &amp; Indian food @ the 2010 ESRI Developer&#8217;s Summit, I pretty much had my mind made up.  From talking with other devs and seeing what&#8217;s coming (now available in beta), it was a very easy decision.  Some of the those features:</p>
<ul>
<li>Feature Layers/Editing
<ul>
<li>You get a bunch of pre-defined dijits if you&#8217;re down with dojo, plus, it&#8217;s relatively easy to deconstruct them and make your own editors/templates/etc.</li>
</ul>
</li>
<li>Time-Aware &#8230;ness?
<ul>
<li>Another pre-defined slider dijit that lets you alter time.  This is a solid addition and will become even better when they get a decent css styling scheme.  Am I the only one who thinks the dojo css is stuck in the late-90s?  Strange, it being a time-slider and all..</li>
</ul>
</li>
<li>Querying Stand-Alone Tables
<ul>
<li>Pretty solid enhancement if you&#8217;re ok with storing those tables in a map service.</li>
</ul>
</li>
<li>Network Analyst
<ul>
<li>Since we are primarily an ESRI-shop, packing up some core Network Analyst tools to run on the client is nice.  No more crazy GP models and dealing with random 500 error responses.</li>
</ul>
</li>
<li><a href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/new_v20.htm" target="_blank">Much more &#8230;</a></li>
</ul>
<p>Bringing this around to the topic at hand, the main point is that the ESRI ArcGIS Server Javascript for Google Maps (and Bing Maps) will not support <span style="text-decoration:underline;"><strong>ANY</strong> </span>of these enhancements at version 2.0.  Pret-ty lame, Milhouse.  I&#8217;m a little surprised that there hasn&#8217;t been more discussion on this.</p>
<address>*One other point to note is that Google does not allow direct access to their tiled images.  This would make it impossible (legally-speaking) to integrate Google with version 2.0.  It does, however, open up Bing as a potential suitor seeing as they do allow the aforementioned access.  DECISIONS TO MAKE!</address>
<h2 style="text-align:left;">the bad&#8230;</h2>
<p>So giving up Google has some bad side effects.  All obvious and echoed from <a href="http://geojason.info/2010/04/moving-from-arcgis-server-to-google-maps-api/" target="_blank">GeoJason</a>, but still worth repeating:</p>
<ul>
<li>Base-maps that are visually pleasing and familiar to users</li>
<li>Overall speed and quick updates
<ul>
<li>I&#8217;m not sure how frequent ESRI makes updates to their cached base maps or if anyone has asked them.  It&#8217;d probably be good to know.</li>
</ul>
</li>
<li>ESRI JavaScript = Dojo
<ul>
<li>I started with jQuery and am now using ExtJS so my experience with Dojo is still growing,  however, I normally don&#8217;t like to be stuck in one dev box.</li>
</ul>
</li>
<li>Community Support
<ul>
<li>Definitely agree with <a href="http://geojason.info/2010/04/moving-from-arcgis-server-to-google-maps-api/" target="_blank">GeoJason</a> on this one.  The ESRI online dev community needs to get movin&#8217;.  The new forums are a good start but I&#8217;d like to see a more open style of bug reporting &amp; enhancement requests.  I know the ArcGIS Ideas site launched recently and that has serious potential but one site to handle EVERYTHING that is even remotely ArcGIS-related seems a bit overwhelming.  Developers need a simple, clean UI to track bugs and &#8220;vote&#8221; on enhancements or features.  I don&#8217;t see this yet from the Ideas site.</li>
</ul>
</li>
</ul>
<h2 style="text-align:left;">so&#8230;what?</h2>
<p>It&#8217;s all about what works best for your setup.  We are an ESRI-shop so using ArcGIS Server makes sense.  We have some pretty heavy data needs and requirements so querying related tables and/or stand alone tables is a huge plus.  Should an update to the Google Maps Extension come up soon, I&#8217;ll definitely take another look but for now, it&#8217;s all about 2.0.</p>
<p><a href="http://globoserve.files.wordpress.com/2010/06/howard-dean-arcgis10.jpg"><img class="alignnone size-medium wp-image-44" title="howard-dean-arcgis10" src="http://globoserve.files.wordpress.com/2010/06/howard-dean-arcgis10.jpg?w=300&#038;h=217" alt="" width="300" height="217" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=43&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2010/06/08/switching-from-google-maps-to-arcgis-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>

		<media:content url="http://globoserve.files.wordpress.com/2010/06/howard-dean-arcgis10.jpg?w=300" medium="image">
			<media:title type="html">howard-dean-arcgis10</media:title>
		</media:content>
	</item>
		<item>
		<title>System Re-boot Complete.</title>
		<link>http://globoserve.wordpress.com/2010/06/04/system-re-boot-complete/</link>
		<comments>http://globoserve.wordpress.com/2010/06/04/system-re-boot-complete/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 03:06:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[crisis of relevance]]></category>
		<category><![CDATA[esri]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/?p=28</guid>
		<description><![CDATA[I figure it&#8217;s about time to take this blog thing seriously.  After all, if we don&#8217;t give blogging a chance, it may not make it. Anyway, geo-nerds will have another home and hopefully I&#8217;ll be able to contribute something to the #geoglobaldomination I&#8217;ve been hearing so much about lately. Be on the look out for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=28&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I figure it&#8217;s about time to take this blog thing seriously.  After all, if we don&#8217;t give blogging a chance, it may not make it.</p>
<p>Anyway, geo-nerds will have another home and hopefully I&#8217;ll be able to contribute something to the #geoglobaldomination I&#8217;ve been hearing so much about lately.</p>
<p>Be on the look out for some serious ArcGIS Server JavaScript related posts and for the time being, I&#8217;ll be taking requests for anyone who needs some help in the afore mentioned discipline.</p>
<p>Take a look at my original posts and have a few laughs.  It was when the .NET ADF was all I knew!  *tear*</p>
<p><pre class="brush: plain;">code on.</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=28&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2010/06/04/system-re-boot-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>
	</item>
		<item>
		<title>Using the Polygon Tool &amp; Graphics Layer (Part I)</title>
		<link>http://globoserve.wordpress.com/2007/10/14/using-the-polygon-tool-graphics-layer-part-i/</link>
		<comments>http://globoserve.wordpress.com/2007/10/14/using-the-polygon-tool-graphics-layer-part-i/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 04:24:32 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[basedata]]></category>
		<category><![CDATA[esri]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[polygon]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/2007/10/14/using-the-polygon-tool-graphics-layer-part-i/</guid>
		<description><![CDATA[Well, here is Part I of using the Polygon Tool in the Web ADF that I promised a while ago. As you can see from the screen shot below, this tool will let the user create a polygon area and retrieve some stats about the area they defined. Let me state right away that I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=22&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, here is Part I of using the Polygon Tool in the Web ADF that I promised a while ago.  As you can see from the screen shot below, this tool will let the user create a polygon area and retrieve some stats about the area they defined.  Let me state right away that I don&#8217;t work for ESRI and by using this code you do so at your own risk.</p>
<p><a href="http://globoserve.files.wordpress.com/2007/10/screen1.JPG" title="polyAverageWithGraphics"><img src="http://globoserve.files.wordpress.com/2007/10/screen1.JPG?w=500" alt="polyAverageWithGraphics" /></a></p>
<p>Anyway, let&#8217;s get to it shall we?</p>
<p>In my mock up AGS App shown in the screenshot I&#8217;m using all ESRI base data.  The points layer is a Zip Codes feature class with some random attributes such as population, population per SQMI, SQMI, etc.  I used this layer because it was the first one I saw that I could use for computing some averages.  You can use any layer (obviously..), just make the necessary changes.</p>
<p>I have two (2) services in my MapResourceManager: 1. &#8220;Graphics&#8221; (in Memory Layer) 2. &#8220;BaseMap&#8221; (pooled service created from ESRI Base Data) .  We&#8217;ll use the graphics layer to return a graphic of what the user defined as their polygon area. You can go through the attached code (clsCreateGraphicPoly) and change the color, transparency, etc. of the graphic that is returned.</p>
<p>As for the code, here are the bullet points:</p>
<ul>
<li>First we add the custom Polygon tool to the toolbar in the code view of the Default.aspx page
<ul>
<li>If you are using the Web Mapping Template in VS 2005 you can use the &#8220;measure-polygon.png&#8221; already included in the Images folder.</li>
<li>You may also need to resize the toolbar for our new tool to show up properly</li>
<li>Here is the HTML for the Polygon tool:</li>
</ul>
<p>&lt;esri:Tool DefaultImage=&#8221;images/measure-poly.png&#8221; JavaScriptFile=&#8221;" HoverImage=&#8221;images/measure-poly.png&#8221; ClientAction=&#8221;Polygon&#8221; ToolTip=&#8221;Polygon&#8221; SelectedImage=&#8221;images/measure-poly.png&#8221; Name=&#8221;Polygon&#8221; Text=&#8221;Polygon&#8221;&gt;&lt;/esri:Tool&gt;</p>
<ul>
<li>Note that <strong>ClientAction=&#8221;Polygon&#8221;</strong></li>
</ul>
</li>
</ul>
<ul>
<li>Now we can start adding code when the <strong>Map1_Polygon</strong> event is fired in the <strong>Default.aspx.vb/cs</strong>
<ul>
<li>I think I&#8217;ve commented the code fairly well so I&#8217;m not going to go through it line by line</li>
<li>What we basically do is first create the graphic (as an ElementGraphicsLayer) and add it to the Graphics resource</li>
<li>Then we send the map points (from the user created polygon) into a function that uses a SpatialFilter to query out records and perform calculations on them</li>
<li>Once the calculations are returned from the function, we then automatically expand the <strong>Results</strong> Panel and use some of the Web ADF javascript functions to change the innerHTML of the panel to our averages</li>
</ul>
</li>
</ul>
<p>Pretty cool huh?  Maybe? A little?  Well I think so.</p>
<p>Code is below.  Sorry about the word .docs&#8230;I think it&#8217;s the only way I can attach it.  Still new to wordpress&#8230;</p>
<p>Oh and why Wisconsin in the screenshot?? Because Wisconsin is awesome.</p>
<p>Leave some comments!!</p>
<p>-Adam</p>
<p><a href="http://globoserve.files.wordpress.com/2007/10/clscreategraphicspoly.doc" title="clsCreateGraphicPolyDOC">clsCreateGraphicPolyDOC</a></p>
<p><a href="http://globoserve.files.wordpress.com/2007/10/clspolyaverage.doc" title="clsPolyAverageDOC">clsPolyAverageDOC</a></p>
<p><a href="http://globoserve.files.wordpress.com/2007/10/map1_polygon.doc" title="map1_polygonDOC">map1_polygonDOC</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/globoserve.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/globoserve.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=22&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2007/10/14/using-the-polygon-tool-graphics-layer-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>

		<media:content url="http://globoserve.files.wordpress.com/2007/10/screen1.JPG" medium="image">
			<media:title type="html">polyAverageWithGraphics</media:title>
		</media:content>
	</item>
		<item>
		<title>Oh yeah&#8230;</title>
		<link>http://globoserve.wordpress.com/2007/10/04/oh-yeah/</link>
		<comments>http://globoserve.wordpress.com/2007/10/04/oh-yeah/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 18:24:41 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/2007/10/04/oh-yeah/</guid>
		<description><![CDATA[I forgot I had started a blog there for a second&#8230; Actually just swamped with real-world work. I promise by next week sometime some fun with using a polygon tool to select things on a map and graphics and so on&#8230; Anyway. Sorry for the lack of well, anything recently. I&#8217;ll get on that. -Adam<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=21&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I forgot I had started a blog there for a second&#8230;</p>
<p>Actually just swamped with real-world work.  I promise by next week sometime some fun with using a polygon tool to select things on a map and graphics and so on&#8230;</p>
<p>Anyway.  Sorry for the lack of well, anything recently.  I&#8217;ll get on that.</p>
<p>-Adam</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/globoserve.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/globoserve.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=21&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2007/10/04/oh-yeah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>
	</item>
		<item>
		<title>ESRI Data &amp; Maps 2007 Update</title>
		<link>http://globoserve.wordpress.com/2007/08/30/esri-data-maps-2007-update/</link>
		<comments>http://globoserve.wordpress.com/2007/08/30/esri-data-maps-2007-update/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 01:50:46 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[basedata]]></category>
		<category><![CDATA[esri]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/2007/08/30/esri-data-maps-2007-update/</guid>
		<description><![CDATA[ESRI is offering an update to their 2007 Data &#38; Maps. Pretty quick turn around time, I received mine in less than a week. Hopefully another post involving the polygon tool and graphics by tomorrow. -Adam (photo courtesy of james&#8217; blog)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=19&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.esri.com/data/data-maps/overview.html" title="Base Data Junkies Rejoice.." target="_blank">ESRI</a> is offering an update to their 2007 Data &amp; Maps.  Pretty quick turn around time, I received mine in less than a week.</p>
<p>Hopefully another post involving the polygon tool and graphics by tomorrow.</p>
<p>-Adam</p>
<p><img src="http://globoserve.files.wordpress.com/2007/08/howard-dean-arcgis.jpg?w=500" alt="Byyyah!" /></p>
<p><em><font size="1">(photo courtesy of <a href="http://www.spatiallyadjusted.com" title="James Fee GIS Blog">james&#8217; blog</a>)</font></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/globoserve.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/globoserve.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=19&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2007/08/30/esri-data-maps-2007-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>

		<media:content url="http://globoserve.files.wordpress.com/2007/08/howard-dean-arcgis.jpg" medium="image">
			<media:title type="html">Byyyah!</media:title>
		</media:content>
	</item>
		<item>
		<title>Problems after a Network Password Change</title>
		<link>http://globoserve.wordpress.com/2007/08/24/problems-after-a-network-password-change/</link>
		<comments>http://globoserve.wordpress.com/2007/08/24/problems-after-a-network-password-change/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 03:02:57 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[identity]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/2007/08/24/problems-after-a-network-password-change/</guid>
		<description><![CDATA[Let&#8217;s start off slow.  This one took me a while to figure out when it first came up.  Looking back now I can&#8217;t believe it gave me problems.  What I really can&#8217;t believe is that ESRI Tech Support couldn&#8217;t help me.  Don&#8217;t get me wrong, those guys have come through in the past but this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=14&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote></blockquote>
<p>Let&#8217;s start off slow. </p>
<p>This one took me a while to figure out when it first came up.  Looking back now I can&#8217;t believe it gave me problems.  What I <em>really</em> can&#8217;t believe is that ESRI Tech Support couldn&#8217;t help me.  Don&#8217;t get me wrong, those guys have come through in the past but this seems so remedial&#8230;Anyway.</p>
<p>Let&#8217;s say you have an application or two up and running with AGS.  And you, as a good GIS Developer, follow the company policy to change your password when prompted.  After doing so, however, your AGS apps no longer work!  The most likely cause of the problem in this scenario is that the application only recognizes your initial Identity that you used when setting up AGS.</p>
<p>One remedy:  modify the web.config file in your application.  This can be done by double-clicking on the <strong>web.config</strong> file in the <strong>Solution Explorer</strong> of Visual Studio (or VWD).  Once it opens, scroll down to just after the part that is commented out under the <strong>&lt;system.web&gt;</strong> tag.  Then add the following code:</p>
<p><font size="2" color="#0000ff">&lt;<font size="2" color="#a31515">identity </font><font size="2" color="#ff0000">impersonate</font><font size="2" color="#0000ff">=</font><font size="2">&#8220;</font><font size="2" color="#0000ff">true</font><font size="2">&#8221; </font><font size="2" color="#ff0000">userName</font><font size="2" color="#0000ff">=</font><font size="2">&#8220;</font><font size="2" color="#0000ff">domain\username</font><font size="2">&#8220;</font><font size="2" color="#0000ff"> </font><font size="2" color="#ff0000">password</font><font size="2" color="#0000ff">=</font><font size="2">&#8220;</font><font size="2" color="#0000ff">password</font><font size="2">&#8220;</font><font size="2" color="#0000ff">/&gt; </font></font></p>
<p>You will obviously need to fill in the username and password with your own credentials. Image shown below:<br />
<a href="http://globoserve.files.wordpress.com/2007/08/webconfig.jpg" title="webconfig.jpg"><img width="160" src="http://globoserve.files.wordpress.com/2007/08/webconfig.thumbnail.jpg?w=160&#038;h=77" alt="webconfig.jpg" height="77" style="width:221px;height:143px;" /></a></p>
<p>Hopefully your app will shoot back up and you&#8217;ll be back in business plotting those local squirrel attacks.  People think you&#8217;re paranoid but believe me, it&#8217;s not paranoia if they really <em>are</em> out to get you.</p>
<p>-Adam</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/globoserve.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/globoserve.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=14&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2007/08/24/problems-after-a-network-password-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>

		<media:content url="http://globoserve.files.wordpress.com/2007/08/webconfig.thumbnail.jpg" medium="image">
			<media:title type="html">webconfig.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Supervillian Seizes East Coast&#8230;</title>
		<link>http://globoserve.wordpress.com/2007/08/24/supervillian-seizes-east-coast/</link>
		<comments>http://globoserve.wordpress.com/2007/08/24/supervillian-seizes-east-coast/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 02:23:08 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[site news]]></category>

		<guid isPermaLink="false">http://globoserve.wordpress.com/2007/08/24/supervillian-seizes-east-coast/</guid>
		<description><![CDATA[Welcome to another GIS-related blog. I figure since everyone has one, I&#8217;d better get in on the action before their brother gets one too. I plan on using this blog to discuss fairly simple topics regarding ESRI&#8217;s ArcGIS Server (.NET). If you actually care who I am then go ahead and check out the About [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=13&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to another GIS-related blog.  I figure since everyone has one, I&#8217;d better get in on the action before their brother gets one too.  I plan on using this blog to discuss fairly simple topics regarding ESRI&#8217;s ArcGIS Server (.NET).  If you actually care who I am then go ahead and check out the <em>About</em> tab up there.  If not then ok.  I can handle that too.</p>
<p>I plan on posting some simple things that has tripped me up in the past along with things that are currently sticking their legs out along the GIS development pathway.  Basically, anything I want and/or get suggestions for.</p>
<p>So yeah, let&#8217;s do this huh?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/globoserve.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/globoserve.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/globoserve.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/globoserve.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/globoserve.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=globoserve.wordpress.com&amp;blog=1575556&amp;post=13&amp;subd=globoserve&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://globoserve.wordpress.com/2007/08/24/supervillian-seizes-east-coast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/866afd53b55e96bf85a0537a08a0d547?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adam</media:title>
		</media:content>
	</item>
	</channel>
</rss>
