<?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>in a rush</title>
	<atom:link href="http://www.robrusher.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robrusher.com</link>
	<description>experience is everything</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:36:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Platform as a Service (PaaS) vs. Managed Virtualization</title>
		<link>http://www.robrusher.com/2010/03/12/platform-as-a-service-paas-vs-managed-virtualization/</link>
		<comments>http://www.robrusher.com/2010/03/12/platform-as-a-service-paas-vs-managed-virtualization/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 23:36:27 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=208</guid>
		<description><![CDATA[I've been reading a few discussions on how to more effectively manage development of a Flex project. And the reason many are looking for a solution has nothing to do with Flex, per say, but has more to do with the complexity of our development environments.
Using the cloud is a popular BINGO word, but in reality... I think desktop virtualization is the better fit.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading a few discussions on how to more effectively manage development of a Flex project. And the reason many are looking for a solution has nothing to do with Flex, per say, but has more to do with the complexity of our development environments.</p>
<p>The hidden reason is cost. Cost for setting up each developer environment. Cost of licenses.</p>
<p>The bigger reason is, or should be, security.</p>
<p>Enter <a href="http://en.wikipedia.org/wiki/Cloud_computing">Platform as a Service (PaaS)</a> to the conversation.</p>
<p>Although the idea of using the cloud for development is good in  theory, it can be cost prohibitive. Here is why:</p>
<p>• The cost of using the cloud. In reality, you&#8217;ll end up spending around  $1k per computing instance per year. i.e. per developer</p>
<p>• You still have to license any development tools for each developer  seat. Check your <a title="Software License Agreement" href="http://en.wikipedia.org/wiki/Software_license_agreement" target="_blank">EULA</a>, they typically address ways of circumventing  license requirements via virtualization.</p>
<p>You do get the benefit of quickly setting up an environment for a team. But lets face it, the only real benefit is the level of security in that  your code base is never on someone&#8217;s laptop. Don&#8217;t get me wrong&#8230; this  is a really big benefit!</p>
<p>From my research, I would recommend <a title="VMware ACE" href="http://www.vmware.com/products/ace/" target="_blank">VMware ACE</a> instead of PaaS. VMware ACE allows you  to provision standardized client PC environments inside secure,  centrally managed virtual machines called ACEs. Each ACE contains a  complete client PC—including the operating system and all applications. Administrators use the dynamic policy configuration capabilities  in ACE to lock down endpoints with device and network access control,  there by protecting confidential company data and ensuring compliance  with IT polices. You  will get security through a managed virtual machine and the ability to  quickly deploy a &#8220;ready to go&#8221; environment for your developers.<br />
No, its not cheap. But it is way less expensive than the cloud with the equal benefits.</p>
<p>I know this because I&#8217;m looking into these tools in order to manage our training  facility where we teach <a title="Adobe ColdFusion Training at On3" href="http://www.on3solutions.com/training/#coldfusion" target="_blank">ColdFusion</a>, <a title="Adobe Flex Training at On3" href="http://www.on3solutions.com/training/#flex" target="_blank">Flex</a> and <a title="Adobe LiveCycle ES Training at On3" href="http://www.on3solutions.com/training/#livecycle" target="_blank">LiveCycle</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2010/03/12/platform-as-a-service-paas-vs-managed-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List, ItemRenderer, toolTip&#8230; oh my!</title>
		<link>http://www.robrusher.com/2010/03/11/list-itemrenderer-tooltip-oh-my/</link>
		<comments>http://www.robrusher.com/2010/03/11/list-itemrenderer-tooltip-oh-my/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:01:02 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Components]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[dataTipField]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[itemRenderer]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[toolTip]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=204</guid>
		<description><![CDATA[On my latest project, I was going through several areas of the application adding toolTips to make some of the data that is clipped visible if desired. In doing so, I found out that I needed to use a combination of the different types of tips available.
Most components have a toolTip property that you can [...]]]></description>
			<content:encoded><![CDATA[<p>On my latest project, I was going through several areas of the application adding <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTips</a> to make some of the data that is clipped visible if desired. In doing so, I found out that I needed to use a combination of the different types of tips available.</p>
<p>Most components have a <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTip</a> property that you can set (typically bound to some data). But the <a title="Flex 3.5 API - List" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html" target="_blank">List</a>-based components are a little different. They use <a title="Flex 3.5 API - dataTipField" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataTipField" target="_blank">dataTipField</a> and the <a title="Flex 3.5 API - dataTipFunction" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataTipFunction" target="_blank">dataTipFunction</a>. The &#8220;data&#8221; version of <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTips</a> is based on the list iterating through it&#8217;s <a title="Flex 3.5 API - dataProvider" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataProvider" target="_blank">dataProvider</a> and then adding <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTip</a> for each row.</p>
<p>So, while adding <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTips</a> to a List with an <a title="Flex 3.5 API - itemRenderer" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#itemRenderer" target="_blank">itemRenderer</a>, I ran into a problem. My <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTips</a> weren&#8217;t showing up when I set the <a title="Flex 3.5 API - dataTipField" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataTipField" target="_blank">dataTipField</a>. The <a title="Flex 3.5 API - dataTipFunction" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataTipFunction" target="_blank">dataTipFunction</a> didn&#8217;t work either. What gives?!</p>
<p>Well, I had an inline <a title="Flex 3.5 API - itemRenderer" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#itemRenderer" target="_blank">itemRenderer</a> for my list. And apparently the <a title="Flex 3.5 API - List" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html" target="_blank">List</a> doesn&#8217;t like adding <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTips</a>, via the <a title="Flex 3.5 API - dataTipField" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#dataTipField" target="_blank">dataTipField</a>, to a component that is inline.</p>
<p><strong>The solution:</strong> Simply add a <a title="Flex 3.5 API - toolTip" href="http://livedocs.adobe.com/flex/3/langref/mx/core/UIComponent.html#toolTip" target="_blank">toolTip</a> to the inline component. And in my case, bind it to the <a title="Flex 3.5 API - data" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#data" target="_blank">data</a> property that is passed in by the list.</p>
<p><strong>Note:</strong> You don&#8217;t even need to set <a title="Flex 3.5 API - showDataTips" href="http://livedocs.adobe.com/flex/3/langref/mx/controls/listClasses/ListBase.html#showDataTips" target="_blank">showDataTips</a> to true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2010/03/11/list-itemrenderer-tooltip-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3.4 SDK Error &#8211; focusInHandler</title>
		<link>http://www.robrusher.com/2010/02/04/flex-3-4-sdk-error-focusinhandler/</link>
		<comments>http://www.robrusher.com/2010/02/04/flex-3-4-sdk-error-focusinhandler/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:26:05 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/2010/02/04/flex-3-4-sdk-error-focusinhandler/</guid>
		<description><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.managers::FocusManager/focusInHandler [no source]
This is definitely an SDK bug. I was using the Flex 3.5 SDK and then downgraded to 3.4.1.10084. That is when this error magically appeared. Switched back to 3.5, all better.
]]></description>
			<content:encoded><![CDATA[<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
    at mx.managers::FocusManager/focusInHandler [no source]</p>
<p>This is definitely an SDK bug. I was using the Flex 3.5 SDK and then downgraded to 3.4.1.10084. That is when this error magically appeared. Switched back to 3.5, all better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2010/02/04/flex-3-4-sdk-error-focusinhandler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Flex applications for iPhone? ELIPS says yes!</title>
		<link>http://www.robrusher.com/2009/12/20/build-flex-applications-for-iphone-elips-says-yes/</link>
		<comments>http://www.robrusher.com/2009/12/20/build-flex-applications-for-iphone-elips-says-yes/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 02:12:47 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/2009/12/20/build-flex-applications-for-iphone-elips-says-yes/</guid>
		<description><![CDATA[ELIPS Studio 3 is a cross-platform mobile application SDK based on Adobe&#8217;s Flex Builder. But it only works on Windows, so I&#8217;m wondering how that is going to work.
Check it out: http://developer.openplug.com/index.php/learn/elips-studio-3-flex-for-mobile
]]></description>
			<content:encoded><![CDATA[<p>ELIPS Studio 3 is a cross-platform mobile application SDK based on Adobe&#8217;s Flex Builder. But it only works on Windows, so I&#8217;m wondering how that is going to work.<br />
Check it out: http://developer.openplug.com/index.php/learn/elips-studio-3-flex-for-mobile</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/12/20/build-flex-applications-for-iphone-elips-says-yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Flex Training in Denver</title>
		<link>http://www.robrusher.com/2009/11/02/free-flex-training-in-denver/</link>
		<comments>http://www.robrusher.com/2009/11/02/free-flex-training-in-denver/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:23:46 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=192</guid>
		<description><![CDATA[The event is Flex Training for ColdFusion Developers
A free full-day, hands-on training session, where attendees can learn how to build their first Flex application using the latest Flash Builder 4 beta software. This training is designed to help experienced ColdFusion developers get started in understanding how to add rich UI to existing and new ColdFusion [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The event is Flex Training for ColdFusion Developers</strong><br />
A <em><span style="color: #ff0000;">free</span></em> full-day, hands-on training session, where attendees can learn how to build their first Flex application using the latest Flash Builder 4 beta software. This training is designed to help experienced ColdFusion developers get started in understanding how to add rich UI to existing and new ColdFusion applications.</p>
<p><strong>Date / Time</strong><br />
November 16, 2009<br />
Event: 9am – 4pm<br />
Registration: 8:30am</p>
<p><strong>Main Website / Registration</strong><br />
<a title="Register for FREE Flex Training" href="http://www.adobe.com/go/flextrainingforcfdevelopers" target="_blank">http://www.adobe.com/go/flextrainingforcfdevelopers</a></p>
<p><strong>Monday, November 16</strong><br />
The Curtis Hotel, 1405 Curtis Street, Denver, CO 80202</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/11/02/free-flex-training-in-denver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe MAX 2009 Online</title>
		<link>http://www.robrusher.com/2009/09/29/adobe-max-2009-online/</link>
		<comments>http://www.robrusher.com/2009/09/29/adobe-max-2009-online/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 16:17:34 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Adobe MAX]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[MAX]]></category>
		<category><![CDATA[recorded]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=189</guid>
		<description><![CDATA[Not going to Adobe MAX 2009? Not to worry&#8230;
Watch MAX keynotes, streamed live from Los Angeles-register now
(go to http://max.adobe.com/online/ )
On October 5th and 6th, Adobe MAX Online will feature the keynotes, streamed live, highlighting the newest and most exciting developments in the world of technology. Join 10 minutes early and participate in the backstage behind [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Not going to Adobe MAX 2009? Not to worry&#8230;</strong></p>
<p>Watch MAX keynotes, streamed live from Los Angeles-register now<br />
(go to <a title="Adobe MAX 2009 Online" href="http://max.adobe.com/online/" target="_blank">http://max.adobe.com/online/</a> )</p>
<p>On October 5th and 6th, Adobe MAX Online will feature the keynotes, streamed live, highlighting the newest and most exciting developments in the world of technology. Join 10 minutes early and participate in the backstage behind the scenes action.</p>
<p><em><strong>View the top three sessions from each day on demand:</strong></em><br />
Check back each day by 8:00 PM PT, from October 5th to 7th, to see the top session of the day from each track: Design, Develop, and Envision. You’ll be able to view these sessions on demand on MAX Online and join the buzz by participating in the extended Twitter conversation.</p>
<p><em><strong>View all of the session content on demand:</strong></em><br />
Check back on Sunday, October 11th, for all of the sessions available on demand with the exception of labs or BYOL (Bring Your Own Laptop) labs.</p>
<p>MAX Session Guide: http://assets.max.adobe.com/pdfs/MAX_2009_EventGuide.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/09/29/adobe-max-2009-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On3: Denver’s First Adobe Authorized Training Center</title>
		<link>http://www.robrusher.com/2009/09/17/on3-denver%e2%80%99s-first-adobe-authorized-training-center/</link>
		<comments>http://www.robrusher.com/2009/09/17/on3-denver%e2%80%99s-first-adobe-authorized-training-center/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:31:30 +0000</pubDate>
		<dc:creator>sguthmann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=181</guid>
		<description><![CDATA[ PRESS RELEASE
On3: Denver’s First Adobe Authorized Training Center
On3 will help Adobe Software Developers learn to use Adobe Flex, ColdFusion, and Adobe AIR, as well as other web development tools like BlazeDS and mobile phone application development. 
Denver, CO September 11, 2009:  On3, Inc. is proud to announce the opening of its Adobe Enterprise training facility [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><strong> </strong><strong>PRESS RELEASE</strong></p>
<p><strong>On3: Denver’s First Adobe Authorized Training Center</strong></p>
<p><strong>On3 will help Adobe Software Developers learn to use Adobe Flex, ColdFusion, and Adobe AIR, as well as other web development tools like BlazeDS and mobile phone application development. </strong></p>
<p><strong>Denver</strong><strong>, CO September 11, 2009</strong>:  On3, Inc. is proud to announce the opening of its Adobe Enterprise training facility located in downtown Denver at 110 16<sup>th</sup> Street, on the corners of the 16<sup>th</sup> Street Mall and Broadway. This expertly staffed Adobe training facility will help Colorado’s software engineers to become more proficient in Adobe AIR, Adobe Flex, ColdFusion, and the other products in the Adobe Enterprise suite, as well as other web development tools and mobile application development. During the training process, On3 provides experienced Flex, AIR, and ColdFusion software developers, consultants and architects to keep clients’ projects on schedule. The three-pronged approach of offering mentoring, consulting and training provides companies with all the elements to grow their own Adobe expertise from within.</p>
<p>“Companies are looking for a way to quickly train their software engineers to become experts without becoming dependant on external consulting firms.” According to the founder and principal consultant, Rob Rusher. “A good way for companies to stretch their software development budgets is by investing in mentoring, training and development. This approach limits the ongoing expense firms incur when using external consultants exclusively, resulting in a <strong>much better return on their investment</strong>. We focus on Adobe Flex, ColdFusion &amp; Adobe Air training because they provide the richest interactive environment.”</p>
<p>On3 is the first and only current Adobe Authorized Training Center in Colorado. This will allow Colorado firms the opportunity to attend local Adobe Flex, ColdFusion, and AIR classes. The training helps drive local innovation to improve Colorado’s ability to compete and grow the Colorado economy. Additionally, Denver is a training and development destination for cost conscious companies who can avoid the relatively high travel expense charged in larger metropolitan areas for Adobe training.</p>
<p>Since 2001, On3 has been providing team-focused consulting and training to help organizations shorten their IT learning curve and master next-generation technologies. On3 focuses on Adobe software design, development and training for rich Internet applications. Beyond incisive and effective teaching, On3 specializes in cultivating long-term, self-sustaining IT practices for organizations. On3’s teamwork driven philosophy and Adobe software development expertise helps organizations build their own Adobe development resources. By using real-world developers who excel as instructors in their Denver, Colorado based Adobe Authorized Training Center, On3 helps companies create a sustainable pipeline of qualified developers, through certified <a href="http://www.On3solutions.com" target="_blank">Adobe Flex, AIR, and ColdFusion classes</a>, who build applications to change the way we work and live.</p>
<p>For more information, please visit <a href="http://www.On3solutions.com" target="_blank">www.On3solutions.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/09/17/on3-denver%e2%80%99s-first-adobe-authorized-training-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to Adobe MAX 2009</title>
		<link>http://www.robrusher.com/2009/09/16/going-to-adobe-max-2009/</link>
		<comments>http://www.robrusher.com/2009/09/16/going-to-adobe-max-2009/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 23:15:33 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[MAX]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=178</guid>
		<description><![CDATA[Register for MAX in Los Angeles.
]]></description>
			<content:encoded><![CDATA[<p><a title="Register for MAX" href="https://max.adobe.com/register/attendees/new?f=rob&amp;l=rusher" target="_blank">Register for MAX</a> in Los Angeles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/09/16/going-to-adobe-max-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FITC Mobile Presentation on iPhone Development</title>
		<link>http://www.robrusher.com/2009/09/13/fitc-mobile-presentation-on-iphone-development/</link>
		<comments>http://www.robrusher.com/2009/09/13/fitc-mobile-presentation-on-iphone-development/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 20:34:40 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[On3]]></category>
		<category><![CDATA[on3solutions.com]]></category>
		<category><![CDATA[Titanium Mobile]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=176</guid>
		<description><![CDATA[Just finished my presentation at FITC Mobile 2009 in Toronto. And it went very well!
I had lots of questions and was able to answer all but one.
The presentation was about building native iPhone applications using JavaScript and HTML instead of Objective-C. I&#8217;m currently using Titanium Mobile to does this.
I&#8217;ve posted a slide share of the [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished my presentation at <a title="FITC Mobile 2009" href="http://www.fitc.ca/events/presentations/presentation.cfm?event=92" target="_blank">FITC Mobile 2009 in Toronto</a>. And it went very well!<br />
I had lots of questions and was able to answer all but one.<br />
The presentation was about building native iPhone applications using JavaScript and HTML instead of Objective-C. I&#8217;m currently using <a title="Titanium Mobile" href="http://www.appcelerator.com/products/titanium-mobile/" target="_blank">Titanium Mobile</a> to does this.<br />
I&#8217;ve posted a slide share of the <a title="Zero to &quot;An App for That&quot; in an Hour" href="http://www.on3solutions.com/events/zero2app/" target="_blank">iPhone development presentation at On3</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/09/13/fitc-mobile-presentation-on-iphone-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex/AS3 Code Quality Tool (PMD)</title>
		<link>http://www.robrusher.com/2009/09/03/adobe-flexas3-code-quality-tool-pmd/</link>
		<comments>http://www.robrusher.com/2009/09/03/adobe-flexas3-code-quality-tool-pmd/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 22:46:31 +0000</pubDate>
		<dc:creator>Rush</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Code Quality]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PMD]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=173</guid>
		<description><![CDATA[Adobe recently released (August 2009) the Flex implementation of PMD tool which is extensively used at J2EE shops for code quality management. FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices.
The Flex PMD tool is locate on the Adobe Open Source Projects site.

http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD
It [...]]]></description>
			<content:encoded><![CDATA[<p><span>Adobe recently released (August 2009) the Flex implementation of <a title="PMD for Java" href="http://pmd.sourceforge.net/" target="_blank">PMD</a> tool which is extensively used at J2EE shops for code quality management. </span>FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices.</p>
<p><span>The <a title="Adobe Flex PMD" href="http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD" target="_blank">Flex PMD tool</a> is locate on the <a title="Adobe Open Source Projects" href="http://opensource.adobe.com" target="_blank">Adobe Open Source Projects site</a>.<br />
</span></p>
<p><a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fopensource%2Eadobe%2Ecom%2Fwiki%2Fdisplay%2Fflexpmd%2FFlexPMD&amp;urlhash=-C7d&amp;_t=tracking_disc" target="_blank">http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD</a></p>
<p>It is available as an ANT task, command line and Mac OSX Automator.</p>
<p>And before you ask, no, there isn&#8217;t an Eclipse plugin&#8230; yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/2009/09/03/adobe-flexas3-code-quality-tool-pmd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
