<?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>Damien Saunders &#187; maps</title>
	<atom:link href="http://damien.co/tag/maps/feed" rel="self" type="application/rss+xml" />
	<link>http://damien.co</link>
	<description>Digital marketing with single-mindedness.</description>
	<lastBuildDate>Tue, 22 May 2012 12:38:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>myGeoBook is building geolocation tools for any website</title>
		<link>http://damien.co/social-media/mygeobook-2276</link>
		<comments>http://damien.co/social-media/mygeobook-2276#comments</comments>
		<pubDate>Fri, 17 Dec 2010 11:00:25 +0000</pubDate>
		<dc:creator>Damien Saunders</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[myGeoBook]]></category>

		<guid isPermaLink="false">http://damien.co/?p=2276</guid>
		<description><![CDATA[<p>myGeoBook is about geolocation &#38; social media,  with a set of tools for any website developer to use. Maps maybe sexy to some people and yes everyone is talking about mobile location services right now ([ id="232" type="category"]Foursquare[/] anyone). Here&#8217;s a very short guide on how to add a map to WordPress using myGeoBook &#8212; but [...]</p><p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://damien.co/wp-includes/images/crystal/default.png" width="240" title="myGeoBook is building geolocation tools for any website" alt="default myGeoBook is building geolocation tools for any website" />
		</p><p><strong><span style="font-size: medium">myGeoBook is about geolocation &amp; <em>social media</em>,  with a set of tools for any website developer to use. Maps maybe sexy to some people and yes everyone is talking about mobile location services right now ([ id="232" type="category"]Foursquare[/] anyone).</span></strong></p>
<p>Here&#8217;s a very short guide on how to add a map to WordPress using myGeoBook &#8212; but first, here&#8217;s an example. This map is based on the Frommers best restaurants in Europe.</p>
<h2>Code Sample</h2>
<p><code>&lt;iframe src="http://mgbembeddedmap.mygeobook.com/Map.aspx?profileId=1162&amp;amp;showSearch=true&amp;amp;autoZoomAndCenter=false&amp;amp;zoom=2&amp;amp;mapStyle=aerial border="0" width="565" height="420" frameborder="0"&gt;&lt;/iframe&gt;</code></p>
<p>You just need to remember to wrap your URL in an iFrame tag</p>
<h2>Parameters to configure your myGeoBook maps</h2>
<p>Parameters you can use</p>
<ul>
<li><strong>profileId</strong> &#8211; the id of the profile to be loaded on the map. You can also specify a list of profiles separating the ids by comas. Examples: profileId=1069 or profileId=1069,1082</li>
</ul>
<ul>
<li><strong>mapStyle</strong> &#8211; represents the style of the map. Only applies when the Bing map engine is used. Valid values are: road, aerial and hybrid (aerial including labels). Default value is road.</li>
</ul>
<h2>Code Sample &#8211;  mapStyle=road</h2>
<p><code>&lt;iframe src="http://mgbembeddedmap.mygeobook.com/Map.aspx?profileId=1162&amp;amp;showSearch=true&amp;amp;autoZoomAndCenter=true&amp;amp;zoom=2&amp;amp;mapStyle=road border="0" width="565" height="420" frameborder="0"&gt;&lt;/iframe&gt;</code></p>
<ul>
<li><strong>autoZoomAndCenter</strong> &#8211; boolean flag (allows only the true or false values) which specifies if the embedded map should auto center and zoom on the displayed profiles. Default value is true.</li>
</ul>
<ul>
<li><strong>zoom</strong> &#8211; the zoom level to be used by the map. The value is dependent on the map engine. For Bing maps the zoom values must be integers from 1 (max zoom out) to 19 (max zoom in). To prevent the embedded map from rezooming when loading the profiles, set the autoZoomAndCenter to false.</li>
</ul>
<h2>Code Sample &#8211;  autoZoomAndCenter=true&amp;zoom=5</h2>
<p><code>&lt;iframe src="http://mgbembeddedmap.mygeobook.com/Map.aspx?profileId=1162&amp;amp;showSearch=true&amp;amp;autoZoomAndCenter=true&amp;amp;zoom=5&amp;amp;mapStyle=road border="0" width="565" height="420" frameborder="0"&gt;&lt;/iframe&gt;</code></p>
<ul>
<li><strong>centerLat and centerLon</strong> &#8211; the GPS coordinates for the point where you want to center the map. You supply either both values, either none. To prevent the embedded map from applying automatic zoom and center behavior, set the autoZoomAndCenter parameter to false. Examples: centerLat=51.4¢erLon=0&amp;autoZoomAndCenter=false&amp;zoom=8</li>
</ul>
<ul>
<li><strong>centerPoiId</strong> &#8211; the id of the MGB Point of Interest on which to center the map. To prevent the embedded map from applying automatic zoom and center behavior, set the autoZoomAndCenter parameter to false. Examples:centerPoiId=481&amp;profileId=1085&amp;autoZoomAndCenter=false&amp;zoom=6</li>
</ul>
<ul>
<li><strong>showSearch</strong> &#8211; displays the search control for performing full text search on the map POIs. The default value is false. Example: showSearch=true</li>
</ul>
<ul>
<li><strong>centerByIp</strong> &#8211; if set to true the embedded map will be centered on the location given by the user&#8217;s current IP address. The default value is false. If this parameter is set to true, the following parameters will be ignored: autoZoomAndCenter, centerLat, centerLon. Example: centerByIp=true</li>
</ul>
<ul>
<li><strong>mgbStyle</strong> &#8211; posible values: map, list. Allows the user to choose the way points of interest are displayed. In map mode, the points are displayed on a map, in list mode they are displayed inside a paginated list. Default value: map.</li>
</ul>
<ul>
<li><strong>showListLink</strong> &#8211; if true, a link to the list view mode of the map will be displayed. If the control is in list mode, a link to the map view mode will be displayed. Default value: false.</li>
</ul>
<p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></content:encoded>
			<wfw:commentRss>http://damien.co/social-media/mygeobook-2276/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foursquare Best Location Based Social Networking for Android UK Users</title>
		<link>http://damien.co/social-media/foursquare-best-location-based-social-networking-455</link>
		<comments>http://damien.co/social-media/foursquare-best-location-based-social-networking-455#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:56:06 +0000</pubDate>
		<dc:creator>Damien Saunders</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[lbs]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mobile apps]]></category>

		<guid isPermaLink="false">http://damien.co/?p=455</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  getimagesize() expects parameter 1 to be string, object given in <b>/home2/whitetsh/public_html/damiensaunders.com/wp-content/themes/merchant/functions/admin-functions.php</b> on line <b>653</b><br />
