<?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>geo-fi</title>
	<atom:link href="http://geofi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://geofi.wordpress.com</link>
	<description>software development &#124; gis &#124;  shane buscher</description>
	<lastBuildDate>Fri, 23 Oct 2009 12:49:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='geofi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>geo-fi</title>
		<link>http://geofi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://geofi.wordpress.com/osd.xml" title="geo-fi" />
	<atom:link rel='hub' href='http://geofi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Silverlight Data Access Layer Options Minus SQL Server</title>
		<link>http://geofi.wordpress.com/2009/10/23/silverlight-data-access-layer-options-minus-sql-server/</link>
		<comments>http://geofi.wordpress.com/2009/10/23/silverlight-data-access-layer-options-minus-sql-server/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:49:52 +0000</pubDate>
		<dc:creator>Shane Buscher</dc:creator>
				<category><![CDATA[ado.net]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://geofi.wordpress.com/?p=72</guid>
		<description><![CDATA[I&#8217;m focused right now on determining what DAL I should use for a new web mapping application I&#8217;m writing using the ArcGIS API for Silverlight. I quickly came across Shawn Wildermuth&#8217;s excellent post on Choosing a Data Access Layer for Silverlight 3 after Googling the subject. According to Shawn: The three major candidates in Silverlight3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=72&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m focused right now on determining what DAL I should use for a new web mapping application I&#8217;m writing using the <a href="http://resources.esri.com/arcgisserver/apis/silverlight/" target="_blank">ArcGIS API for Silverlight</a>.  I quickly came across Shawn Wildermuth&#8217;s excellent post on <a href="http://wildermuth.com/2009/09/29/Choosing_a_Data_Access_Layer_for_Silverlight_3" target="_blank">Choosing a Data Access Layer for Silverlight 3</a> after Googling the subject.  According to Shawn:</p>
<blockquote><p>The three major candidates in Silverlight3 are Web Services (WCF/ASMX), ADO.NET Data Services and RIA Services.  In any situation, any of these will work. But they are suited to different styles and requirements. Here&#8217;s the abridged differences between the stacks:</p>
<p>* Web Services: Interface-based Data Access<br />
* <a href="http://msdn.microsoft.com/en-us/data/bb931106.aspx" target="_blank">ADO.NET Data Services</a>: LINQ-based Data Access with change management<br />
* <a href="http://blogs.msdn.com/brada/archive/2009/03/19/what-is-net-ria-services.aspx" target="_blank">RIA Services</a>: Interface-based Data Access with change management</p></blockquote>
<p>I&#8217;ve been over in Java land for over a year now and ADO.NET Data Services and RIA Services are new territory for me.  After doing some research to get an architectural understanding of each service, I realized that both rely on the <a href="http://msdn.microsoft.com/en-us/library/bb399572.aspx" target="_blank">ADO.NET Entity Framework</a>,  an <a href="http://en.wikipedia.org/wiki/Object-Relational_mapping" target="_blank">ORM</a> for ADO.NET that&#8217;s equivalent to Hibernate on the Java side.  Unfortunately, you can&#8217;t use the Entity Framework with Oracle unless you purchase a 3rd party driver from <a href="http://www.devart.com/" target="_blank">Devart</a> or <a href="http://www.datadirect.com/index.ssp" target="_blank">DataDirect</a>.  If you are running another RDBMS flavor other than SQL Server, refer to Microsoft&#8217;s full list of <a href="http://msdn.microsoft.com/en-us/data/dd363565.aspx" target="_blank">3rd party ADO.NET Entity Providers</a>.</p>
<p>I don&#8217;t plan to purchase any provider licenses since I can still utilize WCF web services without incurring extra cost or 3rd party software points of failure, but others might want to take that route if ADO.NET Data Services or RIA Services are valuable enough.  I have to say RIA looked promising since it&#8217;s geared around line of business applications for Silverlight, and even provides a Visual Studio template.  Finally, something to keep in mind before choosing the ADO.NET Entity Framework is the <a href="http://efvote.wufoo.com/forms/ado-net-entity-framework-vote-of-no-confidence/" target="_blank">vote of no confidence</a> movement.</p>
<p>Alt+F4</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geofi.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geofi.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geofi.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=72&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://geofi.wordpress.com/2009/10/23/silverlight-data-access-layer-options-minus-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f0d5e7964b39a6507e16c2456990df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shane Buscher</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone Maps New Feature: Ads!</title>
		<link>http://geofi.wordpress.com/2009/10/04/iphone-maps-new-feature-ads/</link>
		<comments>http://geofi.wordpress.com/2009/10/04/iphone-maps-new-feature-ads/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 15:47:23 +0000</pubDate>
		<dc:creator>Shane Buscher</dc:creator>
				<category><![CDATA[googleMaps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://geofi.wordpress.com/2009/10/04/iphone-maps-new-feature-ads/</guid>
		<description><![CDATA[Yeah, one of those new features everyone doesn&#8217;t care for unless you&#8217;re making money off the ads.  Evidently though, it&#8217;s been reported that the iPhone Maps application is now displaying advertisements on iPhone OS 3.1.  There is nothing shocking about the new advertisements, given the Maps application makes use of Google Maps. Maybe even more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=64&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah, one of those new features everyone doesn&#8217;t care for unless you&#8217;re making money off the ads.  Evidently though, it&#8217;s been <a href="http://orb.pmdigital.com/2009/10/google-paid-listings-now-appeari-in-iphone-maps" target="_blank">reported</a> that the iPhone Maps application is now displaying advertisements on iPhone OS 3.1.  There is nothing shocking about the new advertisements, given the Maps application makes use of Google Maps.</p>
<p><img style="max-width:800px;" src="http://geofi.files.wordpress.com/2009/10/1074752_68723717.jpg?w=566&#038;h=243" alt="" width="566" height="243" /></p>
<p>Maybe even more interesting is Apple may be trying to replace Google Maps with their <a href="http://www.pcworld.com/businesscenter/article/172951/apple_and_google_breaking_up_over_iphone_maps.html" target="_blank">recent acquisition of Placebase</a>.  One can only speculate if the ads had a part in the decision.  Apple does like complete control&#8230;</p>
<p>Enjoy the upgrade!</p>
<p>alt+F4</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=3c3fbd22-3894-89e5-8e24-37320eda6815" alt="" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geofi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geofi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geofi.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=64&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://geofi.wordpress.com/2009/10/04/iphone-maps-new-feature-ads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f0d5e7964b39a6507e16c2456990df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shane Buscher</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/10/1074752_68723717.jpg" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=3c3fbd22-3894-89e5-8e24-37320eda6815" medium="image" />
	</item>
		<item>
		<title>Map Me the Money</title>
		<link>http://geofi.wordpress.com/2009/09/30/map-me-the-money/</link>
		<comments>http://geofi.wordpress.com/2009/09/30/map-me-the-money/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:37:32 +0000</pubDate>
		<dc:creator>Shane Buscher</dc:creator>
				<category><![CDATA[esriFlexApi]]></category>
		<category><![CDATA[googleMaps]]></category>

		<guid isPermaLink="false">http://geofi.wordpress.com/2009/09/30/map-me-the-money/</guid>
		<description><![CDATA[The government spending watchdogs are having a heyday thanks to the release of Where Is the Money Going, a new web map put up by the feds for tracking who and where Recovery Act monies are going.&#160; The application thematically maps out $13,060,137,875 by state, county, zip and congressional district.&#160; In addition, pushpins for contracts, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=61&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The government spending watchdogs are having a heyday thanks to the release of <a href="http://www.recovery.gov/Transparency/Pages/home.aspx">Where Is the Money Going</a>, a new web map put up by the feds for tracking who and where Recovery Act monies are going.&nbsp; The application thematically maps out $13,060,137,875 by state, county, zip and congressional district.&nbsp; In addition, pushpins for contracts, grants and loans can be identified for recipient and monetary award.&nbsp; Other notables are export to KML.</p>
<p>Where is the Money Going was developed with the <a href="http://resources.esri.com/arcgisserver/apis/flex/">ESRI Flex API</a>, and according to <a href="http://blog.programmableweb.com/2009/09/30/recoverygov-shows-us-stimulus-dollars-as-map-mashup/">Programmable Web</a>: </p>
<blockquote><p>ESRI&#8217;s biggest advantage versus Google Maps and other mapping providers is that ESRI is seen as the platform to use if you&#8217;re serious.</p></blockquote>
<p>Good thing I develop with Google Maps and ArcGIS Server, otherwise I&#8217;d almost take offense to that comment.  </p>
<p>On the lighter side, I just had to find out who received the most dough from Uncle Sam (and of course the location).  And the winner is&#8230;</p>
<p><img src="http://geofi.files.wordpress.com/2009/09/govrecov.png?w=600" /></p>
<p>I tried unsuccessfully to find some <a href="http://www.spatiallyadjusted.com/2009/09/22/we-need-a-cash-for-clunkers-program-to-rid-us-of-old-busted-web-gis/">Cash for Clunkers</a> ArcIMS replacement grants.&nbsp; I&#8217;m sure at least a tiny fraction of the $13 trillion will be spent on ArcIMS phaseouts even if they have to be replaced by Google Maps. </p>
<p>alt+F4</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d8478ab9-459e-81be-b035-a3145da1c351" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geofi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geofi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geofi.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=61&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://geofi.wordpress.com/2009/09/30/map-me-the-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f0d5e7964b39a6507e16c2456990df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shane Buscher</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/govrecov.png" medium="image" />

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=d8478ab9-459e-81be-b035-a3145da1c351" medium="image" />
	</item>
		<item>
		<title>Komodo Kode Kompletion for Mapping APIs</title>
		<link>http://geofi.wordpress.com/2009/09/20/komodo-kode-kompletion-for-mapping-apis/</link>
		<comments>http://geofi.wordpress.com/2009/09/20/komodo-kode-kompletion-for-mapping-apis/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 18:06:52 +0000</pubDate>
		<dc:creator>Shane Buscher</dc:creator>
				<category><![CDATA[bingMaps]]></category>
		<category><![CDATA[esriJsApi]]></category>
		<category><![CDATA[googleMaps]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[javaScript]]></category>
		<category><![CDATA[intellisense]]></category>

		<guid isPermaLink="false">http://geofi.wordpress.com/?p=3</guid>
		<description><![CDATA[The goal of this post is to show how JavaScript code completion can be achieved in Komodo Edit, which is a free code editor provided by Active State.  I&#8217;ll specifically demonstrate how to get set up with ESRI (dojo/ArcGIS API for JavaScript), Google Maps and Bing Maps code completion. Once you learn these, you&#8217;ll have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=3&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The goal of this post is to show how JavaScript code completion can be achieved in <a href="http://www.activestate.com/komodo_edit/" target="_blank">Komodo Edit</a>, which is a free code editor provided by Active State.  I&#8217;ll specifically demonstrate how to get set up with ESRI (<a href="http://api.dojotoolkit.org/" target="_blank">dojo</a>/<a href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jsapi_start.htm" target="_blank">ArcGIS API for JavaScript</a>), <a href="http://code.google.com/apis/maps/" target="_blank">Google Maps</a> and <a href="http://msdn.microsoft.com/en-us/library/bb429565.aspx" target="_blank">Bing Maps</a> code completion. Once you learn these, you&#8217;ll have the know-how to incorporate any JavaScript API.</p>
<p><strong>Why Komodo? </strong></p>
<p>I recently switched to Komodo Edit from <a href="http://www.aptana.org/" target="_blank">Aptana Studio</a> for the following reasons:</p>
<ul>
<li>Needed a lightweight JavaScript editor</li>
<li>Wanted better code completion</li>
<li>Aptana is built on Eclipse</li>
<li>Komodo Edit supports vi</li>
</ul>
<p>Visual Studio isn&#8217;t an option yet for me, as I&#8217;m doing development on my new MacBook Pro.  Eventually I&#8217;ll get Windows 7 running virtually in order to reap VS benefits.  In the meantime I&#8217;m satisfied with Komodo Edit, which also has a paid version called <a href="http://www.activestate.com/komodo/">Komodo IDE</a> providing extra goodies.</p>
<p>So let&#8217;s roll&#8230;</p>
<p><strong>General<br />
</strong></p>
<ol>
<li><a href="https://www.activestate.com/komodo_edit/downloads/" target="_blank">Download</a> your desired flavor (Win, Mac, Linux) of Komodo Edit and go through the typical install.</li>
<li>Launch it.</li>
</ol>
<p><strong>ESRI Setup for Dojo\ArcGIS JavaScript<br />
</strong></p>
<p>I&#8217;ll include adding code completion for both dojo and ArcGIS JavaScript APIs since they are intimately tied.</p>
<ol>
<li>Open the <em>Preferences</em> dialog through the menu.  If you are running Windows, go to <em>Edit&#8211;&gt;Preferences</em>.  For Mac, <em>Komodo&#8211;&gt;Preferences</em>.</li>
<li>Select <em>Code Intelligence</em> in Category, then check dojo_v130 under API Catalogs.  Note the other libraries like Ext, jQuery, Prototype and YUI.</li>
<div class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><a href="http://geofi.files.wordpress.com/2009/09/adddojocc.png"><img class="size-full wp-image-11" title="AddDojoCC" src="http://geofi.files.wordpress.com/2009/09/adddojocc.png?w=600&#038;h=604" alt="Add dojo intellisense to Komodo" width="600" height="604" /></a></dt>
</dl>
</div>
<li>Close and reopen Komodo.</li>
<li>Create a new JavaScript file for testing.  Type <em>&#8216;dojo.&#8217;</em> and away you go.  Don&#8217;t forget to try dijit and dojox too.</li>
<p><a href="http://geofi.files.wordpress.com/2009/09/dojoquery.png"><img class="alignnone size-full wp-image-16" title="dojoQuery" src="http://geofi.files.wordpress.com/2009/09/dojoquery.png?w=600" alt="dojoQuery"   /></a></p>
<li>To add ESRI&#8217;s ArcGIS JavaScript API, you&#8217;ll need to grab the source and stick it in its own js file.  The API is online at <a href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.4" target="_blank">http://serverapi.arcgisonline.com/jsapi/arcgis/?v=1.4</a>.  Type this url into a browser and copy the entire last line (it&#8217;s a long one) highlighted below.</li>
<p><a href="http://geofi.files.wordpress.com/2009/09/esrijsapi.png"><img class="alignnone size-full wp-image-18" title="esriJSapi" src="http://geofi.files.wordpress.com/2009/09/esrijsapi.png?w=600&#038;h=300" alt="esriJSapi" width="600" height="300" /></a></p>
<li>Create another js file in Komodo Edit and paste the source that was copied in the previous step.  When you save the file you might get a warning that some of the characters can&#8217;t be saved with the current encoding.  Go ahead and force the save and ignore other warnings that you may get.  It&#8217;s all good.</li>
<li>Go back into Komodo Preferences, and select Languages&#8211;&gt;JavaScript.  Add the directory to where you saved your ArcGIS JavaScript API source js file under JavaScript Directories and click OK.</li>
<p><a href="http://geofi.files.wordpress.com/2009/09/esrijsconfig.png"><img class="alignnone size-full wp-image-22" title="esriJSconfig" src="http://geofi.files.wordpress.com/2009/09/esrijsconfig.png?w=600&#038;h=306" alt="esriJSconfig" width="600" height="306" /></a></p>
<li>Go back to the test javascript file created in step 4.  Type<em> &#8216;esri.&#8217;</em> and you&#8217;ll see the code completion take effect.  If you run across any issues simply close and reopen Komodo.</li>
</ol>
<p><a href="http://geofi.files.wordpress.com/2009/09/esrijscc1.png"><img class="alignnone size-full wp-image-23" title="esriJScc" src="http://geofi.files.wordpress.com/2009/09/esrijscc1.png?w=600&#038;h=196" alt="esriJScc" width="600" height="196" /></a></p>
<p><strong>Google Maps</strong></p>
<p>Because Google <a href="http://maps.gstatic.com/intl/en_us/mapfiles/api-3/15a/main.js" target="_blank">obfuscates</a> their Maps API it&#8217;s useless to try and grab their source and use it like we did with ESRI.  Luckily somebody out there stubbed out the Maps 2.0 API for us, which you can grab at <a href="http://www.codeplex.com/GMapJS/Release/ProjectReleases.aspx?ReleaseId=19490" target="_blank">http://www.codeplex.com/GMapJS/Release/ProjectReleases.aspx?ReleaseId=19490</a>.</p>
<ol>
<li>Download GMAPJSHelper_Release.js.</li>
<li>If you save GMAPJSHelper_Release.js to the same directory as the ArcGIS JavaScript source in ESRI step 6, close and restart Komodo.  Otherwise, add the directory you saved GMAPJSHelper_Release.js to Komodo&#8217;s JavaScript Directories like ESRI step 7 (might still need to restart Komodo) .</li>
<li>Test  the code completion.</li>
</ol>
<p><a href="http://geofi.files.wordpress.com/2009/09/gmapcc.png"><img class="alignnone size-full wp-image-27" title="GMapCC" src="http://geofi.files.wordpress.com/2009/09/gmapcc.png?w=600" alt="GMapCC"   /></a></p>
<p>Note GMAPJSHelper_Release.js is for version 2.x, and does not cover 3.0 or the Static Maps API.  Another tidbit is version 2.x uses globals, so you have to know the names of all the classes when using code completion.  You can&#8217;t, for instance, type &#8216;<em>esri</em>.&#8217; and get all the types like you did with the ArcGIS JavaScript API.  However, Google Maps 3.0 thankfully introduces namespaces.  Unfortunately, I couldn&#8217;t find a helper js for version 3.0.</p>
<p><strong>Bing Maps</strong></p>
<ol>
<li>Go to <a href="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2" target="_blank">http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2</a> and copy the last line starting at &#8216;<em>this.CreditsFor=function(a,i,j,h)</em>&#8216;.</li>
<li>Create another JavaScript file in Komodo Edit and paste.  Put a semicolon at the very end of the line, and save it.  You&#8217;ll get the same warnings you did with ESRI, but keep on ignoring them.</li>
<li>Add the new js file to the JavaScript Source Directories like ESRI step 6, if needed.</li>
<li>Close and reopen Komodo.</li>
<li>Open up your js file used to test code completion.</li>
<li>Type &#8216;<em>VEMap.&#8217;</em> and you should be golden.  Bing also lacks namespaces similar Google Maps 2.x.  Gotta love the old &#8216;VE&#8217; prefixes!</li>
</ol>
<p><a href="http://geofi.files.wordpress.com/2009/09/bingcc.png"><img class="alignnone size-full wp-image-30" title="bingCC" src="http://geofi.files.wordpress.com/2009/09/bingcc.png?w=600" alt="bingCC"   /></a></p>
<p><strong>Bonus </strong></p>
<p>There are additional add-ons besides code completion that are useful for your JavaScript experience.  On the tools menu, select Add-ons and you&#8217;ll get the familiar FireFox dialog for searching and adding add-ons/extensions/plugins.  Do a &#8216;<em>browse all</em>&#8216; and you&#8217;ll find some gems like kJSLint, core javascript library, htmlKit, etc.</p>
<p><strong>Conclusion</strong></p>
<p>I&#8217;ve shown how to set up Komodo code completion for three of the most popular mapping APIs.  However, there is no reason you couldn&#8217;t apply the same techniques to add Yahoo Maps, Open Layers, or any other web mapping kit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geofi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geofi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geofi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geofi.wordpress.com&amp;blog=9442886&amp;post=3&amp;subd=geofi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://geofi.wordpress.com/2009/09/20/komodo-kode-kompletion-for-mapping-apis/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10f0d5e7964b39a6507e16c2456990df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shane Buscher</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/adddojocc.png" medium="image">
			<media:title type="html">AddDojoCC</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/dojoquery.png" medium="image">
			<media:title type="html">dojoQuery</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/esrijsapi.png" medium="image">
			<media:title type="html">esriJSapi</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/esrijsconfig.png" medium="image">
			<media:title type="html">esriJSconfig</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/esrijscc1.png" medium="image">
			<media:title type="html">esriJScc</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/gmapcc.png" medium="image">
			<media:title type="html">GMapCC</media:title>
		</media:content>

		<media:content url="http://geofi.files.wordpress.com/2009/09/bingcc.png" medium="image">
			<media:title type="html">bingCC</media:title>
		</media:content>
	</item>
	</channel>
</rss>
