<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Building Blocks</title>
	
	<link>http://www.morkeleb.com</link>
	<description>Simple design for advanced constructions</description>
	<lastBuildDate>Wed, 25 Apr 2012 11:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/morkeleb/eDpR" /><feedburner:info uri="morkeleb/edpr" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>MessageQueue.Send() crashes if called by multiple threads</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/tXv_BTnbGn0/</link>
		<comments>http://www.morkeleb.com/2012/04/25/messagequeue-send-crashes-if-called-by-multiple-threads/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:36:58 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RemoteX]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2895</guid>
		<description><![CDATA[I found this bug which was caused in our REST-API at RemoteX which was a bit strange. It was an InvalidCastException being thrown inside Microsofts MSMQ libraries. So a quick Google found this following reported issue: https://connect.microsoft.com/VisualStudio/feedback/details/94943/messagequeue-send-crashes-if-called-by-multiple-threads In short, in a threaded environment never send arbitrary objects over an MSMQ channel, instead send Messages with [...]]]></description>
			<content:encoded><![CDATA[<p>I found this bug which was caused in our REST-API at RemoteX which was a bit strange.</p>
<p>It was an InvalidCastException being thrown inside Microsofts MSMQ libraries. So a quick Google found this following reported issue:</p>
<p><a href="https://connect.microsoft.com/VisualStudio/feedback/details/94943/messagequeue-send-crashes-if-called-by-multiple-threads">https://connect.microsoft.com/VisualStudio/feedback/details/94943/messagequeue-send-crashes-if-called-by-multiple-threads</a></p>
<p>In short, in a threaded environment never send arbitrary objects over an MSMQ channel, instead send Messages with the content.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2012%2F04%2F25%2Fmessagequeue-send-crashes-if-called-by-multiple-threads%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/rQDR0AYdVQtIX_FCtar3JrcTx0A/0/da"><img src="http://feedads.g.doubleclick.net/~a/rQDR0AYdVQtIX_FCtar3JrcTx0A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rQDR0AYdVQtIX_FCtar3JrcTx0A/1/da"><img src="http://feedads.g.doubleclick.net/~a/rQDR0AYdVQtIX_FCtar3JrcTx0A/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/tXv_BTnbGn0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2012/04/25/messagequeue-send-crashes-if-called-by-multiple-threads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2012/04/25/messagequeue-send-crashes-if-called-by-multiple-threads/</feedburner:origLink></item>
		<item>
		<title>Travis-CI soon in beta</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/aeCob4vXGo0/</link>
		<comments>http://www.morkeleb.com/2012/04/16/travis-ci-soon-in-beta/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 10:59:09 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2887</guid>
		<description><![CDATA[There is this ci project I&#8217;ve been following with some interest, sadly I havn&#8217;t had the chance to try it out since it&#8217;s only for open-source software. It seems however, that that is about to change! They are opening up a beta access program for Travis-CI, which I think is really exciting! Here is a [...]]]></description>
			<content:encoded><![CDATA[<p>There is this ci project I&#8217;ve been following with some interest, sadly I havn&#8217;t had the chance to try it out since it&#8217;s only for open-source software.<br />
It seems however, that that is about to change!</p>
<p>They are opening up a beta access program for Travis-CI, which I think is really exciting!</p>
<p>Here is a link to sign up, and there seems to be some sort of pyramid scheme going on to get access to the beta.<br />
So sign up using <a href="http://beta.travis-ci.com/?lrRef=Ju80t">this link</a> <img src='http://www.morkeleb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://beta.travis-ci.com/?lrRef=Ju80t">Subscription link</a></p>
<p>&nbsp;</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2012%2F04%2F16%2Ftravis-ci-soon-in-beta%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/sOYQccxFPIjEeADw1QlhzwA8qGI/0/da"><img src="http://feedads.g.doubleclick.net/~a/sOYQccxFPIjEeADw1QlhzwA8qGI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sOYQccxFPIjEeADw1QlhzwA8qGI/1/da"><img src="http://feedads.g.doubleclick.net/~a/sOYQccxFPIjEeADw1QlhzwA8qGI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/aeCob4vXGo0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2012/04/16/travis-ci-soon-in-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2012/04/16/travis-ci-soon-in-beta/</feedburner:origLink></item>
		<item>
		<title>When working with dbml files: Error 396 Name cannot begin with the ‘</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/sG-QGK34USg/</link>
		<comments>http://www.morkeleb.com/2012/03/14/when-working-with-dbml-files-error-396-name-cannot-begin-with-the/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 14:54:09 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linq2sql]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2884</guid>
		<description><![CDATA[Just ran into an issue where I couldn&#8217;t open a dbml file. Didn&#8217;t find any good answers on Google so I thought I&#8217;d share. I broken the dbml.layout file by not cleaning it properly during a merge, all I had to do was delete the content in the layout file and have it rebuilt, then [...]]]></description>
			<content:encoded><![CDATA[<p>Just ran into an issue where I couldn&#8217;t open a dbml file. Didn&#8217;t find any good answers on Google so I thought I&#8217;d share.</p>
<p>I broken the dbml.layout file by not cleaning it properly during a merge, all I had to do was delete the content in the layout file and have it rebuilt, then it works.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2012%2F03%2F14%2Fwhen-working-with-dbml-files-error-396-name-cannot-begin-with-the%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/loEYaOO1MYDziiDL_Uqksj0iX34/0/da"><img src="http://feedads.g.doubleclick.net/~a/loEYaOO1MYDziiDL_Uqksj0iX34/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/loEYaOO1MYDziiDL_Uqksj0iX34/1/da"><img src="http://feedads.g.doubleclick.net/~a/loEYaOO1MYDziiDL_Uqksj0iX34/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/sG-QGK34USg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2012/03/14/when-working-with-dbml-files-error-396-name-cannot-begin-with-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2012/03/14/when-working-with-dbml-files-error-396-name-cannot-begin-with-the/</feedburner:origLink></item>
		<item>
		<title>Upcoming talk at the Web-5 Conference in France</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/z3iviRAPY6g/</link>
		<comments>http://www.morkeleb.com/2012/02/03/upcoming-talk-at-the-web-5-conference-in-france/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:24:30 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2882</guid>
		<description><![CDATA[I&#8217;ll be speaking at the Web-5 conference this April. I&#8217;ll be holding two talks: 1. A talk about continous delivery, how we at RemoteX moved set up our environment to deploy to production more or less continously. 2. A talk about our HTML5 client at RemoteX. At the date of the conference we&#8217;ve had a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at the <a href="http://www.web-5.org/en/">Web-5 conference</a> this April.</p>
<p>I&#8217;ll be holding two talks:<br />
1. A talk about continous delivery, how we at RemoteX moved set up our environment to deploy to production more or less continously.<br />
2. A talk about our HTML5 client at RemoteX. At the date of the conference we&#8217;ve had a HTML5 offline capable client in production for a year. I hope to share some of the experiences we&#8217;ve gathered along the way.</p>
<p>There are still a few tickets left if you want to join us. If you live in Stockholm there is a direct flight from Skavsta airport, and the southern France is quite nice around easter.</p>
<p>&nbsp;</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2012%2F02%2F03%2Fupcoming-talk-at-the-web-5-conference-in-france%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/fd_j1JCoSh7nZS_ME_9KIZeHJpA/0/da"><img src="http://feedads.g.doubleclick.net/~a/fd_j1JCoSh7nZS_ME_9KIZeHJpA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fd_j1JCoSh7nZS_ME_9KIZeHJpA/1/da"><img src="http://feedads.g.doubleclick.net/~a/fd_j1JCoSh7nZS_ME_9KIZeHJpA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/z3iviRAPY6g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2012/02/03/upcoming-talk-at-the-web-5-conference-in-france/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2012/02/03/upcoming-talk-at-the-web-5-conference-in-france/</feedburner:origLink></item>
		<item>
		<title>Google Iphone Calendar Selector</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/SMYaG9QzldY/</link>
		<comments>http://www.morkeleb.com/2011/09/26/google-iphone-calendar-selector/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 11:00:47 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2864</guid>
		<description><![CDATA[I got an IPad a while back, and something was always bothering me with it. It had this really nice looking calendar application that was useless because it only showed one of my 5 google calendars. Turns out Google tought of that. You need to navigate to their Google Iphone Calendar Selector and select which [...]]]></description>
			<content:encoded><![CDATA[<p>I got an IPad a while back, and something was always bothering me with it.<br />
It had this really nice looking calendar application that was useless because it only showed one of my 5 google calendars.</p>
<p>Turns out Google tought of that. You need to navigate to their <a href="https://www.google.com/calendar/b/0/iphoneselect">Google Iphone Calendar Selector</a> and select which calendars you want to display in your IPad.</p>
<p>Suddenly my IPad&#8217;s calendar app got a lot better. Now if I could only find some way to get a better mail application as well <img src='http://www.morkeleb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><!-- #VIMPRESS_TAG# http://www.morkeleb.com/wp-content/vimpress_4e5d5829_mkd.txt vimpress_4e5d5829_mkd.txt --></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F09%2F26%2Fgoogle-iphone-calendar-selector%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/4aeuxHb0EzM2aJTWs-wm7lemMCs/0/da"><img src="http://feedads.g.doubleclick.net/~a/4aeuxHb0EzM2aJTWs-wm7lemMCs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4aeuxHb0EzM2aJTWs-wm7lemMCs/1/da"><img src="http://feedads.g.doubleclick.net/~a/4aeuxHb0EzM2aJTWs-wm7lemMCs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/SMYaG9QzldY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/09/26/google-iphone-calendar-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/09/26/google-iphone-calendar-selector/</feedburner:origLink></item>
		<item>
		<title>A repository for my vim plugins</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/SCnRuM_8gEs/</link>
		<comments>http://www.morkeleb.com/2011/09/19/a-repository-for-my-vim-plugins/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:00:29 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2857</guid>
		<description><![CDATA[After listening to a changelog episode about Vim I heard of Janus, a set of plugins set togeather and maintained for MacVim. I checked it out Janus and it seems great! So once I got my vim working after some slight issues in the segmentation fault department, I started looking at it more closely. I [...]]]></description>
			<content:encoded><![CDATA[<p>After listening to a changelog episode about Vim I heard of Janus, a set of plugins set togeather and maintained for MacVim. I checked it out <a href="https://github.com/carlhuda/janus">Janus</a> and it seems great!</p>
<p>So once I got my vim working after some slight issues in the segmentation fault department, I started looking at it more closely.</p>
<p>I got a bit scared when I realised that all this configuration would go into my .vim directory with out me keeping track of things.</p>
<p>So instead of installing Janus I made a git repository in my .vim directory, and added it to GitHub.</p>
<p>It will probably never be quite as extensive as Janus, but feel free to use it if you want.</p>
<p>You can find it <a href="https://github.com/morkeleb/vimplugins">here</a></p>
<p><!-- #VIMPRESS_TAG# http://www.morkeleb.com/wp-content/wpid2856-vimpress_4e5d5548_mkd.txt wpid2856-vimpress_4e5d5548_mkd.txt --></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F09%2F19%2Fa-repository-for-my-vim-plugins%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/RuTEnsnizZBi3H7QQQXIikHfGXA/0/da"><img src="http://feedads.g.doubleclick.net/~a/RuTEnsnizZBi3H7QQQXIikHfGXA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RuTEnsnizZBi3H7QQQXIikHfGXA/1/da"><img src="http://feedads.g.doubleclick.net/~a/RuTEnsnizZBi3H7QQQXIikHfGXA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/SCnRuM_8gEs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/09/19/a-repository-for-my-vim-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/09/19/a-repository-for-my-vim-plugins/</feedburner:origLink></item>
		<item>
		<title>Blogging with Vim</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/k6YnNV-9pGU/</link>
		<comments>http://www.morkeleb.com/2011/09/12/blogging-with-vim/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 11:00:40 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/?p=2853</guid>
		<description><![CDATA[Since I noticed there is a lack of blogging tools for the mac I decided to try out blogging using Vim. After Markus Anvhe responded I should try out vim I did some research on it. It turns out that I can blog using markdown, and the post it to my blog converted to html. [...]]]></description>
			<content:encoded><![CDATA[<p>Since I noticed there is a lack of blogging tools for the mac I decided to try out blogging using Vim. After Markus Anvhe responded I should try out vim I did some research on it.</p>
<p>It turns out that I can blog using markdown, and the post it to my blog converted to html. I liked that I&#8217;d and decided to give it a go.</p>
<p>You can find the details <a href="http://connermcd.com/archives/679">here</a>. The post is a bit outdated since the commands have been simplified, but it describes the process.</p>
<p>While setting it up I ran into issues with MacVim. It kept giving me segmentation faults when ever I used vimrepress.</p>
<p>I tried different methods to get macvim to work. turns out if I used macports it would cause segmentation faults when ever I tried to run the blogging plugin. So I had to uninstall the macports version of python25 and all of a sudden things started working.</p>
<p>I now use the macvim snapshot build 61 which seems to work out really well.</p>
<p>So this is my first blogpost from vim.</p>
<p><!-- #VIMPRESS_TAG# http://www.morkeleb.com/wp-content/wpid2852-vimpress_4e5d3ed2_mkd.txt wpid2852-vimpress_4e5d3ed2_mkd.txt --></p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F09%2F12%2Fblogging-with-vim%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/2DYnZYbANDRo9O1gVigk1SpurH4/0/da"><img src="http://feedads.g.doubleclick.net/~a/2DYnZYbANDRo9O1gVigk1SpurH4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2DYnZYbANDRo9O1gVigk1SpurH4/1/da"><img src="http://feedads.g.doubleclick.net/~a/2DYnZYbANDRo9O1gVigk1SpurH4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/k6YnNV-9pGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/09/12/blogging-with-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/09/12/blogging-with-vim/</feedburner:origLink></item>
		<item>
		<title>Blogging tool for Mac OS X Lion</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/6C4bWr89Ec4/</link>
		<comments>http://www.morkeleb.com/2011/09/05/blogging-tool-for-mac-os-x-lion/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 11:00:27 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/2011/09/05/blogging-tool-for-mac-os-x-lion/</guid>
		<description><![CDATA[So I&#8217;ve been searching for a blogging to ol for mac OS X lion. I&#8217;ve found Blogo which seems to support most of what I want but it didn’t work for the new version of Mac OS X. So now I&#8217;m testing out an application called myWPEdit which is available through the Mac OS X [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" src="http://www.morkeleb.com/wp-content/MOAppsQuickWordPressImage_1313335146.jpg" alt="myWPEdit Image" /></p>
<p>So I&#8217;ve been searching for a blogging to</p>
<p>ol for mac OS X lion. I&#8217;ve found Blogo which seems to support most of what I want but it didn’t work for the new version of Mac OS X.</p>
<p>So now I&#8217;m testing out an application called <a href="http://screenshots.myownapp.com/applications/mywpedit/index.html">myWPEdit</a> which is available through the Mac OS X appstore. There is a photo of it here.it was hard to figure out how to attach that photo, but it seemed all i had to do was to drop it in the text to add it.</p>
<p>so far I&#8217;ve found the following issues with it:</p>
<ul>
<li>it can’t reformat added photos once added which is annoying.</li>
<li>It doesn’t support offline blogging i.e. save the drafts locally and publish later.</li>
</ul>
<p>We&#8217;ll see how this works out.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F09%2F05%2Fblogging-tool-for-mac-os-x-lion%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/HY0jtveokV299mJS_aJ8nQzj68k/0/da"><img src="http://feedads.g.doubleclick.net/~a/HY0jtveokV299mJS_aJ8nQzj68k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HY0jtveokV299mJS_aJ8nQzj68k/1/da"><img src="http://feedads.g.doubleclick.net/~a/HY0jtveokV299mJS_aJ8nQzj68k/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/6C4bWr89Ec4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/09/05/blogging-tool-for-mac-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/09/05/blogging-tool-for-mac-os-x-lion/</feedburner:origLink></item>
		<item>
		<title>Keeping knowledge workers loyal</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/sdCSn8R17IY/</link>
		<comments>http://www.morkeleb.com/2011/08/29/keeping-knowledge-workers-loyal/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 10:00:00 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[People]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/2011/08/22/keeping-knowledge-workers-loyal/</guid>
		<description><![CDATA[In a previous post I discussed how to keep knowledge workers motivated. There is a flipside to keeping them motivated because being motivated is only enough the keep the knowledge worker working well, but it might not prevent him or her from leaving. It’s not guaranteed that the employee is loyal. To keep someone naturally [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post I discussed how to <a title="Keeping knowledge workers motivated" href="http://www.morkeleb.com/2011/08/22/keeping-knowledge-workers-motivated/" target="_blank">keep knowledge workers motivated</a>. There is a flipside to keeping them motivated because being motivated is only enough the keep the knowledge worker working well, but it might not prevent him or her from leaving. It’s not guaranteed that the employee is loyal.</p>
<p><img style="background-image: none; margin: 4px 10px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border-width: 0px;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Maslow%27s_Hierarchy_of_Needs.svg/800px-Maslow%27s_Hierarchy_of_Needs.svg.png" alt="File:Maslow's Hierarchy of Needs.svg" width="240" height="180" align="right" border="0" />To keep someone naturally loyal again we look at the <a href="http://en.wikipedia.org/wiki/Maslow's_hierarchy_of_needs" target="_blank">Maslow hierarchy of needs</a>. This time however we are going to assume that the employee is working on the self-actualization part of the hierarchy. If he or she isn’t then this might be a motivation problem and could be solved by finding out what&#8217;s wrong at the other level.</p>
<p>What would cause an employee to quit if even though that employee is self-actualizing within the company?</p>
<p>When an employee wants to quit its often due one or two things either its motivation based, things are bad at the workplace, want to work with something else etc. See my <a href="http://www.morkeleb.com/2011/08/15/keeping-knowledge-workers-motivated/" target="_blank">previous post</a>. Or that employee has been offered “the dream job”. You might ask your self, why isn&#8217;t the current work place the “dream job”.</p>
<p>I think for a workplace to be the “dream job”. That workplace has to give something to the employee at each level of the Maslow hierarchy of needs. An employee is loyal to the company if he or she has parts of the needs for each level tied up within a company.</p>
<p><a href="http://www.morkeleb.com/img/Keeping-knowledge-workers-loyal_8037/image.png"><img style="background-image: none; margin: 4px 10px; padding-left: 0px; padding-right: 0px; display: inline; float: left; padding-top: 0px; border-width: 0px;" title="image" src="http://www.morkeleb.com/img/Keeping-knowledge-workers-loyal_8037/image_thumb.png" alt="image" width="300" height="225" align="left" border="0" /></a>This is interesting because then we have to look at what does the company give to the employee? What’s in it for the employee?</p>
<p>An employee would be loyal if his or her Self-actualization is achieved to a large extent at the company. If the Esteem level comes from respect from colleagues and achievement at the workplace.</p>
<p>If the is a good social network of friends at the workplace. If the workplace feels safe. If the workplace gives security to the employees family through salary, vacation time and insurance.</p>
<p>If you consider how much investment or payoff an employee has at each level then you are considering how loyal that employee is. Helping an employee out in a rough spot causes loyalty, but also makes that person feel Safety at the workplace. It helps with belonging, and might help with Esteem.</p>
<p>My theory is then, that to keep knowledge workers loyal you have to constantly work to establish connections in the company to each level of the Maslow hierarchy and to the employees. This is hard and for most levels probably individual per employee work.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F08%2F29%2Fkeeping-knowledge-workers-loyal%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/R_mxHij-Cl6ytDxWEYvncM59q_U/0/da"><img src="http://feedads.g.doubleclick.net/~a/R_mxHij-Cl6ytDxWEYvncM59q_U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R_mxHij-Cl6ytDxWEYvncM59q_U/1/da"><img src="http://feedads.g.doubleclick.net/~a/R_mxHij-Cl6ytDxWEYvncM59q_U/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/sdCSn8R17IY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/08/29/keeping-knowledge-workers-loyal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/08/29/keeping-knowledge-workers-loyal/</feedburner:origLink></item>
		<item>
		<title>Keeping knowledge workers motivated</title>
		<link>http://feedproxy.google.com/~r/morkeleb/eDpR/~3/YeBRMgyixwI/</link>
		<comments>http://www.morkeleb.com/2011/08/22/keeping-knowledge-workers-motivated/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 10:00:00 +0000</pubDate>
		<dc:creator>Morten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[People]]></category>

		<guid isPermaLink="false">http://www.morkeleb.com/2011/08/15/keeping-knowledge-workers-motivated/</guid>
		<description><![CDATA[I went through a rough spot recently, which caused me to look more closely at the Maslow&#8217;s hierarchy of needs theory. This post describes what I found out in a non-personal way because I think this can be highly useful for companies looking to keep their employees. To summaries, Maslow figured out that in order [...]]]></description>
			<content:encoded><![CDATA[<p>I went through a rough spot recently, which caused me to look more closely at the<img style="background-image: none; margin: 4px 10px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border-width: 0px;" title="The maslows hierarchy of needs" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Maslow%27s_Hierarchy_of_Needs.svg/800px-Maslow%27s_Hierarchy_of_Needs.svg.png" border="0" alt="File:Maslow's Hierarchy of Needs.svg" width="240" height="180" align="right" /></p>
<p><a href="http://en.wikipedia.org/wiki/Maslow's_hierarchy_of_needs" target="_blank">Maslow&#8217;s hierarchy of needs</a> theory. This post describes what I found out in a non-personal way because I think this can be highly useful for companies looking to keep their employees.</p>
<p>To summaries, Maslow figured out that in order to start self-actualization you would have to have some other needs met first. Once you achieve a certain level of needs to you start working on the second level striving up to Self-actualization.</p>
<p>To the right you’ll see an illustration of the Maslow hierarchy.</p>
<p>Notice that this is in fact an hierarchy. If someone whom had been working with Self-actualization suddenly lose a loved one, or finds him or her self in the middle of a war. It’s most likely that that person will jump down to work on Safety or Loving/belonging.</p>
<p>Being employed affects different parts of this hierarchy. The salary might give fill you Physiological needs for food, it might even help with feeling Safe since the salary helps you put a roof over your head. You might sense belonging at work due to your work friends. Your self-esteem is affected on how good you are at your work, if you get encouragement from colleagues. You can self-actualize if allowed to grow within the company, not based on rank or title but by being allowed to grow by learning, becoming better at what you love to do.</p>
<p>Now an employer should want one thing when hiring a someone: Does the employers self-actualization process align with the company? or in other words: Will the employee be motivated by working with this type of knowledge work? Hopefully all employee’s align in this way at the company at their respective roles.</p>
<p>If your hiring for a great developer, is development what this person will be fulfilled by doing? Will this person be self-actualized by developing new and interesting things and learn new things from his craft? Will that person self-actualize when working creatively to solve the customers problems?</p>
<p>The best performing knowledge workers work in the self-actualization of needs, and probably have done so for quite some time.</p>
<p>To keep such an employee in the self-actualization part of the hierarchy is good for the company, we need to realize that the other levels in the hierarchy needs to be fulfilled first.</p>
<p>If an employee looses a family member for some accident, then that employee will most likely start to mourn and work on the Love/belonging level of the hierarchy. So to keep an employee motivated, being informed about what’s happening to that employee and helping him or her get past that issue will get the employees motivation back on track faster.</p>
<p>If a employees house burns down, helping that employee find a temporary home for his or her family, will make sure the employee has his or her Physiological and Safety needs met.</p>
<p>If someone is bullied at work, making sure that person is respected and treated well at work will help that employee with Esteem and belonging needs.</p>
<p>In essence if you have a motivation problem with one of your employees, find out what&#8217;s wrong and see how you can help him or her to full fill the level of need he or she is working on right now. Once that person is back at self-actualization, most likely motivation is no longer a problem. Caring about your knowledge workers needs and cater to the to keep them at the Self-actualization level, will have them motivated and working creatively.</p>
<p>Or as someone said on Twitter: Tiered of coding? fix the other problem in your life and get on with it.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.morkeleb.com%2F2011%2F08%2F22%2Fkeeping-knowledge-workers-motivated%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div>
<p><a href="http://feedads.g.doubleclick.net/~a/sTrAT5FfuxpzaTtjfDcG80RCK34/0/da"><img src="http://feedads.g.doubleclick.net/~a/sTrAT5FfuxpzaTtjfDcG80RCK34/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sTrAT5FfuxpzaTtjfDcG80RCK34/1/da"><img src="http://feedads.g.doubleclick.net/~a/sTrAT5FfuxpzaTtjfDcG80RCK34/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/morkeleb/eDpR/~4/YeBRMgyixwI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.morkeleb.com/2011/08/22/keeping-knowledge-workers-motivated/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.morkeleb.com/2011/08/22/keeping-knowledge-workers-motivated/</feedburner:origLink></item>
	</channel>
</rss>

