<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>dpdk Open Source</title>
	<link>http://www.dpdk.nl/opensource</link>
	<description>Opensource initiative by Dutch interactive agency dpdk.</description>
	<lastBuildDate>Thu, 25 Feb 2010 12:39:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Wait for user input in your sequence</title>
		<description><![CDATA[We&#8217;ve been using the task based sequence for a while now and are very pleased with it. One thing we missed, was the possibility to listen to an event.
Besides the ConditionalTask (which waits for an other Task to be completed), we&#8217;ve now added the EventListenerTask. This task waits until an object has dispatched an event [...]]]></description>
		<link>http://www.dpdk.nl/opensource/wait-for-user-input-in-your-sequence</link>
			</item>
	<item>
		<title>multiuser as3 framework for flash media server and red5</title>
		<description><![CDATA[Multiuser programming is a hard thing to do. Not only does it involve a different way of approaching a problem, it also means you have to learn to program the server and communicate with it and all of it&#8217;s connected clients.
The flash media server and it&#8217;s opensource variant red5 give us two perfect platforms to [...]]]></description>
		<link>http://www.dpdk.nl/opensource/multiuser-as3-framework-for-flash-media-server-and-red5</link>
			</item>
	<item>
		<title>On using sequences and tasks with the DrupalService</title>
		<description><![CDATA[An example of how you can use custom tasks in sequences is demonstrated by the use of some Tasks in the DrupalService. This post will demonstrate how two very easy to create Task subclasses give you a general solution to handling a specific dataflow from Drupal. We will show you how you can abstract the [...]]]></description>
		<link>http://www.dpdk.nl/opensource/on-using-sequences-and-tasks-with-the-drupalservice</link>
			</item>
	<item>
		<title>running tasks in order with a task based sequence manager</title>
		<description><![CDATA[The job of running a certain sequence of logic where the next task is dependent on the completion of the previous one is a recurring thing in software development. An example of this is an asynchronous queue of which we wrote in an earlier post right here. Sequence management is something that is invented time [...]]]></description>
		<link>http://www.dpdk.nl/opensource/running-tasks-in-order-with-a-task-based-sequence-manager</link>
			</item>
	<item>
		<title>DrupalService as a bridge between flash and drupal</title>
		<description><![CDATA[Drupal is a multiple award winning opensource content management system. With the drupal services module, it&#8217;s possible to consume data from drupal in flash. Drupal is a very powerful tool to provide data to flash movies and with the community investing much time in drupal services, now is a great time to be using drupal [...]]]></description>
		<link>http://www.dpdk.nl/opensource/drupalservice-as-a-bridge-between-flash-and-drupal</link>
			</item>
	<item>
		<title>FramescriptManager: insert code on your timeline at runtime</title>
		<description><![CDATA[In an earlier post we showed you how to seperate design and code by keeping code off the timeline at all times.  The method was to have designers add framelabels to the movieclips&#8217; timeline and have the developers react to the flash playhead reaching this framelable by means of an Event. This created a [...]]]></description>
		<link>http://www.dpdk.nl/opensource/framescriptmanager-insert-code-on-your-timeline-at-runtime</link>
			</item>
	<item>
		<title>Asynchronous queue demo with a LinkedList</title>
		<description><![CDATA[This post will show you the principle of an asynchronous queue, demonstrating it with the LinkedList structure in our package, used as a Queue by making it&#8217;s datatype nl.dpdk.collections.core.IQueue.
An Asynchrounous Queue is a queue that is processed with asynchrounous operations. Instead of processing a Queue in synchronous fashion, where you would remove all items from [...]]]></description>
		<link>http://www.dpdk.nl/opensource/asynchronous-queue-demo-with-a-linkedlist</link>
			</item>
	<item>
		<title>Timeline Events via the TimelineListener class</title>
		<description><![CDATA[While viewing a post on bytearray.org and after teaching a class on creative technology at the avans hogeschool today, I got inspired to write some easy code to be informed by the timeline of a Movieclip when a certain label is reached.
A student of mine slapped me in the face with my own words that [...]]]></description>
		<link>http://www.dpdk.nl/opensource/timeline-events-via-the-timelinelistener-class</link>
			</item>
	<item>
		<title>Factory for creating ResultSet from an SQLResult in AIR</title>
		<description><![CDATA[There is a minor update in the nl.dpdk.air package.
While creating some AIR applications, it turned out the SQLResult, a resultset wrapper used when working with a local SQLite database is not as powerful as we want it to be. Therefore we wrote a little Factory to convert an SQLResult to an nl.dpdk.collections.sets.ResultSet. 
Our ResultSet is [...]]]></description>
		<link>http://www.dpdk.nl/opensource/factory-for-creating-resultset-from-an-sqlresult-in-air</link>
			</item>
	<item>
		<title>internal classes confuse cs4 compiler</title>
		<description><![CDATA[We (and others) noticed that some stuff wouldn&#8217;t compile anymore under the new cs4 flash authoring tool. The compiler complained mostly with messages like &#8216;1020: Method marked override must override another method.&#8217;
Thanks to a post on this blog we found the following bug on bugs.adobe.com. As you can see, it turns out the compiler is [...]]]></description>
		<link>http://www.dpdk.nl/opensource/internal-classes-confuse-cs4-compiler</link>
			</item>
</channel>
</rss>
