<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
 <channel>  <title>MP2Kmag Articles</title> 
  <link>http://www.mp2kmag.com/</link> 
  <description>The Latest Articles from MP2Kmag - The Magazine for Microsoft MapPoint Technologies

	</description>
  <pubDate>Tue, 09 Feb 2010 08:31:57 -0600</pubDate> 
  <generator>custom</generator>
  <copyright>MP2K Magazine 1999-2009</copyright> 
  <managingEditor>website@mp2kmag.com (Eric Frost)</managingEditor> 
  <webMaster>website@mp2kmag.com (Eric Frost)</webMaster> 
 <image>
  <title>MP2K Magazine</title> 
  <url>http://www.mp2kmag.com/update/mappoint.newsletter/2004-02-27/mp2kmag_mappoint.gif</url> 
  <link>http://www.mp2kmag.com</link> 
  </image>
<item>
       
<title>MapPoint</title> 
       
<link>http://www.mp2kmag.com</link> 
       
<description>MP2K Magazine is your source for independent news and information about MapPoint technologies and products and is home to the popular web forum for MapPoint users and developers.</description> 
       
</item>
<item>
       
<title>MapPoint 2010</title> 
       
<link>http://www.mappoint2010.com</link> 
       
<description>MP2K Magazine is now taking orders for MapPoint 2010. See ordering page for more details and shipping information.</description> 
       
</item>
 <item>
  <title>Using the New MapFeatures Collection and MapFeature Objects in MapPoint 2010</title> 
  <link>http://www.mp2kmag.com/a158--mapfeatures.mappoint.html</link> 
  <description>Richard Marsden explores the new MapFeatures Collection in MapPoint 2010 and how to programmatically control the &quot;Map Settings&quot; via the API. Includes a table with the complete list of the MapFeature indices.</description> 
  </item>
 <item>
  <title>An Overview of the New Features in Microsoft MapPoint 2010</title> 
  <link>http://www.mp2kmag.com/a157--2010.gps.layer.control.mappoint.html</link> 
  <description>Richard Marsden highlights the new features in MapPoint 2010 including the &quot;Map Settings&quot; or cartographic layer pane, new programmatic capabilities for GPS control, GPS import/export and several other major enhancements including MapPoint 2009 &quot;Fixes&quot;.</description> 
  </item>
 <item>
  <title>BackAndForwardUtility: A Simple .NET Add-in for Microsoft MapPoint</title> 
  <link>http://www.mp2kmag.com/a156--back.forward.mappoint.html</link> 
  <description>MapPoint 2009 introduced a new redesigned and streamlined interfaced which eliminated a couple of little-used buttons - the back and forward buttons for navigating map views. Richard Marsden shows how to get the functionality back using a .NET Add-in.</description> 
  </item>
 <item>
  <title>Functional Programming with MapPoint and F#: Part 2</title> 
  <link>http://www.mp2kmag.com/a155--fsharp.wetlands.mappoint.html</link> 
  <description>In this, the second of a two-part article on functional programming with MapPoint, Richard Marsden uses F# in a practical example classifying data points as wetlands based on hydrology, vegetation, and soil measurements.</description> 
  </item>
 <item>
  <title>Functional Programming with MapPoint and F#: Part 1</title> 
  <link>http://www.mp2kmag.com/a154--fsharp.functional.programming.mappoint.html</link> 
  <description>The first of two articles by Richard Marsden on MapPoint and F#. Recently released as a full product by Microsoft, F# can be used as a functional language or as an imperative or object-oriented language, and is useful for multi-threaded programming.</description> 
  </item>
 <item>
  <title>Calling MapPoint from C# with Late Binding</title> 
  <link>http://www.mp2kmag.com/a153--late.binding.mappoint.html</link> 
  <description>Richard Marsden shows how to call MapPoint from C# using late binding or dynamic invocation. Late binding has a number of advantages in certain scenarios including being about to support multiple type libraries.</description> 
  </item>
 <item>
  <title>Shape Name Utility</title> 
  <link>http://www.mp2kmag.com/a152--shape.name.mappoint.html</link> 
  <description>The Shape Name Utility is a simple utility developed by Richard Marsden that allows a user to examine 