<br />
<b>Warning</b>:  basename() expects parameter 1 to be string, object given in <b>/home2/whitetsh/public_html/damiensaunders.com/wp-content/themes/merchant/functions/admin-functions.php</b> on line <b>654</b><br />
<p>Android mobile owners in the UK will be pleased to know that location based social networking apps have begun to improve and increase in the number of users. In the past few weeks, top location based social networks such as Brightkite and Foursquare have really improved the quality and details of UK locations. It is [...]</p><p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></description>
			<content:encoded><![CDATA[<br />
<b>Warning</b>:  getimagesize() expects parameter 1 to be string, object given in <b>/home2/whitetsh/public_html/damiensaunders.com/wp-content/themes/merchant/functions/admin-functions.php</b> on line <b>653</b><br />
<br />
<b>Warning</b>:  basename() expects parameter 1 to be string, object given in <b>/home2/whitetsh/public_html/damiensaunders.com/wp-content/themes/merchant/functions/admin-functions.php</b> on line <b>654</b><br />
<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://damien.co/wp-includes/images/crystal/default.png" width="240" title="Foursquare Best Location Based Social Networking for Android UK Users" alt="default Foursquare Best Location Based Social Networking for Android UK Users" />
		</p><p><span style="font-size: small;">Android mobile owners in the UK will be pleased to know that <strong>location based social networking</strong> apps have begun to improve and increase in the number of users. In the past few weeks, top location based social networks such as </span><a href="http://brightkite.com/" target="_blank"><span style="font-size: small;">Brightkite</span></a><span style="font-size: small;"> and </span><a href="http://foursquare.com/" target="_blank"><span style="font-size: small;">Foursquare</span></a><span style="font-size: small;"> have really improved the quality and details of UK locations.</span><strong><br />
</strong></p>
<p>It is a problem of user experience that meant many of these services had few UK users and no UK points of interest. It has been a &#8216;crying-shame&#8217; or an indictment of the mobile apps industry to focus &#8216;within&#8217; their country of origin during launch, while leaving their websites and apps ready for for international users to signup and login. This meant potential users were really locked out (ie <a href="http://twitter.com/" target="_blank">Twitter</a> was pointless in the UK as there was no UK mobile operators)</p>
<p>After studying several of these location based services during the past 3 months &#8211; it appears that Foursquare is currently ahead of Brightkite in terms of users and engagement. Why is this?</p>
<h2>1. Brightkite has fewer real people checking in</h2>
<p>When a user is logged in, a key features is seeing other users that are around you. However users are more likely to find spammers and bots making autoposts. In the pic above, you can clearly see who are real users and who are bots.</p>
<h2><strong>2. Foursquare has more of my &#8216;friends&#8217;</strong></h2>
<p>Perhaps this was due to the amount of internet news and hype, but when I logged into Foursquare this week, I found more real &#8216;friends&#8217; to add to Foursquare. So far I&#8217;ve found no friends via Brightkite.</p>
<h2><strong>3. Brightkite still has few London centric points of interest</strong></h2>
<p>With Brightkite you can check-in in the vacinity of your current location. Originally you had to be specific about your location before checking-in. This will be a critical change for Brightkite, which hopefully will make it easier for new users / would be users to try the app.</p>
<h2><strong>4. Foursquare makes more noise on Facebook and Twitter</strong></h2>
<p>The amount of cross posting to Facebook and Twitter can only help grow awareness. However this was the one feature I turned off recently, after realising my status and tweets were getting out of hand.</p>
<p>There are plenty of other location based social networking apps around &#8230; even specific ones such as Wefi the social community for wifi finding, which I have mentioned before. Plenty of these suffer the same problem &#8211; a lack of users due to the lack of any internationalised UK points of interest.</p>
<h2>5. Memory Hog Brightkite causes phones to freeze</h2>
<p>Brightkite seemingly randomly will steel your 3G network connection and take all available memory causing your phone to freeze. There seems no clear reason for this background data usage. After restarting the phone making sure the app was not running in the background, it still opened every few hours until it was deleted from the test phone.</p>
<p>&nbsp;</p>
<p>Based on the current trend &#8211; location based social networks will need to get more local in the UK to attract more users. However it seems Foursquare is ahead so far.</p>
<p>So have you been using Foursquare or Brightkite? What&#8217;s your preference?</p>
<p><em><br />
</em></p>
<p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></content:encoded>
			<wfw:commentRss>http://damien.co/social-media/foursquare-best-location-based-social-networking-455/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Must have Android Apps from Google</title>
		<link>http://damien.co/general/2-must-have-android-apps-from-google-for-your-htc-magic-or-g1-226</link>
		<comments>http://damien.co/general/2-must-have-android-apps-from-google-for-your-htc-magic-or-g1-226#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:11:54 +0000</pubDate>
		<dc:creator>Damien Saunders</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[lbs]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://damien.co/2009/07/10/2-must-have-android-apps-from-google-for-your-htc-magic-or-g1/</guid>
		<description><![CDATA[<p>Looking for somewhere to go &#8230;. Maybe you need to waste some time or want to find something else to try on your Google Android G1 or HTC Magic. Google obviously has embedded a lot things into the phone &#8211; but here are 2 apps that were not installed on the Android phone when you [...]</p><p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://london.files.wordpress.com/2009/07/placesl.png?w=300" width="240" title="2 Must have Android Apps from Google" alt=" 2 Must have Android Apps from Google" />
		</p><p><strong><span style="color:#800000">Looking for somewhere to go &#8230;. Maybe you need to waste some time or want to find something else to try on your Google Android G1 or HTC Magic.</span></strong></p>
<p>Google obviously has embedded a lot things into the phone &#8211; but here are 2 apps that were not installed on the Android phone when you open the box.</p>
<p><span style="color:#800000"><span style="text-decoration:underline"><strong>Places Directory</strong></span></span></p>
<p>Price FREE   Downloads &gt;250,000</p>
<p><img class="aligncenter size-medium wp-image-235" src="http://london.files.wordpress.com/2009/07/placesl.png?w=300" alt=" 2 Must have Android Apps from Google" width="300" height="219" title="2 Must have Android Apps from Google" /><span style="color:#800000">updat</span><span style="color:#800000">ed &#8212; 21 Sept -</span><span style="color:#800000">- Even before augmented reality became a buzzword &#8230; Google Places Directory was already bringing Google Maps together with GPS / Location Based Services. The Places Directory is a search aggregator &#8211; easily find out the most talked about / blogged / reviewed Cafes in London. Trying to find a &#8216;Gas Station&#8217; in Brixton might be a bit spurious &#8211; Gas Stations are not commonly found in the UK, but petrol stations are.<br />
</span><br />
Places Directory  is a great aggregator of content from Googles own directories, Wikitude, QYPE and food review sites etc. It&#8217;s still much better than the competition (think LAYAR) as its very quick and you dont have to join any new websites before you can use it.</p>
<div class="wp-caption alignnone" style="width: 110px"><img src="http://chart.apis.google.com/chart?cht=qr&amp;chs=100x100&amp;chl=market://search?q=pname:com.google.android.apps.localdirectory" alt=" 2 Must have Android Apps from Google" width="100" height="100" title="2 Must have Android Apps from Google" /><p class="wp-caption-text">Android Market - point your camera here</p></div>
<p><span style="color:#800000"><span style="text-decoration:underline"><strong>Voice Search</strong></span></span></p>
<p><img class="alignleft size-medium wp-image-234" src="http://london.files.wordpress.com/2009/07/android-google-search-1.jpg?w=282" alt=" 2 Must have Android Apps from Google" width="282" height="300" title="2 Must have Android Apps from Google" /><br />
A new one, that I just found &#8230; and one to show your friends. Just speak and search Google. &#8220;Computer &#8211; take me to your leader&#8221;</p>
<p>Both apps are in the Android Market</p>
<p><a rel="author" href="http://damien.co/author/damiensaunders">Damien Saunders</a></p>]]></content:encoded>
			<wfw:commentRss>http://damien.co/general/2-must-have-android-apps-from-google-for-your-htc-magic-or-g1-226/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: damien.co @ 2012-05-22 20:46:27 -->
