<?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>dev/n0ll</title>
	<atom:link href="http://dev.n0ll.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.n0ll.com</link>
	<description>All Your Base Are Belong To /dev/n0ll</description>
	<lastBuildDate>Thu, 22 Dec 2011 09:11:28 +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>Armatura Borealis &amp; SPOT tracking</title>
		<link>http://dev.n0ll.com/2011/08/armatura-borealis-spot-tracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=armatura-borealis-spot-tracking</link>
		<comments>http://dev.n0ll.com/2011/08/armatura-borealis-spot-tracking/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 09:01:18 +0000</pubDate>
		<dc:creator>Lars-Georg Paulsen</dc:creator>
				<category><![CDATA[Tech Net]]></category>
		<category><![CDATA[Armatura Borealis]]></category>
		<category><![CDATA[findmespot]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[SPOT]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://dev.n0ll.com/?p=1169</guid>
		<description><![CDATA[One of my good friends has started on a big adventure. Travling around the world with a sailboat. With 3 friends he set sail from Arendal. And where do I come into the picture? Well, I&#8217;ve been helping them building a webpage/blog, with some cool features. And that&#8217;s what I&#8217;m gonna talk about now! SPOT-Tracker [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bluewatersailing.no/"><img class="aligncenter size-full wp-image-1185" title="Blue Water Sailing" src="http://dev.n0ll.com/wp-content/uploads/2011/08/Header.png" alt="Blue Water Sailing" width="750" /></a></p>
<p>One of my good friends has started on a big adventure. Travling around the world with a sailboat. With 3 friends he set sail from Arendal. And where do I come into the picture? Well, I&#8217;ve been helping them building a webpage/blog, with some cool features. And that&#8217;s what I&#8217;m gonna talk about now!</p>
<p><a href="http://international.findmespot.com/"><img class="alignleft size-full wp-image-1174" title="spot_logo_int" src="http://dev.n0ll.com/wp-content/uploads/2011/08/spot_logo_int.png" alt="" width="131" height="88" /></a><strong>SPOT-Tracker</strong><br />
On board they have a satellite <a title="http://international.findmespot.com/" href="http://international.findmespot.com/">SPOT tracker</a>.Witch gather and send GPS location to a SPOT service. They make the data available through some interfaces, a pre-made widget and raw XML data. The pre build stuff sux! Sorry, but this should be a lot better so that the &#8220;man in the street&#8221; can actually get something useful out of it. But for the geek, they also provide <a title="XML data from SPOT" href="http://www.findmespot.eu/en/index.php?cid=1700" target="_blank">XML data</a>. Witch you can do a lot of fun with&#8230;.</p>
<p><strong>Satellite Tracer</strong><br />
First of, I need to build a widget that would display their whereabouts. Since <a href="http://international.findmespot.com/">SPOT </a>provides XML data, it shouldn&#8217;t be huge issue. Using PHP&#8217;s <a title="PHP:SimpleXML" href="http://php.net/manual/en/book.simplexml.php" target="_blank">SimpleXML</a> the task was done quite fast. (After learning about PHP and XML&#8230;.). When I finished I thought, this is quite good, maybe somebody else would like to use this as well. So I sent an email to SPOT, to see if they would like to publish it on their site. Still no answer from them&#8230;</p>
<p>Nothing fancy, and can probably be written better, but it&#8217;s clean, small and it works:<br />
<strong>File:</strong> <a title="SPOT.phps" href="./TechNet/SPOT.phps">SPOT.phps</a></p>
<p><strong>Collection historical data</strong><br />
SPOT only save position for a certain time. I think it only save the last 7 days. And that&#8217;s no good if you going on a longer trip! So my first though was to just &#8216;<a title="wget" href="http://en.wikipedia.org/wiki/Wget">wget</a>&#8216; the XML file and save it locally. But I quickly found out that this would be a big mess if you wanna use the data on a later stage. Time to write a XML Data Collector!</p>
<p>Using what I&#8217;ve learn from when I built the satellite tracker, and googled my way to add children to an existing XML file, I had the idea, and it was time for some coding.</p>
<p>Due to the add_children function in PHP, you can only add to the end, not append to the top. I had to reverse my xml, so that the latest &#8220;message&#8221; was saved at the bottom.<br />
<strong>File:</strong> <a title="XMLDumper" href="./TechNet/XMLDumper.phps">XMLDumper.phps</a></p>
<p>And when you do all this, you&#8217;ve learn PHP and XML handling, I couldn&#8217;t just let it be with this. I had to use my newly created XML files for something useful! Using google API, I could created a map that would show their route from the start too their current posision. Check out <a title="TravelMap" href="http://www.bluewatersailing.no/?page_id=638">Blue Water Sailing &#8211; Travle Map</a><br />
If you wanna see how the widget works. Take a look at <a title="BlueWaterSailing" href="http://www.bluewatersailing.no/">http://www.bluewatersailing.no/</a></p>
<p><span style="color: #ff0000;"><strong>**Update:</strong></span><br />
Playing around with xml/php and google MAP API, I&#8217;ve now upgraded TravelMap to include &#8220;traveled route&#8221;, and with a planed route. The planed route is made i Google Maps, and is controlled by the guys how is sailing. It means that they can put what ever they want onto the map, and it&#8217;s automatically updated on the website. Long live KML data! <img src='http://dev.n0ll.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Updated map: <a href="http://www.bluewatersailing.no/?page_id=638" title="TravelMap" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.n0ll.com/2011/08/armatura-borealis-spot-tracking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC &#8211; Kayak Comercial</title>
		<link>http://dev.n0ll.com/2011/05/htc-kayak-comercial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=htc-kayak-comercial</link>
		<comments>http://dev.n0ll.com/2011/05/htc-kayak-comercial/#comments</comments>
		<pubDate>Wed, 11 May 2011 10:10:01 +0000</pubDate>
		<dc:creator>Lars-Georg Paulsen</dc:creator>
				<category><![CDATA[Kayaking]]></category>

		<guid isPermaLink="false">http://dev.n0ll.com/?p=1123</guid>
		<description><![CDATA[Me likes that HTC uses kayak for promotion!]]></description>
			<content:encoded><![CDATA[<p>Me likes that HTC uses kayak for promotion! <img src='http://dev.n0ll.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://dev.n0ll.com/wp-content/uploads/2011/05/htc-kayak.jpg"><img src="http://dev.n0ll.com/wp-content/uploads/2011/05/htc-kayak.jpg" alt="" title="htc-kayak" width="700" class="aligncenter size-full wp-image-1124" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.n0ll.com/2011/05/htc-kayak-comercial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lekve.org &#8211; House building!</title>
		<link>http://dev.n0ll.com/2011/04/lekve-org-house-building/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lekve-org-house-building</link>
		<comments>http://dev.n0ll.com/2011/04/lekve-org-house-building/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:16:25 +0000</pubDate>
		<dc:creator>Lars-Georg Paulsen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech Net]]></category>

		<guid isPermaLink="false">http://dev.n0ll.com/?p=1116</guid>
		<description><![CDATA[We&#8217;re getting closer&#8230; it&#8217;s now time! After receiving offer from several contractors, and got an estimated on how much it&#8217;s gonna cost, (witch was within our budget), it&#8217;s now a GO for new house in Voss! And to document the whole building process, I&#8217;ve mounted a DSLR camera on the old garage, witch will be [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re getting closer&#8230; it&#8217;s now time!</p>
<p>After receiving offer from several contractors, and got an estimated on how much it&#8217;s gonna cost,<br />
(witch was within our budget), it&#8217;s now a GO for new house in Voss!</p>
<p>And to document the whole building process, I&#8217;ve mounted a DSLR camera on the old garage,<br />
witch will be taking pictures, and compile a timelapse movie of it all. </p>
<p>A newly created website has been dedicated to the process: <a href="http://lekve.org">Lekve.org</a><br />
<a href="http://lekve.org"><img src="http://dev.n0ll.com/wp-content/uploads/2011/04/lekve-500x321.png" alt="" title="lekve" width="500" height="321" class="aligncenter size-medium wp-image-1117" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.n0ll.com/2011/04/lekve-org-house-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internet Explorer 6 Countdown</title>
		<link>http://dev.n0ll.com/2011/03/the-internet-explorer-6-countdown/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-internet-explorer-6-countdown</link>
		<comments>http://dev.n0ll.com/2011/03/the-internet-explorer-6-countdown/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:56:24 +0000</pubDate>
		<dc:creator>Lars-Georg Paulsen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech Net]]></category>

		<guid isPermaLink="false">http://dev.n0ll.com/?p=1100</guid>
		<description><![CDATA[10 years ago a browser was born. Its name was Internet Explorer 6. Now that we’re in 2011, in an era of modern web standards, it’s time to say goodbye.This website is dedicated to watching Internet Explorer 6 usage drop to less than 1% worldwide, so more websites can choose to drop support for Internet [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ie6countdown.com/"><img src="http://dev.n0ll.com/wp-content/uploads/2011/03/i6countdown.jpg" alt="" title="i6countdown" width="695" height="389" class="aligncenter size-full wp-image-1102" /></a></p>
<blockquote><p>10 years ago a browser was born.<br />
Its name was Internet Explorer 6. Now that we’re in 2011, in an era of modern web standards, it’s time to say goodbye.This website is dedicated to watching Internet Explorer 6 usage drop to less than 1% worldwide, so more websites can choose to drop support for Internet Explorer 6, saving hours of work for web developers</p></blockquote>
<p>Support the cause by joining the movement! Let&#8217;s get rid of a really old old browser!</p>
<p>Source: <a href="http://www.ie6countdown.com/">http://www.ie6countdown.com/</a></p>
<p><!--[if lt IE 7]>
<div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;'>
If you can read this, please updated your browser. or get my favorite <a href="http://www.google.com/chrome/">Chrome</a></div>
<p> <![endif]--></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.n0ll.com/2011/03/the-internet-explorer-6-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluewatersailing</title>
		<link>http://dev.n0ll.com/2011/02/bluewatersailing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bluewatersailing</link>
		<comments>http://dev.n0ll.com/2011/02/bluewatersailing/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 17:10:39 +0000</pubDate>
		<dc:creator>Lars-Georg Paulsen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Armatura Borealis]]></category>
		<category><![CDATA[Bluewatersailing]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dev.n0ll.com/?p=1094</guid>
		<description><![CDATA[The last couple of months, I&#8217;ve been working on a new webpage for some friends. They&#8217;re going on a &#8220;round the world&#8221; trip this year, and needed some help setting up a site. Good old WordPress does the job. And after finding a free theme, tweaked it, and added some new cool features like satellite tracking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bluewatersailing.no"><img class="size-thumbnail wp-image-1095 alignleft" title="bluewatersailing" src="http://dev.n0ll.com/wp-content/uploads/2011/02/bluewatersailing-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>The last couple of months, I&#8217;ve been working on a new webpage for some friends. They&#8217;re going on a &#8220;round the world&#8221; trip this year, and needed some help setting up a site. </p>
<p>Good old <a href="http://wordpress.org/">WordPress</a> does the job. And after finding a free theme, tweaked it, and added some new cool features like <em>satellite tracking </em>. It was up to Magnus and Martin to add content. </p>
<p>Content and some really nice pictures was uploaded, and with some help getting used to wordpress as a CMS, some small layout adjustment and some tips&#038;tricks from me, the site has now be launched!</p>
<p>Check out their new site @ <a href="http://www.bluewatersailing.no">http://www.bluewatersailing.no</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.n0ll.com/2011/02/bluewatersailing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

