Archive for October, 2007

Geocortex IMF 5.2 Released

October 24th, 2007 by Drew Millen

We’re not sending out the press release until Monday, but Geocortex IMF 5.2 is now available. We haven’t done the launch on the main product page yet, but the main demonstration site on our Map Gallery is now running 5.2. I have attached the Geocortex IMF and Site Manager release notes to this post.

We’ve been working on 5.2 for a while now with Moxi. In addition to some new features (e.g. dynamic CSS support and updated UI, configurable WMS layer transparency, built-in drop-down tab support), it rolls up lots of great little client suggestions and tweaks.

Check it out and let us know what you think.

Subversion instead of Visual Source Safe?

October 20th, 2007 by Kevin Rintoul

A revision control system is an essential tool allows many software developers to work together on a single project without impacting each other’s work. To use a revision control system, a programmer normally checks out the project from a repository, make some changes, test those changes and then check the modified files back into the repository. If you happen to change the same file as one of your co-workers, the revision control system will let you know and give you an opportunity to merge your’s and your co-workers changes together. A revision control system also tracks changes to your projects over time. If something goes wrong, it’s fairly easy to revert to a previous revision and determine what went wrong.

There are a number of revision control systems available. Three of the most common are CVS, Subversion and Microsoft Visual Source Safe. I’m a pretty big Subversion fan. Latitude currently uses Microsoft’s Visual Source Safe and I must say that it integrates seamlessly with Visual Studio and in most circumstances, is pretty easy to use, but it is not without its difficulties. For many reasons, Subversion is a much better choice. A one-click installer is available from here. There are also add-ins for Visual Studio to integrate Subversion with its IDE. Visual SVN is one that I’ve tried out briefly and it looks promising. Before joining Latitude, I used TortoiseSVN from Windows Explorer and it worked fine. For those like us, who have an existing Visual Source Safe repository, there is a migration tool that will import Visual Source Safe into Subversion, maintaining its change history in the process. Check out vss2svn for more details.

I expect we’ll be looking at Subversion in more detail over the coming weeks. Stay tuned and I’ll let you know how it goes.

Coloring Code

October 12th, 2007 by jade

TextPad is my text editor of choice for modifying XML or ArcXML files, mainly because it allows me to configure preferences, which color codes my files.

By coloring my code I am able to quickly identify any syntax errors that I may have made – such as a deleted quote.
You can download syntax definition files for TextPad from their Add-Ons page.

Recording Defects with Motion Capture

October 12th, 2007 by Drew Millen

We’ve been collecting a lot of useful feedback from our Essentials 1.2 Beta Program participants. Sometimes it can be hard to convey the steps necessary to replicate an issue or system behaviour with text. In some cases, I’ve requested further clarification on defects by encouraging users to replicate the issue while capturing it using Instant Demo.

Instant Demo has a free trial version. It performs some basic screen motion capture functions similar to the more mainstream and feature rich product, Camtasia by TechSmith. We’ve used Instant Demo internally for a while and it’s proving to be invaluable when attempting to replicate scenarios our beta testers have encountered.

I don’t recommend Instant Demo for high-quality output (training material, marketing, website content, etc.); however, it’s a quick and easy way to deliver the details of witnessed application behaviour.

CRD Natural Areas Atlas

October 9th, 2007 by Steven Myhill-Jones

Congratulations to the Capital Regional District on the Award of Excellence they recently received at ESRI Canada’s Regional User Conference in Victoria. This recognition is well deserved and is a long time coming.

hrh2001Although we’ve helped build lots of applications, CRD’s popular Natural Areas Atlas is special to me. Unofficially launched in April 2001, the Natural Areas Atlas was the first public facing custom-built ArcIMS application developed by Latitude Geographics. At the time Latitude Geographics was about four people, and we volunteered to build the first version at virtually no cost so we’d have something to show HRH Prince of Wales (a.k.a. Prince Charles) during his official visit to Canada. We’d been selected to present our newfangled Internet mapping technology to him in Regina and needed a public facing app to actually demonstrate! If memory serves, the first version of the Natural Areas Atlas was completed about two days before the big demo. It may well be that the first member of the “public” who viewed the Natural Areas Atlas was the Prince of Wales.

The application has evolved considerably since then, and it got redeveloped from the original ASP code (modified and adapted by CRD over time) and migrated to Geocortex IMF two or three years ago.

.NET Framework Source Code Available Soon

October 3rd, 2007 by David Stevenson

Scott Guthrie from Microsoft made an exciting announcment on his blog this morning — Microsoft will be making the .NET 3.5 libraries source code available for download under the Microsoft Reference License (MS-RL) later this year. As an ISV, we’re super excited about this move as it will allow us to gain valuable insight into the internal workings of .NET as well as extract best practices for use in our own software.