<?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>Halfeld</title>
	<atom:link href="http://halfeld.dk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://halfeld.dk/blog</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 21:30:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test from iPhone</title>
		<link>http://halfeld.dk/blog/939/test-from-iphone/</link>
		<comments>http://halfeld.dk/blog/939/test-from-iphone/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 21:30:30 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=939</guid>
		<description><![CDATA[This is my test]]></description>
			<content:encoded><![CDATA[<p>This is my test</p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/939/test-from-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show/hide hidden files in Finders GUI</title>
		<link>http://halfeld.dk/blog/931/showhide-hidden-files-in-finders-gui/</link>
		<comments>http://halfeld.dk/blog/931/showhide-hidden-files-in-finders-gui/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:25:35 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=931</guid>
		<description><![CDATA[Just found this little Applescript to hide/show hidden files in Finder. Quite usefull for people who need to acces those fast once in a while. display dialog "Set the visibility of hidden files..." buttons {"Cancel", "Visible", "Invisible"} default button 1 copy the result as list to {buttonpressed} if the buttonpressed is "Invisible" then try tell [...]]]></description>
			<content:encoded><![CDATA[<p>Just found this little Applescript to hide/show hidden files in Finder. Quite usefull for people who need to acces those fast once in a while.</p>
<pre>display dialog "Set the visibility of hidden files..." buttons {"Cancel", "Visible", "Invisible"} default button 1
copy the result as list to {buttonpressed}
if the buttonpressed is "Invisible" then
      try
		tell application "Finder" to quit
		do shell script "defaults write com.apple.finder AppleShowAllFiles OFF"
		delay 1
		tell application "Finder" to activate
	end try
else if the buttonpressed is "Visible" then
	try
		tell application "Finder" to quit
		do shell script "defaults write com.apple.finder AppleShowAllFiles ON"
		delay 1
		tell application "Finder" to activate
	end try
end if</pre>
<p>Found it here:  <a href="http://hints.macworld.com/article.php?story=20030409015020645">macworld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/931/showhide-hidden-files-in-finders-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swopper website</title>
		<link>http://halfeld.dk/blog/907/swopper-website/</link>
		<comments>http://halfeld.dk/blog/907/swopper-website/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:49:24 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=907</guid>
		<description><![CDATA[A website for ergonomic chairs by Swopper &#8211; Clean an simple design for the wordpress CMS with some shopping-cart functionality added. Oh &#8211; and the chairs are excellent for workstations and really fun to sit on at first.]]></description>
			<content:encoded><![CDATA[<p>A website for ergonomic chairs by Swopper &#8211; Clean an simple design for the wordpress CMS with some shopping-cart functionality added. Oh &#8211; and the chairs are excellent for workstations and really fun to sit on at first.</p>
<p><img class="alignnone size-medium wp-image-908" title="swopperfrontpage" src="http://halfeld.dk/blog/wp-content/uploads/swopperfrontpage-600x431.png" alt="" width="600" height="431" /><img class="alignnone size-medium wp-image-909" title="swopperOrder" src="http://halfeld.dk/blog/wp-content/uploads/swopperOrder-600x431.png" alt="" width="600" height="431" /></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/907/swopper-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Company House</title>
		<link>http://halfeld.dk/blog/709/company-house/</link>
		<comments>http://halfeld.dk/blog/709/company-house/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 10:55:03 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=709</guid>
		<description><![CDATA[I made a temporary website for Company House while we are creating a new identity for the them.]]></description>
			<content:encoded><![CDATA[<p>I made a temporary website for <a title="Company House" href="http://www.company-house.dk/" target="_blank">Company House</a> while we are creating a new identity for the them.</p>
<p style="text-align: center;"><img class="size-full wp-image-712 aligncenter" title="ch_imac41-470x365" src="http://halfeld.dk/blog/wp-content/uploads/ch_imac41-470x365.jpeg" alt="" width="470" height="365" /><img class="alignnone size-full wp-image-711" title="ch_imac31-470x365" src="http://halfeld.dk/blog/wp-content/uploads/ch_imac31-470x365.jpeg" alt="" width="470" height="365" /><img class="alignnone size-full wp-image-710" title="ch_imac6-470x365" src="http://halfeld.dk/blog/wp-content/uploads/ch_imac6-470x365.jpeg" alt="" width="470" height="365" /><img class="alignnone size-full wp-image-713" title="label-470x547" src="http://halfeld.dk/blog/wp-content/uploads/label-470x547.jpeg" alt="" width="470" height="547" /></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/709/company-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OeO website</title>
		<link>http://halfeld.dk/blog/690/oeo-website/</link>
		<comments>http://halfeld.dk/blog/690/oeo-website/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 10:15:33 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=690</guid>
		<description><![CDATA[Website for OeO. Design by Ole Lund. Slightly adjusted for web, with additional functionallity and programmed by me. Visit OeO here. And make sure to check out the cool stuff on their Column]]></description>
			<content:encoded><![CDATA[<p>Website for OeO. Design by <a title="Ole Lund" href="http://www.artlistparis.com/portfolio.php?idportfolio=1233&amp;city=paris#" target="_blank">Ole Lund</a>. Slightly adjusted for web, with additional functionallity and programmed by me. <a title="OeO" href="http://oeo.dk" target="_blank">Visit OeO here.</a> And make sure to check out the cool stuff on their <a title="OeO - Column" href="http://oeo.dk/site/column/" target="_blank">Column</a></p>
<p><img class="size-medium wp-image-700 alignnone" title="Oeo Website (3)" src="http://halfeld.dk/blog/wp-content/uploads/oeo-projects-600x585.jpg" alt="" width="600" height="585" /> <img class="size-medium wp-image-698 alignnone" title="Oeo Website (5)" src="http://halfeld.dk/blog/wp-content/uploads/oeo-project3-600x585.jpg" alt="" width="600" height="585" /></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/690/oeo-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adidas/Brondby.com &#8211; Logo Animation</title>
		<link>http://halfeld.dk/blog/640/adidasbr%c3%b8ndby-logo-animation/</link>
		<comments>http://halfeld.dk/blog/640/adidasbr%c3%b8ndby-logo-animation/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 12:44:30 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=640</guid>
		<description><![CDATA[I made the logo-animation in the top left of the website and some dynamic banners for the campaign (I&#8217;ll post the banners later). The website was made by Konstellation and the campaign by TBWA. &#160;]]></description>
			<content:encoded><![CDATA[<p>I made the logo-animation in the top left of the website and some dynamic banners for the campaign (I&#8217;ll post the banners later). The website was made by Konstellation and the campaign by TBWA.</p>
<p><a href="http://dgt.brondby.com/?start=normal"><img class="aligncenter size-medium wp-image-815" title="Adidas" src="http://halfeld.dk/blog/wp-content/uploads/Skærmbillede-2011-06-20-kl.-15.38.31-600x415.png" alt="" width="600" height="415" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/640/adidasbr%c3%b8ndby-logo-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nordiskfilm-play website</title>
		<link>http://halfeld.dk/blog/336/nordiskfilm-play/</link>
		<comments>http://halfeld.dk/blog/336/nordiskfilm-play/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:32:38 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=336</guid>
		<description><![CDATA[Flash-website for Nordiskfilm-play, made in collaboration with Rasmus Elken. [test] [/test]]]></description>
			<content:encoded><![CDATA[<p>Flash-website for Nordiskfilm-play, made in collaboration with Rasmus Elken. [test]</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-337" title="nfp1" src="http://halfeld.dk/blog/wp-content/uploads/nfp1.jpg" alt="" width="720" height="401" /> <img class="aligncenter size-full wp-image-338" title="nfp2" src="http://halfeld.dk/blog/wp-content/uploads/nfp2.jpg" alt="" width="720" height="429" /></p>
<p>[/test]</p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/336/nordiskfilm-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blivlærer.nu</title>
		<link>http://halfeld.dk/blog/658/blivlaerer/</link>
		<comments>http://halfeld.dk/blog/658/blivlaerer/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 09:42:36 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Illustrations]]></category>
		<category><![CDATA[Made by me]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=658</guid>
		<description><![CDATA[Logo and illustrations for a pitch on a campaign for the Ministry of Education. The illustrations were only to show the idea because there was no proper photos avaiable, and no time to take some. Use Left- and Right-Arrow keys to see more examples]]></description>
			<content:encoded><![CDATA[<p>Logo and illustrations for a pitch on a campaign for the Ministry of Education. The illustrations were only to show the idea because there was no proper photos avaiable, and no time to take some.</p>
<p><a href="http://halfeld.dk/blog/wp-content/uploads/logo1.jpg" title="Use arrow-keys to see more examples"><img class="alignnone size-medium wp-image-667" title="logo" src="http://halfeld.dk/blog/wp-content/uploads/logo1-500x241.jpg" alt="" width="500" height="241" /></a><br />
<a href="http://halfeld.dk/blog/wp-content/uploads/plakat1.jpg"></a><a href="http://halfeld.dk/blog/wp-content/uploads/plakat2.jpg"></a><a href="http://halfeld.dk/blog/wp-content/uploads/plakat3.jpg"></a><a href="http://halfeld.dk/blog/wp-content/uploads/outdoor1.jpg"></a><a href="http://halfeld.dk/blog/wp-content/uploads/folder.jpg"></a><a href="http://halfeld.dk/blog/wp-content/uploads/gocard.jpg"></a>Use Left- and Right-Arrow keys to see more examples</p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/658/blivlaerer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundvenue.dk &#8211; Redesign</title>
		<link>http://halfeld.dk/blog/276/soundvenue-dk-redesign/</link>
		<comments>http://halfeld.dk/blog/276/soundvenue-dk-redesign/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:08:07 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Sketches]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=276</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a title="Frontpage" rel="all" href="http://halfeld.dk/blog/wp-content/uploads/sv-forside.jpg"><img class="alignnone size-medium wp-image-277" title="Frontpage" src="http://halfeld.dk/blog/wp-content/uploads/sv-forside-450x336.jpg" alt="Frontpage" width="499" height="372" /></a></p>

<a href='http://halfeld.dk/blog/276/soundvenue-dk-redesign/sv-forside/' title='sv-forside'><img width="150" height="150" src="http://halfeld.dk/blog/wp-content/uploads/sv-forside-150x150.jpg" class="attachment-thumbnail" alt="sv-forside" title="sv-forside" /></a>
<a href='http://halfeld.dk/blog/276/soundvenue-dk-redesign/sv-anmeldelser/' title='sv-anmeldelser'><img width="150" height="150" src="http://halfeld.dk/blog/wp-content/uploads/sv-anmeldelser-150x150.jpg" class="attachment-thumbnail" alt="sv-anmeldelser" title="sv-anmeldelser" /></a>
<a href='http://halfeld.dk/blog/276/soundvenue-dk-redesign/sv-artikle_a/' title='sv-artikle_a'><img width="150" height="150" src="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_a-150x150.jpg" class="attachment-thumbnail" alt="sv-artikle_a" title="sv-artikle_a" /></a>
<a href='http://halfeld.dk/blog/276/soundvenue-dk-redesign/sv-artikle_b/' title='sv-artikle_b'><img width="150" height="150" src="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_b-150x150.jpg" class="attachment-thumbnail" alt="sv-artikle_b" title="sv-artikle_b" /></a>
<a href='http://halfeld.dk/blog/276/soundvenue-dk-redesign/sv-artikle_ab/' title='sv-artikle_a+b'><img width="150" height="150" src="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_a+b-150x150.jpg" class="attachment-thumbnail" alt="sv-artikle_a+b" title="sv-artikle_a+b" /></a>

<p><a title="Frontpage - Sorted by selection" href="http://halfeld.dk/blog/wp-content/uploads/sv-anmeldelser.jpg"></a></p>
<p><a title="Article view - Page 1&lt;br &gt;&lt;/a&gt;" rel="all" href="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_a.jpg"></a></p>
<p><a title="Article view - Page 2" rel="all" href="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_b.jpg"></a></p>
<p><a title="Article view - All article pages" rel="all" href="http://halfeld.dk/blog/wp-content/uploads/sv-artikle_a+b.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/276/soundvenue-dk-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make IT interactive 2008</title>
		<link>http://halfeld.dk/blog/166/make-it-interactive-2008/</link>
		<comments>http://halfeld.dk/blog/166/make-it-interactive-2008/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:16:28 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Illustrations]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=166</guid>
		<description><![CDATA[Breakers and Subs for a Conference in Interactive design]]></description>
			<content:encoded><![CDATA[<p>Breakers and Subs for a Conference in Interactive design</p>
<p><a href="http://www.halfeld.dk/work/makeit08/index.html" target="_blank"><img class="alignnone size-full wp-image-626" title="makeit" src="http://halfeld.dk/blog/wp-content/uploads/makeit1.jpg" alt="" width="500" height="332" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/166/make-it-interactive-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

