<?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; SomaCore</title>
	<atom:link href="http://www.soundstep.com/blog/tag/somacore/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>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>SomaCore wiki and framework flow</title>
		<link>http://www.soundstep.com/blog/2011/03/14/594/</link>
		<comments>http://www.soundstep.com/blog/2011/03/14/594/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 09:00:43 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=594</guid>
		<description><![CDATA[I've added some more information on the SomaCore wiki. You can find some code and explanation how to use, create and remove Wires within the framework, using injection or not. I also explained how to monitor and control the application flow with methods you are used to, such as dispatchEvent, addEventListener, preventDefault and so on. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/03/14/594/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore tutorial framework instance</title>
		<link>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/</link>
		<comments>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 09:00:57 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=583</guid>
		<description><![CDATA[I'll be writing in the next days a series of wiki, manual, best practices with tons of code example. It should help you to get started. I will be explaining in-depth how SomaCore works and what you can do with it. The first one is about the Framework Instance. The different ways to create a [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC Framework v2 release</title>
		<link>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/</link>
		<comments>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 10:00:56 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></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=558</guid>
		<description><![CDATA[SomaCore is a lightweight AS3 MVC event-based framework that provides a very flexible structure for your Flash, Flex and AIR projects. The main addition in this version 2 is Dependency Injection, but it is up to you how you want to use SomaCore because injection is optional. Information SomaCore Main Page (tutorials, demos, source) Repository [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/feed/</wfw:commentRss>
		<slash:comments>4</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>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>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>
	</channel>
</rss>