and/or change the names of MapPoint shapes. This article describes the 
code and how it works.</description> 
  </item>
 <item>
  <title>Roll Your Own Commercial Routing System with MapPoint</title> 
  <link>http://www.mp2kmag.com/a151--commercial.routine.mappoint.html</link> 
  <description>Matt Fritz shares his experience developing a routing application including discussion of MapPoint's strengths and limitations. The articles includes several screenshots illustrating the various components of the routing application.</description> 
  </item>
 <item>
  <title>GPS and Other New Features in MapPoint 2009</title> 
  <link>http://www.mp2kmag.com/a150--2009.mappoint.html</link> 
  <description>Originally written for &lt;a href=&quot;http://www.laptopgpsworld.com/&quot;&gt;Laptop GPS World&lt;/a&gt;,
this review of MapPoint 2009 focuses on users of GPS navigation. If you have
questions about other aspects of this product, please address them to
 &lt;a href=&quot;http://www.mapforums.com/&quot;&gt;Map Forums&lt;/a&gt;.
</description> 
  </item>
 <item>
  <title>&quot;Excel Basics to Blackbelt&quot;: A Reference Text for MapPoint Integration</title> 
  <link>http://www.mp2kmag.com/a149--excel.blackbelt.mappoint.html</link> 
  <description>Dr. Elliot Bendoly shares information about his new textbook which includes information about integrating Excel and MapPoint.</description> 
  </item>
 <item>
  <title>Routene Excel and MapPoint Update</title> 
  <link>http://www.mp2kmag.com/a148--routene.excel.mappoint.html</link> 
  <description>John Sewell introduces and explains the features in the latest version of Routene, an Excel spreadsheet for of physical supply chain and logistics applications. A full version of Routene is now available for purchase.</description> 
  </item>
 <item>
  <title>Using Virtual Earth with OpenLayers</title> 
  <link>http://www.mp2kmag.com/a147--open.layers.mappoint.html</link> 
  <description>This article by Richard Marsden shows you how to create a Virtual Earth base layer in an OpenLayers application. OpenLayers is an open source Javascript project which receives the layer map data from one or many different sources including WFS, Yahoo, WorldWind, Google, TileCache, TMS, and GML.</description> 
  </item>
 <item>
  <title>A Simple Add-in for MapPoint API Beginners</title> 
  <link>http://www.mp2kmag.com/a146--com.addin.mappoint.html</link> 
  <description>Richard Marsden's latest article shows step by step how to create a MapPoint COM Add-in using Visual Basic to draw 
circles around pushpins. Includes complete source code and screenshots.</description> 
  </item>
 <item>
  <title>The MapPoint Web Service Helper - Part II: Mobile Application Development</title> 
  <link>http://www.mp2kmag.com/a145--web.service.helper.mappoint.html</link> 
  <description>This article describes how the &lt;I&gt;MapPoint Web Service Helper&lt;/I&gt; can be used to quickly and easily write Visual Basic 2005 mobile applications that make use of the Microsoft MapPoint Web Service.
</description> 
  </item>
 <item>
  <title>Handling Pushpin Collisions</title> 
  <link>http://www.mp2kmag.com/a144--pushpin.collisions.mappoint.html</link> 
  <description>Wilfried Mestdagh shares a solution for reducing the number of pushpins that must be displayed on a map</description> 
  </item>
 <item>
  <title>The MapPoint Web Service Helper - Part I: Windows and Web Applications</title> 
  <link>http://www.mp2kmag.com/a143--web.service.helper.mappoint.html</link> 
  <description>This article describes how the &lt;I&gt;MapPoint Web Service Helper&lt;/I&gt; can be used to quickly and easily write Visual Basic 2005 Windows and Web applications that make use of the Microsoft MapPoint Web Service.</description> 
  </item>
 <item>
  <title>Automating MapPoint in C++ With Built In GPS Features Enabled</title> 
  <link>http://www.mp2kmag.com/a142--project54.police.navigation.mappoint.html</link> 
  <description>Jonathan Oppelaar shows how he used techniques to overcome limitations in the MapPoint API to make MapPoint a better
