<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>CasaDiRocco</title>
	<link>http://www.casadirocco.nl</link>
	<description>A Blog About Flex and Flash</description>
	<lastBuildDate>Fri, 22 Jan 2010 16:48:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The Event Meta Tag in Actionscript 3 and Flex Builder</title>
		<description><![CDATA[Recently I found out about the [Event] meta tag in actionscript 3.
I always thought it was a Flex-only meta tag but that isn&#8217;t true.
Because many Flex components are coded in Actionscript only (for performance purposes) you can also use the [Event] meta tags in Actionscript only projects.
Since I am a big fan of code completion [...]]]></description>
		<link>http://www.casadirocco.nl/2009/09/the-event-meta-tag-in-actionscript-3-and-flex-builder.html</link>
			</item>
	<item>
		<title>Diving into iPhone Development</title>
		<description><![CDATA[As a developer with some good and a lot of bad ideas piling up at the imaginary pile, a couple of months ago I started exploring Apple&#8217;s iPhone SDK. So far so good.
I just wanted to share some good books about iPhone development and the Objective-C language.
1. First of all: Beginning iPhone Development by Dave [...]]]></description>
		<link>http://www.casadirocco.nl/2009/04/diving-into-iphone-development.html</link>
			</item>
	<item>
		<title>Importing Cinema4D model into Papervision3D 2.0</title>
		<description><![CDATA[Preparing a custom made object in Cinema4D for use in Papervision Flash and importing the exported .dae into flash.]]></description>
		<link>http://www.casadirocco.nl/2009/03/importing-cinema4d-model-into-papervision3d-20.html</link>
			</item>
	<item>
		<title>Actionscript 3 Datastructures</title>
		<description><![CDATA[This morning I came across a interesting AS3 implementation of the common known data structures.]]></description>
		<link>http://www.casadirocco.nl/2008/11/actionscript-3-datastructures.html</link>
			</item>
	<item>
		<title>Flash CS3 Datagrid with AMFPHP</title>
		<description><![CDATA[Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.]]></description>
		<link>http://www.casadirocco.nl/2008/11/flash-cs3-datagrid-with-amfphp.html</link>
			</item>
	<item>
		<title>Let Flash use WordPress content</title>
		<description><![CDATA[Last week I set up a fresh WordPress system for a client to function as a Content Managament System.
This week I am trying to load content that is managed and stored by WordPress in to a Flash front-end.Currently our client has a Flash application running on the frontpage of his site which allow a user [...]]]></description>
		<link>http://www.casadirocco.nl/2008/11/let-flash-use-wordpress-content.html</link>
			</item>
	<item>
		<title>Using Wordpress as a CMS works like a charm</title>
		<description><![CDATA[This week i worked on a site development project for one of our clients. Basically the idea was to pimp their current site by implementing a Content Management system (CMS) on the back end.
Because I was very familiar with the WordPress system I knew it would be the perfect solution for this case. 
The WordPress Administration environment is so basic [...]]]></description>
		<link>http://www.casadirocco.nl/2008/11/using-wordpress-as-a-cms-works-like-a-charm.html</link>
			</item>
	<item>
		<title>Customizable ComboBox (Flash CS3)</title>
		<description><![CDATA[Here is an example of how to customize the font (size, style, color) for the two components List and TextField inside the standard ComboBox component:

First you have to create a TextFormat object where you can specify font, size and color parameters.

var myTextFormat:TextFormat = new TextFormat&#40;&#41;;
myTextFormat.font = &#34;Comic Sans MS&#34;;
myTextFormat.color = 0xFF0000;
myTextFormat.size = 40;

Afterwards you create [...]]]></description>
		<link>http://www.casadirocco.nl/2008/05/customizable-combobox.html</link>
			</item>
</channel>
</rss>
