<?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>Candes &#124; Cristian Neagu - UI Designer, UX Consultant - Magento, Drupal &#187; Flash, Flex, AIR</title>
	<atom:link href="http://www.candesprojects.com/topics/flex-flash-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.candesprojects.com</link>
	<description>Howdy! I&#039;m a UX &#38; UI consultant and Magento &#38; Drupal developer. Here you can find my thoughts and ideas. Feel free to look around and if you need my advice or services</description>
	<lastBuildDate>Wed, 21 Jul 2010 07:10:42 +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>Flex 3.0 CSS Property &#8211; Complete List</title>
		<link>http://www.candesprojects.com/flex-flash-air/flex-3.0-css-property-complete-list/</link>
		<comments>http://www.candesprojects.com/flex-flash-air/flex-3.0-css-property-complete-list/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:22:04 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Flash, Flex, AIR]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/?p=925</guid>
		<description><![CDATA[I have start to work on a new Flex project and I&#8217;m still a novice to it so I was looking for a list of CSS properties for components and stumbled across this: Flex 3.0 CSS Properties List]]></description>
			<content:encoded><![CDATA[<table border="0" style="margin-top:10px;">
<tbody>
<tr>
<td><a href="http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm#LeadingStyle"><img class="aligncenter size-thumbnail wp-image-924" title="Fx" src="http://www.candesprojects.com/wp-content/uploads/2009/10/Fx-150x150.png" alt="Fx" width="66" height="66" /></a></td>
<td style="padding-left:20px;vertical-align:top;">I have start to work on a new Flex project and I&#8217;m still a novice to it so I was looking for a list of CSS properties for components and stumbled across this:</p>
<p><a href="http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm#LeadingStyle">Flex 3.0 CSS Properties List</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/flex-flash-air/flex-3.0-css-property-complete-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Matrix Layout</title>
		<link>http://www.candesprojects.com/general/css-matrix-layout/</link>
		<comments>http://www.candesprojects.com/general/css-matrix-layout/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:59:31 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Flash, Flex, AIR]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Javascript & jQuery]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/?p=600</guid>
		<description><![CDATA[This is an idea of Jonathan Snook, an web designer and developer that I admire and follow. He propose a new layout system on extending the CSS property &#8220;position&#8221; by adding value &#8220;:matrix (x,y)&#8221;. The Matrix Layouts should be like table-based layouts combined with absolute positioning and without any &#8220;hacks&#8221; for overflowing. How this should [...]]]></description>
			<content:encoded><![CDATA[<p>This is an idea of <a href="http://snook.ca/about/">Jonathan Snook</a>, an web designer and developer that I admire and follow.</p>
<p>He propose a new layout system on extending the CSS property &#8220;position&#8221; by adding value &#8220;:matrix (x,y)&#8221;. The Matrix Layouts should be like table-based layouts combined with absolute positioning and without any &#8220;hacks&#8221; for overflowing.</p>
<p><em>How this should work?</em> You use the position property to specify where the box should be placed within the grid. Have a look at the following example diagram:</p>
<p><img class="aligncenter size-full wp-image-603" title="grid" src="http://www.candesprojects.com/wp-content/uploads/2009/03/grid.png" alt="grid" width="499" height="192" /></p>
<blockquote><p>It&#8217;s a 3 column design but with a little extra pizzazz in the middle column. I&#8217;ve also lettered each section by their source order. Now, let&#8217;s look at what that code would look like with matrix layouts:</p>
<p><code>#a { position: matrix(1,2, 1,4); }<br />
#b { position: matrix(2,2); }<br />
#c { position: matrix(2,3); }<br />
#d { position: matrix(2,4); }<br />
#e { position: matrix(1,1, 2,1); }<br />
#f { position: matrix(1,5, 2,5); }</code></p></blockquote>
<p>I think this be a kick-ass CSS feature and I would love to use in my layouts. This will bring so much fun to CSS work and I&#8217;m sure that others would love it, but there is long way till it&#8217;s really implemented. Also will be good to have the Matrix Layout implemented in a CSS framework.</p>
<p>You can read the full <a href="http://snook.ca/archives/html_and_css/matrix-layouts" target="_blank">blog post here</a> or the <a href="http://snook.ca/technical/matrix-layouts/" target="_blank">Matrix Layout concept here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/general/css-matrix-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Census Data Loading Benchmarks</title>
		<link>http://www.candesprojects.com/flex-flash-air/census-data-loading-benchmarks/</link>
		<comments>http://www.candesprojects.com/flex-flash-air/census-data-loading-benchmarks/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:53:58 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Flash, Flex, AIR]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/?p=545</guid>
		<description><![CDATA[Benchmarks are hard, particularly for complex systems. The Census is a Flex application to demonstrate various methods of loading data in RIAs and see how these methods impact performance, bandwidth and client memory usage. Census renders a large chunk of data using Ajax ( HTML, SOAP, XML and JSON ), Dojo, Flex ( SOAP to [...]]]></description>
			<content:encoded><![CDATA[<p>Benchmarks are hard, particularly for complex systems. The Census is a Flex application to demonstrate various methods of loading data in RIAs and see how these methods impact performance, bandwidth and client memory usage. Census renders a large chunk of data using Ajax ( HTML, SOAP, XML and JSON ), Dojo, Flex ( SOAP to AS and E4X, XML to AS and E4X, AMF3 and Paged). We can see the <em>Server Exec Time</em>, <em>Transfer Time</em>, <em>Parse Time</em> and <em>Render Time</em> easily.</p>
<p style="text-align: center;"><a href="http://www.jamesward.com/census/"><img class="aligncenter size-full wp-image-546" title="census1" src="http://www.candesprojects.com/wp-content/uploads/2009/01/census1.png" alt="census1" width="518" /></a></p>
<p><a href="http://www.jamesward.com/census/" target="_blank">http://www.jamesward.com/census/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/flex-flash-air/census-data-loading-benchmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How it works: Adobe Flex &amp; PHP (Zend Framework)</title>
		<link>http://www.candesprojects.com/flex-flash-air/how-it-works-adobe-flex-php-zend-framework/</link>
		<comments>http://www.candesprojects.com/flex-flash-air/how-it-works-adobe-flex-php-zend-framework/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 09:33:55 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Flash, Flex, AIR]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/?p=542</guid>
		<description><![CDATA[One of my Flex beginner question was &#8220;How do I connect Flex with PHP&#8221; or any other language and pull the data from a database. I most interested in PHP and I tried with CakePhp AMF plugin but no luck. Then I tried to follow Zend Framework AMF example from their book but the same. [...]]]></description>
			<content:encoded><![CDATA[<p>One of my <a href="http://www.candesprojects.com/flex-flash-air/starting-with-adobe-flex/" target="_blank">Flex beginner</a> question was &#8220;How do I connect Flex with PHP&#8221; or any other language and pull the data from a database. I most interested in PHP and I tried with <a href="https://trac.cakefoundation.org/amf" target="_blank">CakePhp AMF plugin</a> but no luck. Then I tried to follow <a href="http://framework.zend.com/manual/en/zend.amf.html">Zend Framework AMF</a> example from their book but the same.</p>
<p>Here is a good video tutorial on how to make Adobe Flex to work with PHP true XML and <a href="http://en.wikipedia.org/wiki/Action_Message_Format" target="_blank">AMF</a> (Action Message Format). You will learn how Flex WebServices and RemoteOjects work with Zend Framework. For me this tutorial has answer to many questions and I recommend you to have a look at it if you are Flex beginner like me.</p>
<p><a href="http://en.wikipedia.org/wiki/Action_Message_Format" target="_blank">http://www.viddler.com/explore/skinnerfam95/videos/1/</a></p>
<p><object width="520" height="400" data="http://www.viddler.com/player/1b015250/" type="application/x-shockwave-flash"><param name="id" value="viddler" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://www.viddler.com/player/1b015250/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/flex-flash-air/how-it-works-adobe-flex-php-zend-framework/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Starting with Adobe Flex</title>
		<link>http://www.candesprojects.com/flex-flash-air/starting-with-adobe-flex/</link>
		<comments>http://www.candesprojects.com/flex-flash-air/starting-with-adobe-flex/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 18:15:07 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Flash, Flex, AIR]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/?p=555</guid>
		<description><![CDATA[As the title say I have start to learn Flex. I&#8217;m consider myself a beginner and I will try to post my experience developing Flex applications. So let me start from the beginning &#8230;. What is Flex? Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-559" title="adobe-flex-3jpg-jpeg-image-570x268-pixels" src="http://www.candesprojects.com/wp-content/uploads/2009/01/adobe-flex-3jpg-jpeg-image-570x268-pixels.png" alt="adobe-flex-3jpg-jpeg-image-570x268-pixels" width="518" height="133" /></p>
<p>As the title say I have start to learn Flex. I&#8217;m consider myself a beginner and I will try to post my experience developing Flex applications. So let me start from the beginning &#8230;. <span id="more-555"></span></p>
<h3>What is Flex?</h3>
<p>Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. Flex is designed in order to give Flash  					Developers an edge when developing <a href="http://en.wikipedia.org/wiki/Rich_Internet_application">Rich Internet  					Applications</a> (RIAs).</p>
<p>RIAs created with Flex can run in the browser using Flash Player or on the desktop on Adobe AIR™, the cross-operating system runtime. This enables Flex applications to run consistently across all major browsers and on the desktop. And <a href="http://help.adobe.com/en_US/AIR/1.5/devappsflex/" target="_blank">using AIR</a>, Flex applications can access local data and system resources on the desktop. Pretty cool!</p>
<p>One of the major reasons why Flex is becoming more and  					more popular is because it utilizes <a href="http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html" target="_blank">ActionScript 3.0</a>.</p>
<ul>
<li><a href="http://flex.org/showcase/" target="_blank">Flex Showcase</a></li>
<li><a href="http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3_Flex/" target="_blank">Flex with ActionScript 3.0</a></li>
</ul>
<h3>What do I need to start Flex?</h3>
<p>In order to start to develop fast Flex applications you need to download from Adobe.com website Adobe Flex Builder, which is free.  Flex Builder 3 it is an Eclipse based development tool enabling intelligent coding, interactive step-through debugging, and visual design of the user interface layout, appearance, and behavior of RIAs. It includes the complete Flex framework, including compilers, a component library, and debuggers, pretty everything what you need to start to work.</p>
<ul>
<li><a href="http://www.adobe.com/products/flex/flexdownloads/" target="_blank">Download Adobe Flex Builder 3</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=Part1_Using_FB_1.htmlhttp://livedocs.adobe.com/flex/3/html/help.html?content=Part1_Using_FB_1.html" target="_blank">How to use Flex Builder 3</a></li>
</ul>
<h3><span class="header2">What is a Flex Application?</span></h3>
<p>A Flex application at it’s very basic level is a Flash .swf  					file embedded in a generated HTML file. Since Flex outputs  					it’s data as a .swf, this allows you to utilize everything  					that Flash Player is famous for; dynamic animations, sound  					and video handling, and of course, the Flash Drawing API.  					The HTML that Flex spits out has the necessary JavaScript  					code in order to detect whether the user has the Flash  					Player installed, or whether they need to update to the  					current player.</p>
<h3>More documentation</h3>
<p>The community for Flex developers is big. You will find most of you answers on Adobe Flex 3, if not search Google. Here are some important stating points:</p>
<ul>
<li><a href="http://www.adobe.com/devnet/flex/" target="_blank">Flex Developers Center</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html" target="_blank">Flex 3 Developers Guide</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/langref/index.html" target="_blank">Flex 3 Language Reference</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/flex-flash-air/starting-with-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe AIR finaly gets out of beta</title>
		<link>http://www.candesprojects.com/flex-flash-air/adobe-air-finaly-get-out-of-beta/</link>
		<comments>http://www.candesprojects.com/flex-flash-air/adobe-air-finaly-get-out-of-beta/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 18:48:52 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Flash, Flex, AIR]]></category>

		<guid isPermaLink="false">http://www.candesprojects.com/air/adobe-air-finaly-get-out-of-beta/</guid>
		<description><![CDATA[Hi again! In this post I announce you that Adobe AIR 1.0 is open for download. It almost appears that this announcement surprised the AIR development community. Very few applications are available at the moment on the Adobe site and of those most (maybe all) are only compatible with the last beta version. The Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>Hi again! In this post I announce you that Adobe AIR 1.0 is open for download. It almost appears that this announcement surprised the AIR development community. Very few applications are available at the moment on the Adobe site and of those most (maybe all) are only compatible with the last beta version.</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 systems. What type of developer are you?</p>
<p>The new <a href="http://www.adobe.com/products/air/" target="_blank">Adobe AIR</a> runtime enables Ajax developers to build rich Internet applications (RIAs) that deploy on the desktop. AIR applications run across operating systems on the WebKit HTML engine and are easily delivered using a single installer file. With Adobe AIR, Ajax developers can use their existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web.</p>
<p><a href="http://get.adobe.com/air/?promoid=BTLOA" target="_blank">Download now the latest version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.candesprojects.com/flex-flash-air/adobe-air-finaly-get-out-of-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
