<?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/"
	>

<channel>
	<title>Spatial Miscellany &#187; Software</title>
	<atom:link href="http://gisconsultancy.com/blog/spatial/gis/software/feed" rel="self" type="application/rss+xml" />
	<link>http://gisconsultancy.com/blog</link>
	<description>A weblog. A website. A geospatial miscellany...</description>
	<lastBuildDate>Sun, 08 Aug 2010 17:43:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Faster web mapping with Google’s new browser?</title>
		<link>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser</link>
		<comments>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:27:34 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser</guid>
		<description><![CDATA[  Last month Google released a web browser…Google Chrome.  It appears to have debuted to mixed reviews, personally I really like it, but others have had less favourable experience.  On the surface, it looks much like any other web browser, but underneath, it’s a bit of an animal.
Google have acquired a new JavaScript [...] ]]></description>
			<content:encoded><![CDATA[<p> Last month Google released a web browser…<a href="http://www.google.com/chrome">Google Chrome</a>.  It appears to have debuted to <a href="http://geobabble.wordpress.com/2008/09/15/chrome-ie-killer-or-not/">mixed reviews</a>, personally I really like it, but others have had <a href="http://www.archaeogeek.com/blog/2008/09/04/chrome-not-that-shiny-really/">less favourable experience</a>.  On the surface, it looks much like any other web browser, but underneath, <a href="http://uk.youtube.com/watch?v=saZDkj_XExQ">it’s a bit of an animal</a>.</p>
<p>Google have acquired a new JavaScript engine (<a href="http://code.google.com/apis/v8/intro.html">V8</a>) written from the ground up to work more efficiently with websites that have large amounts of JavaScript rather than the little snippets of JavaScript which was typical of websites developed when JavaScript was first integrated into Netscape Navigator in the mid 1990s.</p>
<p>Typically JavaScript engines use a dictionary-like data structure as storage for object properties &#8211; each property access requires a dynamic lookup to resolve the property&#8217;s location in memory.  V8 works differently…the first time V8 encounters an object it interprets how the object would be represented as a class, creating a hidden class, which means the next time the object is encountered, its properties can be accessed from memory without the time consuming dynamic look up.</p>
<p>Google give a far more comprehensive introduction to this approach in their <a href="http://code.google.com/apis/v8/design.html">documentation of V8</a>, conveniently they use the example of an object common to all GIS developers…a Point.</p>
<p><center><img src="http://www.gisconsultancy.com/blog/images/V8.jpg" alt="A class based approach to JavaScript" /></center></p>
<p><strong>So What?</strong></p>
<p>The novel approach taken by the V8 JavaScript engine, presents a new opportunity for GIS web developers to work with Points, Lines and Polygons on the web client instead of the web server as is typical of a web based GIS.  Using JavaScript in the web browser removes the need for lengthy round trips to the Server, which will make for faster web mapping applications.</p>
<p>Here and now, this will allow web mapping API developers to work with more markers, the typical 100 marker limit of Google Maps applications (and similar web mapping API’s) &#8211; is no more; Mike Williams and his team have reported working with as many as <a href="http://econym.org.uk/gmap/chrome.htm">2000 markers</a> when using Google Maps within Chrome.</p>
<p>Chrome isn’t the only web browser to recognize the importance of working with JavaScript heavy web sites, for example, much work is being done on a new <a href="https://wiki.mozilla.org/JavaScript:TraceMonkey">JavaScript engine for Firefox</a>.  Perhaps in the future, as this approach gains support, spatial analysis functionality can move from the server to the client, which would make for a more engaging web mapping experience?</p>
<p>If anyone is looking for a dissertation project, or has time of their hands, it would be interesting to see the outcome of taking some topological operators (e.g. <a href="http://www.vividsolutions.com/jts/jtshome.htm">Java Topology Suite</a>), Google Web Toolkit (<a href="http://code.google.com/webtoolkit/">GWT</a>) and <a href="http://code.google.com/docreader/#p=gwt-google-apis&#038;s=gwt-google-apis&#038;t=Maps">GWT for Google Maps</a>, all served up with Google Chrome?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Ffaster-web-mapping-with-google%25e2%2580%2599s-new-browser';
  addthis_title  = 'Faster+web+mapping+with+Google%E2%80%99s+new+browser%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GIS Software Above the Level of a Single Device</title>
		<link>http://gisconsultancy.com/blog/mobile-gis/gis-software-above-the-level-of-a-single-device</link>
		<comments>http://gisconsultancy.com/blog/mobile-gis/gis-software-above-the-level-of-a-single-device#comments</comments>
		<pubDate>Tue, 17 Jun 2008 20:32:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Mobile GIS]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[location based services]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/mobile-gis/gis-software-above-the-level-of-a-single-device</guid>
		<description><![CDATA[  A couple of weeks back I surfed over to the Nokia website to check out the latest developments for their Series60 device platform (S60); unsuspecting I stumbled upon some software that really got me thinking.
It turns out, a couple of years back Nokia embarked on a project to port the Apache web server to [...] ]]></description>
			<content:encoded><![CDATA[<p> A couple of weeks back I surfed over to the Nokia website to check out the latest developments for their <a href="http://www.s60.com/life">Series60</a> device platform (S60); unsuspecting I stumbled upon some software that really got me thinking.</p>
<p>It turns out, a couple of years back Nokia embarked on a project to port the Apache web server to the symbian operating system that underpins their Series60 device platform.  The project was subsequently handed over to the open source community and you can get involved here, <a href="http://sourceforge.net/projects/raccoon">project raccoon</a>.  Interestingly, Nokia have recently wrapped the web server as user friendly software with a supporting website: <a href="http://www.mymobilesite.net/">www.mymobilesite.net</a>.</p>
<p>I installed the application on my N95 and as you might expect it provides complete access to the contents of my mobile phone via the web.  I can fire up the web browser on my desktop PC and browse to a web page, and then click a button on the web page to take a photo with the camera on my phone, wherever my phone might be.  I can then use my desktop web browser to browse the photos I have taken, or any other information I have on my phone e.g. contact details or calendar events.</p>
<p><center><a href="http://www.gisconsultancy.com/blog/images/mobilewebserverlarge.jpg" target="_blank"><img src="http://www.gisconsultancy.com/blog/images/mobilewebserversmall.jpg" alt="My mobile phone via a desktop PC web browser" /></a></center></p>
<p>This struck me as a unique piece of software, I tried to think of other software that functioned in a similar manner.  After roaming the web for some ideas I found an article from Tim O’Reilly that suggested similar behaviour could be observed with Apple iTunes, he&#8217;s coined a term to describe such software as&#8230;‘<a href="http://radar.oreilly.com/archives/2007/11/software-above-the-level-of-a.html">software above the level of a single device</a>’.</p>
<p>Installing the mobile web server software on your phone, allows you to use the software on any number of devices&#8230;your phone; a desktop client with web browser; a games console; or any other internet enabled device, even someone else’s mobile phone?  Software above the level of a single device &#8211; just as Tim O’Reilly describes when he observers that you can control your iPod from an iMac.</p>
<p>From a geospatial perspective, couple the GPS enabled N95 mobile phone, with the mobile web server, and we have a tracking service that can be consumed by any internet enabled device, powerful stuff.  Perhaps worthy of more consideration, I look across the GI industry, GIS software vendors, the open source community, and other corners, but I don’t see ‘<strong>GIS software above the level of a single device</strong>’ as an overriding design architecture?</p>
<p>There is a bigger question here&#8230;what happens when 3 billion mobile phones run as personal web servers?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fmobile-gis%2Fgis-software-above-the-level-of-a-single-device';
  addthis_title  = 'GIS+Software+Above+the+Level+of+a+Single+Device';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/mobile-gis/gis-software-above-the-level-of-a-single-device/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Summer of Code &amp; OpenLayers</title>
		<link>http://gisconsultancy.com/blog/google/summer-of-code-openlayers</link>
		<comments>http://gisconsultancy.com/blog/google/summer-of-code-openlayers#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:44:39 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/summer-of-code-openlayers</guid>
		<description><![CDATA[  Google Summer of Code (GSoC) is a program that offers student developers cash to write code for various open source projects. Google will be working with several open source, free software, and technology-related groups to identify and fund several projects over a three month period.

I think it’s a great opportunity for students, surely better [...] ]]></description>
			<content:encoded><![CDATA[<p> Google Summer of Code (<a href="http://code.google.com/soc/2008/">GSoC</a>) is a program that offers student developers cash to write code for various open source projects. Google will be working with several open source, free software, and technology-related groups to identify and fund several projects over a three month period.<br />
<center><img src="http://us.i1.yimg.com/us.yimg.com/i/us/fi/pf/top_stories2/pf_topstory_o_147.jpg" alt="OSGeo and Summer of Code" /></center></p>
<p>I think it’s a great opportunity for students, surely better than spending many summer months obsessing on an esoteric thesis that will never see the light of day – perhaps that was just my experience?  <a href="http://crschmidt.net/blog/">Christopher Schmidt</a> and others have offered their support for students wishing to further develop <a href="http://openlayers.org/">OpenLayers</a>, it would be great to see some of the stuff on <a href="http://trac.openlayers.org/wiki/SummerOfCode#SummerOfCode">the list</a> tackled.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fsummer-of-code-openlayers';
  addthis_title  = 'Summer+of+Code+%26%23038%3B+OpenLayers';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/summer-of-code-openlayers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fight spam with reCAPTCHA</title>
		<link>http://gisconsultancy.com/blog/blog/fight-spam-with-recaptcha</link>
		<comments>http://gisconsultancy.com/blog/blog/fight-spam-with-recaptcha#comments</comments>
		<pubDate>Fri, 28 Sep 2007 10:47:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spatial Analysis]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/blog/fight-spam-with-recaptcha</guid>
		<description><![CDATA[  When you submit details to a website via a web form, increasingly you’re asked to interpret a picture of a word and type the answer in a text box, this type of puzzle is known as a ‘CAPTCHA’ – if you’re not sure what I’m talking about, check out the comments section of this [...] ]]></description>
			<content:encoded><![CDATA[<p> When you submit details to a website via a web form, increasingly you’re asked to interpret a picture of a word and type the answer in a text box, this type of puzzle is known as a ‘<a href="http://en.wikipedia.org/wiki/Captcha">CAPTCHA</a>’ – if you’re not sure what I’m talking about, check out the comments section of this post for an example.</p>
<p>The CAPTCHA was created by <a href="http://www.cs.cmu.edu/~biglou/">Luis von Ahn</a>, in an attempt to fight <a href="http://en.wikipedia.org/wiki/Spam_(electronic)">Spam</a>&#8230;if the CAPTCHA is completed successfully you are assumed to be human and the web form is submitted, if the CAPTCHA is failed you are assumed to be a computer and web form submission is prevented.  The CAPTCHA is a classic example of a Turing Test, as proposed by the eponymous researcher in his 1950 paper ‘<a href="http://www.cs.umbc.edu/471/papers/turing.pdf">Computing Machinery and Intelligence</a>’ &#8211; indeed the name CAPTCHA coined by Luis von Ahn is an acronym for a “Completely Automated Public Turing test to tell Computers and Humans Apart”.</p>
<p><center><a href="http://gisconsultancy.com/blog/blog/fight-spam-with-recaptcha"><img src="http://www.gisconsultancy.com/blog/images/turing1.gif" alt="An example captcha" /></a></center><br />
Ahn was initially proud of his highly effective solution for preventing Spam, but was subsequently frustrated with the cumulative amount of time being consumed by millions of people across the globe filling in CAPTCHA’s and producing very little in return.  Personally I found the CAPTCHA mightily offensive and avoided them like the plague, until I discovered them to be the only effective way to stop computers spamming this blog.  Fortunately, Ahn has recently worked with <a href="http://bmaurer.blogspot.com/2007/05/recaptcha-new-way-to-fight-spam.html">Ben Maurer</a> to address his frustration and recently released <a href="http://recaptcha.net/">reCAPTCHA</a>.  Here’s the deal…</p>
<p>The <a href="http://www.archive.org/index.php">Internet Archive</a> is attempting to automatically digitize old books using optical text recognition software, they are largely successful but the text recognition software struggles with recognizing ye olde English, meaning that roughly 8% of words are digitized incorrectly or not at all.  reCAPTCHA addresses this problem by asking a user to interpret a picture of two words (instead of just one), the first word is a known word and the second word an unknown word.  If you correctly interpret the first known word, it is assumed you have also correctly interpreted the second word that wasn’t recognized by the text recognition software.  So when you fill in a reCAPTCHA, not only are you proving that you are human, but you are also helping to digitize old books!  For me, application of technology in this way is poetry.</p>
<p>Obviously Luis von Ahn has applied this technique to digitizing old books, but it had me thinking of the potential to apply such an approach to digitizing maps&#8230;is there scope for a <b>geoCAPTCHA</b>?</p>
<p><em>The above cartoon is the copyrighted work of <a href="http://ibiblio.org/">David Farley</a></em> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fblog%2Ffight-spam-with-recaptcha';
  addthis_title  = 'Fight+spam+with+reCAPTCHA';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/blog/fight-spam-with-recaptcha/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Game Development and GIS</title>
		<link>http://gisconsultancy.com/blog/software/computer-game-development-and-gis</link>
		<comments>http://gisconsultancy.com/blog/software/computer-game-development-and-gis#comments</comments>
		<pubDate>Thu, 13 Sep 2007 21:39:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/software/computer-game-development-and-gis</guid>
		<description><![CDATA[  Find me a GIS professional who hasn&#8217;t played a computer game like Grand Theft Auto (GTA) and subsequently wished they could have a similar navigation experience in a desktop GIS (perhaps without the frequent encounters with cops and pimps)?  When we set about designing ArcGIS Explorer a couple of years ago, we looked [...] ]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.realtimeworlds.com/index.php?cat=&#038;id=376&#038;pid=5&#038;vacid=206"><img src="http://www.gisconsultancy.com/blog/images/realworldsgisdeveloper.jpg" alt="GIS Developer?" class="right"/></a>Find me a GIS professional who hasn&#8217;t played a computer game like Grand Theft Auto (GTA) and subsequently wished they could have a similar navigation experience in a desktop GIS (perhaps without the frequent encounters with cops and pimps)?  When we set about designing ArcGIS Explorer a couple of years ago, we looked at several computer games to see what we could learn.</p>
<p>With <a href="http://www.realtimeworlds.com/index.php?cat=&#038;id=376&#038;pid=5&#038;vacid=206">this</a> advert for a &#8216;Senior GIS Engineer&#8217; from Realtime Worlds, the computer game company behind GTA, Lemmings and Crackdown, it looks like the computer games industry is keen to leverage the benefits of GIS&#8230;<br />
<HR><br />
<b>Senior GIS Engineer</b> required to work on Realtime Worlds next ground breaking title&#8230;</p>
<p><b>Responsibilities</b></p>
<p>Development of a software framework and tools to process, convert and integrate multiple sources of GIS data.</p>
<p>Investigation and assessment of new GIS data sets.</p>
<p>Supervision of engineers and proactive role in software architecture. </p>
<p><b>Qualifications Required</b></p>
<p>Good BSc or equivalent in a relevant subject.</p>
<p><b>Experience Required</b></p>
<p>3 years’ professional Software Engineering in a team environment</p>
<p><b>Knowledge/Skills Required</b></p>
<p>C#, C++ or Java</p>
<p>PC / Windows development</p>
<p>Ability to communicate ideas well and assist junior programmers</p>
<p>Experience working with large data sets.</p>
<p>Experience with standard GIS data formats and tools (vector, raster and terrain data)</p>
<p><b>Knowledge/Skills in the following areas a plus</b></p>
<p>Scripting (such as shell or Perl)</p>
<p>Databases (SQL)</p>
<p>If the job interests you (and you want to live in Dundee), check out their website for further <a href="http://www.realtimeworlds.com/index.php?cat=&#038;id=376&#038;pid=5&#038;vacid=206">details</a>. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fsoftware%2Fcomputer-game-development-and-gis';
  addthis_title  = 'Computer+Game+Development+and+GIS';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/software/computer-game-development-and-gis/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nokia N95 and the Series60 SDK</title>
		<link>http://gisconsultancy.com/blog/location-based-services/nokia-n95-and-the-series60-sdk</link>
		<comments>http://gisconsultancy.com/blog/location-based-services/nokia-n95-and-the-series60-sdk#comments</comments>
		<pubDate>Fri, 13 Jul 2007 09:55:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[location based services]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/location-based-services/nokia-n95-and-the-series60-sdk</guid>
		<description><![CDATA[  I finally found some time to have a tinker with the Nokia Series 60 SDK, and build a hello world location application for my Nokia N95.  Applications for the Series60 platform can be developed in several languages, as a developer you are spoilt for choice.
Having vague recollections of working with Java whilst undertaking [...] ]]></description>
			<content:encoded><![CDATA[<p> I finally found some time to have a tinker with the Nokia Series 60 SDK, and build a hello world location application for my Nokia N95.  Applications for the <a href="http://www.s60.com/life">Series60</a> platform can be developed in <a href="http://forum.nokia.com/main/resources/tools_and_sdks/">several languages</a>, as a developer you are spoilt for choice.</p>
<p>Having vague recollections of working with Java whilst undertaking my undergrad dissertation at Lancaster way back when, I plumbed for <a href="http://forum.nokia.com/main/resources/tools_and_sdks/index.html#java">Java</a> and promptly downloaded the <a href="http://www.eclipse.org/">Eclipse IDE</a>.  Next up, I installed Carbide.j, a suite of mobile development tools from Nokia.  It was at this point I encountered my first frustration; it turns out the Carbide tools from Nokia don’t support the latest version of Eclipse, a school boy error of failing to read the doc.  A quick uninstall, download, and install later, I’m back on track with an older version of Eclipse (3.1.2).</p>
<p>Nokia have provided a whole host of up-to-date documentation for building LBS applications for the series60 platform, so I downloaded their <a href="http://forum.nokia.com/info/sw.nokia.com/id/f7e8ad78-7898-4053-ab83-74c147923866/MIDP_Location_API_Example_Tourist_Route_v1_0.zip.html">TouristRoute</a> Java Midlet example and their location API <a href="http://sw.nokia.com/id/175bf8e6-a1f5-4d3d-a591-6fc936506a6b/MIDP_Location_API_Developers_Guide_v2_0_en.pdf">developers guide</a>.  The location API is pretty concise, with a handful of important classes:<br />
<BR><br />
<em>LocationProvider:</em> represents the source of the location information (in this case the integrated GPS)</p>
<p><em>LocationListener:</em> receives events associated with a particular LocationProvider.</p>
<p><em>Coordinates:</em> represents coordinates as latitude-longitude altitude values.</p>
<p><em>Location:</em> represents the standard set of location information (time-stamped coordinates, speed, accuracy, course, etc.)</p>
<p><em>Landmark:</em> represents a known location with a name.</p>
<p><em>LandmarkStore:</em> has some methods for persistent landmark store management (store, delete, and retrieve landmarks).<br />
<BR><br />
The sample built fine, generating a Java Archive (JAR) file and Java Application Descriptor  (JAD) file.  The JAR file is a package of the classes and resources, the JAD file a description of the Midlet.  Right clicking on the JAR file (the midlet executable), the Eclipse context menu gives you two deployment options:<br />
<BR><br />
  1)	Deploy by Bluetooth<br />
  2)	Deploy to Web Server<br />
<BR><br />
Unfortunately my laptop doesn’t have Bluetooth, so I went with option two and uploaded the files to my server (they can be downloaded <a href="http://gisconsultancy.com/nokia/touristroute.jar">here</a>).  I uploaded both files, the JAR and the JAD, I’m not sure if both are required or not?  I added corresponding mime types to the .htaccess file on the server (this instructs the server how to handle requests for jar and jad files) and browsed to the jar file with my mobile phone browser.  A couple of keypad clicks later, the application had been downloaded and installed on my phone.<br />
<BR><br />
<center><img src="http://gisconsultancy.com/blog/images/N95screenshots.jpg" alt="TouristRoute Screenshots" /></center><br />
<BR><br />
Lots of useful documentation and active <a href="http://discussion.forum.nokia.com/forum/index.php">discussion forums</a> made getting started building mobile app&#8217;s a breeze.  However, it looks like my experiences may already be somewhat <a href="http://blogs.forum.nokia.com/view_entry.html?id=612">outdated</a>, it appears Nokia have recently abandoned the <a href="http://forum.nokia.com/main/resources/tools_and_sdks/carbide/what_has_happened.html">Carbide.j</a> developer kit in favour of <a href="http://www.eclipseme.org/">newer tools</a> provided by Eclipse.</p>
<p>I have had the phone for a couple of months now and am very impressed.  Nice design, great camera, and a half decent GPS, but it’s the open development platform that sets this phone apart from the crowd, allowing everybody and anybody to develop a whole host of useful (and not so useful) <a href="http://www.s60.com/life/application">applications</a>.  So far I’ve already acquired SportsTracker, which allows me to save my mountain bike routes as KML, some handy software that uploads my photos to my Flickr account, and the ubiquitous Google Maps which  syncs nicely with the GPS.<br />
<BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Flocation-based-services%2Fnokia-n95-and-the-series60-sdk';
  addthis_title  = 'Nokia+N95+and+the+Series60+SDK';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/location-based-services/nokia-n95-and-the-series60-sdk/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do you drive Stick Shift?</title>
		<link>http://gisconsultancy.com/blog/esri/do-you-drive-stick-shift</link>
		<comments>http://gisconsultancy.com/blog/esri/do-you-drive-stick-shift#comments</comments>
		<pubDate>Tue, 17 Apr 2007 15:47:43 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/esri/do-you-drive-stick-shift</guid>
		<description><![CDATA[  I help to design software, it’s my day job.  A smile crept across my face when a friend sent me a link to the following video:

Obviously, it’s a great plug for his book, but David Platt makes a good point in the video clip and something we continue to remain aware of here [...] ]]></description>
			<content:encoded><![CDATA[<p> I help to design software, it’s my day job.  A smile crept across my face when a friend sent me a link to the following video:</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/JAOTTLQ0rlY"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/JAOTTLQ0rlY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Obviously, it’s a great plug for his book, but David Platt makes a good point in the video clip and something we continue to remain aware of here at ESRI.  On this front I think ESRI make a fair effort, and a lot of time and energy is invested to ensure it&#8217;s the &#8216;end user&#8217; experience that drives software development.  For example, all our core software engineers are loosely coupled to product engineers (or product specialists), and it’s the product engineers that drive software development from an ‘end user’ perspective – at least that’s the theory; sometimes <a href="http://www.geoinformatics.com/asp/default.asp?t=article&#038;newsid=2923">we get it right</a>, sometimes there is <a href="http://www.spatiallyadjusted.com/2005/12/14/yea-im-looking-at-mapserver-enterprise/">room for improvement</a>.</p>
<p>After watching the clip I surfed to Dave&#8217;s website <a href="http://www.whysoftwaresucks.com/">whysoftwaresucks.com</a>, where he has posted a sample chapter, I think he makes a valid remark when he states:</p>
<blockquote><p>“The designers of the earliest computer programs didn’t care about making their products easy to use. Solving the computing problem at hand, for example, dealing with a printer to make the words come out properly on paper, was so difficult that no one had time or money left over for making a user’s life easier. A computer’s thinking time was enormously expensive, much more so than the user’s time.  Forcing the human user to memorize complicated commands, instead of using computer power to provide a menu listing them, made economic sense. The relative costs are now reversed, of course, but almost everyone in the industry older than about 30 grew up in that type of environment. It can’t help but shape our thinking today, no matter how hard we try to leave it behind. Think of your older relatives who grew up in the Great Depression of the 1930’s, who even today can’t bear to throw away a sock with only one hole in it.”</p></blockquote>
<p><BR></p>
<p><strong>Do GIS developers drive shift sticks?</strong><br />
<BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fesri%2Fdo-you-drive-stick-shift';
  addthis_title  = 'Do+you+drive+Stick+Shift%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/esri/do-you-drive-stick-shift/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
