<?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>multimediacollege, Adobe Authorized Training Centre &#187; Alwyn</title>
	<atom:link href="http://www.multimediacollege.be/author/alwyn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multimediacollege.be</link>
	<description>All about Adobe, Flash, Flex, AIR, ColdFusion and much more</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>3D rotation at runtime with 2 lines of code</title>
		<link>http://www.multimediacollege.be/2010/05/3d-rotation-at-runtime-with-2-lines-of-code/</link>
		<comments>http://www.multimediacollege.be/2010/05/3d-rotation-at-runtime-with-2-lines-of-code/#comments</comments>
		<pubDate>Thu, 20 May 2010 12:34:56 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=659</guid>
		<description><![CDATA[In the weeks before my workshop at Multi-mania (getting up to speed with native 3D) I spend a lot of time experimenting with some new api&#8217;s. One thing that I kinda needed from the start is a decent rotation class to rotate an object in 3D (at runtime). So I set off and create 2 [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Actionscript3 tip: faster property initializing</title>
		<link>http://www.multimediacollege.be/2010/02/actionscript3-tip-faster-property-initializing/</link>
		<comments>http://www.multimediacollege.be/2010/02/actionscript3-tip-faster-property-initializing/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:18:17 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=522</guid>
		<description><![CDATA[I was looking for a way to set parameters more quickly to newly added childs and I found out something interesting. (Note that this will not result in faster code execution, it&#8217;s merely to type less . I did some testing for the performance, check it out at the bottom of the page.) Normally when [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tag people in your pictures using dreamweaver CS4</title>
		<link>http://www.multimediacollege.be/2010/02/tag-people-in-your-pictures-using-dreamweaver-cs4/</link>
		<comments>http://www.multimediacollege.be/2010/02/tag-people-in-your-pictures-using-dreamweaver-cs4/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 22:57:29 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Spry]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=479</guid>
		<description><![CDATA[You all probably use facebook. One of the features is that you can tag people in your photos. On roll over a small popup is shown with the name of your contact. Recently I was giving a course about dreamweaver CS4 and upon playing around with the (spry) tooltips and the image maps, the students [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ColdFusion 9 and ORM: Write all, read some</title>
		<link>http://www.multimediacollege.be/2010/01/coldfusion-9-and-orm-write-all-read-some/</link>
		<comments>http://www.multimediacollege.be/2010/01/coldfusion-9-and-orm-write-all-read-some/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:25:21 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion 9]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=448</guid>
		<description><![CDATA[Just a little thing I found out today using Coldfusion 9 new ORM feature. Say you have a login system based on a user table, this can easily be done with orm. You just create a cfc where you define your database fileds as parameters and call the necessary orm function. Out of the box [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An update to a simple facade</title>
		<link>http://www.multimediacollege.be/2010/01/an-update-to-a-simple-facade/</link>
		<comments>http://www.multimediacollege.be/2010/01/an-update-to-a-simple-facade/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:05:57 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=461</guid>
		<description><![CDATA[I developed a small flash component that keeps track of all the notifications (using my simple facade) that are send within your flash application. It will show you in a log format which notifications have been sent and also gives you an overview of which class is connected to which notification type. Of course this [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating cool text effects with actionscript 3</title>
		<link>http://www.multimediacollege.be/2009/12/creating-cool-text-effects-with-actionscript-3/</link>
		<comments>http://www.multimediacollege.be/2009/12/creating-cool-text-effects-with-actionscript-3/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:48:47 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=433</guid>
		<description><![CDATA[With the introduction of actionscript 3, one of the classes that came with a lot of new features is the Textfield class. To be more specific, we now have access to more information about the textfields content such as character, paragraphs and line metrics. The goal in this blog post is to show you how [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>fl packages in flex/flash builder</title>
		<link>http://www.multimediacollege.be/2009/11/fl-packages-in-flexflash-builder/</link>
		<comments>http://www.multimediacollege.be/2009/11/fl-packages-in-flexflash-builder/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:03:18 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=408</guid>
		<description><![CDATA[Recently I tried using Five3D in a pure AS3 project using flex builder 3. Everything went well upon compiling, it was nagging that it (FB) couldn&#8217;t find the fl.motion.Color class. I looked into the Five3D code and it is indeed using the Color class to simulate basic shading. And actually that error wasn&#8217;t so weird [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe certified expert</title>
		<link>http://www.multimediacollege.be/2009/11/adobe-certified/</link>
		<comments>http://www.multimediacollege.be/2009/11/adobe-certified/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:23:31 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=398</guid>
		<description><![CDATA[So yesterday I finally took the time to do my recertification for Flash CS4 (93%) and I must say I finished with mixed feelings. Sure I was happy that I now can finally put that certified expert/instructor logo on my site but the exam experience itself was a little bit dissapointing. First of all, a [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very simple facade</title>
		<link>http://www.multimediacollege.be/2009/10/a-very-simple-facade/</link>
		<comments>http://www.multimediacollege.be/2009/10/a-very-simple-facade/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 07:57:39 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Facade]]></category>
		<category><![CDATA[pureMVC]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=371</guid>
		<description><![CDATA[In one of our latest project we wanted to use some sort of an event system that would make it possible for components to dispatch events to each other even though they are not aware of each other or are not in the same displaylist structure. In that last example we would just use the [...]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash on the beach 2009</title>
		<link>http://www.multimediacollege.be/2009/09/flash-on-the-beach-2009/</link>
		<comments>http://www.multimediacollege.be/2009/09/flash-on-the-beach-2009/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:31:43 +0000</pubDate>
		<dc:creator>Alwyn</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.multimediacollege.be/?p=338</guid>
		<description><![CDATA[I started off really good last year with my review of my trip to FOTB 2008. But as usual I kinda got lost in the work and before I knew that review would be so outdated that you could already start counting down to the next FOTB. But not this year! So here it is, the sessions I followed, the places I went to etc. :-). Forgive me if I forget some details or so, I wasn’t always too awake.]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
