<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Russischer Bär Project Blog</title>
	<link>http://sibirjak.com/blog</link>
	<description>Neat Sophistication in Web Application Development</description>
	<lastBuildDate>Mon, 17 May 2010 14:41:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Collections framework performance comparision</title>
		<description><![CDATA[In I have shown how custom collections handle specific programmig problems more efficiently than the built-in data containers Array and Dictionary. I have named a number of common collections which are part of almost every collections library. In this post I am going to compare the performance of such collections from 3 different libraries. AS3Commons [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/collections/collections-framework-performance-comparision/</link>
			</item>
	<item>
		<title>Array, Dictionary, Collections &#8211; Performance, Functionality, Reliability</title>
		<description><![CDATA[This post is the continuation of the basic knowledge article and introduces you to the benefits of collections more from a technical perspective. Table of contents Note to the performance tests in this article Definitions and overview Aspects of using data containers Array and Dictionary &#8211; features and weaknesses Common collections and their implementation ArrayList, [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/collections/array-dictionary-collections-performace-functionality-reliability/</link>
			</item>
	<item>
		<title>AS3Commons Collections</title>
		<description><![CDATA[Welcome to the AS3Commons Collections framework &#8211; the successor of the Lite Collections Fx project. Table of contents Quick overview Examples Differences to the Lite Collections Fx Getting started Resources Quick Overview The framework currently contains 10 collections of wich 8 are available as well in a bindable (event dispatching) version. A bindable collection broadcasts [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/collections/as3commons-collections/</link>
			</item>
	<item>
		<title>ASDPC &#8211; TreeView</title>
		<description><![CDATA[The TreeView is an extended ListView control with the ability to accept and display hierachical or complex data. The TreeView is equipped with an internal lineariser, which maps the given complex data structure to a linear list by maintaining expanded and collapsed items. The TreeView can be customised in several ways. This document describes all [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/asdpc/asdpc-treeview/</link>
			</item>
	<item>
		<title>ActionScript Data Provider Controls</title>
		<description><![CDATA[This is the ASDPC library main blog post. I started the development of the libray a few months ago with a TreeView component, I wanted to make fully customizable. Soon it turned out, that the tree required additional elements (list, scrollbar, button, label), which I created with similiar perfection. Primarily for the use in my [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/asdpc/actionscript-data-provider-controls/</link>
			</item>
	<item>
		<title>Why we need a collection framework in ActionScript</title>
		<description><![CDATA[In this post, I will introduce you to the meanings of data collections and the different possiblities to collect data we have in ActionScript. Building on that, I am going to point out the most general requirements to a collection framework before I give a survey to existing solutions. Table of contents Introduction to collections [...]]]></description>
		<link>http://sibirjak.com/blog/index.php/collections/why-we-need-a-collection-framework-in-actionscript/</link>
			</item>
</channel>
</rss>
