<?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>formatlos &#187; General</title>
	<atom:link href="http://blog.formatlos.de/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.formatlos.de</link>
	<description>Martin Rädlinger</description>
	<lastBuildDate>Thu, 29 Sep 2011 06:57:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Eclipse/FDT freezes while building workspace</title>
		<link>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/</link>
		<comments>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 06:57:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=461</guid>
		<description><![CDATA[If you're dealing with very big projects with lots of classes in Eclipse/FDT it might happen sometimes that Eclipse gets stuck while building the workspace. Even killing the Eclipse process and starting it up again won't help, because with "Build Automatically" enabled it starts building right after launching and probably gets stuck again. This ...]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re dealing with very big projects with lots of classes in Eclipse/FDT it might happen sometimes that Eclipse gets stuck while building the workspace. Even killing the Eclipse process and starting it up again won&#8217;t help, because with &#8220;Build Automatically&#8221; enabled it starts building right after launching and probably gets stuck again. This little solution will get you up and running again in a few seconds&#8230;</p>
<ol>
<li>shutdown Eclipse</li>
<li>goto the workspace folder in your filesystem</li>
<li>rename the project-folder which caused the problem</li>
<li>startup Eclipse (now it won&#8217;t start building, because it doesn&#8217;t find the project)</li>
<li>disable the automatic building process (untick Project &gt; &#8220;Build Automatically&#8221;)</li>
<li>close Eclipse</li>
<li>undo renaming the project-folder</li>
<li>startup Eclipse</li>
<li>build project manually (select project, Project &gt; Build Project)</li>
<li>after that you can enable the automatic building again</li>
</ol>
<p>&nbsp;
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2011%2F09%2F29%2Feclipsefdt-freezes-while-building-workspace%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2011%2F09%2F29%2Feclipsefdt-freezes-while-building-workspace%2F&amp;source=formatlos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p> <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=461&amp;md5=918ed5cf44056541c127258875ba1155" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create Font SWFs easily in FDT</title>
		<link>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/</link>
		<comments>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:58:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=359</guid>
		<description><![CDATA[I created an ANT build file which lets you create font SWFs easily, it takes a class template as input, generates the actual class for the chosen font and compiles the corresponding swf. but enough talking ... give it a try.



Download: 

fontcreator.zip

Setup:

	import the zip file via "Import > Existing Projects.. > Select archive file"
	add ...]]></description>
			<content:encoded><![CDATA[<p>I created an ANT build file which lets you create font SWFs easily, it takes a class template as input, generates the actual class for the chosen font and compiles the corresponding swf. but enough talking &#8230; give it a try.</p>
<p><span id="more-359"></span></p>
<h3>Download:</h3>
<p><a href="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator.zip">fontcreator.zip</a></p>
<h3>Setup:</h3>
<ul>
<li>import the zip file via &#8220;Import > Existing Projects.. > Select archive file&#8221;</li>
<li>add flash nature: AS3, Flex 3/4 SDK</li>
<li>run the ant build (don&#8217;t forget to select &#8220;Run in the same JRE as the workspace&#8221; in External Tools > JRE)</li>
</ul>
<h3>Steps:</h3>
<p><div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_1.png"/>
<p>select class template (you can create an own class template, save it in the template directory und select it here)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_2.png"/>
<p>select font file (has to be in the assets/fonts directory)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_3.png"/>
<p>specify a class name for your font class</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_4.png"/>
<p>the name for the font (thats the name you&#8217;ll use with TextFormat.font later on)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_5.png"/>
<p>font weight</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_6.png"/>
<p>font style</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_7.png"/>
<p>mime type, normally &#8216;application/x-font&#8217; should do the job</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_8.png"/>
<p>specifiy the chars to want to embed</p>
</div>
<div style="clear:both">&nbsp;</div>
</p>
<p>That&#8217;s it. Now your font should get generated and afterwards be available in the deploy/fonts directory.
</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F19%2Fcreate-font-swfs-easily-in-fdt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F19%2Fcreate-font-swfs-easily-in-fdt%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,ANT,AS3,Flash&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Portfolio Moved</title>
		<link>http://blog.formatlos.de/2008/10/23/portfolio-moved/</link>
		<comments>http://blog.formatlos.de/2008/10/23/portfolio-moved/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 09:26:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=138</guid>
		<description><![CDATA[As there is no real backend, my old portfolio site is quite hard to update, so I decided to move the portfolio temporarily to this blog until i have the time to go for new flash site. You can find a small selection of projects here.]]></description>
			<content:encoded><![CDATA[<p>As there is no real backend, my <a href="http://archive.formatlos.de/2007-Portfolio/">old portfolio site</a> is quite hard to update, so I decided to move the portfolio temporarily to this blog until i have the time to go for new flash site. You can find a small selection of projects <a href="http://portfolio.formatlos.de">here</a>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F23%2Fportfolio-moved%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F23%2Fportfolio-moved%2F&amp;source=formatlos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2008/10/23/portfolio-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test your color IQ</title>
		<link>http://blog.formatlos.de/2008/10/05/test-your-color-iq/</link>
		<comments>http://blog.formatlos.de/2008/10/05/test-your-color-iq/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 14:03:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=108</guid>
		<description><![CDATA[I just tested my color IQ at xrite.com. The best result would be 0 and my score was 4. Considering that 1520 was the worst score in my gender and age range this is not too bad I guess.



What's your color IQ?
]]></description>
			<content:encoded><![CDATA[<p>I just tested my color IQ at <a href="http://www.xrite.com/custom_page.aspx?PageID=77" target="_blank">xrite.com</a>. The best result would be 0 and my score was 4. Considering that 1520 was the worst score in my gender and age range this is not too bad I guess.</p>
<div class="image img-a" style="width:560px;"><a href="http://www.xrite.com/custom_page.aspx?PageID=77"><img src="http://blog.formatlos.de/wp-content/uploads/2008/10/1.jpg" /></a></div>
<div class="image img-a" style="width:560px;"><img src="http://blog.formatlos.de/wp-content/uploads/2008/10/2.jpg" /></div>
<p>What&#8217;s your color IQ?</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F05%2Ftest-your-color-iq%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F05%2Ftest-your-color-iq%2F&amp;source=formatlos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2008/10/05/test-your-color-iq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&lt;head&gt; for free</title>
		<link>http://blog.formatlos.de/2008/10/01/head-conference/</link>
		<comments>http://blog.formatlos.de/2008/10/01/head-conference/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 09:21:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=98</guid>
		<description><![CDATA[

wohoo, I won a ticket for &#60;head&#62;. thanks to flashforum.de and Aral for choosing the lucky winners.

]]></description>
			<content:encoded><![CDATA[<div class="image img-a" style="width:550px;"><a href="http://www.headconference.com/" target="_blank"><img src="http://blog.formatlos.de/wp-content/uploads/2008/10/button_468x60.gif" alt="&lt;head&gt; web conference: October 24-26, 2008"/></a></div>
<p>
wohoo, I won a ticket for <a href="http://www.headconference.com/" target="_blank">&lt;head&gt;</a>. thanks to <a href="http://www.flashforum.de/" target="_blank">flashforum.de</a> and Aral for choosing the lucky winners.
</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F01%2Fhead-conference%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F10%2F01%2Fhead-conference%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=Conferences&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2008/10/01/head-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new design, new content</title>
		<link>http://blog.formatlos.de/2008/05/27/new-content/</link>
		<comments>http://blog.formatlos.de/2008/05/27/new-content/#comments</comments>
		<pubDate>Tue, 27 May 2008 18:09:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.raedlinger.net/formatlos.de/blog/?p=1</guid>
		<description><![CDATA[Finally I have decided to move my personal stuff to http://private.formatlos.de and accordingly seperate it from my technology and design related posts. Therefore you will find experiments, projects and other stuff I want to show you on this blog in the near future.

As there are so many cool (and even more ugly) wordpress themes ...]]></description>
			<content:encoded><![CDATA[<p>Finally I have decided to move my personal stuff to <del datetime="2008-10-27T07:42:01+00:00"><a href="http://private.formatlos.de" target="_blank">http://private.formatlos.de</a></del> and accordingly seperate it from my technology and design related posts. Therefore you will find experiments, projects and other stuff I want to show you on this blog in the near future.</p>
<p>As there are so many cool (and even more ugly) wordpress themes out there I decided not to waste my time with designing and coding an own one but go for a nice and free theme.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F05%2F27%2Fnew-content%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2008%2F05%2F27%2Fnew-content%2F&amp;source=formatlos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2008/05/27/new-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

