<?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>Broerse Blog &#187; Tools</title>
	<atom:link href="http://www.broerse.net/wordpress/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broerse.net/wordpress</link>
	<description>Martin's blog on tech and other items</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hamra in OpenStreetMap</title>
		<link>http://www.broerse.net/wordpress/2011/05/29/hamra-in-openstreetmap/</link>
		<comments>http://www.broerse.net/wordpress/2011/05/29/hamra-in-openstreetmap/#comments</comments>
		<pubDate>Sun, 29 May 2011 07:51:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Maps]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Hamra]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1454</guid>
		<description><![CDATA[I started editing Hamra in OpenStreetMap. The Hamra region needs some more editing. Please help me extend this region in OpenStreetMap.]]></description>
			<content:encoded><![CDATA[<div id="ShortCode_Div">I started editing Hamra in <a title="OpenStreetMap" href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>. The Hamra region needs some more editing. Please help me extend this region in OpenStreetMap.</div>
<div><style type="text/css">.entry .olMapViewport img { max-width: none; }#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;border:none;"><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 lmap = new OpenLayers.Layer.OSM.Mapnik("Mapnik");map.addLayer(lmap);    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(14.995,61.659).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,14);})(jQuery)/* ]]&gt; */ </script></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2011/05/29/hamra-in-openstreetmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Bookmarklet Builder</title>
		<link>http://www.broerse.net/wordpress/2011/05/21/javascript-bookmarklet-builder/</link>
		<comments>http://www.broerse.net/wordpress/2011/05/21/javascript-bookmarklet-builder/#comments</comments>
		<pubDate>Sat, 21 May 2011 05:32:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1451</guid>
		<description><![CDATA[Perl script for developing or modifying bookmarklets. I found it here.]]></description>
			<content:encoded><![CDATA[<p>Perl script for developing or modifying bookmarklets. I found it <a href="http://daringfireball.net/2007/03/javascript_bookmarklet_builder" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2011/05/21/javascript-bookmarklet-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ePub Validator</title>
		<link>http://www.broerse.net/wordpress/2010/01/03/epub-validator/</link>
		<comments>http://www.broerse.net/wordpress/2010/01/03/epub-validator/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:47:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ePub]]></category>
		<category><![CDATA[eReader]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1343</guid>
		<description><![CDATA[If you create an ePub file you can validate it here.]]></description>
			<content:encoded><![CDATA[<p>If you create an ePub file you can validate it <a href="http://www.threepress.org/document/epub-validate/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2010/01/03/epub-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Levelator</title>
		<link>http://www.broerse.net/wordpress/2009/11/26/the-levelator/</link>
		<comments>http://www.broerse.net/wordpress/2009/11/26/the-levelator/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 20:58:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Levelator]]></category>

		<guid isPermaLink="false">http://www.broerse.net/wordpress/?p=1280</guid>
		<description><![CDATA[If I can find the time I will try The Levelator on ITbende Podcast 30.]]></description>
			<content:encoded><![CDATA[<p>If I can find the time I will try <a href="http://www.conversationsnetwork.org/levelator/" target="_blank">The Levelator</a> on <a href="http://www.itbende.nl/" target="_blank">ITbende</a> Podcast 30.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.broerse.net/wordpress/2009/11/26/the-levelator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

