<?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>Finnur Palmi Magnusson aka Gommit</title>
	<atom:link href="http://www.gommit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gommit.com</link>
	<description>The interwebs are here to stay</description>
	<lastBuildDate>Wed, 30 Nov 2011 21:30:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Iceland</title>
		<link>http://www.gommit.com/2011/11/twitter-iceland/</link>
		<comments>http://www.gommit.com/2011/11/twitter-iceland/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 21:14:20 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=566</guid>
		<description><![CDATA[Stitched together a couple of interesting examples from Icelandic corporate Twitter accounts and presented at ÍMARK Mannamót. Main takeaways: Be authentic, get your feet wet, tone of voice is of great importance. Opportunities for service, travel, export and companies wanting to hit it off with the twitter crowd. Twitter á mannamóti ÍMARK View more presentations [...]]]></description>
			<content:encoded><![CDATA[<p>Stitched together a couple of interesting examples from Icelandic corporate Twitter accounts and presented at ÍMARK Mannamót.</p>
<p>Main takeaways: Be authentic, get your feet wet, tone of voice is of great importance. Opportunities for service, travel, export and companies wanting to hit it off with the twitter crowd.</p>
<div style="width:425px" id="__ss_10404434"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/gommit/twitter-mannamti-mark" title="Twitter á mannamóti ÍMARK">Twitter á mannamóti ÍMARK</a></strong><object id="__sse10404434" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twitter-111130150205-phpapp01&#038;stripped_title=twitter-mannamti-mark&#038;userName=gommit" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"/><embed name="__sse10404434" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=twitter-111130150205-phpapp01&#038;stripped_title=twitter-mannamti-mark&#038;userName=gommit" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/gommit">Finnur Magnusson</a>.</div>
</div>
<p>Here is the video from this <a href="http://storify.com/gommit/arnar-ekki-sattur">storify post</a>&#8230;</p>
<p><iframe src="http://www.screenr.com/embed/7Fzs" width="425" height="355" frameborder="0"></iframe></p>
<p>Disclamer: Hef unnið fyrir Íslandsbanka, Símann og Frú Laugu (eftir að hafa kynnst þeim gegnum twitter)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/11/twitter-iceland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebook iFrame application</title>
		<link>http://www.gommit.com/2011/03/facebook-iframe-application/</link>
		<comments>http://www.gommit.com/2011/03/facebook-iframe-application/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 15:46:18 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=553</guid>
		<description><![CDATA[Facebook has been hyper active these first weeks of 2011 and keeping us developers and community managers on our toes. The latest twist for page owners was introduced on the 10th of February with the iFrame tabs for pages blog post. I was a bit surprised to see them let go of their full control [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook has been hyper active these first weeks of 2011 and keeping us developers and community managers on our toes. The latest twist for page owners was introduced on the 10th of February with the i<a href="http://developers.facebook.com/blog/post/462/">Frame tabs for pages blog post</a>.</p>
<p>I was a bit surprised to see them let go of their full control and proprietary FBML and JavaScript apps. Now you can build a facebook tab using bog standard HTML, JS and CSS. No magic, just a page within a page. They even give you a couple of hooks to detect if the user is a fan of your page and a few extra variables.</p>
<p>A couple of weeks ago, a nice little project landed in my lap which I managed to turn into an exercise in facebook development. The plan was to create a short quiz to promote a trade show. My suggestion for everything now is to turn it into a facebook thing and the people involved let me run with it. This resulted in over 1200 likes in a week without tossing shiny gifts and prizes to the fans.</p>
<p>It was a pretty straight forward implementation aside from trying to post the results to a facebook stream. The documentation from facebook is getting quite confusing as they keep changing their approach for this sort of implementation. Facebook connect, social graph, FBML, javascript vs PHP it was all a bit too much.</p>
<p>So this post is just a way to share what I learnt from this exercise and provide a bare bones working example of a PHP facebook iframe app with stream publish functionality.</p>
<p>I assume you have basic PHP, HTML and JS knowledge and some experience of the facebook developer app.</p>
<h2>Step one</h2>
<p>Set up a new ap on <a href="http://www.facebook.com/developers/">http://www.facebook.com/developers/</a></p>
<h2>Step two</h2>
<p>You need to have a server to host your PHP code.<br />
Download the <a href="https://github.com/facebook/php-sdk">facebook.php</a> API  and put it in a folder with the following code (save it as index.php). Take care to insert your own <strong>Application ID</strong> and <strong>Secret</strong>.</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt; <br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
//reset the iFrame to fit your content and remove scroll bars<br />
window.fbAsyncInit = function() {<br />
FB.Canvas.setSize(); <br />
}<br />
<br />
//publish to stream dialog&nbsp; <br />
function streamPublish( ) { <br />
&nbsp; var publish = {<br />
&nbsp; &nbsp; method: 'stream.publish',<br />
&nbsp; &nbsp; attachment: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; name: 'Facebook iFrame app demo',<br />
&nbsp; &nbsp; &nbsp; &nbsp; caption: '',<br />
&nbsp; &nbsp; &nbsp; &nbsp; description: ('I like Gommit! He made this iFrame demo and spilled the beans on his blog.'),<br />
&nbsp; &nbsp; &nbsp; &nbsp; href: 'http://on.fb.me/gehHeo',<br />
&nbsp; &nbsp; &nbsp; &nbsp; media: [{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type: 'image',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; href: 'http://on.fb.me/gehHeo',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src: 'http://www.gommit.com/wp-content/uploads/2011/02/gommit.jpg'<br />
&nbsp; &nbsp; &nbsp; &nbsp; }]<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; action_links: [{ text: 'Read the blog', href: 'http://www.gommit.com' }]<br />
&nbsp; &nbsp; }; &nbsp;<br />
<br />
&nbsp; &nbsp;FB.ui(publish,null);<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&nbsp; &nbsp; <br />
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <br />
<span style="color: #b1b100;">require</span> <span style="color: #0000ff;">'facebook.php'</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$app_id</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;XXXYOURAPPIDXXXX&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// your application ID</span><br />
<span style="color: #000088;">$app_secret</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;XXXYOURAPPSECRETXXXX&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// your application secret</span><br />
<span style="color: #000088;">$facebook</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Facebook<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><br />
<span style="color: #0000ff;">'appId'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$app_id</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'secret'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$app_secret</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'cookie'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">true</span><br />
<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000088;">$signed_request</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$facebook</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getSignedRequest</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>&nbsp; &nbsp; <br />
<span style="color: #000088;">$like_status</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$signed_request</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;page&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;liked&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$like_status</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
<br />
&lt;h1&gt;You like me!&lt;/h1&gt;<br />
&lt;p&gt;&lt;a href=&quot;javascript:streamPublish();&quot;&gt;Tell all your friends about it&lt;/p&gt;<br />
&nbsp; &nbsp; <br />
&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;<br />
&lt;script src=&quot;http://connect.facebook.net/en_US/all.js&quot;&gt;&lt;/script&gt;<br />
&lt;script&gt;<br />
FB.init({<br />
appId : 'XXXYOURAPPIDXXXX',<br />
status : true, // check login status<br />
cookie : true, // enable cookies to allow the server to access the session<br />
xfbml : true // parse XFBML<br />
});<br />
&lt;/script&gt;<br />
<br />
<span style="color: #000000; font-weight: bold;">&lt;?</span><span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br />
&nbsp; &nbsp; <br />
&lt;h1&gt;You don't like me!&lt;/h1&gt;<br />
&lt;p&gt;Fix it by giving me the thumbs up &lt;script src=&quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;&gt;&lt;/script&gt;&lt;fb:like href=&quot;http://www.facebook.com/pages/Gommit/141898699180738&quot; layout=&quot;box_count&quot; show_faces=&quot;false&quot; width=&quot;50&quot;&gt;&lt;/fb:like&gt; and &lt;a href=&quot;http://www.facebook.com/pages/Gommit/141898699180738?sk=app_100875706664720&quot; target=&quot;_top&quot;&gt;refresh&lt;/a&gt; this page.&lt;/h1&gt; <br />
<br />
<span style="color: #000000; font-weight: bold;">&lt;?</span><span style="color: #009900;">&#125;</span><span style="color: #000000; font-weight: bold;">?&gt;</span><br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div></td></tr></tbody></table></div>
<h2>Step 3</h2>
<p>Configure your app like so:<br />
<a href="http://www.gommit.com/wp-content/uploads/2011/03/gommit-iframe-1.jpg"><img src="http://www.gommit.com/wp-content/uploads/2011/03/gommit-iframe-1-300x240.jpg" alt="" title="gommit iframe facebook app" width="300" height="240" class="aligncenter size-medium wp-image-558" /></a></p>
<h2>Step 4</h2>
<p>Visit the Application page and put it on one of your own pages. You need to add it as a page in the Apps section of your own page settings as well.</p>
<p>This is just provided as is and you can see a <a href="http://www.facebook.com/pages/Gommit/141898699180738?sk=app_100875706664720">demo of it on my FB dev page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/03/facebook-iframe-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social media training day</title>
		<link>http://www.gommit.com/2011/02/social-media-training-day/</link>
		<comments>http://www.gommit.com/2011/02/social-media-training-day/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 15:29:05 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[talks]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=528</guid>
		<description><![CDATA[I&#8217;ve been doing the odd social media seminar now and then up on requests from companies and organizations. Each seminar ranges from one to four hours. The slides are a mix of case studies, strategy, hands on tips and tools of the trade. I posted the deck to my SlideShare account today and managed to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing the odd social media seminar now and then up on requests from companies and organizations.<br />
Each seminar ranges from one to four hours.<br />
The slides are a mix of case studies, strategy, hands on tips and tools of the trade.<br />
I posted the deck to my SlideShare account today and managed to hit the homepage for trending presentations on Twitter.<br />
Here it is for the benefit of Icelandic speakers, there are pretty pictures for those who do not grasp viking speak.</p>
<div style="width:510px" id="__ss_7055367"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/gommit/samflagsmilun" title="Samfélagsmiðlun">Samfélagsmiðlun</a></strong> <object id="__sse7055367" width="510" height="426"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=samfelagsmidlun-110225045957-phpapp01&#038;stripped_title=samflagsmilun&#038;userName=gommit" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse7055367" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=samfelagsmidlun-110225045957-phpapp01&#038;stripped_title=samflagsmilun&#038;userName=gommit" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="510" height="426"></embed></object>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/gommit">Finnur Magnusson</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/02/social-media-training-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The great scvngr hunt</title>
		<link>http://www.gommit.com/2011/02/the-great-scvngr-hunt/</link>
		<comments>http://www.gommit.com/2011/02/the-great-scvngr-hunt/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 22:34:04 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=517</guid>
		<description><![CDATA[Location is taking the internet by storm according to all the hip tech blogs. I&#8217;ve used every possible means of publishing my location for a few years now and finally I can testify that it&#8217;s not as lonely as it used to be. Foursquare and Google latitude are reaching medium adoption with higher smartphone penetration [...]]]></description>
			<content:encoded><![CDATA[<p>Location is taking the internet by storm according to all the hip tech blogs. I&#8217;ve used every possible means of publishing my location for a few years now and finally I can testify that it&#8217;s not as lonely as it used to be.</p>
<p><a href="http://www.foursquare.com">Foursquare</a> and <a href="http://www.google.com/latitude">Google latitude</a> are reaching medium adoption with higher smartphone penetration in Iceland and cheaper data rates (still silly prices though).</p>
<p>When I first heard of <a href="http://www.scvngr.com">SCVNGR</a> I was instantly sold on the idea. Their approach is more open than Foursquare and <a href="http://www.gowalla.com">Gowalla</a>. They use the Google Map places and provide the tools for the community to build more meaningful check-ins. Their plan is to create a gaming layer on top of the dull offline world.</p>
<p>This video explains how you play (app has been updated since this recording)</p>
<p><iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/XZLFxEm8wsQ" frameborder="0" allowfullscreen></iframe></p>
<p>I set up a <a href="http://www.facebook.com/islensk.samfelagsmidlun">facebook page for Icelandic social media geeks</a> and organized a meetup during social media week. This provided for an excellent test bed for a scvngr trial run. All the early adopters in one room.</p>
<p>I convinced the owners of Faktorý to fork over a pint of beer for 6 scvngr points, set up a few challenges on SCVNGR.com and just in the nick of time intended to activate the reward. Boom, turns out you need a signoff from the HQ to activate it. With 4 hours to go, I was sure it would not pass through the vetting process across the pond. But to my surprise, a quick email with the word URGENT and a couple of exclamation marks got a quick positive response and we where in business.</p>
<p>We had a total of 19 people with their Android or iPhones install the app, complete at least 3 challenges, including one where you have to physically bump phones and then finally flash your reward to the bartender to receive a free pint of beer. The geeks where thrilled and completed a total of 55 challenges and put Faktorý firmly on the SCVNGR map.</p>
<p>Tonight I created my first trek; <a href="http://scvngr.com/treks/12400">Reykjavik pub crawl</a> &#8211; so if you have a fancy phone and enjoy a sneaky pint, head down town and try it out.</p>
<p>I&#8217;m still waiting for a popular pub or restaurant in Iceland to actually embrace Foursquare or SCVNGR but we&#8217;ll get there soon enough.</p>
<p>I hope SCVNGR catches on quickly. There is room for improvement in the social aspect and online profile as it might be a bit complicated for your first time GEO user. I also hope they add more building credits for the people that actually build challenges and treks using their service.</p>
<p>Here is another video from an intern that gives good insight into the culture of SCVNGR</p>
<p><iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/7pLyTICGiS0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/02/the-great-scvngr-hunt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Serial sausage</title>
		<link>http://www.gommit.com/2011/01/serial-sausage/</link>
		<comments>http://www.gommit.com/2011/01/serial-sausage/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:49:13 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Domestic]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=511</guid>
		<description><![CDATA[I love spending some quality time in the kitchen tinkering with new recipes. Last night I stumbled upon a photo online that sparked an impromptu culinary masterpiece. At least it got rave reviews from the youngest family member. Conclusion; Icelandic sausages are not ideal for 10min+ in boling water. Take care when removing from pot.]]></description>
			<content:encoded><![CDATA[<p>I love spending some quality time in the kitchen tinkering with new recipes. Last night I stumbled upon a photo online that sparked an impromptu culinary masterpiece. At least it got rave reviews from the youngest family member.</p>
<p><object width="400" height="400"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Ftags%2Fserialsausage%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Ftags%2Fserialsausage%2F&#038;user_id=51035769372@N01&#038;tags=serialsausage&#038;jump_to=&#038;start_index="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Ftags%2Fserialsausage%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Ftags%2Fserialsausage%2F&#038;user_id=51035769372@N01&#038;tags=serialsausage&#038;jump_to=&#038;start_index=" width="400" height="400"></embed></object></p>
<p>Conclusion; Icelandic sausages are not ideal for 10min+ in boling water. Take care when removing from pot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/01/serial-sausage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Annual update</title>
		<link>http://www.gommit.com/2011/01/annual-update/</link>
		<comments>http://www.gommit.com/2011/01/annual-update/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:31:41 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=502</guid>
		<description><![CDATA[It has become a tradition in my house for me to sit down and update this blog at this point in time every year. Let&#8217;s kick this off by summarizing the work bits. I have noticed that people have kind of given up on asking what I do for a living cause of many hats [...]]]></description>
			<content:encoded><![CDATA[<p>It has become a tradition in my house for me to sit down and update this blog at this point in time every year.<span style="line-height: 17px; font-size: 11px;"> </span></p>
<p>Let&#8217;s kick this off by summarizing the work bits. I have noticed that people have kind of given up on asking what I do for a living cause of many hats and pots on the go at any given time.</p>
<p>Sauma technologies went belly up end of last year. It was a great place to work but unfortunately we did not manage to turn the game into a profitable venture before we ran out of funds. Learned heaps from this project, loved the introduction to the world of gaming and plenty of experience from running a company with offices in multiple locations. I took part in forming <a href="http://www.igi.is">IGI</a> and put the spotlight on the Icelandic Gaming Industry, also managed to get my face in the widely distributed <a href="http://iceland.next-gen.biz/">EDGE magazine</a>.</p>
<p>Being an unemployed father at the beginning of the year was slightly unnerving and I had to find some projects fast to pay for the salt in the porridge as we say here in Iceland. A quick post on Twitter landed me a couple of freelance projects and my worries where behind me as I plunged into fun projects for LazyTown, Sterkara Ísland, MindGames, Íslandsbanki and more. I also took part in launching <a href="http://www.hugmyndaraduneytid.is/">Hugmyndaraduneytid.is</a> and on the back of that started chatting to Guðjón Már about forming a company based on our experience from the National Assembly and crowdsourcing applications. We approached Nonni and Fannar of <a href="http://www.io.is">IO.is</a> to take on the development role and soon after, the four of us founded <a href="http://www.agora.is">Agora</a> around crowdsourcing applications and assemblies.</p>
<p>We organized assemblies for companies and interest groups, including the association of doctors, the pharmaceutical society, 112 (Icelandic 911) and an epic event for CCP in Mexico in partnership with IDEO. When the government decided to organize a national assembly as the foundation for a new constitution, we offered our expertise and had the privilege to take part in this historical event.</p>
<div class="wp-caption aligncenter" style="width: 510px"><img src="http://farm2.static.flickr.com/1377/5160809901_64ce516221.jpg" alt="" width="500" height="333" /><p class="wp-caption-text">Iceland National Assembly</p></div>
<p>Turns out we had different ideas about the Agora roadmap and around this time we split up the company and went our separate ways. I did some work with the IO guys and finally had more time to contribute to my other startup <a href="http://www.transmitit.com">Transmit</a>. Geir and Agnar have been doing a fantastic job developing BrandRegard and securing revenues through Smelltu.is. <a href="http://www.brandregard.com">BrandRegard</a> received silver award in the Golden Egg innovation contest and a couple of grants to fund development. BrandRegard reached Beta status and after 18 months of development was finally getting close to launch. We did some dating with the Icelandic New Busines Venture Fund which resulted in a 30% investment. The timing was impeccable and a plan was hatched for me to start working with the guys full time in January. At the same time an extremely exciting position opened up for the CTO role for the Icelandic Constitutional Parliament. It was a logical progression from the National Assembly and something I was very excited about. I did some pow vow with the guys and ended up applying and getting the job. So during the last 4 weeks I have been planning a mini parliament with all the bells and whistles. It&#8217;s going to be a very hectic January, but I&#8217;m very much looking forward to contributing to the Icelandic Constitution 2.0. I have a <a href="http://taeknitidindi.tumblr.com/">blog</a> up and running in Icelandic covering my progress.</p>
<p>Work aside and on to family matters&#8230;</p>
<p>When Sauma went bust, me and Gulla decided to go half and half on the parenting vs. earning a living equation. This was a brilliant move as I had no paternity leave rights after moving from London and this gave me the opportunity to spend a lot of quality time with Saga. We tried out working 2.5 days each which was far from ideal and after some trial and error, Gulla worked mornings and I did the afternoons. This meant sleeping in, easy mornings with porridge and babble, walks around Fossvogsdalur and even some power naps before Gulla arrived for the switch. Turns out that both of us where probably working 70% and I don&#8217;t recommend doing this for extended periods. It was good while it lasted though and a fun change of pace.</p>
<p><object width="400" height="300"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Fsets%2F72157624208290790%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Fsets%2F72157624208290790%2F&#038;set_id=72157624208290790&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Fsets%2F72157624208290790%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Fsets%2F72157624208290790%2F&#038;set_id=72157624208290790&#038;jump_to=" width="400" height="300"></embed></object></p>
<p>Saga started daycare in August and amazingly got into Kindergarten in November. It means that she is 6 months younger than the next kid in line so she has matured amazingly fast to deal with the jungle laws and big kids. She&#8217;s adding words every day and knitting together more and more to form hilarious sentences. She is quite stubborn as well and Gulla blames it on my family genes. I don&#8217;t know what she&#8217;s talking about, I just give Saga what ever she wants, always and we never have any differences.</p>
<p>With the collapse of our currency we took to traveling around our island this summer. Not that I&#8217;m complaining or anything. We are lucky to have access to two brilliant summer houses. My family has a cabin in Skagafjörður and Gulla&#8217;s parents have a similar setup in the west fjords. Both with access to trout fishing and great outdoors. Nothing beats standing in a lake with a cold beer in one hand and a fishing rod in the other.</p>
<p><object width="400" height="300"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Fsets%2F72157624568151880%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Fsets%2F72157624568151880%2F&#038;set_id=72157624568151880&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fgommit%2Fsets%2F72157624568151880%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fgommit%2Fsets%2F72157624568151880%2F&#038;set_id=72157624568151880&#038;jump_to=" width="400" height="300"></embed></object></p>
<p>Katla moved back from Akureyri so we&#8217;re back to a family of 5 most of the time. Agnes started singing lessons and Katla is training to be a soccer star. This means that the family car is in use almost none stop. As a result, I started biking to work last summer and actually got into some sort of shape. My plan is to increase this form of transport and gear up for all sorts of weather conditions this year.</p>
<p>My friends from abroad often ask how we are doing given the crisis and all. I assure you that all is well. The girls sometimes complain about too much meat on the menu. I have become the master of turning low cost produce to gourmet meals, adjusted my taste buds to appreciate boxed red wine, tricked traveling buddies to bring the odd bottle of Scotch, so on and so forth.</p>
<p>2011 is looking good on the map. Given that both of us are now working full time, we might have a chance to do some traveling this year. Gulla is set on attending the royal wedding in London and we&#8217;re planning to spend the summer in Sweden with friends. I will keep documenting Saga&#8217;s development on <a href="http://youtube.com/gommit">YouTube</a>, <a href="http://www.flickr.com/photos/gommit/">Flickr</a> and <a href="http://www.facebook.com/gommit">Facebook</a>. I might also drop a couple of blog posts here in the coming months.</p>
<p>I leave you with this video of Saga dancing in her Christmas dress</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2-AOPuggGFI?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/2-AOPuggGFI?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2011/01/annual-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My country wants to be your friend</title>
		<link>http://www.gommit.com/2010/11/my-country-wants-to-be-your-friend/</link>
		<comments>http://www.gommit.com/2010/11/my-country-wants-to-be-your-friend/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 21:59:52 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=497</guid>
		<description><![CDATA[I live in a friendly country, yes we might have fudged that Icesave thing and grounded all air traffic for a few days, but compared to other countries on the Inter-nets, Iceland is the friendliest. http://icelandwantstobeyourfriend.com might not be the friendliest of URLs, but I love everything else about it. Having the actual country represent [...]]]></description>
			<content:encoded><![CDATA[<p>I live in a friendly country, yes we might have fudged that Icesave thing and grounded all air traffic for a few days, but compared to other countries on the Inter-nets, Iceland is the friendliest.</p>
<p><a href="http://icelandwantstobeyourfriend.com">http://icelandwantstobeyourfriend.com</a> might not be the friendliest of URLs, but I love everything else about it. Having the actual country represent itself as a quirky old soul discovering the inter-nets, engaging in conversation and answering back really appeals to me. The tone of voice and content is just bloody spot on if you ask me.</p>
<p>This is not your average social media flair campaign with a clear marketing message. Much rather a full on engaging experience for all those who accept and become friends with this island I call home.</p>
<p>Slowly but surely it has built a 52K strong Facebook page with some hearty quotes from friends of Iceland addressing it in the first person. Recent examples:</p>
<p><img class="aligncenter size-full wp-image-498" title="icelandfriend1-1" src="http://www.gommit.com/wp-content/uploads/2010/11/icelandfriend1-1.png" alt="" width="510" height="121" /></p>
<p><a href="http://www.gommit.com/wp-content/uploads/2010/11/RockMelt-—-Facebook-22-Iceland.png"><img class="aligncenter size-full wp-image-499" title="RockMelt — Facebook (22) | Iceland" src="http://www.gommit.com/wp-content/uploads/2010/11/RockMelt-—-Facebook-22-Iceland.png" alt="" width="521" height="596" /></a></p>
<p>Also, Iceland being the old island and all, is pretty hands on when it comes to social media. You will find it on <a href="http://icelandwantstobeyourfriend.tumblr.com/">Tumblr</a>, <a href="http://vimeo.com/iceland">Vimeo</a>, <a href="http://www.twitter.com/thisisiceland">Twitter</a>, <a href="http://www.flickr.com/photos/icelandwantstobeyourfriend/sets/">Flickr</a> and wherever the conversation is happening. It even has a <a href="http://getsatisfaction.com/iceland/topics">Get Satisfaction page</a>.</p>
<p>One of my eureka moments in social media was when I stumbled upon the facebook page for Iceland and was so impressed that I posted it on twitter and facebook. Soon after I got a rather sturdy email from Valgeir, who seems to be the mentor of Iceland online asking me to please remove my posts as the focus was on recruiting friends that did not actually live on the island. I of course obliged learning an important lesson in community building and focus. Since then I have had tremendous respect for all things that originate from under the wings of <a href="http://takktakk.is/">Takk Takk</a>.</p>
<p>Let me conclude this with a video of an Icelandic knitting man</p>
<p><iframe src="http://player.vimeo.com/video/16783518" width="500" height="281" frameborder="0"></iframe>
<p><a href="http://vimeo.com/16783518">How to knit like an Icelandic man</a> from <a href="http://vimeo.com/iceland">Iceland</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2010/11/my-country-wants-to-be-your-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 has left the Iceland</title>
		<link>http://www.gommit.com/2010/08/ie6-has-left-the-iceland/</link>
		<comments>http://www.gommit.com/2010/08/ie6-has-left-the-iceland/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 22:12:48 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[iceland]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=481</guid>
		<description><![CDATA[&#8230;for most parts at least. One of the brilliant perks of living in a small community is how easy it is to reach out and get valuable feedback from the crowd. I&#8217;m working on a pretty important website and was wondering if it is timely to introduce some CSS3 and fancy fonts. A simple question [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;for most parts at least.<br />
One of the brilliant perks of living in a small community is how easy it is to reach out and get valuable feedback from the crowd.</p>
<p>I&#8217;m working on a pretty important website and was wondering if it is timely to introduce some CSS3 and fancy fonts. A simple question on twitter turned into a very interesting stats session where many webmasters and tech boffins shared their browser stats. These are numbers from many of the most popular sites in Iceland.</p>
<p><img class="aligncenter size-full wp-image-482" title="stats1" src="http://www.gommit.com/wp-content/uploads/2010/08/stats1.png" alt="" width="500" height="286" /></p>
<p><a href="http://twitter.com/ingig">Ingi Gauti</a> stepped up and offered the stats from <a href="http://www.barnaland.is">barnaland.is</a> Icelandic equivalent of Craigslist come Mothers united.</p>
<p><img class="aligncenter size-full wp-image-483" title="stats2" src="http://www.gommit.com/wp-content/uploads/2010/08/stats2.png" alt="" width="500" height="207" /></p>
<p>Ingi also shared this brilliant screenshot where he politely points out to IE6 users that their browser is an 8 year old piece of crap.</p>
<p><img class="aligncenter size-full wp-image-485" title="stats4" src="http://www.gommit.com/wp-content/uploads/2010/08/stats4.png" alt="" width="500" height="227" /></p>
<p><a href="http://twitter.com/hugith">Hugi</a> followed suit and published data from the government <a href="http://www.us.is">road traffic directorate</a>.</p>
<p><img class="aligncenter size-full wp-image-484" title="stats3" src="http://www.gommit.com/wp-content/uploads/2010/08/stats3.png" alt="" width="500" height="243" /></p>
<p><a href="http://twitter.com/officialstation">Hannes</a> from TM Software offered stats from a &#8220;popular&#8221; Icelandic site. They run many of the main screen realestate in Iceland so it&#8217;s anyones guess which site he&#8217;s referring to.</p>
<p><img class="aligncenter size-full wp-image-487" title="stats5" src="http://www.gommit.com/wp-content/uploads/2010/08/stats5-1.png" alt="" width="500" height="332" /></p>
<p><a href="http://twitter.com/siggiarni">Siggi Árni</a> joined in with data from <a href="http://www.landsbanki.is/">Landsbankinn.is</a> one of the main banks in Iceland.</p>
<p><img class="aligncenter size-full wp-image-488" title="stats6" src="http://www.gommit.com/wp-content/uploads/2010/08/stats6.png" alt="" width="500" height="330" /></p>
<p><img class="aligncenter size-full wp-image-489" title="stats7" src="http://www.gommit.com/wp-content/uploads/2010/08/stats7.png" alt="" width="500" height="317" /></p>
<p><img class="aligncenter size-full wp-image-491" title="stats8-1" src="http://www.gommit.com/wp-content/uploads/2010/08/stats8-1.png" alt="" width="500" height="399" /></p>
<p>&#8230; and finally <a href="http://twitter.com/rosastef">Rósa Stef</a> gave us insight into two of her sites</p>
<p><img class="aligncenter size-full wp-image-492" title="stats9" src="http://www.gommit.com/wp-content/uploads/2010/08/stats9.png" alt="" width="500" height="315" /></p>
<p>All of this gathered on Twitter within a couple of hours.</p>
<p>Scientific summary concludes that we&#8217;re hovering around 1% IE6 usage in Iceland except that odd site from Rósa.</p>
<p>So I&#8217;m putting a nail in the coffin and stop testing this browser specifically. Of course everything will degrade gracefully and all that jazz, but I&#8217;m not wasting any more time on making things pixel perfect for this ancient fiend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2010/08/ie6-has-left-the-iceland/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Flying cars and GEO apps on my iPhone</title>
		<link>http://www.gommit.com/2010/08/flying-cars-and-geo-apps-on-my-iphone/</link>
		<comments>http://www.gommit.com/2010/08/flying-cars-and-geo-apps-on-my-iphone/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:35:35 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[kml]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[runkeeper]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=476</guid>
		<description><![CDATA[Today it dawned on me, the future is now! Who needs flying cars when you have an iPhone. I was doing 50km/hr on my bike when I got the idea for this blog. My phone was dutifully tracking my bike ride home through GPS satellites and modern wizardry. It got me thinking about all the GEO [...]]]></description>
			<content:encoded><![CDATA[<p>Today it dawned on me, the future is now!</p>
<p>Who needs flying cars when you have an iPhone. I was doing 50km/hr on my bike when I got the idea for this blog.<br />
My phone was dutifully tracking my bike ride home through GPS satellites and modern wizardry. It got me thinking about all the GEO data that I&#8217;m pushing through to the inteweb tubes and the drivers behind it.</p>
<p>So here goes&#8230;</p>
<h3>Runkeeper</h3>
<p><a href="http://runkeeper.com">Runkeeper</a> is a wonderful multi platform app that has captured the data nerd and is pushing me harder than any gym teacher during my school years. It is a wonderful website with all sorts of maps and stuff, but the key here is the iPhone app that does a brilliant job at tracking my cycling activities. I press go, put the phone in my backpack and cycle like a maniac knowing where I reach max speed and which time I need to beat. Now I know that I burn roughly the equivalent of a Guinness pint cycling to work. My main goal here is to maintain beer consumption while loosing the gut.</p>
<p>Here is an <a href="http://runkeeper.com/user/gommit/activity/13999392">example report</a> from today:</p>
<p><iframe width="425" height="345" src="http://runkeeper.com/activityMap/8c200"></iframe></p>
<p>This app does a brilliant job of marrying web and phone and has smooth social features where I can compare my progress to the active geeks in my network.</p>
<h3>Foursquare</h3>
<p>You won&#8217;t get this one until you really try it yourself. <a href="http://foursquare.com/">Foursquare</a> has cracked the GEO app space and captured an audience like no other company. </p>
<p>This video has some insight:</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/DFXzyJ8mUh4&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/DFXzyJ8mUh4&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>But for me it&#8217;s just a brilliant addictive game. I feel like I&#8217;m playing real world Monopoly while engaging in new ways with my network and discovering new places to eat. Heck, I try out new places just to collect badges. You can <a href="http://foursquare.com/user/gommit">check out my profile here</a>. But more interestingly, here is a Google map with my latest checkin history:</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Ffeeds.foursquare.com%2Fhistory%2F13945dad8872cc8daa30cf69cd10b122.kml&amp;sll=37.0625,-95.677068&amp;sspn=45.601981,84.550781&amp;ie=UTF8&amp;ll=64.828816,-20.694395&amp;spn=1.448796,2.494714&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Ffeeds.foursquare.com%2Fhistory%2F13945dad8872cc8daa30cf69cd10b122.kml&amp;sll=37.0625,-95.677068&amp;sspn=45.601981,84.550781&amp;ie=UTF8&amp;ll=64.828816,-20.694395&amp;spn=1.448796,2.494714" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>I also recommend <a href="http://fourwhere.com/">Fourwhere.com</a>, it&#8217;s doing a pretty good job at mapping all the happening places in Reykjavik.</p>
<h3>Twitter</h3>
<p>A while back Twitter introduced GEO tagging for updates. So any updates I do from my phone are tagged and you can find out where I&#8217;m Tweeting from. Using the same trick as with Foursquare, you can take the RSS feed URL and paste it into the Google Maps search field to get something like this:</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Ftwitter.com%2Fstatuses%2Fuser_timeline%2F695073.rss&amp;sll=64.141017,-21.904335&amp;sspn=0.04934,0.165138&amp;ie=UTF8&amp;ll=64.140642,-21.904163&amp;spn=0.042661,0.069122&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Ftwitter.com%2Fstatuses%2Fuser_timeline%2F695073.rss&amp;sll=64.141017,-21.904335&amp;sspn=0.04934,0.165138&amp;ie=UTF8&amp;ll=64.140642,-21.904163&amp;spn=0.042661,0.069122" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>Where am I going with all of this? Not sure, but you&#8217;ll be able to track me&#8230;<br />
I guess the future is now and who needs a flying car when you have a good bike?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2010/08/flying-cars-and-geo-apps-on-my-iphone/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using social media for crisis control</title>
		<link>http://www.gommit.com/2010/07/using-social-media-for-crisis-control/</link>
		<comments>http://www.gommit.com/2010/07/using-social-media-for-crisis-control/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:54:30 +0000</pubDate>
		<dc:creator>Finnur Magnusson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[public relations]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gommit.com/?p=468</guid>
		<description><![CDATA[Last week two Icelandic sites stopped responding on the interwebs; Orkuaudlindir.is and IcelandAirwaves.is. This was quite unfortunate cause the first site has been actively promoted in the media. Björk and friends are petitioning to stop the first deal where an Icelandic energy company is acquired by a foreign investor. The unfortunate bit for Skýrr, a major hosting [...]]]></description>
			<content:encoded><![CDATA[<p>Last week two Icelandic sites stopped responding on the interwebs; <a href="http://orkuaudlindir.is/">Orkuaudlindir.is</a> and <a href="http://www.icelandairwaves.is/">IcelandAirwaves.is</a>.</p>
<p>This was quite unfortunate cause the first site has been actively promoted in the media. Björk and friends are petitioning to stop the first deal where an Icelandic energy company is acquired by a foreign investor.</p>
<p>The unfortunate bit for Skýrr, a major hosting and IT provider in Iceland was when one of the spokes person for Orkuauðlindir <a href="http://mbl.is/mm/frettir/innlent/2010/07/23/orkuaudlindir_is_liggur_nidri/">suggested</a> (Icelandic) that this might have been an attack or some sort of security breach.</p>
<p>The company <a href="http://mbl.is/mm/frettir/innlent/2010/07/23/ekki_ovenjulegt_ad_tolvukerfi_bili/">responded</a> (again in Icelandic) in the main online medium where the CEO stated that all computer systems are fragile and it&#8217;s not uncommon that they break down. He also left the conspiracy theory hanging, declining to comment on weather this was caused by some Magma hacker group&#8230;</p>
<p>It seems like system administrators and PR people where on holiday like the majority of Icelanders in July. The sites are back up, but I think Skýrr missed a trick there to neutralize the situation. You won&#8217;t find any explanation as to what happened on their <a href="http://www.skyrr.is">site</a>, <a href="http://www.facebook.com/#!/pages/Skyrr/219057358469?ref=ts">facebook page</a> nor <a href="http://twitter.com/Skyrsluvelar">twitter</a>. Meanwhile my network of IT friends has been chatting about the potential causes and reasons on Twitter.</p>
<p>My thoughts are in this region as I recently stumbled upon an example where the UK Government had some issues with one of their crowdsourcing sites and this was their approach to keep people informed:</p>
<p><a href="http://www.gommit.com/wp-content/uploads/2010/07/hm-treasury.jpg"><img class="aligncenter size-medium wp-image-469" title="hm-treasury" src="http://www.gommit.com/wp-content/uploads/2010/07/hm-treasury-300x230.jpg" alt="" width="300" height="230" /></a></p>
<p>They used Twitter to feed updates as to what was causing the fail and when they expected it to be fixed.</p>
<p>This is what people have come to expect. I have actually been in the same scenario as Skýrr some years ago. A server at Íslenska vefstofan crashed and burned, taking many prominent websites offline for quite some time. Then we had the same approach but today I would have taken a different approach.</p>
<p>People expect more than a press release in cases like this. In addition to the traditional PR responses, I would follow these steps of action:</p>
<ul>
<li>Tell it like it is. Involve the techies and explain in layman terms what is causing the issue.</li>
<li>Communicate the current status and next steps using any form of media available to you. In this case a post to the company site and facebook page and more frequent updates on Twitter might have been in order.</li>
<li>Engage in conversations on social media channels to prevent guess work and conspiracy theories.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gommit.com/2010/07/using-social-media-for-crisis-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

