<?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>ijonas.com &#187; Technology</title>
	<atom:link href="http://ijonas.com/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://ijonas.com</link>
	<description>Habitual Ramblings of an Indiginous Ijonous</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:12:55 +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>Installing Redis 2.2.4 on Ubuntu 10.10 &amp; 11.04 and running with an &#8216;init&#8217; script.</title>
		<link>http://ijonas.com/software-development/nosql/412/</link>
		<comments>http://ijonas.com/software-development/nosql/412/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:42:36 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[2.2.4]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://www.denofubiquity.com/?p=412</guid>
		<description><![CDATA[Following on from <a href="http://www.denofubiquity.com/nosql/398/">previous post on installing MongoDB 1.8.1</a>, here are similar steps to getting Redis 2.2.4 running on Ubuntu 10.10 using an init script. The setup is intended to be used on developer desktop/laptop rather than production infrastructure.
 <a href="http://ijonas.com/software-development/nosql/412/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following on from <a href="http://www.denofubiquity.com/nosql/398/">previous post on installing MongoDB 1.8.1</a>, here are similar steps to getting Redis 2.2.4 running on Ubuntu 10.10 using an init script. The setup is intended to be used on developer desktop/laptop rather than production infrastructure.</p>
<p>As ever, first download and unzip Redis from <a href="http://redis.io/download">here</a>.</p>
<pre>cd /tmp
wget http://redis.googlecode.com/files/redis-2.2.4.tar.gz
tar -zxf redis-2.2.4.tar.gz
cd redis-2.2.4
make
sudo make install</pre>
<p>Your Redis binaries should now be located in /usr/local/bin.</p>
<p>To get an init script and Redis config working cleanly with this setup, download my init and config files from <a href="https://github.com/ijonas/dotfiles/">my Github ‘dotfiles’ repo</a>. My init script is pretty standard. However my redis.conf sets Redis up with 1Gb of virtual memory and 20Gb of swap space &#8211; intended for general development purposes.</p>
<pre>wget https://github.com/ijonas/dotfiles/raw/master/etc/init.d/redis-server
wget https://github.com/ijonas/dotfiles/raw/master/etc/redis.conf
sudo mv redis-server /etc/init.d/redis-server
sudo chmod +x /etc/init.d/redis-server
sudo mv redis.conf /etc/redis.conf</pre>
<p>Before you can fire up the Redis server for the first time, you&#8217;ll need add a redis user and prep a data and logging folder.</p>
<pre>
sudo mkdir -p /var/lib/redis
sudo mkdir -p /var/log/redis
sudo useradd --system --home-dir /var/lib/redis redis
sudo chown redis.redis /var/lib/redis
sudo chown redis.redis /var/log/redis</pre>
<p>Also, you need to activate your Redis services init script by adding it to your system&#8217;s run-level configuration. That way the service will startup during the boot sequence and stop nicely during the OS&#8217; shutdown procedure.</p>
<pre>sudo update-rc.d redis-server defaults</pre>
<p>You&#8217;re now ready to launch Redis server with</p>
<pre>sudo /etc/init.d/redis-server start</pre>
<p>Good luck!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fsoftware-development%2Fnosql%2F412%2F&title=Installing+Redis+2.2.4+on+Ubuntu+10.10+%26+11.04+and+running+with+an+%27init%27+script.&desc=Following+on+from+previous+post+on+installing+MongoDB+1.8.1%2C+here+are+similar+steps+to+getting+Redis+2.2.4+running+on+Ubuntu+10.10+using+an+init+script.+The+setup+is+intended+to+be+used+on+developer+d&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/software-development/nosql/412/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Installing MongoDB 1.8.1 on Ubuntu 10.10 &amp; 11.04 and running with an &#8216;init&#8217; script.</title>
		<link>http://ijonas.com/software-development/nosql/398/</link>
		<comments>http://ijonas.com/software-development/nosql/398/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 11:37:17 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[1.8]]></category>
		<category><![CDATA[10Gen]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[init script]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[journaling]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://www.denofubiquity.com/?p=398</guid>
		<description><![CDATA[Installing MongoDB 1.8.1, in my case as a developer database, is easy. This blog post just itemises all the steps so that you can pretty blindly follow allong. I'll probably use these steps myself as I seem to be doing this regurlarly ;-)
 <a href="http://ijonas.com/software-development/nosql/398/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Installing MongoDB 1.8.1, in my case as a developer database, is easy. This blog post just itemises all the steps so that you can pretty much blindly follow along. I&#8217;ll probably use these steps myself as I seem to be doing this regurlarly <img src='http://ijonas.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Download the 64bit Linux binaries from <a title="MongoDB binaries download page" href="http://www.mongodb.org/downloads">here</a> and unzip the contents to /usr/local.</p>
<pre language="bash">cd /tmp
wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-1.8.1.tgz
sudo tar -zxf /tmp/mongodb-linux-x86_64-1.8.1.tgz -C /usr/local</pre>
<p>Setup some symbolic links.</p>
<pre language="bash">sudo ln -s /usr/local/mongodb-linux-x86_64-1.8.1 /usr/local/mongodb
sudo ln -s /usr/local/mongodb/bin/bsondump /usr/local/bin/bsondump
sudo ln -s /usr/local/mongodb/bin/mongo /usr/local/bin/mongo
sudo ln -s /usr/local/mongodb/bin/mongod /usr/local/bin/mongod
sudo ln -s /usr/local/mongodb/bin/mongodump /usr/local/bin/mongodump
sudo ln -s /usr/local/mongodb/bin/mongoexport /usr/local/bin/mongoexport
sudo ln -s /usr/local/mongodb/bin/mongofiles /usr/local/bin/mongofiles
sudo ln -s /usr/local/mongodb/bin/mongoimport /usr/local/bin/mongoimport
sudo ln -s /usr/local/mongodb/bin/mongorestore /usr/local/bin/mongorestore
sudo ln -s /usr/local/mongodb/bin/mongos /usr/local/bin/mongos
sudo ln -s /usr/local/mongodb/bin/mongosniff /usr/local/bin/mongosniff
sudo ln -s /usr/local/mongodb/bin/mongostat /usr/local/bin/mongostat</pre>
<p>The first &#8220;ln -s&#8221; above sets up a handy symbolic link between the versioned mongodb folder and its unversioned counterpart. When 10Gen release updates, say version 1.8.2, all you need to do is download, unzip, and link the &#8217;1.8.2 mongodb folder&#8217; to the unversioned folder and &#8216;hey presto&#8217; everything should just work.</p>
<p>To get an init script working cleanly with this setup, download mine from <a title="Ijonas' dotfiles repo" href="https://github.com/ijonas/dotfiles">my Github &#8216;dotfiles&#8217; repo</a>. Please note &#8211; my init script enables journaling and the REST interface (on line 51).</p>
<pre language="bash">wget https://github.com/ijonas/dotfiles/raw/master/etc/init.d/mongod
sudo mv mongod /etc/init.d/mongod
sudo chmod +x /etc/init.d/mongod
</pre>
<p>You&#8217;ll need to add a mongodb user and prep some folders</p>
<pre language="bash">sudo useradd mongodb
sudo mkdir -p /var/lib/mongodb
sudo mkdir -p /var/log/mongodb
sudo chown mongodb.mongodb /var/lib/mongodb
sudo chown mongodb.mongodb /var/log/mongodb</pre>
<p>Also, you need to activate your MongoDB service&#8217;s init script by adding it to your system&#8217;s run-level configuration. That way the service will startup during the boot sequence and stop nicely during the OS&#8217; shutdown procedure.</p>
<pre>
sudo update-rc.d mongod defaults
</pre>
<p>Lastly to launch MongoDB</p>
<pre language="bash">/etc/init.d/mongod start</pre>
<p>Good luck!</p>
<p><strong>UPDATE:</strong> Since April 6 Ubuntu now has prefabbed packages containing MongoDB 1.8.1, maintained by 10Gen. See the instruction below.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fsoftware-development%2Fnosql%2F398%2F&title=Installing+MongoDB+1.8.1+on+Ubuntu+10.10+%26+11.04+and+running+with+an+%27init%27+script.&desc=Installing+MongoDB+1.8.1%2C+in+my+case+as+a+developer+database%2C+is+easy.+This+blog+post+just+itemises+all+the+steps+so+that+you+can+pretty+much+blindly+follow+along.+I%27ll+probably+use+these+steps+myself&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/software-development/nosql/398/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Announcing TechMeetup Glasgow</title>
		<link>http://ijonas.com/media-technology/218/</link>
		<comments>http://ijonas.com/media-technology/218/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:02:35 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[glasgow]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[Strathclyde University]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[techmeetup]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.denofubiquity.com/?p=218</guid>
		<description><![CDATA[On the 22nd April, Tech Meetup Glasgow will start and it'd be great to have you along.  Three excellent speakers are lined up, covering a variety of topics - from running a ticketing startup, to an introduction to developing for Android. Kick-off is at 7pm in Room M329 of the James Weir building on Stratchlyde University's campus.   

 <a href="http://ijonas.com/media-technology/218/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Tech Meetup is coming to Glasgow on April 22nd.</strong></p>
<p><img class="alignright size-full wp-image-223" style="margin: 10px;" title="TechMeetup" src="http://ijonas.com/wp-content/uploads/2009/04/logo1.gif" alt="TechMeetup" width="177" height="165" />There are a ton of events for entrepreneurs to meet investors and bankers and VC’s but let’s face it, we’re tech, so let’s talk about tech. No name badges, no business models, just the growth of our eco-system and the advance of our tech – be it web apps, software, mobile apps, hardware, games… There’s an overlap across many of these and it’s always interesting to hear what people are hacking together, know about or have worked on before.</p>
<p>TechMeetup is just that &#8211; a space for everyone to meet up, talk about some of the cool stuff we’re doing, or get help on our projects from others.  It&#8217;s been running in Edinburgh for several months, with a good turn out, nice folks and great speakers – held together with the magic of pizza and beer.</p>
<p>On the 22nd April, Tech Meetup Glasgow will start and it&#8217;d be great to have you along.  Three excellent speakers are lined up, covering a variety of topics &#8211; from running a ticketing startup, to an introduction to developing for Android. Kick-off is at 7pm in Room M329 of the James Weir building on Stratchlyde University&#8217;s campus.</p>
<p>With your help and feedback, we are going to work hard to make this functional for everyone around us – a monthly event to allow you to share news, demo the technologies and projects that excite you, meet people with complimentary skillsets that may want to help out, and generally get to know others in the tech community.</p>
<p>So if that sounds good to you, be great to see you there.  Bring yourself, your experiences and your opinions with you.</p>
<p>Sam, Ijonas &amp; Heidi.</p>
<p>Lastly, visit our site <a id="xdgt" title="http://www.techmeetup.co.uk" href="http://www.techmeetup.co.uk/">http://www.techmeetup.co.uk</a> for a backgrounder on TechMeetup including past talks.</p>
<address> </address>
<address> </address>
<address style="padding-left: 30px;">Event: TechMeetup Glasgow<br />
Date &amp; Time: 22nd April 2009 &#8211; 7pm (the pizza is delivered then)<br />
Directions: (lift to 3rd floor) Room M329, James Weir Building, Strathclyde Campus, 75 Montrose Street, Glasgow.</address>
<address style="padding-left: 30px;">Here&#8217;s the <a id="a1ol" title="Google Streetview" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=james+weir+building,+glasgow&amp;sll=55.877982,-4.288263&amp;sspn=0.015744,0.043216&amp;ie=UTF8&amp;ll=55.861766,-4.245186&amp;spn=0.007875,0.021608&amp;z=16&amp;iwloc=A&amp;layer=c&amp;cbll=55.861857,-4.245153&amp;panoid=l0DtlqmN9fAn-UhQ99_mAA&amp;cbp=12,323.17145145811696,,0,-12.33862959285007">Google Streetview</a><br />
And here&#8217;s the <a id="zqo:" title="Google Maps view" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=james+weir+building,+glasgow&amp;sll=55.861766,-4.245186&amp;sspn=0.007875,0.021608&amp;ie=UTF8&amp;ll=55.861874,-4.245679&amp;spn=0.007586,0.021608&amp;z=16&amp;iwloc=A">Google Maps view</a>.</address>
<address style="padding-left: 30px;">And here&#8217;s the <a title="TechMeetup Glasgow iCal Entry" href="http://ijonas.com/wp-content/uploads/2009/04/techmeetup-glasgow1.ics">iCal entry</a> to stick in your calendar.<br />
</address>
<address style="padding-left: 30px;"> </address>
<address style="padding-left: 30px;"> </address>
<address style="padding-left: 30px;"><strong>Contact:</strong></address>
<address style="padding-left: 30px;"><a id="q151" title="o.s.collins@gmail.com" href="mailto:o.s.collins@gmail.com">o.s.collins@gmail.com</a></address>
<address style="padding-left: 30px;"><a id="plfv" title="ijonas.kisselbach@gmail.com" href="mailto:ijonas.kisselbach@gmail.com">ijonas.kisselbach@gmail.com</a></address>
<address style="padding-left: 30px;"><a id="ov13" title="heidi@sauceandvinegar.com" href="mailto:heidi@sauceandvinegar.com">heidi@sauceandvinegar.com</a></address>
<address style="padding-left: 30px;">or twitter: <a id="si4g" title="@techmeetup" href="http://twitter.com/techmeetup">@techmeetup</a></address>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F218%2F&title=Announcing+TechMeetup+Glasgow&desc=Tech+Meetup+is+coming+to+Glasgow+on+April+22nd.%0A%0AThere+are+a+ton+of+events+for+entrepreneurs+to+meet+investors+and+bankers+and+VC%E2%80%99s+but+let%E2%80%99s+face+it%2C+we%E2%80%99re+tech%2C+so+let%E2%80%99s+talk+about+tech.+No+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/218/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing URIs in SQL Server 2008 using the HIERARCHYID datatype and LINQ-To-SQL</title>
		<link>http://ijonas.com/software-development/96/</link>
		<comments>http://ijonas.com/software-development/96/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:47:41 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[code samples]]></category>
		<category><![CDATA[HierarchyId]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LINQ-To-SQL]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve been playing around with SQL Server 2008 CTP, exploring the benefits of the new HIERARCHYID datatype, which has been designed to efficiently store depth-first tree structures in SQL Server 2008. My requirements were to store URI paths such as ones &#8230; <a href="http://ijonas.com/software-development/96/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with SQL Server 2008 CTP, exploring the benefits of the new HIERARCHYID datatype, which has been designed to efficiently store depth-first tree structures in SQL Server 2008.</p>
<p>My requirements were to store URI paths such as ones you might find in URLs, whereby each path component is held as a separate record in a table. Each path component refers to a folder in file system, e.g.</p>
<pre><strong>URL:</strong> http://www.vamosa.com/index/information_solutions/technology_and_products/vamosa_content_migrator.htm
<strong>URI:</strong> path: /index/information_solutions/technology_and_products/vamosa_content_migrator.htm</pre>
<p>So traditionally in the database I would end up with parent/child relationship as such</p>
<pre><strong>id 	label					parent_id
</strong>0	NULL					NULL		&lt;--- root element
1	index					0
2	information_solutions			1
3	technology_and_products			2
4	vamosa_content_migration.htm	<span style="white-space:pre;">	</span>3</pre>
<p>HIERARCHYID allows you to perform all sorts of fast hiearchical queries without having to wander up and down the parent/child foreign key relationship. Those are the benefits, however there&#8217;s a problem&#8230;</p>
<p>At the time of writing the .NET Framework 3.5&#8242;s System.Data.SqlTypes namespace does not provide any support for HIERARCHID datatypes, e.g. SqlHierarchId as a class is missing, meaning that if you want to work with the new type you&#8217;ll need hide it from your .NET code using stored procedures, and that&#8217;s the approach I&#8217;ve taken in this post.</p>
<p>The other thing to be aware of is that the HIERARCHYID column is not a foreign key to a record further up the tree. The HIERARCHYID column stores position of the current record within the tree, e.g.</p>
<pre><strong>id  </strong><span style="white-space:pre;"><strong>	</strong></span><strong>label					hierarchyid_field.ToString()
</strong>0	NULL					/	<span style="white-space:pre;">	</span>&lt;--- root element
1	index					/1/
2	information_solutions			/1/1/
3	technology_and_products			/1/1/1/
4	vamosa_content_migrator.htm		/1/1/1/1/</pre>
<p>The table I&#8217;ve created is called URI and is defined as follows:</p>
<pre lang="sql" line="1">CREATE TABLE dbo.URI
(
	Id uniqueidentifier NOT NULL,
	Label nvarchar(256) NULL,
	UriHID hierarchyid NOT NULL,           -- the magical new datatype
	CONSTRAINT [PK_URI] PRIMARY KEY
)
</pre>
<p>I want to be able call my stored proc as follows:</p>
<pre lang="java" line="1">
  MyLINQDataContext db = new MyLINQDataContext(); // a previously defined context via .dbml file
  System.Guid? uri_id=null;			  // variable to capture the URI.Id of the last node inserted
  db.InsertURI("/products/vcm/index.html", ref uri_id);	// call to stored proc
  Console.Out.Writeline( uri_id );		 // doing something useful with the return result
</pre>
<p>Stored procedures aren&#8217;t my strongest point by a long stretch so feel free to comment and improve the code, but here&#8217;s the InsertURI stored proc:</p>
<pre lang="sql" line="1">CREATE Procedure InsertURI
	@uri nvarchar(4000),
	@uri_id uniqueidentifier OUTPUT
AS
	declare @root_uri_id uniqueidentifier
	declare @path_remainder nvarchar(4000)
	declare @pos_slash int
	declare @parent_uri_hid HIERARCHYID

	set @parent_uri_hid = HIERARCHYID::GetRoot()

	-- ensure the root exists
	select @root_uri_id = u.id from URI u where u.label is null
	if @root_uri_id is null
		insert into URI values (NEWID(), NULL, @parent_uri_hid)

	set @path_remainder = @uri
	set @pos_slash = charindex( '/', @path_remainder )
	while (len(@path_remainder) > 0)
	begin
		declare @next_slash int
		declare @uri_label nvarchar(256)
		declare @current_uri_hid HIERARCHYID
		set @next_slash = charindex( '/', @path_remainder, @pos_slash+1 )

		-- determine the next label in the sequence of depth-first node names
		if @next_slash > 0
		begin
			set @uri_label = SUBSTRING( @path_remainder, @pos_slash+1, @next_slash - @pos_slash - 1 )
			set @path_remainder = substring( @path_remainder, @next_slash, len(@path_remainder) )
		end
		else
		begin
			set @uri_label = SUBSTRING( @path_remainder, @pos_slash+1, len(@path_remainder) )
			set @path_remainder = ''
		end
		set @pos_slash = charindex( '/', @path_remainder )
		-- determine if current @uri_label exists as child of @parent_uri_hid
		set @current_uri_hid = NULL
		select @current_uri_hid = u.UriHID from URI u where u.UriHID.GetAncestor(1) = @parent_uri_hid and u.Label=@uri_label
		if @current_uri_hid is null
		begin
			-- the label doesn't exist as a child, hence create it
			-- first determine the new hierarchyid - new node will be last in row of siblings
			declare @last_child_uri_hid HIERARCHYID
			SELECT @last_child_uri_hid = MAX(UriHID) FROM URI u WHERE u.UriHID.GetAncestor(1) = @parent_uri_hid
			set @current_uri_hid = @parent_uri_hid.GetDescendant(@last_child_uri_hid, NULL)

			set @uri_id = NEWID()
			insert into uri values (@uri_id, @uri_label, @current_uri_hid )
		end
		set @parent_uri_hid = @current_uri_hid
	end</pre>
<p>The stored proc takes the @uri string and chops it using the &#8216;/&#8217;-separator (orange highlighted), looping through each element in the path (red brown highlighted), first &#8216;index&#8217; then &#8216;information_solutions&#8217;, etc. For each element it will check wether or not the element exists (red highlighted code), creating it if necessary (purple highlighted). The position of the new node will always be on the &#8216;far right&#8217; of its siblings (green highlighted code).<br />
 </p>
<p> </p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fsoftware-development%2F96%2F&title=Storing+URIs+in+SQL+Server+2008+using+the+HIERARCHYID+datatype+and+LINQ-To-SQL&desc=I%27ve+been+playing+around+with+SQL+Server+2008+CTP%2C+exploring+the+benefits+of+the+new+HIERARCHYID%C2%A0datatype%2C+which+has+been+designed+to+efficiently+store+depth-first+tree+structures+in+SQL+Server+2008.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/software-development/96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joe from Flixster is plain wrong.</title>
		<link>http://ijonas.com/media-technology/90/</link>
		<comments>http://ijonas.com/media-technology/90/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 12:51:57 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[flixster]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[open social]]></category>
		<category><![CDATA[scoble]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/11/02/joe-from-flixster-is-plain-wrong/</guid>
		<description><![CDATA[Robert Scoble says: Joe from Flixter denotes why this is SO HUGE: his app will run anywhere that the OpenSocial platform is running. Plaxo. Ning. NewsGator. MySpace. No rewriting of apps. The Open Social announcement is an equivalent to Sun &#8230; <a href="http://ijonas.com/media-technology/90/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Robert Scoble says:</p>
<blockquote><p><em>Joe from Flixter denotes why this is SO HUGE: his app will run anywhere that the OpenSocial platform is running. Plaxo. Ning. NewsGator. MySpace. No rewriting of apps.</em></p></blockquote>
<p>The Open Social announcement is an equivalent to Sun announcing Java in the mid-nineties&#8230; The big promise back then was write-once run-everywhere&#8230; Java never became the major success for writing end-user apps that Sun had dreamed off, so the jury has to be out. Hopefully the Open Social API designers will keep Java&#8217;s history in mind as they take their technology forward.</p>
<p>MS Windows users don&#8217;t care whether Mac users can run AutoCAD. Similarly Bebo users won&#8217;t give a damn whether or not Facebook or Ning users can run Flixster&#8230;. <em>unless</em> Bebo users can share the Flixtser data, their movie reviews, with their friends on other sites.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F90%2F&title=Joe+from+Flixster+is+plain+wrong.&desc=Robert+Scoble+says%3A%0AJoe+from+Flixter+denotes+why+this+is+SO+HUGE%3A+his+app+will+run+anywhere+that+the+OpenSocial+platform+is+running.+Plaxo.+Ning.+NewsGator.+MySpace.+No+rewriting+of+apps.%0AThe+Open+Soc&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/90/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Open Social &#8211;&gt; move along, nothing to see</title>
		<link>http://ijonas.com/media-technology/89/</link>
		<comments>http://ijonas.com/media-technology/89/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 12:32:32 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[marshal kirkpatrick]]></category>
		<category><![CDATA[open social]]></category>
		<category><![CDATA[read/write]]></category>
		<category><![CDATA[scoble]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/11/02/googles-open-social-move-along-nothing-to-see/</guid>
		<description><![CDATA[So there we have it&#8230; Google has made a big splash into the social networking arena. Open Social is its name and helping widget developers is its game. Great news for developers, but no news for users of these sites.Robert &#8230; <a href="http://ijonas.com/media-technology/89/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So there we have it&#8230; Google has made a big splash into the social networking arena. Open Social is its name and helping widget developers is its game.</p>
<p>Great news for developers, but <span class="Apple-style-span" style="font-style:italic;">no news</span> for users of these sites.Robert Scoble is raving about it something rotten on <a href="http://twitter.com/Scobleizer" target="_blank">twitter</a> and <a href="http://scobleizer.com/2007/11/01/myspace-joins-googles-open-social-announcement/" target="_blank">his blog</a>, like a surfer riding the big kahuna&#8230; I love his excitement but I can&#8217;t share it.</p>
<p>End users now get the same &#8220;virus apps&#8221; spreading across multiple social sites (MySpace, Ning, Hi5, etc) because these apps are can now be built atop the same APIs. The problem is the data remains stuck within the &#8220;container&#8221;, i.e. the social network site and cannot cross the boundary to another site. For example, the developers of Flixster can now write a single app for all social network sites using the Open Social APIs, however I couldn&#8217;t share my Flixster data on Hi5 with my some of my friends on Bebo, eventhough the same app would be available.</p>
<p><a href="http://www.readwriteweb.com/archives/opensocial_three_big_concerns.php" target="_blank">Marshall Kirkpatrick hits the nail on the head</a> by saying that Open Social should really be called Open Widget, as it more aptly defines the problem it trying to solve.</p>
<p>Open Social helps developers write apps for multiple platforms. Open Social does nothing to help users connect across multiple platforms.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F89%2F&title=Google%27s+Open+Social+--%3E+move+along%2C+nothing+to+see&desc=So+there+we+have+it...+Google+has+made+a+big+splash+into+the+social+networking+arena.+Open+Social+is+its+name+and+helping+widget+developers+is+its+game.%0A%0AGreat+news+for+developers%2C+but+no+news+for+use&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/89/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soup.io &#8211;&gt; Microblogger or Content Aggregator</title>
		<link>http://ijonas.com/media-technology/88/</link>
		<comments>http://ijonas.com/media-technology/88/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 10:02:49 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content aggregator]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[soup.io]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/11/01/soupio-microblogger-or-content-aggregator/</guid>
		<description><![CDATA[Soup.io is a great new web app coming out of the YEurope oven. In short its a little bit of microblogging mixed up content aggregation from other sites such as flickr, twitter, delicious, and in my case WordPress.com (there&#8217;s more &#8230; <a href="http://ijonas.com/media-technology/88/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.soup.io" target="_blank"><img src="http://static.soup.io/images/soup_badge.png" alt="" hspace="10" vspace="10" width="57" height="57" align="right" />Soup.io</a> is a great new web app coming out of the <a href="http://http://beta.yeurope.net/" target="_blank">YEurope</a> oven. In short its a little bit of microblogging mixed up content aggregation from other sites such as <a href="http://www.flickr.com/photos/ijonas/" target="_blank">flickr</a>, <a href="http://twitter.com/ijonas" target="_blank">twitter</a>, <a href="http://del.icio.us/ijonas" target="_blank">delicious</a>, and in my case <a href="http://ijonas.wordpress.com" target="_blank">WordPress.com</a> (there&#8217;s more take a look).</p>
<p>There&#8217;s already<a href="http://mashable.com/2007/10/30/soupio-microblogging/" target="_blank"> some chat in the blogosphere</a> comparing it&#8217;s microblogging features to twitter and pownce.Soup.io lacks the immediacy of twitter and its desktop &amp; SMS entrypoints, but that&#8217;s ok by me.Soup.io to me is a wonderful way to aggregate the content that I&#8217;m producing through various web apps, which I would consider &#8220;best-of-breed&#8221; or more likely &#8220;works-best-for-me&#8221;.</p>
<p>My flickr stream gets mashed up with my tweets and delicious discoveries &#8211; all wrapped around with my rather wordy ramblings on WordPress and presented by to the world via either a nicely templated website or a singular RSS feed.The &#8220;cherry on top&#8221; is the ability to point a domain such as www.ijonas.com at soup.io and all of a sudden, all of that content is presented through single page on the web.</p>
<p>Once again, open standards are enabling production as well as consumption of content on the internet. In this case I can try out any RSS-enabled service such as Pownce, take the RSS feed my content generates and wire it into my soup.io page. If I stop using the Pownce service, no problem&#8230; my soup.io mashups lives on.</p>
<p>So to me soup.io serves me better as aggregator than a microblogging tool. I&#8217;m a little confused by their offering of functions that allow you to post messages, pictures, and videos&#8230; IMHO the soup.io developers should expand on the site&#8217;s ability to aggregate content from more sources and improve the already great look-and-feel customisation/templating features.</p>
<p>soup.io &#8211;&gt; recommended!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F88%2F&title=Soup.io+--%3E+Microblogger+or+Content+Aggregator&desc=Soup.io+is+a+great+new+web+app+coming+out+of+the+YEurope+oven.+In+short+its+a+little+bit+of+microblogging+mixed+up+content+aggregation+from+other+sites+such+as+flickr%2C+twitter%2C+delicious%2C+and+in+my+ca&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Former FEMA Chief Michael Brown has a new job sells Snake Oil</title>
		<link>http://ijonas.com/media-technology/69/</link>
		<comments>http://ijonas.com/media-technology/69/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 12:10:24 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[michael brown]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[product management]]></category>
		<category><![CDATA[snake oil]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/08/07/former-fema-chief-michael-brown-has-a-new-job-sells-snake-oil/</guid>
		<description><![CDATA[This is funny because its classic case of desigining a black magic product thats scans all the databases in the world in-place using its adaptable plugin modules that enables it to extract hidden terrorist messages from your mum&#8217;s recipe spreadsheet &#8230; <a href="http://ijonas.com/media-technology/69/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is funny because its classic case of desigining a black magic product thats scans all the databases in the world in-place using its <em>adaptable plugin modules</em> that enables it to extract hidden terrorist messages from your mum&#8217;s recipe spreadsheet in her Documents folder and correlate with credit card spending in Indonesia, via the included plugin module that sits atop of the VISA global credit card database.</p>
<p>My favourite line in the pitch is&#8230;. and I guarantee that I&#8217;m not taking it out of context:</p>
<blockquote><p><em>because its distributed, its totally secure</em></p></blockquote>
<p>Nuts! As someone working for a company where writing connectors into external systems is a constant drain on development resource, leaving data in-place is not a guaranteed best practice.</p>
<p>Still goes to show&#8230; You could be building complete and utter nonsense and get a discredited person like Michael Brown to sell it as snake oil.</p>
<p>Oh what a world&#8230;.</p>
<p><!-- PodTech Media Player, developed by http://www.vestaldesign.com -->[podtech content=http://media1.podtech.net/media/2007/08/PID_012101/Podtech_Michael_Brown_on_InferX.flv&amp;postURL=http://www.podtech.net/home/3766/former-fema-chief-michael-brown-on-data-mining&amp;totalTime=832000&amp;breadcrumb=18aaed5837da4ebead6f094f122e0d88] </p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F69%2F&title=Former+FEMA+Chief+Michael+Brown+has+a+new+job+sells+Snake+Oil&desc=This+is+funny+because+its+classic+case+of+desigining+a+black+magic+product+thats+scans+all+the+databases+in+the+world+in-place+using+its+adaptable+plugin+modules+that+enables+it+to+extract+hidden+terr&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/69/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polar CS300 weblink software, polarpersonaltrainer.com and Mac OS X</title>
		<link>http://ijonas.com/media-technology/68/</link>
		<comments>http://ijonas.com/media-technology/68/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 07:11:55 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[cs300]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[polar cs300]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/08/07/polar-cs300-weblink-software-polarpersonaltrainercom-and-mac-os-x/</guid>
		<description><![CDATA[I&#8217;m noticing quiet a lot of search results hitting this blog, looking for ideas on how to integrate the Polar CS300 and your trusty old Mac&#8230; in my case a MacBook Pro. Well, I&#8217;ve got it working but it isn&#8217;t &#8230; <a href="http://ijonas.com/media-technology/68/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.polar.fi/polar/channels/eng/segments/Cycling/CS300/Files/Picture3/CS300-mid.jpg" alt="Polar CS300 Cycling Computer" hspace="10" vspace="10" width="304" height="171" align="left" />I&#8217;m noticing quiet a lot of search results hitting this blog, looking for ideas on how to integrate the Polar CS300 and your trusty old Mac&#8230; in my case a MacBook Pro.</p>
<p>Well, I&#8217;ve got it working but it isn&#8217;t the most elegant of solutions&#8230; First of all there is to my knowledge no OS X version of the Polar software, therefore I&#8217;ve had to employ the following&#8230;</p>
<p>Ingredients</p>
<ul>
<li>1x copy of <a href="http://www.parallels.com/en/products/desktop/">Parallels Desktop for Mac</a> (installed on your Mac)</li>
<li>1x copy of Windows XP (installed inside Parallels)</li>
<li>1x Mac Book Pro</li>
<li>1x Polar CS300 watch</li>
<li>1x <a href="http://support.polar.fi/PKBSupport.nsf/42256c2b001e0f6ac22567cc00357477/42256c2b001e0f6ac2256f1e0027e01e?OpenDocument">Polar WebLink SW</a> software installed (installed on Windows XP)</li>
</ul>
<p>The Polar CS300 computer setup uses a PC microphone to transfer and convert the data held on the watch. The great thing about Parallels is that it comes with microphone support, meaning the Windows environment running inside Parallels gets to hear what&#8217;s happening in the outside world.</p>
<p>So all you need is to setup the &#8216;ingredients&#8217; listed above. Then:</p>
<ol>
<li>Launch Parallels with Windows XP.</li>
<li>Once your inside Windows launch the WebLink SW software providing the details as per the Polar manual. At this point place the software in transfer mode so that its listening out for data.</li>
<li>Now grab your CS300 and activate &#8216;Connect&#8217; mode, choosing &#8216;Send&#8217;&#8230; SonicLink will start squelching all sorts of little sounds.</li>
<li>Quickly place the watch on top of the microphone. In the case of the MacBook Pro, the microphone is underneath the speaker grill to the left of your keyboard.</li>
</ol>
<p>If you run into any problems, go ahead and use the comments section below&#8230; I&#8217;ll see if I can help.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F68%2F&title=Polar+CS300+weblink+software%2C+polarpersonaltrainer.com+and+Mac+OS+X&desc=I%27m+noticing+quiet+a+lot+of+search+results+hitting+this+blog%2C+looking+for+ideas+on+how+to+integrate+the+Polar+CS300+and+your+trusty+old+Mac...+in+my+case+a+MacBook+Pro.%0A%0AWell%2C+I%27ve+got+it+working+but+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/68/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Balance &#8211; From the Country to the City and back again.</title>
		<link>http://ijonas.com/media-technology/67/</link>
		<comments>http://ijonas.com/media-technology/67/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 06:46:43 +0000</pubDate>
		<dc:creator>ijonas</dc:creator>
				<category><![CDATA[Media & Technology]]></category>
		<category><![CDATA[ecology]]></category>
		<category><![CDATA[environmentalism]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[population growth]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[urbanisation]]></category>
		<category><![CDATA[urbanization]]></category>

		<guid isPermaLink="false">http://ijonas.wordpress.com/2007/08/07/balance-from-the-country-to-the-city-and-back-again/</guid>
		<description><![CDATA[I found myself drawn into Stewart Brand&#8217;s presentation on environmentalism and urbanisation&#8230; He makes some really interesting points on how the environmental- or eco-movement will change over the next couple of decades. The movement will change from a grassroots &#8220;nice-to-do&#8221; &#8230; <a href="http://ijonas.com/media-technology/67/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.poptech.org/images/elements/logo_108px.gif" alt="PopTech logo." hspace="10" vspace="10" width="108" height="108" align="right" />I found myself drawn into <a href="http://www.poptech.org/popcasts/popcasts.aspx?viewcastid=41">Stewart Brand&#8217;s presentation</a> on environmentalism and urbanisation&#8230;</p>
<p>He makes some really interesting points on how the environmental- or eco-movement will change over the next couple of decades. The movement will change from a grassroots &#8220;nice-to-do&#8221; group of Western Industrialised tree-huggers and idealists to a global phenomenon of not just romanticised activisim but cold-hard-fact-based politicking. This change will be brought on by two things. Firstly the internet will enable global organised communication to even the remotest parts. Secondly, day-by-day science is improving the knowledge we have of our own planet and how it is changing. So yesterday&#8217;s &#8220;moral&#8221; debates will turn into debates backed up by stats, that can be proved/disproved with proper scientific rigour.</p>
<p>The second interesting assertion he makes is that global population growth will tail off in the next couple of decades due to, of all things &#8211; urbanisation. This year 50% of the Earth&#8217;s population will reside in cities (as opposed 3%, 200 years ago). As people move into the cities, women stop having as many children, and this has a profound exponential effect. As one woman decides not to have kids, that &#8220;burdon&#8221; falls on the next woman who needs to have . Populations get older and aren&#8217;t replenished with &#8220;new stock&#8221;.</p>
<p>All very interesting stuff&#8230; recommended!!!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:460px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=ijonas.com&link=http%3A%2F%2Fijonas.com%2Fmedia-technology%2F67%2F&title=Balance+-+From+the+Country+to+the+City+and+back+again.&desc=I+found+myself+drawn+into+Stewart+Brand%27s+presentation+on+environmentalism+and+urbanisation...%0A%0AHe+makes+some+really+interesting+points+on+how+the+environmental-+or+eco-movement+will+change+over+the+n&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=0&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=ijonas&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://ijonas.com/media-technology/67/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

