<?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>Soundstep, daily ActionScript. &#187; talking</title>
	<atom:link href="http://www.soundstep.com/blog/category/talking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Fri, 29 Jul 2011 17:05:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>After effects export trackers or properties</title>
		<link>http://www.soundstep.com/blog/2011/07/29/after-effects-export-trackers-or-properties/</link>
		<comments>http://www.soundstep.com/blog/2011/07/29/after-effects-export-trackers-or-properties/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 17:05:07 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=639</guid>
		<description><![CDATA[Hi, I wrote 2 quick scripts for After Effects to export properties to XML. I thought it might be handy for some of you. I mainly wrote them to export motion trackers to use in Flash afterwards, but you should be able to export other properties. To use them, do the following: 1. In the [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/07/29/after-effects-export-trackers-or-properties/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SomaAssets demo</title>
		<link>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/</link>
		<comments>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:00:46 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=632</guid>
		<description><![CDATA[As requested, I Just made a quick demo how to implement the SomaAssets plugin in your application. See the demo. Download the demo. View source. Demo on github. I'll make a quick descrition here. I'll be using the following XML config: Plain Text XML: &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;loader connection="1"&#62; &#160; &#160; &#60;asset id="image0" src="assets/img/image0.jpg" smoothing="true" [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore plugin to load and manage assets: SomaAssets</title>
		<link>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/</link>
		<comments>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 14:13:10 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=622</guid>
		<description><![CDATA[Two new releases today, an asset loader and the SomaCore plugin: SomaAssets. The AssetLoader library is a port from Matan's AssetLoader library to be event-based, it makes you able to load and manage multiple assets (image, video, xml, sound, etc) in your application. SomaAssets is a plugin based on the AssetLoader library to easily access [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AS3 debugging interface with BinderUI</title>
		<link>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/</link>
		<comments>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/#comments</comments>
		<pubDate>Tue, 17 May 2011 09:31:57 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=615</guid>
		<description><![CDATA[BinderUI is a debugging tools to help you create interfaces and debug values. Very often I’m sure you spend time building visual interfaces to set, to see and to debug some values. This can be useful for example to show to the creative (or even the client?) and extract the right values instead of tweaking [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knob AS3 drag on circle or ellipse</title>
		<link>http://www.soundstep.com/blog/2011/04/08/knob-as3-drag-on-circle-or-ellipse/</link>
		<comments>http://www.soundstep.com/blog/2011/04/08/knob-as3-drag-on-circle-or-ellipse/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 13:58:20 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=604</guid>
		<description><![CDATA[I needed some knobs for a debug interface. I share this very simple class to use so you don't have to rebuild it from scratch, it should be pretty flexible. Click here to see the demo. Download source. The knob can be used as circle or ellipse, here is how to create one: Plain Text [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/04/08/knob-as3-drag-on-circle-or-ellipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore Twitter Search demo</title>
		<link>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/</link>
		<comments>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 00:54:55 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=546</guid>
		<description><![CDATA[Another SomaCore demo is available on Githug or on the SomaCore page. This demo is relatively simple. Keywords are sent to the Twitter API using a command that is dispatched straight from the view as it is something possible with SomaCore. A command is nothing more than a flash built-in event. The views are able [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore Hello World</title>
		<link>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/</link>
		<comments>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 17:33:32 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=542</guid>
		<description><![CDATA[I've added a very simple SomaCore Hello World demo. The application creates a wire, a view and a model. The view dispatch a command to request a message, the command ask the data to the model, the model gets the data and dispatch an event to notify the framework, the wire catch the event and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC framework on Github</title>
		<link>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/</link>
		<comments>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 20:14:13 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[SomaCore]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=532</guid>
		<description><![CDATA[I've decided to put my framework SomaCore on Github. SomaCore is a lightweight event-based MVC framework written in AS3 that provides a structure, models, views management and commands. Somacore can be used for Flash, Flex and AIR projects. SomaCore does not use any external library and does not use dependency injection. SomaCore is completely event-based [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC Framework video tutorial</title>
		<link>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/</link>
		<comments>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:32:44 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=513</guid>
		<description><![CDATA[I've just uploaded a new video tutorial (48 min) for my lightweight AS3 MVC Framework SomaCore. You can now get started with it. I explain how to create the framework instance, how to create a wire, create views, create commands and how to intercept them. I hope you like it!]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bringing life to an image</title>
		<link>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/</link>
		<comments>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 15:20:45 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=503</guid>
		<description><![CDATA[Here is how to bring life to an image using the filter DisplacementMapFilter. Click here to see the demo. I got the idea from a video made by Chad Perkins (thanks Chad, you're giving me a lot of inspiration!) where he is showing this effect in After Effects. My Flash nature pushed me to reproduced [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Super White Effect</title>
		<link>http://www.soundstep.com/blog/2010/08/13/super-white-effect/</link>
		<comments>http://www.soundstep.com/blog/2010/08/13/super-white-effect/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 10:37:09 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=481</guid>
		<description><![CDATA[Let's start by a Flash demo here and a bit of explanation below. While training myself to get better with After Effects, I stumble on a very interesting thing about color. I was watching a Chad Perkins video about HDRI and color depth, more precisely, 32 bits rendering. He showed what was happening with a [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/08/13/super-white-effect/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS3 Layout Manager BaseUI v4 finally released</title>
		<link>http://www.soundstep.com/blog/2010/07/05/as3-layout-manager-baseui-v4-finally-released/</link>
		<comments>http://www.soundstep.com/blog/2010/07/05/as3-layout-manager-baseui-v4-finally-released/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:40:54 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=457</guid>
		<description><![CDATA[Finally, BaseUI version 4 is released! If you don't know what is BaseUI, it is a lightweight layout manager written in pure AS3 that is helping you to handle the position and size of your elements in a Flash layout (a site, an application and or whatever you can build with AS3). More specifically, it [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/07/05/as3-layout-manager-baseui-v4-finally-released/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Badge AIR runtime installation bug with Firefox</title>
		<link>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/</link>
		<comments>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 09:22:01 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=448</guid>
		<description><![CDATA[I found out that there's a bug with the badge used to install an AIR application with Firefox from version 3.6.4 until today's version (3.6.6). If you don't have the AIR runtime installed a Adobe UI should pop up to show a progress bar and install the runtime. The trouble is that nothing happened at [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore update AS3 MVC Minimal Framework</title>
		<link>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/</link>
		<comments>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/#comments</comments>
		<pubDate>Fri, 14 May 2010 13:48:12 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[SomaUI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=442</guid>
		<description><![CDATA[Hi everyone, In case you didn't notice that I released an new minimal AS3 MVC Framework some time ago, SomaCore is available on this page. I call it minimal because it is very lightweight, yet powerful and non-intrusive. You don't have much to learn if you're used to MVC framework of any sort. I made [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox 3.6 Mac bug with MouseEvent</title>
		<link>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/</link>
		<comments>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:36:27 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=433</guid>
		<description><![CDATA[Firefox 3.6 introduced a very annoying bug, and only on a Mac. If you're using somewhere a MouseEvent.ROLL_OUT or MouseEvent.MOUSE_OUT, this event will fired even if you only click on a object without leave the object with the mouse. Example there The select box in the middle of the page doesn't work because a roll [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>AS3 garbage collection monitor</title>
		<link>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/</link>
		<comments>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:26:50 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[SomaCore]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=423</guid>
		<description><![CDATA[I needed to watch objects to know if they were properly garbage collected or not, so I've added a GC Monitor in the SomaCore Debugger. It is pretty easy to use and I think very useful if you start to care about the memory that the Flash Player is using and global performance. Demo Flash [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SomaCore Debugger update</title>
		<link>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/</link>
		<comments>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 14:35:25 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=417</guid>
		<description><![CDATA[I've updated the debugger used in SomaCore. You can know click on everything to parse the objects and I've added a FPS + Memory meter. I'll continue to improve the debugger with my needs, next step might be a Garbage Collection monitor. Click here to see the debugger in action. Tips: if you close the [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC Framework event-based</title>
		<link>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/</link>
		<comments>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 12:06:30 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=410</guid>
		<description><![CDATA[Following my previous post about MVC design philosophy and an AS3 MVC Framework that suit my needs and expectations, I've started using SomaCore in a relatively complicated AIR modular application, and I'm really enjoying it. I made some small changes to the code and I thought it would be a good idea to provide you [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MVC design philosophy</title>
		<link>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/</link>
		<comments>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:05:14 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=371</guid>
		<description><![CDATA[Hi Everyone, This is not exactly a "Soma release", but I would like to share with you my last work so we can talk about: A new AS3 MVC Framework with its own design philosophy. Why another AS3 MVC Framework? I've been working with different Frameworks in the last years, such as PureMVC, Cairngorm and Mate [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Soma MVC v2.0.2 minor update</title>
		<link>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/</link>
		<comments>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 12:55:07 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=362</guid>
		<description><![CDATA[A minor update for Soma and SomaUI, mostly bug fixes. The source are available available on the SomaUI page. SomaUI v2.0.2 -bug fixed: page selection in the page tab wasn't working properly -bug fixed: layout tab and layout properties wasn't correctly updating the XML -bug fixed: Flash Player wasn't correctly updated in Page Settings tab [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soma MVC MovieClip Page Mode video tutorial</title>
		<link>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/</link>
		<comments>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:11:23 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=356</guid>
		<description><![CDATA[Here is a new Video Tutorial about the MovieClip Page Mode in Soma, it might remind you the Flash Catalyst workflow. This mode is only for Flash IDE user. I'm creating a designed site in few minutes by importing Photohop Files in MovieClip that wll be managed by Soma. The PageManager will instantiate MovieClip instead [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soma MVC minor update 2.0.1</title>
		<link>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/</link>
		<comments>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:57:42 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=353</guid>
		<description><![CDATA[New version available (v2.0.1), small bugs solved with the Page Manager. Here is how I will update Soma and SomaUI. There is 3 numbers in the version number: 1. the first is a major update, where possibly everything change, probably not usable with previous sources. 2. the second is a medium update, the structure might [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soma MVC tips and tutorials</title>
		<link>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/</link>
		<comments>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:39:56 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=347</guid>
		<description><![CDATA[Beside having Soma Protest to learn how Soma MVC is working, I will add in the future (to the Google code wiki) some tutorials and tips that will help you during your development. I will also "centralized" any Video Tutorial I will make in this wiki. First one today, how to control the page flow [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Soma v2 AS3 MVC Framework released!</title>
		<link>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/</link>
		<comments>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:13:45 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=334</guid>
		<description><![CDATA[I finally release the version 2 of the framework Soma MVC and its source code generator SomaUI. It has been a long run since the last release, months of works and nights spent to make your life easier! But here we are. Firstly, I'd like to thanks Less Rain. Not only they are amazing and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Mac and SVN to merge folder</title>
		<link>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/</link>
		<comments>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:50:14 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=310</guid>
		<description><![CDATA[This is not Flash related but I had to post something about as I'm really annoyed. I'm now working all the time on Mac, I believe I couldn't bear anymore spywares and other Windows annoyances. Anyway, I'm almost fine on the Mac but there's one thing I can't understand is that they didn't implement a [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Flash Switcher working</title>
		<link>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/</link>
		<comments>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:28:49 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=303</guid>
		<description><![CDATA[Flash Switcher Firefox extension allows you to easily switch from one flash player version to another. It works great but unfortunately only after some tweaking. Flash Switcher still works with the last Firefox version, at the time I'm talking (Firefox 3.5). There are already some posts about Vista and Flash Switcher, to solve some bugs [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hexosearch Actionscript search engine</title>
		<link>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/</link>
		<comments>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:24:23 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=289</guid>
		<description><![CDATA[I found a nice actionscript search engine: http://www.hexosearch.com/ It looks like a beta for now, but I like the concept. Basically you can register your blog so the search engine will easily find actionscript talks. You can even choose AS2, AS3 or Flex. Worth trying By the way, if some of you want a bit [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Neoderma release and Soma v2 progress</title>
		<link>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/</link>
		<comments>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:32:31 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=284</guid>
		<description><![CDATA[Hi everyone, I've been working on the version 2 of Soma and its generator. I'm pretty busy so I didn't post for a while, but I'm going to give you some news today. We've just released at Less Rain the Neoderma international website. It is not a "crazy-kick-your-ass-3D-website", nothing is complicated there, but it has [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SomaLoader release</title>
		<link>http://www.soundstep.com/blog/2009/03/03/somaloader-release/</link>
		<comments>http://www.soundstep.com/blog/2009/03/03/somaloader-release/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:49:30 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=277</guid>
		<description><![CDATA[SomaLoader is a lightweight loading manager written in AS3. You can load many types such as images, swf, xml, text, xml, css, fonts in a swf, mp3, variables and binary data. Items can be added, removed and changed in position from the queue even while loading. SomaLoader provides a simple and unique interface for massive [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/03/03/somaloader-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaText update and TextField bad behavior</title>
		<link>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/</link>
		<comments>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 19:06:00 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[SomaUI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=256</guid>
		<description><![CDATA[I made a small update in the SomaText class (also Soma and SomaUI) because of a bad behavior with the TextField class. The TextField instance is losing the HTML formatting in case you set the htmlText and then set the multiline property to true (the other way keeps the formatting). To reproduce the behavior: 1. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex SDK bug with SWC</title>
		<link>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/</link>
		<comments>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 15:42:40 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=133</guid>
		<description><![CDATA[It seems the problem explained in this post and this post has been solved in the Flex SDK 3.2 release. A good thing then]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS4 bug with XML E4X filters</title>
		<link>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/</link>
		<comments>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:00:54 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=129</guid>
		<description><![CDATA[I had some XML E4X filters and I couldn't understand why they were working everywhere (included Gumbo) but in the Flash CS4 IDE. I've finally isolated the problem… I’ve got a simple XML like this: Plain Text XML: &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;items&#62; &#160; &#60;item id="item1" type="item1_type" /&#62; &#160; &#60;item id="item2" type="item2_type"&#62; &#160; &#160; &#60;item id="item3" [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soundstep Forums</title>
		<link>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/</link>
		<comments>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 16:48:44 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=112</guid>
		<description><![CDATA[Often I had to talk with you through the comments, which isn't really great to solve bugs or find solutions, especially for BaseUI. We now have a forum for that]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPS class update</title>
		<link>http://www.soundstep.com/blog/2008/10/13/fps-class-update/</link>
		<comments>http://www.soundstep.com/blog/2008/10/13/fps-class-update/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:02:15 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=81</guid>
		<description><![CDATA[I've added a little feature to the FPS class, you still can hide the bar by clicking on it and you can show the bar again by typing "fps". I've also slightly changed the way I show the values. You can find the source if you click here.]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/13/fps-class-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex SDK 3.1 bug with SWC and GenericTag (fix update)</title>
		<link>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/</link>
		<comments>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 16:44:58 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=71</guid>
		<description><![CDATA[Hi, In this previous post talking about a bug with the Flex SDK, you can find how to fix a problem when you compile a SWF including a SWC containing pictures. Actually the version of the Flex SDK is 3.1 and the structure of the java library slightly changed. I applied the same fix on [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex SDK 3 bug with SWC and GenericTag</title>
		<link>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/</link>
		<comments>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 00:46:28 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=35</guid>
		<description><![CDATA[I recently used ANT and compc to compile a SWC. I had to include another SWC with classes and jpg and some other classes as I needed to force them at compile-time to make the getDefinitionByName class working. If you don't know getDefinitionByName (and registerClassAlias and getClassByAlias), it make us able to create instances of [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>mouseChildren and buttonMode in AS2</title>
		<link>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/</link>
		<comments>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/#comments</comments>
		<pubDate>Mon, 26 May 2008 11:46:34 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=31</guid>
		<description><![CDATA[A quick post for an AS2 class I wrote. I won't do that a lot as I'm not really using AS2 anymore. Have you ever had a Button in another Button in as2? Or let's say, you wanted a onRollOver on a MovieClip and a onRelease on another MovieClip in this MovieClip? Well, it happened [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Liquid UI flash site with BaseUI</title>
		<link>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/</link>
		<comments>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/#comments</comments>
		<pubDate>Wed, 14 May 2008 09:41:47 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=27</guid>
		<description><![CDATA[I put in the downloads page the first version of BaseUI, classes I'm using all time, mostly to handle liquid UI site and portfolio/slideshow. You can also use it to get a centered fixed area on a background fitting the browser. I'll post a tutorial and some tips when I'll get a chance, and probably [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First post</title>
		<link>http://www.soundstep.com/blog/2008/04/22/first-post/</link>
		<comments>http://www.soundstep.com/blog/2008/04/22/first-post/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 21:25:32 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=16</guid>
		<description><![CDATA[Hi everyone, This is my first post on this blog. I won't post, every day, hundred of news about flash or actionscript. A lot of sites and blogs are already doing that very well. Instead, I'll try to bring something personal. I'll try to release as many classes or experiments as I can depending of [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/04/22/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

