<?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>BigSource Blog</title>
	<atom:link href="http://www.bigsource.de/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigsource.de</link>
	<description>Experiences in AS3</description>
	<lastBuildDate>Thu, 03 Jun 2010 16:22:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BigSource Zarkov now supports Joa Eberts Apparat</title>
		<link>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/</link>
		<comments>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:09 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=258</guid>
		<description><![CDATA[We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.
The following tasks are supported:

bigsource.apparat.reducer:  Apparat Reducer
bigsource.apparat.tdsi: Apparat Turbo Diesel Sport Injection
bigsource.apparat.coverage: Apparat Coverage
bigsource.apparat.concrete: Apparat Concrete
bigsource.apparat.stripper: Apparat Stripper

To start optimizing your swfs you have to download some things:
Apparat: http://code.google.com/p/apparat/
Scala: http://www.scala-lang.org/downloads 
(Please check the Apparat website for infos about the needed version. [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.<br />
The following tasks are supported:</p>
<ul>
<li><strong>bigsource.apparat.reducer:</strong>  Apparat Reducer</li>
<li><strong>bigsource.apparat.tdsi:</strong> Apparat Turbo Diesel Sport Injection</li>
<li><strong>bigsource.apparat.coverage:</strong> Apparat Coverage</li>
<li><strong>bigsource.apparat.concrete:</strong> Apparat Concrete</li>
<li><strong>bigsource.apparat.stripper:</strong> Apparat Stripper</li>
</ul>
<p>To start optimizing your swfs you have to download some things:</p>
<p><strong>Apparat:</strong> <a href="http://code.google.com/p/apparat/" target="_blank">http://code.google.com/p/apparat/</a><br />
<strong>Scala:</strong> <a href="http://www.scala-lang.org/downloads" target="_blank">http://www.scala-lang.org/downloads</a> <br />
(Please check the Apparat website for infos about the needed version. Currently Scala RC3)<br />
<strong>BigSource Zarkov:</strong> <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a><br />
(Eclipse Updatesite: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>)</p>
<p>After unpacking Apparat and Scala and installing the new version of Zarkov you can create the tasks.</p>
<h5>Example</h5>
<p>See content of build.properties in previous post.</p>
<pre name="code" class="xml">
&lt;project name="Example 1" default="tdsi" basedir="."&gt;

	&lt;property file="build.properties" /&gt;

	&lt;target name="tdsi"&gt;
		&lt;bigsource.apparat.tdsi basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.tdsi&gt;
	&lt;/target&gt;

        &lt;target name="reducer"&gt;
		&lt;bigsource.apparat.reducer basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.reducer&gt;
	&lt;/target&gt;
&lt;/project&gt;
</pre>
<p>As you can see, the new features are currently only available from the beta update. Your feedback would help to make BigSource Zarkov even better. Feel free to contact us.</p>
<p>Thanks to <a href="http://blog.joa-ebert.com/" target="_blank">Joa</a> for his great tool!! </p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;t=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov now supports Joa Eberts Apparat+http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov updated to 0.8.5.1</title>
		<link>http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/</link>
		<comments>http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:55:52 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=242</guid>
		<description><![CDATA[Today we released a new version of the BigSource Zarkov Eclipse Plugin. There are some major changes that had to be done in order to simplify the exchange of projects and to have as less as possible external configurations.
So here are the major changes:
No Preference Pane in Eclipse Settings
we have removed the Pane from the [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released a new version of the BigSource Zarkov Eclipse Plugin. There are some major changes that had to be done in order to simplify the exchange of projects and to have as less as possible external configurations.<br />
So here are the major changes:</p>
<h4>No Preference Pane in Eclipse Settings</h4>
<p>we have removed the Pane from the settings. The flex SDK has to be set within the Build.xml. Every Bigsource Task has the attribute &#8220;sdk&#8221;. </p>
<h5>Example 1 with property file</h5>
<p><strong>build.properties</strong></p>
<pre name="code" class="xml">
flex.home	 = /workspace/flashlibs/flex_sdk_3.3

swf.application.class	= source/src/com/company/project/Application.as
swf.application.target	= deploy/swf/application.swf

swf.default.fps = 31
swf.default.width = 800
swf.default.height = 600
swf.default.bgcolor = 0x000000
</pre>
<p><strong>build.xml</strong></p>
<pre name="code" class="xml">
&lt;project name="Example 1" default="compile" basedir="."&gt;

	&lt;property file="build.properties" /&gt;

	&lt;target name="compile"&gt;
		&lt;bigsource.mxmlc basedir="${basedir}" sdk="${flex.home}"&gt;
			&lt;default_frame_rate value="${swf.default.fps}" /&gt;
			&lt;default_background_color value="${swf.default.bgcolor}" /&gt;
			&lt;default_size width="${swf.default.width}" height="${swf.default.height}" /&gt;
			&lt;source_path path="source/src" /&gt;
			&lt;file_specs path="${swf.application.class}" /&gt;
			&lt;output path="${swf.application.target}" /&gt;
		&lt;/bigsource.mxmlc&gt;
	&lt;/target&gt;

&lt;/project&gt;
</pre>
<h5>Example 2 with property in build.xml</h5>
<p><strong>build.xml</strong></p>
<pre name="code" class="xml">
&lt;project name="Example 2" default="compile" basedir="."&gt;

	&lt;property name="flex.home" value="/workspace/flashlibs/flex_sdk_3.3"/&gt;

	&lt;target name="compile"&gt;
		&lt;bigsource.mxmlc basedir="${basedir}" sdk="${flex.home}"&gt;
			&lt;default_frame_rate value="31" /&gt;
			&lt;default_background_color value="0x000000" /&gt;
			&lt;default_size width="800" height="600" /&gt;
			&lt;source_path path="source/src" /&gt;
			&lt;file_specs path="source/src/com/company/project/Application.as" /&gt;
			&lt;output path="deploy/swf/application.swf" /&gt;
		&lt;/bigsource.mxmlc&gt;
	&lt;/target&gt;

&lt;/project&gt;
</pre>
<p>The same applies to bigsource.flashplayer (attribute &#8220;player&#8221;), bigsource.browser (attribute &#8220;browser&#8221;), bigsource.haxe (attribute &#8220;haxe&#8221;) and bigsource.mtasc (attribute &#8220;mtasc&#8221;) with different attributes than &#8220;sdk&#8221;.</p>
<h4>General Bugfixes</h4>
<ul>
<li>corrected path for adt_package under Windows</li>
<li>added airtarget to adt_package (target as compiler option) for packaging dmg, exe and deb files</li>
<li>added more precheckings</li>
</ul>
<p>If you have questions or feature request, feel free to contact us.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/&amp;title=BigSource Zarkov updated to 0.8.5.1' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/&amp;title=BigSource Zarkov updated to 0.8.5.1' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/&amp;title=BigSource Zarkov updated to 0.8.5.1' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/&amp;t=BigSource Zarkov updated to 0.8.5.1' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/&amp;title=BigSource Zarkov updated to 0.8.5.1' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov updated to 0.8.5.1+http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/05/24/bigsource-zarkov-updated-to-0-8-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Air Application released</title>
		<link>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/</link>
		<comments>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:23:04 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=233</guid>
		<description><![CDATA[After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted [...]]]></description>
			<content:encoded><![CDATA[<p>After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted the base tasks of Zarkov in the first release. In future releases more tasks like &#8220;exec&#8221;, &#8220;echo&#8221;, &#8220;zip&#8221;, &#8220;copy&#8221;, etc. will be added. Fcsh support for the exec tasks (mxmlc or compc as executable) will also be added in future releases.</p>
<p>The first beta Version is avalibale for download. Feel free to test it.<br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.exe">Windows</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.dmg">OS X</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.deb">Linux (Debian, Ubuntu)</a></p>
<div id="attachment_236" class="wp-caption alignnone" style="width: 460px"><a href="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg"><img src="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg" alt="Screenshot of BigSource Zarkov for Air" title="zarkov_screenshot" width="450" height="324" class="size-full wp-image-236" /></a><p class="wp-caption-text">BigSource Zarkov for Air</p></div>
<p>In order to run the application, you must have installed Adobe Air 2 beta 2 (<a href="http://labs.adobe.com/downloads/air2.html">Download</a>). If you find bugs or have a feature request, please send an email to <a href="mailto:alexander.funke@bigsource.de?BigSource Zarkov">alexander.funke@bigsource.de</a>. The application is currently released as Jobware. No warranty for malfunctions.  I am happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;t=BigSource Zarkov Air Application released' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Air Application released+http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poisson Disk Sampling in Flash</title>
		<link>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/</link>
		<comments>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:53:31 +0000</pubDate>
		<dc:creator>Kim Christiansen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Poisson Disk Sampler Sampling Poissondisk poissondisc disc AS3 Actionsript 3 flex flash]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=129</guid>
		<description><![CDATA[The Dev.Mag article inspired me programming a poisson disk sampler in ActionScript 3. The ActionScript version is based on the Bitmap.hitTest method. This allows the additional feature adding predefined seeding areas.
Another feature is the ability to add a image wich describes the size of the poisson points. The radius of the poissonpoint is defined out [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Dev.Mag article" href="http://www.devmag.org.za/articles/55-POISSON-DISK-SAMPLING/" target="_blank">Dev.Mag article</a> inspired me programming a poisson disk sampler in ActionScript 3. The ActionScript version is based on the Bitmap.hitTest method. This allows the additional feature adding predefined seeding areas.<br />
Another feature is the ability to add a image wich describes the size of the poisson points. The radius of the poissonpoint is defined out of the color of the image. A PerlinNoise image is a good example for a distance map.</p>
<p>This is an example with random sized drips. It has no hitmap and no distance map. If no distance map is added, the radius size will be a random value between radiusMin and radiusMax.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/08/poissondiskdrips.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/08/poissondiskdrips.swf" scale="showall" quality="high" loop="false"></embed></object> </p>
<p>Here is an example with a hitmap and a uniform distance map. All poisson points have the same radius.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/09/poissondisklogo.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/09/poissondisklogo.swf" scale="showall" quality="high" loop="false"></embed></object></p>
<p>I made an editor where you can change the settings and different kind of hitmaps:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="630" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="flashvars" value="contenturl=/wp-content/uploads/2009/08/poissonsettings.swf" /><param name="src" value="/wp-content/uploads/2008/02/blogloader.swf" /><embed type="application/x-shockwave-flash" width="400" height="630" src="/wp-content/uploads/2008/02/blogloader.swf" flashvars="contenturl=/wp-content/uploads/2009/08/poissonsettings.swf" scale="showall" quality="high" loop="false"></embed></object></p>
<p>Feel free to download and play around with the source.<br />
<a href="http://www.bigsource.de/wp-content/uploads/2009/09/poissondisksampler.zip">poissondisksampler.zip</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;t=Poisson Disk Sampling in Flash' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/&amp;title=Poisson Disk Sampling in Flash' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Poisson Disk Sampling in Flash+http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/09/04/poisson-disk-sampling-in-flash/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>FFK09 &#8211; Flash Forum Konferenz 2009</title>
		<link>http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/</link>
		<comments>http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/#comments</comments>
		<pubDate>Mon, 04 May 2009 09:46:03 +0000</pubDate>
		<dc:creator>Kim Christiansen</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=122</guid>
		<description><![CDATA[We went to the FFK09 Flash Forum Konferenz to Cologne. We had a great time with some friends and interesting speakers. Here are some impressions of the FFK09.
Thanks to Marc Thiele and Sascha Wolter for the awesome conference. See you next year.
Homepage FFK09.
Impressions from Marc Thiele.
Impressions from Powerflasher.
        [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-123" title="ffk09" src="http://www.bigsource.de/wp-content/uploads/2009/05/ffk09.jpg" alt="ffk09" width="240" height="240" />We went to the FFK09 Flash Forum Konferenz to Cologne. We had a great time with some friends and interesting speakers. Here are some impressions of the <a title="FFK09" href="http://www.flickr.com/photos/bigsource/sets/72157617588043159/" target="_blank">FFK09</a>.<br />
Thanks to Marc Thiele and Sascha Wolter for the awesome conference. See you next year.</p>
<p>Homepage <a href="http://ffk09.flashforum.de/">FFK09</a>.<br />
Impressions from <a href="http://www.flickr.com/photos/marcthiele/sets/72157617138722781/" target="_blank">Marc Thiele</a>.<br />
Impressions from <a href="http://www.flickr.com/photos/powerflasher/sets/72157617652412286/" target="_blank">Powerflasher</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/&amp;title=FFK09 &#8211; Flash Forum Konferenz 2009' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/&amp;title=FFK09 &#8211; Flash Forum Konferenz 2009' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/&amp;title=FFK09 &#8211; Flash Forum Konferenz 2009' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/&amp;t=FFK09 &#8211; Flash Forum Konferenz 2009' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/&amp;title=FFK09 &#8211; Flash Forum Konferenz 2009' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=FFK09 &#8211; Flash Forum Konferenz 2009+http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/05/04/ffk09-flash-forum-konferenz-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Speech at Flex User Group Hamburg</title>
		<link>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/</link>
		<comments>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:44:02 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=113</guid>
		<description><![CDATA[Yesterday we presented our compiler wrapper PlugIn for Eclipse at the Flex User Group Hamburg in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-114" title="Speech at FlexUGHH" src="http://www.bigsource.de/wp-content/uploads/2009/04/flexughh.jpg" alt="Speech at FlexUGHH" width="240" height="240" />Yesterday we presented our compiler wrapper PlugIn for Eclipse at the <a href="http://www.flexughh.de/2009/03/27/flexughh-meeting-06042009-alexander-funke-bigsource-zarkov/" target="_blank">Flex User Group Hamburg</a> in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to our documentation and we are currently working on a rewritten version of <a href="http://zarkov.bigsource.de" target="_blank">Bigsource Zarkov</a> with a lot more support creating compiler taks. Thanks to all who came , to the organisation team of the FlexUGHH and to <a href="http://www.pilot.de/" target="_blank">pilot 1/0</a> for allocating their rooms. It was a great evening. The presentation and the sample project will come soon.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;t=Zarkov Speech at Flex User Group Hamburg' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Speech at Flex User Group Hamburg+http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.3.4)</title>
		<link>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/</link>
		<comments>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:55:16 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=80</guid>
		<description><![CDATA[We have released a new version of the Zarkov Compiler Wrapper for Eclipse. It includes some Bugfixes and improvements. Take a look at http://zarkov.bigsource.de
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We have released a new version of the Zarkov Compiler Wrapper for Eclipse. It includes some Bugfixes and improvements. Take a look at <a href="http://zarkov.bigsource.de">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;t=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/&amp;title=Zarkov Compiler Wrapper Update available (0.8.3.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.3.4)+http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/01/22/zarkov-compiler-wrapper-update-available-0834/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy birthday BigSource!</title>
		<link>http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/</link>
		<comments>http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:54:35 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[thank]]></category>
		<category><![CDATA[you]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=72</guid>
		<description><![CDATA[We are celebrating our first company birthday. Time is running. The last year went so fast, but so great too. We had many interesting projects, met a lot of great and interesting people and mastered many challenges. Thanks to everyone who supported us in the last year. We are looking forward for a great second [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.bigsource.de/wp-content/uploads/2009/01/2311733808_3b6f395f31_m.jpg" alt="Bithday cupcake. Under the creative Commons License. Photo by Theresa Thompson" title="Birthday Cupcake" width="160" height="240" class="size-medium wp-image-73" />We are celebrating our first company birthday. Time is running. The last year went so fast, but so great too. We had many interesting projects, met a lot of great and interesting people and mastered many challenges. Thanks to everyone who supported us in the last year. We are looking forward for a great second year.</p>
<p style="font-size:10px">The photo is under the creative commons license. Copyrights by <a href="http://www.flickr.com/photos/theresasthompson/">Theresa Thompson</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/&amp;title=Happy birthday BigSource!' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/&amp;title=Happy birthday BigSource!' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/&amp;title=Happy birthday BigSource!' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/&amp;t=Happy birthday BigSource!' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/&amp;title=Happy birthday BigSource!' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Happy birthday BigSource!+http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/01/05/happy-birthday-bigsource/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Multitouch table Preview</title>
		<link>http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/</link>
		<comments>http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:23:06 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[di]]></category>
		<category><![CDATA[ftir]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[touchlib]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=59</guid>
		<description><![CDATA[Currently we are working on a multitouch table based on touchlib. We are using a DI setup with infrared LEDs from the rear, an High Definition projector over a mirror, a webcam without IR filter, a glass projectionarea with Lee ND Frost Foil and a Dell Vostro PC. Here are some impressions:





Thanks to Jens Franke [...]]]></description>
			<content:encoded><![CDATA[<p>Currently we are working on a multitouch table based on <a title="Touchlib" href="http://www.nuigroup.com/touchlib/" target="_blank">touchlib</a>. We are using a DI setup with infrared LEDs from the rear, an High Definition projector over a mirror, a webcam without IR filter, a glass projectionarea with Lee ND Frost Foil and a Dell Vostro PC. Here are some impressions:</p>
<p><img class="alignnone size-full wp-image-61" title="dsc04408" src="http://blog.bigsource.de/wp-content/uploads/2008/11/dsc04408.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone size-full wp-image-63" title="dsc04411" src="http://blog.bigsource.de/wp-content/uploads/2008/11/dsc04411.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone size-full wp-image-64" title="dsc04413" src="http://blog.bigsource.de/wp-content/uploads/2008/11/dsc04413.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone size-full wp-image-65" title="dsc04416" src="http://blog.bigsource.de/wp-content/uploads/2008/11/dsc04416.jpg" alt="" width="500" height="375" /></p>
<p><img class="alignnone size-full wp-image-66" title="dsc04419" src="http://blog.bigsource.de/wp-content/uploads/2008/11/dsc04419.jpg" alt="" width="500" height="375" /></p>
<p>Thanks to <a title="Jens Franke" href="http://blog.jensfranke.com/2007/12/10/multi-touch-special-agenda/" target="_blank">Jens Franke</a> for writing a great article about building a multitouch table and for answering our questions.</p>
<p>A complete list of used hardware and a building plan for download will follow in the next post.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/&amp;title=Multitouch table Preview' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/&amp;title=Multitouch table Preview' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/&amp;title=Multitouch table Preview' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/&amp;t=Multitouch table Preview' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/&amp;title=Multitouch table Preview' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Multitouch table Preview+http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/11/13/multitouchtable-preview/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.2.4)</title>
		<link>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/</link>
		<comments>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:37:36 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[asdoc]]></category>
		<category><![CDATA[bigsource]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=57</guid>
		<description><![CDATA[Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:

Review of all compiler options.


Some options have changed attributes.


Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.


Warnings and Errors are now added to the Problems [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:</p>
<ul>
<li>Review of all compiler options.</li>
</ul>
<ul>
<li>Some options have changed attributes.</li>
</ul>
<ul>
<li>Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.</li>
</ul>
<ul>
<li>Warnings and Errors are now added to the Problems view of Eclipse.</li>
</ul>
<ul>
<li>a new task &#8220;bigsource.browser&#8221; added. You can now open your browser from within eclipse.</li>
</ul>
<ul>
<li>some general improvements in stability</li>
</ul>
<ul>
<li>documentaiton will be improved in the next days (mxmlc is already updated)</li>
</ul>
<p>You can get the new version over the Eclipse Update feature. If you would like to get the latest beta version you can get it here: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>.</p>
<p>For more information about BigSource Zarkov visit the project page at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>We are happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;t=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.2.4)+http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
