<?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>Mon, 07 May 2012 18:55:01 +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>Testing Audio</title>
		<link>http://halfeld.dk/blog/684/testing-audio/</link>
		<comments>http://halfeld.dk/blog/684/testing-audio/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 12:00:40 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=684</guid>
		<description><![CDATA[Master 3]]></description>
			<content:encoded><![CDATA[<p><a href='http://halfeld.dk/blog/wp-content/uploads/Master-3.m4a'>Master 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/684/testing-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://halfeld.dk/blog/wp-content/uploads/Master-3.m4a" length="3842070" type="audio/mpeg" />
		</item>
		<item>
		<title>Cool Font Generator</title>
		<link>http://halfeld.dk/blog/741/cool-font-generator/</link>
		<comments>http://halfeld.dk/blog/741/cool-font-generator/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 10:23:05 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=741</guid>
		<description><![CDATA[Prototyp-0 is an application that can draw typography. ]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/24358631?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe></p>
<p><a href="http://vimeo.com/24358631">Font generator / processing : prototyp-0</a> from <a href="http://vimeo.com/user4849193">yannick mathey</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Prototyp-0 is an application that can draw typography. You can manipulate different variables to effect the outcome. It&#8217;s made with <a href="http://processing.org/">processing</a></p>
<p>It&#8217;s made by Yannick Mathey. Here are some links:<br />
<a title="yannickmathey.com" href="http://yannickmathey.com/ ">yannickmathey.com<br />
</a><a title="byte-foundry.com" href="http://byte-foundry.com/">byte-foundry.com<br />
</a><a title="diplome.canalblog.com" href="http://diplome.canalblog.com/">diplome.canalblog.com</a></p>
<p><a href="http://www.creativeapplications.net/processing/prototyp-0-font-generator-processing/" target="_blank">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/741/cool-font-generator/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>Young Creative Circle Awards</title>
		<link>http://halfeld.dk/blog/508/508/</link>
		<comments>http://halfeld.dk/blog/508/508/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 12:52:59 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=508</guid>
		<description><![CDATA[A banner made for Young Creative Circle Awards: Digital &#8211; The point was to get kids out in the nature. Got shortlisted but didn&#8217;t win.]]></description>
			<content:encoded><![CDATA[<p>A banner made for Young Creative Circle Awards: Digital &#8211; The point was to get kids out in the nature. Got shortlisted but didn&#8217;t win.<br />
<a title="YCCA-Banner: The cursor position affects the 'spraying'" rel="shadowbox;height=561;width=930;" href="http://www.halfeld.dk/work/ycca2010/NaturenKalder.swf"><br />
<img class="alignnone size-full wp-image-589" title="naturenkalder" src="http://halfeld.dk/blog/wp-content/uploads/naturenkalder.jpg" alt="" width="500" height="97" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/508/508/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy jump movie</title>
		<link>http://halfeld.dk/blog/353/blender-movie/</link>
		<comments>http://halfeld.dk/blog/353/blender-movie/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 08:16:30 +0000</pubDate>
		<dc:creator>thal</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Made by me]]></category>
		<category><![CDATA[Motion]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[blender]]></category>

		<guid isPermaLink="false">http://halfeld.dk/blog/?p=353</guid>
		<description><![CDATA[A movie made over 2 weeks, with Blender 4.49. Very cool and Free!! 3D software The Super Crazy Jump &#8211; a Blender movie from Thomas Halfeld on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>A movie made over 2 weeks, with Blender 4.49. Very cool and Free!! 3D software</p>
<p><iframe src="http://player.vimeo.com/video/10924895?title=0&amp;byline=0&amp;portrait=0" width="720" height="405" frameborder="0"></iframe><br />
<a href="http://vimeo.com/10924895">The Super Crazy Jump &#8211; a Blender movie</a> from <a href="http://vimeo.com/user3593094">Thomas Halfeld</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfeld.dk/blog/353/blender-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

