<?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>Remus Stratulat - On the Stre@m &#187; Flex</title>
	<atom:link href="http://www.stratulat.com/blog/category/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stratulat.com/blog</link>
	<description>This is my personal blog</description>
	<lastBuildDate>Sat, 10 Jul 2010 07:07:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Platform tooling beta</title>
		<link>http://www.stratulat.com/blog/flash-platform-tooling-beta</link>
		<comments>http://www.stratulat.com/blog/flash-platform-tooling-beta#comments</comments>
		<pubDate>Mon, 01 Jun 2009 07:05:57 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flash Catalyst]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/?p=233</guid>
		<description><![CDATA[Flash Platform tooling beta launch is now live. Adobe rolled out a lot of content on the labs and devnet. Get the latest Flash Builder 4 (ex. Flex Builder) and Flash Catalyst to play with them. Labs content Labs home page http://labs.adobe.com/ Flash Platform page http://labs.adobe.com/technologies/flash/ Flex framework page http://labs.adobe.com/technologies/flex/ Flash Builder page http://labs.adobe.com/technologies/flashbuilder4/ Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Flash Platform tooling beta launch is now live. Adobe rolled out a lot of content on the labs and devnet. Get the latest Flash Builder 4 (ex. Flex Builder) and Flash Catalyst to play with them.</p>
<ol>
<li> Labs content
<ul>
<li> Labs home page <a href="http://labs.adobe.com/">http://labs.adobe.com/</a></li>
<li> Flash Platform page <a href="http://labs.adobe.com/technologies/flash/">http://labs.adobe.com/technologies/flash/</a></li>
<li> Flex framework page <a href="http://labs.adobe.com/technologies/flex/">http://labs.adobe.com/technologies/flex/</a></li>
<li> Flash Builder page <a href="http://labs.adobe.com/technologies/flashbuilder4/">http://labs.adobe.com/technologies/flashbuilder4/</a></li>
<li> Flash Catalyst page <a href="http://labs.adobe.com/technologies/flashcatalyst/">http://labs.adobe.com/technologies/flashcatalyst/</a></li>
<li> FB download page <a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4">http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4</a></li>
<li> FC download page <a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashcatalyst">http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashcatalyst</a></li>
<li> Beta Videos <a href="http://labs.adobe.com/technologies/flash/videos/">http://labs.adobe.com/technologies/flash/videos/</a></li>
</ul>
</li>
<li> Devnet articles
<ul>
<li> Tim’s What’s new in FB <a href="http://www.adobe.com/devnet/flex/articles/flex4builder_whatsnew.html">http://www.adobe.com/devnet/flex/articles/flex4builder_whatsnew.html</a></li>
<li> Matt’s What’s new in the SDK <a href="http://www.adobe.com/devnet/flex/articles/flex4sdk_whatsnew.html">http://www.adobe.com/devnet/flex/articles/flex4sdk_whatsnew.html</a></li>
<li> Flex DevCenter main page <a href="http://www.adobe.com/devnet/flex/">http://www.adobe.com/devnet/flex/</a></li>
</ul>
</li>
<li> Press release <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200906/060109NewFlashPlatformTools.html">http://www.adobe.com/aboutadobe/pressroom/pressreleases/200906/060109NewFlashPlatformTools.html</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/flash-platform-tooling-beta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>replace vs. split and join performance in ActionScript 3</title>
		<link>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3</link>
		<comments>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:55:25 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3</guid>
		<description><![CDATA[In the previous article inside the source code for the regular expression tester you can find the following line: var htmlString:String = string.split("\n").join("&#60;br /&#62;"); I have found this in an ActionScript 3 example at one time and I remembered this as it is a nice construct. However there is another, more common way to write [...]]]></description>
			<content:encoded><![CDATA[<p>In the previous article inside the source code for the regular expression tester you can find the following line: </p>
<pre class="csharpcode"><span class="kwrd">var</span> htmlString:String = <span class="kwrd">string</span>.split(<span class="str">"\n"</span>).join(<span class="str">"&lt;br /&gt;"</span>);</pre>
<p>I have found this in an ActionScript 3 example at one time and I remembered this as it is a nice construct. However there is another, more common way to write this:</p>
<pre class="csharpcode">var htmlString:String = <span class="kwrd">string</span>.replace(/\n/g, <span class="str">"&lt;br /&gt;"</span>);</pre>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>So I start questioning myself, which one is faster?</p>
<p>After running some tests the results are: <strong>split and join ~ 1100ms, replace ~ 800ms</strong>. The test was run on a generated string of 16 mil. characters. So, unless you are planning to do this operation on a large data set the difference is not that big and it does not matter which one you will use. For 100k characters both score around 15ms. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/replace-vs-split-and-join-performance-in-actionscript-3/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex Regular Expression Tester &#8211; source code</title>
		<link>http://www.stratulat.com/blog/flex-regular-expression-tester-source-code</link>
		<comments>http://www.stratulat.com/blog/flex-regular-expression-tester-source-code#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:47:28 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/flex-regular-expression-tester-source-code</guid>
		<description><![CDATA[There are a lot of improvements that can be made to this piece of code and when I will get some time I will move forward with the changes. Until then I will post here the source code as it is still small and developers new to the world of regular expressions may learn something [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of improvements that can be made to this piece of code and when I will get some time I will move forward with the changes. Until then I will post here the source code as it is still small and developers new to the world of regular expressions may learn something from it. </p>
<p>BTW, I have used Flex 4 <img src='http://www.stratulat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(updated on 04.15.2009)</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span>&lt;?xml version=<span class="str">"1.0"</span> encoding=<span class="str">"utf-8"</span>?&gt;</pre>
<pre><span class="lnum">   2:  </span>&lt;s:Application xmlns:fx=<span class="str">"http://ns.adobe.com/mxml/2009"</span> </pre>
<pre class="alt"><span class="lnum">   3:  </span>    xmlns:s=<span class="str">"library://ns.adobe.com/flex/spark"</span> pageTitle=<span class="str">"Flex Regular Expressions"</span> </pre>
<pre><span class="lnum">   4:  </span>    xmlns:mx=<span class="str">"library://ns.adobe.com/flex/halo"</span> height=<span class="str">"400"</span> </pre>
<pre class="alt"><span class="lnum">   5:  </span>    viewSourceURL=<span class="str">"srcview/index.html"</span> creationComplete=<span class="str">"init()"</span>&gt;</pre>
<pre><span class="lnum">   6:  </span>    </pre>
<pre class="alt"><span class="lnum">   7:  </span>    &lt;s:layout&gt;</pre>
<pre><span class="lnum">   8:  </span>        &lt;s:BasicLayout/&gt;</pre>
<pre class="alt"><span class="lnum">   9:  </span>    &lt;/s:layout&gt;</pre>
<pre><span class="lnum">  10:  </span>    </pre>
<pre class="alt"><span class="lnum">  11:  </span>    &lt;fx:Script&gt;</pre>
<pre><span class="lnum">  12:  </span>        &lt;![CDATA[</pre>
<pre class="alt"><span class="lnum">  13:  </span>        import mx.skins.spark.ButtonSkin;</pre>
<pre><span class="lnum">  14:  </span>        <span class="kwrd">private</span> <span class="kwrd">var</span> error:String;</pre>
<pre class="alt"><span class="lnum">  15:  </span>    </pre>
<pre><span class="lnum">  16:  </span>        <span class="kwrd">protected</span> <span class="kwrd">function</span> test_btn_clickHandler(<span class="kwrd">event</span>:MouseEvent):<span class="kwrd">void</span></pre>
<pre class="alt"><span class="lnum">  17:  </span>        {</pre>
<pre><span class="lnum">  18:  </span>            <span class="kwrd">var</span> restr:String = regexpInput.text;</pre>
<pre class="alt"><span class="lnum">  19:  </span>            <span class="kwrd">var</span> input:String = textInput.text;</pre>
<pre><span class="lnum">  20:  </span>            <span class="kwrd">var</span> igstr:String = modifInput.text;</pre>
<pre class="alt"><span class="lnum">  21:  </span>            </pre>
<pre><span class="lnum">  22:  </span>            <span class="kwrd">this</span>.error = <span class="kwrd">null</span>;</pre>
<pre class="alt"><span class="lnum">  23:  </span>            </pre>
<pre><span class="lnum">  24:  </span>            <span class="kwrd">if</span>(restr != <span class="kwrd">null</span> &amp;&amp; restr != <span class="str">''</span> &amp;&amp; input != <span class="kwrd">null</span> &amp;&amp; input != <span class="str">''</span>) {</pre>
<pre class="alt"><span class="lnum">  25:  </span>                <span class="kwrd">var</span> myPattern:RegExp = <span class="kwrd">new</span> RegExp(restr, igstr);</pre>
<pre><span class="lnum">  26:  </span>&nbsp;</pre>
<pre class="alt"><span class="lnum">  27:  </span>                <span class="kwrd">var</span> result:Object = myPattern.exec(input);</pre>
<pre><span class="lnum">  28:  </span>                </pre>
<pre class="alt"><span class="lnum">  29:  </span>                <span class="kwrd">var</span> a:String = <span class="str">''</span>;</pre>
<pre><span class="lnum">  30:  </span>                <span class="kwrd">var</span> b:String = <span class="str">'&lt;br /&gt;'</span>;</pre>
<pre class="alt"><span class="lnum">  31:  </span>                <span class="kwrd">var</span> index:<span class="kwrd">int</span> = 0;</pre>
<pre><span class="lnum">  32:  </span>&nbsp;</pre>
<pre class="alt"><span class="lnum">  33:  </span>                <span class="kwrd">while</span> (result != <span class="kwrd">null</span>) {</pre>
<pre><span class="lnum">  34:  </span>                    <span class="rem">// copy string from last match</span></pre>
<pre class="alt"><span class="lnum">  35:  </span>                    a += <span class="str">'&lt;span&gt;'</span> + encode(input.substring(index, result.index)) + <span class="str">'&lt;/span&gt;'</span>;</pre>
<pre><span class="lnum">  36:  </span>                    index = result.index;</pre>
<pre class="alt"><span class="lnum">  37:  </span>                    </pre>
<pre><span class="lnum">  38:  </span>                    <span class="rem">// copy the matching parts</span></pre>
<pre class="alt"><span class="lnum">  39:  </span>                    a += <span class="str">'&lt;span color="#339933"&gt;'</span> + encode(result[0]) + <span class="str">'&lt;/span&gt;'</span></pre>
<pre><span class="lnum">  40:  </span>                    index += result[0].length;                </pre>
<pre class="alt"><span class="lnum">  41:  </span>&nbsp;</pre>
<pre><span class="lnum">  42:  </span>                    <span class="rem">// create the trace string</span></pre>
<pre class="alt"><span class="lnum">  43:  </span>                    b += <span class="str">'&lt;br /&gt; '</span> + result.index + <span class="str">'\t'</span>; </pre>
<pre><span class="lnum">  44:  </span>                    <span class="kwrd">for</span>(<span class="kwrd">var</span> i:<span class="kwrd">int</span> = 0; i&lt;result.length; i++) {</pre>
<pre class="alt"><span class="lnum">  45:  </span>                        b += result[i] + <span class="str">','</span>;</pre>
<pre><span class="lnum">  46:  </span>                    }</pre>
<pre class="alt"><span class="lnum">  47:  </span>                    </pre>
<pre><span class="lnum">  48:  </span>                    <span class="kwrd">if</span>(igstr.indexOf(<span class="str">'g'</span>) == -1) {</pre>
<pre class="alt"><span class="lnum">  49:  </span>                        a+= input.substr(index);</pre>
<pre><span class="lnum">  50:  </span>                        <span class="kwrd">break</span>;</pre>
<pre class="alt"><span class="lnum">  51:  </span>                    }</pre>
<pre><span class="lnum">  52:  </span>                    result = myPattern.exec(input);</pre>
<pre class="alt"><span class="lnum">  53:  </span>                }</pre>
<pre><span class="lnum">  54:  </span>                            </pre>
<pre class="alt"><span class="lnum">  55:  </span>                a += <span class="str">''</span>;</pre>
<pre><span class="lnum">  56:  </span>                resultText.content = a + b;</pre>
<pre class="alt"><span class="lnum">  57:  </span>            }</pre>
<pre><span class="lnum">  58:  </span>        }</pre>
<pre class="alt"><span class="lnum">  59:  </span>                    </pre>
<pre><span class="lnum">  60:  </span>        <span class="kwrd">protected</span> <span class="kwrd">function</span> encode(<span class="kwrd">string</span>:String):String {</pre>
<pre class="alt"><span class="lnum">  61:  </span>            <span class="kwrd">var</span> htmlString:String = <span class="kwrd">string</span>.replace(/\n/g, <span class="str">"&lt;br /&gt;"</span>);</pre>
<pre><span class="lnum">  62:  </span>&nbsp;</pre>
<pre class="alt"><span class="lnum">  63:  </span>            <span class="kwrd">return</span> htmlString;</pre>
<pre><span class="lnum">  64:  </span>        }</pre>
<pre class="alt"><span class="lnum">  65:  </span>        ]]&gt;</pre>
<pre><span class="lnum">  66:  </span>    &lt;/fx:Script&gt;</pre>
<pre class="alt"><span class="lnum">  67:  </span>&nbsp;</pre>
<pre><span class="lnum">  68:  </span>    &lt;s:Panel id=<span class="str">"contentPane"</span> width=<span class="str">"100%"</span> height=<span class="str">"100%"</span> left=<span class="str">"0"</span> </pre>
<pre class="alt"><span class="lnum">  69:  </span>        title=<span class="str">"Flex Regular Expressions"</span> &gt;</pre>
<pre><span class="lnum">  70:  </span>        </pre>
<pre class="alt"><span class="lnum">  71:  </span>        &lt;s:TextArea left=<span class="str">"10"</span> right=<span class="str">"10"</span> height=<span class="str">"150"</span> top=<span class="str">"10"</span> </pre>
<pre><span class="lnum">  72:  </span>            text=<span class="str">"She sells seashells by the seashore"</span> id=<span class="str">"textInput"</span> /&gt;</pre>
<pre class="alt"><span class="lnum">  73:  </span>        &lt;s:TextInput text=<span class="str">"(\w*)sh(\w*)"</span> id=<span class="str">"regexpInput"</span> left=<span class="str">"10"</span> top=<span class="str">"168"</span> right=<span class="str">"175"</span>/&gt;</pre>
<pre><span class="lnum">  74:  </span>        &lt;s:TextInput id=<span class="str">"modifInput"</span> text=<span class="str">"ig"</span> right=<span class="str">"85"</span> top=<span class="str">"168"</span> width=<span class="str">"78"</span>/&gt;</pre>
<pre class="alt"><span class="lnum">  75:  </span>        &lt;s:Button label=<span class="str">"test"</span> id=<span class="str">"test_btn"</span> right=<span class="str">"10"</span> top=<span class="str">"168"</span> </pre>
<pre><span class="lnum">  76:  </span>            click=<span class="str">"test_btn_clickHandler(event)"</span>/&gt;</pre>
<pre class="alt"><span class="lnum">  77:  </span>        &lt;s:TextArea id=<span class="str">"resultText"</span> left=<span class="str">"10"</span> right=<span class="str">"10"</span> top=<span class="str">"198"</span> bottom=<span class="str">"10"</span>/&gt;</pre>
<pre><span class="lnum">  78:  </span>    &lt;/s:Panel&gt;</pre>
<pre class="alt"><span class="lnum">  79:  </span>    </pre>
<pre><span class="lnum">  80:  </span>&lt;/s:Application&gt;</pre>
</div>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/flex-regular-expression-tester-source-code/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex Regular Expressions Tester &#8211; a new version</title>
		<link>http://www.stratulat.com/blog/flex-regular-expressions-tester-a-new-version</link>
		<comments>http://www.stratulat.com/blog/flex-regular-expressions-tester-a-new-version#comments</comments>
		<pubDate>Mon, 12 Jan 2009 13:36:13 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/?p=191</guid>
		<description><![CDATA[Some time ago I have created a Flex regular expressions tester. When I have moved my site to ICE I have decided to improve a little bit this tester and right now there is a new small Flex application that can be used to play around with some neat symbols http://www.stratulat.com/Regular_Expressions_Flex.html]]></description>
			<content:encoded><![CDATA[<p>Some time ago I have created a Flex regular expressions tester. When I have moved my site to ICE I have decided to improve a little bit this tester and right now there is a new small Flex application that can be used to play around with some neat symbols <img src='http://www.stratulat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="flex regular expressions" href="http://www.stratulat.com/Regular_Expressions_Flex.html">http://www.stratulat.com/Regular_Expressions_Flex.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/flex-regular-expressions-tester-a-new-version/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Search for Flex and AIR knowledge</title>
		<link>http://www.stratulat.com/blog/search-for-flex-and-air-knowledge</link>
		<comments>http://www.stratulat.com/blog/search-for-flex-and-air-knowledge#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:56:58 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[consulting]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/?p=155</guid>
		<description><![CDATA[The Adobe Platform Evangelists team are trying to find who’s doing Flex &#38; AIR in Central and Easter Europe. If you are a company/independent consultant that knows Flex and/or AIR please drop a note here (corlan.org) specifying: -    Your name -    Type (agency/independent consultant) -    WebSite -    Contact info -    Address/Location -    Any other comments]]></description>
			<content:encoded><![CDATA[<p>The Adobe Platform Evangelists team are trying to find who’s doing Flex &amp; AIR in <strong>Central</strong> and <strong>Easter Europe</strong>. If you are a company/independent consultant that knows Flex and/or AIR please drop a note here (<a href="http://corlan.org/2008/10/15/are-you-a-freelancer-or-consultant-or-agency-who-has-deep-knowledge-in-flash-flex-air-fms/">corlan.org</a>) specifying:<br />
-    Your name<br />
-    Type (agency/independent consultant)<br />
-    WebSite<br />
-    Contact info<br />
-    Address/Location<br />
-    Any other comments</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/search-for-flex-and-air-knowledge/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Snackr: get your feeds together.</title>
		<link>http://www.stratulat.com/blog/snackr-get-your-feeds-together</link>
		<comments>http://www.stratulat.com/blog/snackr-get-your-feeds-together#comments</comments>
		<pubDate>Mon, 12 May 2008 20:47:35 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/?p=105</guid>
		<description><![CDATA[You want to get your feeds closer?  Check out this new application build using Adobe AIR and Flex 3: Snackr. Snackr is a RSS ticker that pulls random items from your feeds and scrolls them across your desktop. Thank you NJ.]]></description>
			<content:encoded><![CDATA[<p>You want to get your feeds closer?  Check out this new application build using Adobe AIR and Flex 3: <a title="Snackr" href="http://www.snackr.net">Snackr</a>.</p>
<p><a href="http://www.snackr.net/screenshot-bottom-full.jpg" target="_self"><img src="http://www.snackr.net/screenshot-side-preview.jpg" alt="Snackr screenshoot" width="289" height="181" /></a></p>
<p>Snackr is a RSS ticker that pulls random items from your feeds and scrolls them across  your desktop. Thank you NJ.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/snackr-get-your-feeds-together/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Adobe® Flex™ Builder 3 Pro for Education.</title>
		<link>http://www.stratulat.com/blog/free-adobe%c2%ae-flex%e2%84%a2-builder-3-pro-for-education</link>
		<comments>http://www.stratulat.com/blog/free-adobe%c2%ae-flex%e2%84%a2-builder-3-pro-for-education#comments</comments>
		<pubDate>Thu, 20 Mar 2008 07:45:34 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/free-adobe%c2%ae-flex%e2%84%a2-builder-3-pro-for-education</guid>
		<description><![CDATA[Ted Patrick writes on his blog that Flex Builder 3 Pro is free for Education. So if you are a student of a professor just go to FlexRegistration.com claim your copy.]]></description>
			<content:encoded><![CDATA[<p>Ted Patrick writes on his blog that <a href="http://www.onflex.org/ted/2008/03/free-adobe-flex-builder-3-pro-for.php" title="Free Flex Builder 3 Pro for Education">Flex Builder 3 Pro is free for Education.</a></p>
<p>So if you are a student of a professor just go to <a href="http://www.flexregistration.com/">FlexRegistration.com</a> claim your copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/free-adobe%c2%ae-flex%e2%84%a2-builder-3-pro-for-education/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3 and AIR 1.0 are out</title>
		<link>http://www.stratulat.com/blog/flex-3-and-air-10-are-out</link>
		<comments>http://www.stratulat.com/blog/flex-3-and-air-10-are-out#comments</comments>
		<pubDate>Mon, 25 Feb 2008 09:26:22 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/flex-3-and-air-10-are-out</guid>
		<description><![CDATA[Adobe released Flex 3, the free open source framework for building rich internet applications. It&#8217;s time now to build real cross platform web applications that work the same no matter in which browser the application was opened or which operating system the user has. Flex 3 is open source and is free. The new site [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Flex 3" href="http://www.stratulat.com/blog/wp-content/fx_appicon-tn.gif"><img src="http://www.stratulat.com/blog/wp-content/fx_appicon-tn.gif" alt="Flex 3" /></a></p>
<p>Adobe released Flex 3, the free open source framework for building <a title="Rich Internet Applications" href="http://www.adobe.com/resources/business/rich_internet_apps/#open">rich internet applications</a>. It&#8217;s time now to build real cross platform web applications that work the same no matter in which browser the application was opened or which operating system the user has.</p>
<p>Flex 3 is open source and is free. The new site <a href="http://opensource.adobe.com">opensource.adobe.com</a> is hosting the source code and the community resources for Flex SDK and BlazeDS. And talking about BlazeDS.. for whom is familiar with LCDS, this is the free version of server based Java remoting  and web messaging technology. It enables (among other things) server push to Flex and AIR clients.</p>
<p><a title="AIR 1.0" href="http://www.stratulat.com/blog/wp-content/air_appicon-tn.gif"><img src="http://www.stratulat.com/blog/wp-content/air_appicon-tn.gif" alt="AIR 1.0" /></a></p>
<p>The Adobe® AIR™ runtime lets developers use proven web technologies to build rich Internet applications that deploy to the desktop and run across operating system.What is great about this framework is the ability to develop desktop applications using Flex, Flash and Ajax. So if you are a skillful Ajax developer and you have a powerful web application that you think will benefit from running on desktop, you are definitely interested in AIR.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/flex-3-and-air-10-are-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex User Group for Romania</title>
		<link>http://www.stratulat.com/blog/adobe-flex-user-group-for-romania</link>
		<comments>http://www.stratulat.com/blog/adobe-flex-user-group-for-romania#comments</comments>
		<pubDate>Tue, 22 Jan 2008 08:51:14 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/blog/adobe-flex-user-group-for-romania</guid>
		<description><![CDATA[A new initiative was started and I wish it good luck. A Flex developer from Craiova is trying to create the first Flex User Group in Romania and right now he is on the mission to deliver his message to as many Flex developers he can. You can found out more here: http://www.craiovaforum.ro/scripting-client-side/adobe-flex-user-group-pentru-romania-164146.html. (article in [...]]]></description>
			<content:encoded><![CDATA[<p>A new initiative was started and I wish it good luck. A Flex developer from Craiova is trying to create the first Flex User Group in Romania and right now he is on the mission to deliver his message to as many Flex developers he can.</p>
<p>You can found out more here:<br />
<a href="http://www.craiovaforum.ro/scripting-client-side/adobe-flex-user-group-pentru-romania-164146.html" title="Adobe Flex User Group for Romania">http://www.craiovaforum.ro/scripting-client-side/adobe-flex-user-group-pentru-romania-164146.html.</a> (article in Romanian)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/adobe-flex-user-group-for-romania/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FlexCamp Bucharest</title>
		<link>http://www.stratulat.com/blog/flexcamp-bucharest</link>
		<comments>http://www.stratulat.com/blog/flexcamp-bucharest#comments</comments>
		<pubDate>Thu, 11 Oct 2007 12:52:53 +0000</pubDate>
		<dc:creator>Remus Stratulat</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.stratulat.com/wordpress/?p=16</guid>
		<description><![CDATA[Last night we organized the first major event at Adobe Romania: FlexCamp Romania. There were a lot of attendees and all of them were curios about how this event will go as, from my knowledge, there was no such event organized in Bucharest until now. We had a lot of swag for this event and [...]]]></description>
			<content:encoded><![CDATA[<p>Last night we organized the first major event at Adobe Romania: FlexCamp Romania. There were a lot of attendees and all of them were curios about how this event will go as, from my knowledge, there was no such event organized in Bucharest until now.</p>
<p>We had a lot of swag for this event and the whole team switched to an old factory process: the production line.<br />
<img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp3.jpg" alt="swag packaging production line" title="swag packaging production line" border="1" /></p>
<p>First one to present was Matt Chotin, Product Manager for Flex. The room was full and the people interested in his presentation. He talked about Flex, AIR and also Thermo. Some of the audience knew about Thermo as videos from MAX 2007 where it was first presented were posted on youtube.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp4.jpg" alt="Matt Chotin - keynote" title="Matt Chotin - keynote" border="1" /></p>
<p>He was followed by Andrei Dragomir, our Ajax and Flex specialist that presented an overview of Flex. His session was long and intensive as there are so many things you can say about Flex.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp5.jpg" alt="Andrei Dragomir - Flex Overview" title="Andrei Dragomir - Flex Overview" border="1" /></p>
<p>However there were also breaks <img src='http://www.stratulat.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . During those brakes, we ate pizza, drink beer and most importantly socialize. All the people got to know others that share the same interest and we were also very busy (and that&#8217;s a good thing) answering different questions about Flex, AIR and about Adobe user groups, as many of them were interested in joining or creating one.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp6.jpg" alt="breaks" title="breaks" border="1" /></p>
<p>Oh, I forgot to tell you, we broadcast FlexCamp live using Adobe Acrobat Connect and also recorded all the event and everything is available on <a href="http://myadobe.ro/2007/10/11/a-fost-si-flex-camp-bucharest/">myadobe.ro</a> site.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp7.jpg" alt="HD web camera for good video feed" title="HD web camera for good video feed" border="1" /></p>
<p>Dragos Georgita took his turn and presented AIR along with a lot of cool samples.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp8.jpg" alt="Dragos Georgita - Adobe AIR" title="Dragos Georgita - Adobe AIR" border="1" /></p>
<p>After some small technical difficulties (his computer closed just before his session), Mihai Corlan held the first hands-on session about how you can create a cool Flicker gallery.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp9.jpg" alt="Mihai Corlan - Flickr Gallery in Flex" title="Mihai Corlan - Flickr Gallery in Flex" border="1" /></p>
<p>The second hands-on was about web services and Flex and Cristi Ivascu presented the new wizard available in Flex Builder 3 that inspects a WSDL file and generates the ActionScript client that knows how to use that service. One of the main advantages is the creation of all the complex types used by that service so the developer can have access to a strong type framework in using it (code completion and everything).</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp10.jpg" alt="Cristi Ivascu - Flex Application development and SOA" title="Cristi Ivascu - Flex Application development and SOA" border="1" /></p>
<p>Mihai Pricope&#8217;s hands-on was about data synchronization in Flex and even if it was a late hour he managed to get all the audience excited about the subject through his unique presentation style. He proposed a poll application and all the audience was able to vote and see the results changing in real time on the screen behind him.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp11.jpg" alt="Mihai Pricope - Data Synchronization with Flex" title="Mihai Pricope - Data Synchronization with Flex" border="1" /></p>
<p>In the end the whole Flex team stepped in front of the audience and we were bombarded with a lot of questions and hopefully we managed to answer satisfactory for most of them.</p>
<p><img src="http://www.stratulat.com/blogs/media/flexcamp/FlexCamp12.jpg" alt="Flex Team under siege" title="Flex Team under siege" border="1" /></p>
<p>Overall we think this event was a success and we are already planning for another one at the beginning of 2008. That one maybe will be bigger and we&#8217;ll try to involve more the Flex community giving them the chance to present their work and ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stratulat.com/blog/flexcamp-bucharest/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
