<?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"
	>

<channel>
	<title>riaeye</title>
	<atom:link href="http://www.riaeye.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.riaeye.com</link>
	<description>About Rich Internet Application</description>
	<pubDate>Tue, 26 Aug 2008 02:10:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>AIR教程</title>
		<link>http://www.riaeye.com/161</link>
		<comments>http://www.riaeye.com/161#comments</comments>
		<pubDate>Tue, 26 Aug 2008 02:10:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=161</guid>
		<description><![CDATA[有段时间没写BLOG了，主要是上个月用力过猛，写地图教程给写伤了，哈哈。AIR我也好久没碰了，因为从APOLLO出来到更新再 到AIR，再到AIR正式，我实在是烦透了不停的升级，而且很少有AIR的业务，就干脆不再去理AIR。虽然说不理，但是起码的一点东西还是需要了解的。
你说：AIR最好的教程是什么？那我只能回答：帮助文档，和ADOBE提供的一些有源代码的DEMO。这次我放上的，不是ADOBE的，而是AIR开发者自己写的教程，相当不错。
这是一款有关于YOUTUBE的AIR程序，有搜索，下载功能，当然主要的不是这个程序如何，而是告诉你怎么做到这样的程序

Drag 与 Drop 是AIR一个很重要的功能，做的好了，相当炫耀，这个教程精彩之极，不可错过

AIR做个游戏，讨好改讨好的家伙，还是不错的，不过游戏怎么做？请看Adobe Edge出版的记忆游戏

(来源:uncool)
]]></description>
			<content:encoded><![CDATA[<p>有段时间没写BLOG了，主要是上个月用力过猛，写地图教程给写伤了，哈哈。AIR我也好久没碰了，因为从APOLLO出来到更新再 到AIR，再到AIR正式，我实在是烦透了不停的升级，而且很少有AIR的业务，就干脆不再去理AIR。虽然说不理，但是起码的一点东西还是需要了解的。<br />
你说：AIR最好的教程是什么？那我只能回答：帮助文档，和ADOBE提供的一些有源代码的DEMO。这次我放上的，不是ADOBE的，而是AIR开发者自己写的教程，相当不错。<br />
这是一款有关于YOUTUBE的AIR程序，有搜索，下载功能，当然主要的不是这个程序如何，而是告诉你怎么做到这样的程序<br />
<a href="http://www.riaeye.com/wp-content/uploads/2008/08/1.jpg"><img class="aligncenter size-full wp-image-162" title="1" src="http://www.riaeye.com/wp-content/uploads/2008/08/1.jpg" alt="" width="497" height="228" /></a></p>
<p>Drag 与 Drop 是AIR一个很重要的功能，做的好了，相当炫耀，这个教程精彩之极，不可错过<br />
<a href="http://www.riaeye.com/wp-content/uploads/2008/08/2.jpg"><img class="aligncenter size-full wp-image-163" title="2" src="http://www.riaeye.com/wp-content/uploads/2008/08/2.jpg" alt="" width="425" height="282" /></a></p>
<p>AIR做个游戏，讨好改讨好的家伙，还是不错的，不过游戏怎么做？请看Adobe Edge出版的记忆游戏<br />
<a href="http://www.riaeye.com/wp-content/uploads/2008/08/3.jpg"><img class="aligncenter size-full wp-image-164" title="3" src="http://www.riaeye.com/wp-content/uploads/2008/08/3.jpg" alt="" width="500" height="232" /></a></p>
<p>(来源:uncool)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/161/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Best JSP/Struts/JSF Development Tool Is Now Free</title>
		<link>http://www.riaeye.com/159</link>
		<comments>http://www.riaeye.com/159#comments</comments>
		<pubDate>Wed, 20 Aug 2008 08:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[JSF]]></category>

		<category><![CDATA[JSP]]></category>

		<category><![CDATA[Struts]]></category>

		<category><![CDATA[Tool]]></category>

		<category><![CDATA[Zviki Cohen]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=159</guid>
		<description><![CDATA[My previous project was based on Struts 1.x. With Struts, it was always a love-hate relationships. On one end, it was elegant and it turned some of the HTML/JavaScript work into Java work, which is a plus if you&#8217;re a Java developer. On the other hand it introduced tons of XML configuration files which were [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://amdocs.com/Site/Offerings/Offering+Framework/Customer+Management/Self+Service/Self+Service.htm">previous project</a> was based on <a href="http://struts.apache.org/1.3.8/index.html">Struts 1.x</a>. With Struts, it was always a love-hate relationships. On one end, it was elegant and it turned some of the HTML/JavaScript work into Java work, which is a plus if you&#8217;re a Java developer. On the other hand it introduced tons of XML configuration files which were a nightmare to manage. To top that, it has an incredibly steep learning curve. I used to train developers in Struts, and, IMHO, when it comes to novice developers (i.e. fresh graduates), the chances of fully understanding Struts in the first couple of months is less than 50%.</p>
<p>The sheer amount of XML configuration in Struts is overwhelming. I&#8217;m talking about thousands of lines. At some point, we were working with one single file, shared by a team of about 20 developers. You can imagine the chaos.</p>
<p>So, we started looking for a tool. I personally did a test drive on all the tools supporting Struts, including light alternatives like <a href="http://www.myeclipseide.com/">MyEclipse</a> and behemoths like <a href="http://www-306.ibm.com/software/awdtools/developer/application/">IBM RAD</a> (used to be WSAD back then). There was only one tool which was acceptable in our case and it was called NitroX, developed by a small company called M7. Later on, it was acquired by BEA and renamed <a href="http://www.bea.com/framework.jsp?CNT=index.htm&amp;FP=/content/products/weblogic/workshop/">BEA Workshop</a>, not to be confused with their incumbent <a href="http://commerce.bea.com/showproduct.jsp?family=WLW&amp;major=10.2&amp;minor=0&amp;DL=www_Workshop_for_WebLogic_icon&amp;WT.ac=DL_www_Workshop_for_WebLogic_icon">BEA Workshop for WebLogic</a>. The two tools were later merged and, eventually, found their way to the new owner, Oracle. It is now called <a href="http://www.oracle.com/technology/products/workshop/index.html">Oracle Workshop for WebLogic</a>. BTW, the only close alternative at the time was <a href="http://www.exadel.com/web/portal/products/ExadelStudioPro">Exadel Studio</a>, which was acquired by JBoss and became <a href="http://www.jboss.com/products/devstudio">JBoss Developer Studio</a>.</p>
<p>Last week, <a href="http://blogs.oracle.com/devtools/2008/08/announcing_oracle_weblogic_ser.html">Oracle made an interesting move</a> and decided to give it away for free (requires registration). The full workshop was an expensive piece of software, priced at up to $1000, if I recall correctly. What most people don&#8217;t realize today is that this tool includes some Oracle/BEA specific parts, but also includes generic support for Struts 1.x, JSF and Hibernate and plugins for supporting Tomcat, JBoss, Resin, Jetty, and WebSphere. It is also a great tool for JSP editing. One of the few tools which came really close to near-WYSIWYG visual editing, with customizable design-time representation for JSP custom tags.</p>
<p>If you&#8217;re using any of these technologies, I suggest you check it out. I haven&#8217;t tried all the features, but I know that the Struts/JSF/JSP support is as good as it gets. It currently officially supports only Windows and Linux and can be downloaded <a href="http://www.oracle.com/technology/software/products/ias/bea_main.html#devtools">here</a>. It is a true hidden gem now, tucked away in the humongous Oracle web site.</p>
<p><em>From </em><a href="http://zvikico.typepad.com/problog"><em>http://zvikico.typepad.com/problog</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/159/feed</wfw:commentRss>
		</item>
		<item>
		<title>CFEclipse on Windows</title>
		<link>http://www.riaeye.com/157</link>
		<comments>http://www.riaeye.com/157#comments</comments>
		<pubDate>Sun, 17 Aug 2008 03:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[CFEclipse]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=157</guid>
		<description><![CDATA[If you want to get CFEclipse up and runing on Windows then this what you need to do:
Installing Eclipse IDE

Go to http://www.eclipse.org/downloads/
Download Eclipse IDE for Java Developers (windows version)
Extract the zip file to your Program File directory (you don’t install eclipse from an exe or msi file)
Open the directory you extracted your files to
Right click [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to get CFEclipse up and runing on Windows then this what you need to do:</p>
<p>Installing Eclipse IDE</p>
<ol>
<li>Go to http://www.eclipse.org/downloads/</li>
<li>Download <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/20071103/eclipse-java-europa-fall2-win32.zip">Eclipse IDE for Java Developers</a> (windows version)</li>
<li>Extract the zip file to your Program File directory (you don’t install eclipse from an exe or msi file)</li>
<li>Open the directory you extracted your files to</li>
<li>Right click on the eclipse.exe file, hold and drag to your start menu to create a shortcut</li>
</ol>
<p>Installing CFEclipse</p>
<ol>
<li>Run eclipse</li>
<li>Accept the default Workspace (you can change it later)</li>
<li>From the help menu, select Software Updates -&gt; Find and Install</li>
<li>Select the “Search for new features” radio button. Next.</li>
<li>Click the “New Remote Site” button</li>
<li>Enter CFEclipse as the name</li>
<li>Enter http://www.cfeclipse.org/update for the URL. OK.</li>
<li>Click the Finish Button</li>
<li>Eclipse will now go off and check the CFEclipse site</li>
<li>Tick all plugin boxes</li>
<li>The next steps are self explainatory…</li>
<li>…Restart Eclipse</li>
</ol>
<p>Changing the font size and / or colours</p>
<ol>
<li>Windows menu -&gt; preferences</li>
<li>Expand General -&gt; Appearance -&gt; Colors and Fonts</li>
<li>Expand the Basic folder in the dialog box</li>
<li>Click on Text Font</li>
<li>Click the Change button</li>
<li>Choose your font</li>
</ol>
<p>View line numbers</p>
<ol>
<li>Windows menu -&gt; preferences</li>
<li>Expand General -&gt; Editors</li>
<li>Tick the Show Line Numbers box</li>
</ol>
<p>If you’re new to Eclipse then you should know that you can’t just open a file, first you need to create a new project.</p>
<ol>
<li>File -&gt; New Project</li>
<li>open the CFEclipse folder and select CFML Project. Next</li>
<li>Enter your project name</li>
<li>Untick the “use default option” box</li>
<li>Browse to your project folder. Finish.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/157/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring ColdFusion MX to use the Microsoft SQL Server JDBC driver</title>
		<link>http://www.riaeye.com/155</link>
		<comments>http://www.riaeye.com/155#comments</comments>
		<pubDate>Sun, 17 Aug 2008 03:50:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[ColdFusion MX]]></category>

		<category><![CDATA[driver]]></category>

		<category><![CDATA[JDBC]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=155</guid>
		<description><![CDATA[

Download the driver from Microsoft.
Install the driver. By default, this installs in C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC on Windows platforms.
In the ColdFusion Administrator, click on the “Java and JVM” page. Add the directory in which the mssqlserver.jar resides to the Class Path field. By default, this is C:\Program Files\Microsoft SQL Server 2000 [...]]]></description>
			<content:encoded><![CDATA[<div class="postcontent">
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4c4d-8f7b-3d47969e66ae&amp;DisplayLang=en">Download</a> the driver from Microsoft.</li>
<li>Install the driver. By default, this installs in <strong><span style="color: #666666;">C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC</span></strong> on Windows platforms.</li>
<li>In the ColdFusion Administrator, click on the “Java and JVM” page. Add the directory in which the mssqlserver.jar resides to the Class Path field. By default, this is <strong><span style="color: #666666;">C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib</span></strong> on Windows platforms.</li>
<li>Click Submit Changes to update Java and JVM Settings for ColdFusion MX.</li>
<li>Restart the ColdFusion MX Application Server service. Note: On Unix platforms, from the <em>cf_root</em>/runtime/bin directory, run <code><span style="font-family: Courier New;">coldfusion restart</span></code>.</li>
<li>Use the ColdFusion Administrator Data Sources page to add a new data source for the Microsoft JDBC driver:<br />
For example:</p>
<ol>
<li>Name the data source ps_db where it will connect to the server named ps-db where MicrosoftSQL Server resides.</li>
<li>Select Other in the driver field to tell ColdFusion you will describe another type of driver.</li>
<li>Click Add to add the data source and display the default driver window for this driver.</li>
</ol>
</li>
<li>Enter the following in the JDBC URL field:jdbc:microsoft:sqlserver://<strong><span style="color: #666666;">ps-db</span></strong>:<strong><span style="color: #666666;">1433</span></strong>;DatabaseName=<strong><span style="color: #666666;">NorthWind</span></strong>
<p>Where <strong><span style="color: #666666;">ps-db</span></strong> is the name of the database server.</p>
<p>Where <strong><span style="color: #666666;">1433</span></strong> is the port number for the data source connection.</p>
<p>Where <strong><span style="color: #666666;">NorthWind</span></strong> is the database you are connecting to.</p>
<p><strong>Note:</strong> The information in this field is case-sensitive.</li>
<li>Enter the following in the Driver Class field:com.microsoft.jdbc.sqlserver.SQLServerDriver
<p>Note: The information in this field is case-sensitive.</li>
<li>Enter a valid username and password in the Username and Password fields.Where the username and password are defined as user account information on the database server.</li>
<li>(Optional) Enter the name of the driver in the Driver Name field.</li>
<li>Click Submit to apply the changes to the data source.</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/155/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flex and AS 3.0 Updated Resources List</title>
		<link>http://www.riaeye.com/153</link>
		<comments>http://www.riaeye.com/153#comments</comments>
		<pubDate>Thu, 30 Aug 2007 04:06:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.riaeye.com/?p=153</guid>
		<description><![CDATA[Flex 2 Essential Training (CD-ROM) 
by David Gassner (Author)
•  CD-ROM
•  Publisher: lynda.com, Inc (July 19, 2006)
•  ISBN-10: 1596712619
•  ISBN-13: 978-1596712614
ActionScript 3.0 Essential Training (CD-ROM) 
by Joey Lott (Author)
•  CD-ROM
•  Publisher: lynda.com, Inc (July 19, 2006)
•  ISBN-10: 1596712627
•  ISBN-13: 978-1596712621
ActionScript 3.0 Cookbook [ILLUSTRATED] (Paperback) 
by Joey Lott (Author), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Flex-Essential-Training-David-Gassner/dp/1596712619/sr=8-5/qid=1171705082/ref=pd_bbs_sr_5_s9_rk/102-8840326-6375365?ie=UTF8&amp;s=books&amp;s9r=8a10f4b70e411ba6010e5a7c65f10102&amp;itemPosition=5" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Flex 2 Essential Training (CD-ROM) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by David Gassner (Author)<br />
•  CD-ROM<br />
•  Publisher: lynda.com, Inc (July 19, 2006)<br />
•  ISBN-10: 1596712619<br />
•  ISBN-13: 978-1596712614</p>
<p><a href="http://www.amazon.com/ActionScript-Essential-Training-Joey-Lott/dp/1596712627/sr=8-11/qid=1171705082/ref=pd_bbs_11/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">ActionScript 3.0 Essential Training (CD-ROM) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by Joey Lott (Author)<br />
•  CD-ROM<br />
•  Publisher: lynda.com, Inc (July 19, 2006)<br />
•  ISBN-10: 1596712627<br />
•  ISBN-13: 978-1596712621</p>
<p><a href="http://www.amazon.com/ActionScript-3-0-Cookbook-Joey-Lott/dp/0596526954/sr=8-4/qid=1171705082/ref=pd_bbs_4/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">ActionScript 3.0 Cookbook [ILLUSTRATED] (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by Joey Lott (Author), Darron Schall (Author), Keith Peters (Author)<br />
•  Paperback: 556 pages<br />
•  Publisher: O’Reilly Media (October 1, 2006)<br />
•  Language: English<br />
•  ISBN-10: 0596526954<br />
•  ISBN-13: 978-0596526955</p>
<p><a href="http://www.amazon.com/Flex-Beyond-Basics-David-Gassner/dp/1596712848/sr=8-8/qid=1171705082/ref=pd_bbs_sr_8_s9_rk/102-8840326-6375365?ie=UTF8&amp;s=books&amp;s9r=8a1080b60e411b09010e5a8c86a00101&amp;itemPosition=8" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Flex 2 Beyond the Basics (CD-ROM)<img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by David Gassner (Author)<br />
•  CD-ROM<br />
•  Publisher: lynda.com, Inc. (October 10, 2006)<br />
•  ISBN-10: 1596712848<br />
•  ISBN-13: 978-1596712843</p>
<p><a href="http://www.amazon.com/Adobe-Flex-2-Training-Source/dp/032142316X/sr=8-2/qid=1171705082/ref=pd_bbs_sr_2/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Adobe Flex 2: Training from the Source (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by Jeff Tapper (Author), Matt Boles (Author), James Talbot (Author), Ben Elmore (Author), Mike Labriola (Author)<br />
•  Paperback: 624 pages<br />
•  Publisher: Adobe Press; Pap/Cdr edition (October 20, 2006)<br />
•  Language: English<br />
•  ISBN-10: 032142316X<br />
•  ISBN-13: 978-0321423160</p>
<p><a href="http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568/sr=8-6/qid=1171705082/ref=pd_bbs_6/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Advanced ActionScript 3 with Design Patterns (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; display: inline" /></a><br />
by Joey Lott (Author), Danny Patterson (Author)<br />
•  Paperback: 304 pages<br />
•  Publisher: Adobe Press; 1st edition (November 2, 2006)<br />
•  Language: English<br />
•  ISBN-10: 0321426568<br />
•  ISBN-13: 978-0321426567</p>
<p><a href="http://www.friendsofed.com/book.html?isbn=1590597338" onclick="javascript:urchinTracker('/outbound/www.friendsofed.com');">The Essential Guide to Flex 2 with ActionScript 3.0 (Paperback) </a><br />
by Charles E Brown (Author)<br />
•  Paperback: 500 pages<br />
•  Publisher: friends of ED (February 26, 2007)<br />
•  Language: English<br />
•  ISBN-10: 1590597338<br />
•  ISBN-13: 978-1590597330</p>
<p><a href="http://www.amazon.com/Programming-Flex-2-0-Comprehensive-Applications/dp/059652689X/sr=8-1/qid=1171704584/ref=pd_bbs_sr_1/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Programming Flex 2.0: The Comprehensive Guide to Creating Rich Media Applications with Adobe Flex (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; vertical-align: top; display: inline" /></a><br />
by Chafic Kazoun (Author), Joey Lott (Author)<br />
•  Paperback: 528 pages<br />
•  Publisher: O’Reilly Media (March 1, 2007)<br />
•  Language: English<br />
•  ISBN-10: 059652689X<br />
•  ISBN-13: 978-0596526894<br />
<a href="http://www.adobe.com/devnet/flex/articles/progflex.html" onclick="javascript:urchinTracker('/outbound/www.adobe.com');">Free Chapters on Adobe.com</a></p>
<p><a href="http://www.amazon.com/Professional-Flex-2-Rich-Tretola/dp/0470102675/sr=8-14/qid=1171704895/ref=sr_1_14/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');"><br />
Professional Flex 2 (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; vertical-align: top; display: inline" /></a><br />
by Rich Tretola (Author), Simon Barber (Author), <strong>Renaun Erickson</strong> (Author)<br />
•  Paperback: 700 pages<br />
•  Publisher: Wrox (April 30, 2007)<br />
•  Language: English<br />
•  ISBN-10: 0470102675<br />
•  ISBN-13: 978-0470102671<br />
<a href="http://www.amazon.com/Foundation-Actionscript-3-0-Flash-Flex/dp/1590598156/sr=8-27/qid=1171705017/ref=sr_1_27/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');"><br />
Foundation Actionscript 3.0 with Flash and Flex 2 (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; vertical-align: top; display: inline" /></a><br />
by Steve Webster (Author)<br />
•  Paperback: 450 pages<br />
•  Publisher: Apress (June 18, 2007)<br />
•  Language: English<br />
•  ISBN-10: 1590598156<br />
•  ISBN-13: 978-1590598153</p>
<p><a href="http://www.amazon.com/Flex-2-0-Cookbook-Application-Developers/dp/0596529856/sr=8-15/qid=1171705082/ref=sr_1_15/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Flex 2.0 Cookbook: The Adobe Developer Library Guide for Rich Internet Application Developers (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; vertical-align: top; display: inline" /></a><br />
by Joey Lott (Author), Chafic Kazoun (Author)<br />
•  Paperback: 304 pages<br />
•  Publisher: O’Reilly Media (July 1, 2007)<br />
•  Language: English<br />
•  ISBN-10: 0596529856<br />
•  ISBN-13: 978-0596529857</p>
<p><a href="http://www.oreilly.com/catalog/programadobe/index.html" onclick="javascript:urchinTracker('/outbound/www.oreilly.com');">Programming Flex 2</a><br />
by Chafic Kazoun (Author), Joey Lott (Author)<br />
•  Paperback: 528 pages<br />
•  Publisher: O’Reilly Media (April, 2007)<br />
Rough Cuts Release: October 2006<br />
Print Book Release: April 2007<br />
•  Language: English<br />
•  ISBN-10: 0-596-52850-7<br />
•  ISBN-13: 9780596528508</p>
<p><a href="http://www.oreilly.com/catalog/essentialaction/index.html" onclick="javascript:urchinTracker('/outbound/www.oreilly.com');">Essential ActionScript 3.0: Rough Cuts Version</a><br />
By Colin Moock<br />
•  Paperback: 760 pages<br />
•  Publisher: O’Reilly Media (June, 2007)<br />
Rough Cuts Release: October 2006<br />
Print Book Release: June 2007<br />
•  Language: English<br />
•  ISBN-10: 0-596-52993-7<br />
•  ISBN-13: 9780596529932</p>
<p><a href="http://www.amazon.com/Flex-User-Interface-Design-Development/dp/0596528450/sr=8-20/qid=1171705017/ref=sr_1_20/102-8840326-6375365?ie=UTF8&amp;s=books" onclick="javascript:urchinTracker('/outbound/www.amazon.com');">Flex 2.0 User Interface Design &amp; Development: Creating User-Friendly Rich Internet Applications (Paperback) <img src="http://shots.snap.com/images/v2.19.1/t.gif" id="snap_com_shot_link_icon" class="snap_preview_icon" style="border: 0pt none ; margin: 0pt ! important; padding: 1px 0pt 0pt; font-style: normal; font-weight: normal; font-family: 'trebuchet ms',arial,helvetica,sans-serif; float: none; position: static; left: auto; top: auto; line-height: normal; background-image: url('http://i.ixnp.com/images/v2.19.1/theme/silver/palette.gif'); width: 14px; height: 12px; background-color: transparent; background-position: -799px 0pt; background-repeat: no-repeat; text-decoration: none; visibility: visible; vertical-align: top; display: inline" /></a><br />
by Matt Voerman (Author), Simon Reid (Author)<br />
•  Paperback: 352 pages<br />
•  Publisher: O’Reilly Media (July 1, 2007)<br />
•  Language: English<br />
•  ISBN-10: 0596528450<br />
•  ISBN-13: 978-0596528454</p>
<p><a href="http://www.totaltraining.com/prod/adobe/flex2_ria.asp" onclick="javascript:urchinTracker('/outbound/www.totaltraining.com');">Total Training for Adobe® Flex 2 Rich Internet Applications</a><br />
Hosted by James Talbot<br />
Format: DVD (ROM)<br />
Platform: Windows &amp; MAC OS</p>
<p><a href="http://www.totaltraining.com/prod/adobe/flex2_avp.asp" onclick="javascript:urchinTracker('/outbound/www.totaltraining.com');">Total Training for Adobe® Flex 2 Advanced Visual Programming</a><br />
Hosted by Leo M. Schuman<br />
Format: DVD (ROM)<br />
Platform: Windows &amp; MAC OS</p>
<p><a href="http://www.riabook.com/" onclick="javascript:urchinTracker('/outbound/www.riabook.com');">Rich Internet Applications with Adobe Flex &amp; Java: Secrets of the Masters</a><br />
Yakov Fain, Dr. Victor Rasputnis, Anatole Tartakovsky<br />
http://www.riabook.com/<br />
ISBN 0-9777622-2-X<br />
Shipping Date: Fall 2006</p>
<p><a href="http://www.oreilly.com/catalog/9780596513917/" onclick="javascript:urchinTracker('/outbound/www.oreilly.com');">Apollo for Adobe Flex Developers Pocket Guide</a><br />
A Developer’s Reference for Apollo’s Alpha Release<br />
By Mike Chambers, Rob Dixon, Jeff Swartz<br />
First Edition March 2007<br />
Pages: 121</p>
<p><a href="http://www.oreilly.com/catalog/actionscript3qr/" onclick="javascript:urchinTracker('/outbound/www.oreilly.com');">ActionScript 3.0 Programming: Overview, Getting Started, and Examples of New Concepts</a><br />
By Bill Sanders<br />
January 2007<br />
Pages: 74</p>
<p><a href="http://www.flexiblerails.com/" onclick="javascript:urchinTracker('/outbound/www.flexiblerails.com');">Flexible Rails</a><br />
by Peter Armstrong<br />
Flexible Rails is an in-progress, PDF-only book about using Ruby on Rails 1.1 or 1.2 and Flex 2 to build rich Internet applications (RIAs).<br />
currently 399 pages</p>
<p><a href="https://store1.adobe.com/cfusion/store/index.cfm?category=/Applications/FlexwithCharting&amp;NR=0#view=ols_prod&amp;categoryOID=1579184">Adobe Flex 2.0 Documentation Set</a></p>
<p>Old List: <a href="http://renaun.com/blog/2006/06/27/49/">http://renaun.com/blog/2006/06/27/49/</a></p>
<p>Note:  Yes, I am an author of one of these books.  I’ll talk more about it in the coming months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/153/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flash Player 8 has DirectX and OpenGL optimizations?</title>
		<link>http://www.riaeye.com/152</link>
		<comments>http://www.riaeye.com/152#comments</comments>
		<pubDate>Thu, 30 Aug 2007 04:05:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=152</guid>
		<description><![CDATA[I was reading the “Interview with Mike Downey, Sr. Product Manager for Apollo” over on Ryan Stewart’s blog and came across something.  When asked about hardware acceleration Mike said,
We’ve already made some good progress starting with Flash Player 8 where we added DirectX and OpenGL optimizations to boost graphics performance.
Does any one know more [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading the “<a href="http://blogs.zdnet.com/Stewart/?p=234" class="snap_noshots" onclick="javascript:urchinTracker('/outbound/blogs.zdnet.com');">Interview with Mike Downey, Sr. Product Manager for Apollo</a>” over on Ryan Stewart’s blog and came across something.  When asked about hardware acceleration Mike said,</p>
<blockquote><p>We’ve already made some good progress starting with Flash Player 8 where we added DirectX and OpenGL optimizations to boost graphics performance.</p></blockquote>
<p>Does any one know more of the specifics of this statement? Are there tests to show the performance differences (now that we have Flash Player 9 for Linux)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/152/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flex Job Postings and Lists</title>
		<link>http://www.riaeye.com/151</link>
		<comments>http://www.riaeye.com/151#comments</comments>
		<pubDate>Thu, 30 Aug 2007 04:04:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=151</guid>
		<description><![CDATA[Ted Patrick recently posted about a Flex jobs yahoo list, located at http://tech.groups.yahoo.com/group/flexjobs/.  In the 24 hours of being up it has over 20 job postings.  That is great for the Flex community.
Other resources for job postings can be found at:
The “Flex Jobs” google group page.
Tariq over at CFlex.net keeps a list.
As a [...]]]></description>
			<content:encoded><![CDATA[<p>Ted Patrick recently posted about a Flex jobs yahoo list, located at <a href="http://tech.groups.yahoo.com/group/flexjobs/" onclick="javascript:urchinTracker('/outbound/tech.groups.yahoo.com');">http://tech.groups.yahoo.com/group/flexjobs/</a>.  In the 24 hours of being up it has over 20 job postings.  That is great for the Flex community.</p>
<p>Other resources for job postings can be found at:<br />
The “<a href="http://groups.google.com/group/FlexJobs/topics" onclick="javascript:urchinTracker('/outbound/groups.google.com');">Flex Jobs</a>” google group page.<br />
Tariq over at <a href="http://cflex.net/shownews.cfm?Object=Jobs&amp;startAt=1&amp;maxitems=25&amp;lkpNewsType=job&amp;bDescending=Yes&amp;ChannelID=1&amp;headerTitle=Job%20Postings&amp;bShowAll=No" onclick="javascript:urchinTracker('/outbound/cflex.net');">CFlex.net keeps a list</a>.</p>
<p>As a Flex developer my self and a manager seeking Flex developers its exciting to see the growth in of Flex jobs in the last 6 months since release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/151/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Flash Media Encoder in Labs</title>
		<link>http://www.riaeye.com/149</link>
		<comments>http://www.riaeye.com/149#comments</comments>
		<pubDate>Thu, 30 Aug 2007 04:03:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=149</guid>
		<description><![CDATA[This is a very interesting announcement and addition to the Labs site. When Flash 8 came out they introduced a new Flash video codec called VP6 by the company on2. This codec has many benefits compared to the previous Spark codec. But the slight problem with live encoding is that the live encoder for VP6 [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very interesting announcement and addition to the Labs site. When Flash 8 came out they introduced a new Flash video codec called VP6 by the company on2. This codec has many benefits compared to the previous Spark codec. But the slight problem with live encoding is that the live encoder for VP6 codec FLV is not part of the Flash Player. Until on2 released their on2 Flix Live product last year there was no product that did “live” VP6 streaming.</p>
<p>With the release of Adobe’s Flash Media Encoder we have an another live encoder, DigitalRapids also has VP6 support through software for their video cards.</p>
<p>The Adobe Flash Media Encoder software it self seems to have promise. I downloaded the software and installed it. At first look it does not look like a typical Windows application but more like a Flash/Flex app wrapped in a exe (I have no real knowledge of what it really is written in).</p>
<p>The Audio options are limited to the NellyMoser codec and up to 32kbps 22Hz Mono. The options for video settings out does on2’s Flix Live software. Also noteworthy is that the FME can save live recordings to file as well as provide a nice log and real time stats of the stream’s bitrate and time.</p>
<p>I couldn’t get it to connect to a FMS but did not have time to test throughly, I was getting some errors on the FMS side that I am not sure if its the FME or the FMS application instance. I’ll try and post more when I have time to play with the application more.</p>
<p>Get FME and the FMS Authentication Plugin-In off the labs now - http://labs.adobe.com/downloads/fme.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/149/feed</wfw:commentRss>
		</item>
		<item>
		<title>Create Component Instance from Class Name</title>
		<link>http://www.riaeye.com/148</link>
		<comments>http://www.riaeye.com/148#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=148</guid>
		<description><![CDATA[To promote the newly released Flex Cookbook I am posting here with the title of my lastest Flex Cookbook post. You can find the solution to below question by clicking on the text itself:
How do you create a instance of a component at runtime with only the class name? what about when the class name [...]]]></description>
			<content:encoded><![CDATA[<p>To promote the newly released Flex Cookbook I am posting here with the title of my lastest Flex Cookbook post. You can find the solution to below question by clicking on the text itself:</p>
<p><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;postId=1764" onclick="javascript:urchinTracker('/outbound/www.adobe.com');">How do you create a instance of a component at runtime with only the class name? what about when the class name is dynamic it self?</a></p>
<p>Go and post samples, rate posts, or add comments and help make the Flex Cookbook a very good hub of information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/148/feed</wfw:commentRss>
		</item>
		<item>
		<title>All in One - Cairngorm Store Example (ColdFusion, AMFPHP, AMFPHP 1.9, and WebServices)</title>
		<link>http://www.riaeye.com/147</link>
		<comments>http://www.riaeye.com/147#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Example]]></category>

		<guid isPermaLink="false">http://www.riaeye.com/?p=147</guid>
		<description><![CDATA[I have updated the Cairngorm Store multiple backend example. Along with the updated source code I have deploy a live running example. The 4 backends it supports now is ColdFusion Remoting AMF3, AMFPHP AMF0 using the RemoteObjectAMF0 class, AMFPHP 1.9 AMF3, and ColdFusion WebServices.
See it live here!
Get the source here!
To change the backend of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have updated the Cairngorm Store multiple backend example. Along with the updated source code I have deploy a live running example. The 4 backends it supports now is ColdFusion Remoting AMF3, AMFPHP AMF0 using the <a href="http://renaun.com/blog/flex-components/remoteobjectamf0/">RemoteObjectAMF0</a> class, AMFPHP 1.9 AMF3, and ColdFusion WebServices.</p>
<p><a href="http://api.renaun.com/flex2/posts/CairngormStoreMultipleBackend/">See it live here!</a></p>
<p><a href="http://api.renaun.com/flex2/posts/CairngormStoreMultipleBackend/CairngormStoreMultipleBackend.zip">Get the source here!</a></p>
<p>To change the backend of the Cairngorm Store example just select the backend you want from ComboBox and then click on the Refresh Data button. I had to do write some exception code to convert the returned XML data into the ArrayCollection to conform all the backend but besides that it was really easy to integrate all of them into the Services.mxml.</p>
<p>PS: I just installed a new license on the ColdFusion server with a new Apache web server configuration so let me know if there are any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riaeye.com/147/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