navigation platform for Project54, a in-car law enforcement system currently in use in over 1,000 vehicles.</description> 
  </item>
 <item>
  <title>Building an Animated Map with Flash Demo Builder</title> 
  <link>http://www.mp2kmag.com/a141--flash.demo.builder.mappoint.html</link> 
  <description>John Meyer shows how to create an animated Flash map using MapPoint and Flash Demo Builder. This can be used for demonstrations and allows interactive capability with the map.</description> 
  </item>
 <item>
  <title>Using Virtual Earth to Write a Vista Gadget That Tracks the International Space Station</title> 
  <link>http://www.mp2kmag.com/a140--international.space.station.mappoint.html</link> 
  <description>This is the second part of two articles about writing Vista Gadgets that use Virtual Earth. The first part (&quot;Using Virtual Earth in a Vista Gadget&quot;) showed you how to write a Vista Gadget that showed a simple interactive map using Virtual Earth. This second part extends the gadget into something more useful:  A Tracker for the International Space Station (ISS).</description> 
  </item>
 <item>
  <title>Determing Whether A Point Is Located Inside Polygon</title> 
  <link>http://www.mp2kmag.com/a139--point.in.polygon.mappoint.html</link> 
  <description>Wilfried Mestdagh wrote this article on determing whether a vehicle is located inside or outside a convex polygon. &quot;Simplify the polygon by make triangles from it one by one, until we have a triangle where the point is inside.  
At the end we only have to verify if the point is in the last triangle.&quot;</description> 
  </item>
 <item>
  <title>Using Virtual Earth in a Vista Gadget</title> 
  <link>http://www.mp2kmag.com/a138--vista.gadget.mappoint.html</link> 
  <description>Richard Marsden shows how to configure a Vista Gadget to pull from Virtual Earth. &quot;Vista gadgets are simply HTML files, and are hence very easy to write.&quot;</description> 
  </item>
 <item>
  <title>An API to Control MapPoint 2006 GPS Features - Part I of II</title> 
  <link>http://www.mp2kmag.com/a137--gps.api.2006.mappoint.html</link> 
  <description>Paul Larson shares an API he developed to add programmatic GPS functionality to MapPoint code projects and includes a demo to illustrate how the API works.</description> 
  </item>
 <item>
  <title>Using MapPoint and Excel for Supply Chain Management</title> 
  <link>http://www.mp2kmag.com/a136--supply.chain.management.mappoint.html</link> 
  <description>John Sewell submitted this 3000 line application developed using MapPoint and Excel which performs a number of functions related to Supply Chain Management</description> 
  </item>
 <item>
  <title>Creating Geocoding Exceptions for MapPoint Web Service Applications</title> 
  <link>http://www.mp2kmag.com/a135--web.service.geocoding.exceptions.mappoint.html</link> 
  <description>Stephen Pushee wrote this article on resolving geocoding exceptions when using the MapPoint Web Service. &quot;For example, a user might supply St. Thomas as a city name when searching for St. Thomas the island, not knowing that Charlotte Amalie is the main city on St. Thomas.&quot;</description> 
  </item>
 <item>
  <title>Using Python to Control MapPoint, Part 2</title> 
  <link>http://www.mp2kmag.com/a134--python.winwaed.automation.mappoint.html</link> 
  <description>Second of a two-part article by Richard Marsden on scripting MapPoint using Python. In this part Richard shows how to use Python to plot the “250 largest cities in California”.</description> 
  </item>
  </channel>
  </rss>