<?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>UX software junkie</description>
	<lastBuildDate>Tue, 22 Jan 2013 18:42:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Offshore Developers Irony</title>
		<link>http://www.robrusher.com/offshore-developers-irony/</link>
		<comments>http://www.robrusher.com/offshore-developers-irony/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 18:19:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[offshore]]></category>

		<guid isPermaLink="false">http://www.robrusher.com/?p=490</guid>
		<description><![CDATA[<p><p><strong>It&#8217;s funny how a once brilliant idea can often turnaround and bite you.</strong></p>
<p>Take off-shoring IT roles. What a brilliant idea! We can cut our costs on junior developers and only hire the senior/architect level guys for planning and oversight.&#8230;</p></p><p>The post <a href="http://www.robrusher.com/offshore-developers-irony/">Offshore Developers Irony</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><strong>It&#8217;s funny how a once brilliant idea can often turnaround and bite you.</strong></p>
<p>Take off-shoring IT roles. What a brilliant idea! We can cut our costs on junior developers and only hire the senior/architect level guys for planning and oversight.</p>
<p>That is, until your senior guys leave and there are no junior level guys gaining the valuable experience needed to be a senior level architect. Now what are you going to do genius?!</p>
<p>This is exactly what is happening in the UK according to some research written in <a title="Offshoring has fueled IT skills crisis, say UK firms" href="http://www.techrepublic.com/blog/european-technology/offshoring-has-fuelled-it-skills-crisis-say-uk-firms/1472">this article by Nick Heath</a>.</p>
<p>So, if you think its tough to find quality development resources now&#8230; brace yourself.</p>
<p>The post <a href="http://www.robrusher.com/offshore-developers-irony/">Offshore Developers Irony</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/offshore-developers-irony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML6 is the only way to do things!</title>
		<link>http://www.robrusher.com/html6-is-the-only-way-to-do-things/</link>
		<comments>http://www.robrusher.com/html6-is-the-only-way-to-do-things/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 22:44:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[HTML6]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=477</guid>
		<description><![CDATA[<p><p>This post is an email from a forum with which I subscribe. All I can say is, I could not agree more! Thanks John.</p>
<p>&#8220;I’m sorry but HTML5 isn’t actually an official standard yet and therefore it is impossible for &#8230;</p></p><p>The post <a href="http://www.robrusher.com/html6-is-the-only-way-to-do-things/">HTML6 is the only way to do things!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>This post is an email from a forum with which I subscribe. All I can say is, I could not agree more! Thanks John.</p>
<p>&#8220;I’m sorry but HTML5 isn’t actually an official standard yet and therefore it is impossible for <strong>any</strong> browser (even the most modern ones) to be compliant with it!</p>
<p>HTML5 absolutely does <strong>NOT</strong> offer all of the features of Flex. Flex (hosted in Flash Player or AIR) was a truly object oriented language that would allow someone to write code <em>once</em> and deploy to <em>many</em> devices and browsers in a pixel perfect way with little or no compatibility issues.</p>
<p>HTML5 + JavaScript has none of the above properties. Yes, people have faked object oriented like features with hundreds of KBs of JavaScript that you have to load on every page but in my opinion that is bending a technology further than it was meant to go. And yes, people have also built hundreds of KBs of &#8220;polyfill&#8221; JavaScript libraries but they only support certain brands / versions of browsers to a point (plus you have to load so much stuff so performance will be impacted).</p>
<p>HTML5 is landing us right back into the browser hell of the late 90’s / early 00’s where most of your code was concerned with detecting the browser and working around each of their little quirks (or just simply making it clear that certain browsers aren’t supported).</p>
<p>Even taking into account that the HTML version of Workspace is still in pre-release stage, you’d have to admit that you cannot open the application in Chrome, Safari, FireFox and IE9 and get the exact same user experience in all 4 browsers &#8211; conversely, you can open the Flex based Workspace in any of those browsers and you are unlikely to notice a difference. Moreover, you can open the Flex based Workspace in IE6 &amp; IE7 with no troubles at all&#8230;you cannot even get past the login screen in the HTML version of Workspace using those browsers. As our current client requires us to support IE7, we have had to build our own HTML Workspace application using &#8220;traditional&#8221; HTML4 technologies.</p>
<p>Eventually HTML5 will become a standard and every browser will implement it in its own way with its own quirks that will &#8211; one day &#8211; hopefully converge into a manageable set of known issues that can be easily worked around. Then all we need to do is wait for everyone to get rid of their legacy browsers and we’ll be fine&#8230;by which point people will start saying that HTML6 is the only way to do things!</p>
<p>Oh well&#8230;at least it keeps us all in a job I suppose.&#8221;</p>
<p>-John Nesbitt</p>
<p>&nbsp;</p>
<p>Thanks again John, I enjoyed your rant. <img src='http://www.robrusher.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The post <a href="http://www.robrusher.com/html6-is-the-only-way-to-do-things/">HTML6 is the only way to do things!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/html6-is-the-only-way-to-do-things/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What do you want from Flash Builder 4.7?</title>
		<link>http://www.robrusher.com/what-do-you-want-from-flash-builder-4-7/</link>
		<comments>http://www.robrusher.com/what-do-you-want-from-flash-builder-4-7/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 20:14:01 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=448</guid>
		<description><![CDATA[<p><p>As a long-time Flex developer, I&#8217;ve used several different IDEs for development. I have to say, I always find myself going back to Flash Builder. Sure, it&#8217;s an Eclipse plug-in, but it just does some much&#8230; I can resist.</p>
<p>On &#8230;</p></p><p>The post <a href="http://www.robrusher.com/what-do-you-want-from-flash-builder-4-7/">What do you want from Flash Builder 4.7?</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>As a long-time Flex developer, I&#8217;ve used several different IDEs for development. I have to say, I always find myself going back to Flash Builder. Sure, it&#8217;s an Eclipse plug-in, but it just does some much&#8230; I can resist.</p>
<p>On Tuesday, Adobe <a title="Enabling the web and app development with new bleeding edge technology" href="http://blogs.adobe.com/flashplayer/2012/08/flash-player-11-4-and-air-3-4.html" target="_blank">announced Flash Player 11.4 and AIR 3.4 along with Flash Builder 4.7</a>. I&#8217;m excited to hear about some of the additions (and a subtraction) to the upcoming version of <a title="Adobe Flash Builder" href="https://www.adobe.com/products/flash-builder-family.html" target="_blank">Flash Builder</a> by Adobe.</p>
<h2>Here are some of the new features you can expect to see in 4.7:</h2>
<p>First, the long awaited <strong>64-Bit Support</strong> has finally arrived in Flash Builder 4.7.</p>
<p>It will also integrate the next generation compiler, <strong>Falcon</strong>, into the IDE.</p>
<div class="list arrow blue">
<ul>
<li>Falcon will greatly improve the build process and is faster</li>
</ul>
</div>
<p>There has always been a multiplicity of shortcuts built into flash Builder, like <em>&#8220;fore&#8221; ctrl-space</em> to insert a &#8220;for each&#8221; block or <em>ctrl-o</em> to jump to an object/method definition. Well, Adobe has added more to improve productivity.<br />
<div class="list arrow blue">
<ul>
<li>Improved organize imports (<em>ctrl-shift-o</em>)</li>
<li>Assign a parameter to a new or existing field</li>
<li>Convert a local var to a parameter</li>
<li>Create a new local var with a cast type</li>
<li>Shortcut for adding else/else-if/catch/finally blocks</li>
<li>Convert an anonymous function to a named function</li>
<li>Replace conditional with &#8220;if-else&#8221;</li>
<li>Real-time error highlighting using Falcon compiler</li>
</ul>
</div><br />
Remember how you used to have to create a Flex Library Project to create an AS library? Not anymore. They&#8217;ve added the ability to create an <strong>ActionScript Library Project</strong>.<img class="size-medium wp-image-450 aligncenter" style="margin-top: 8px; margin-bottom: 8px;" title="ASLibraryProject" src="http://robrusher.com/wp-content/ASLibraryProject-300x187.png" alt="" width="300" height="187" /></p>
<p><a href="http://incubator.apache.org/flex/"><img class="size-full wp-image-453 alignnone" style="margin: 8px;" title="flex-50x26" src="http://robrusher.com/wp-content/flex-50x26.png" alt="" width="50" height="26" /></a><strong>Apache Flex SDK</strong> integration.</p>
<p>Flash Player 11.4 adds the new <strong>ActionScript Concurrency</strong> (ActionScript workers) feature which is also integrated into Flash Builder. Each worker is a SWF and handled for you by Flash Builder 4.7. This will be great for mobile games and enterprise apps.<br />
<img class="size-medium wp-image-451 aligncenter" style="margin-top: 8px; margin-bottom: 8px;" title="ASWorkers" src="http://robrusher.com/wp-content/ASWorkers-300x211.png" alt="" width="300" height="211" /></p>
<p>If you&#8217;re targeting Apple iOS, you&#8217;ll love the new <strong>on-device (USB) and simulator testing and debugging</strong> support.</p>
<p>They added the ability to <strong>configure multiple build targets</strong> for multi-screen projects.</p>
<p>There is new support for <strong>customizing arguments to the ADT and ADL</strong>.</p>
<p>The new version, 4.7, will have <strong>one thing missing</strong> that you most likely will not miss. <strong>Design View</strong>.<br />
<img class="aligncenter" style="margin-top: 8px; margin-bottom: 8px;" title="FBDesignView" src="http://robrusher.com/wp-content/FBDesignView-300x224.png" alt="" width="300" height="224" /></p>
<h2>Looking forward to the release!</h2>
<p>The post <a href="http://www.robrusher.com/what-do-you-want-from-flash-builder-4-7/">What do you want from Flash Builder 4.7?</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/what-do-you-want-from-flash-builder-4-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google IO 2012</title>
		<link>http://www.robrusher.com/google-io-2012/</link>
		<comments>http://www.robrusher.com/google-io-2012/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 15:10:57 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=443</guid>
		<description><![CDATA[<p><p><iframe src="https://developers.google.com/events/announce/googleio2012/?announcements=on&#038;feedheight=300&#038;barcolor=%233D88F3&#038;linkcolor=%23205AAF&#038;width=640&#038;height=410" style="border:0;box-shadow:0 0px 20px #888;-webkit-box-shadow:0 0px 20px #888;-khtml-box-shadow:0 0px 20px #888;-moz-box-shadow:0 0px 20px #888;-ms-box-shadow:0 0px 20px #888;-o-box-shadow:0 0px 20px #888;width:640px;height:710px"></iframe>&#8230;</p></p><p>The post <a href="http://www.robrusher.com/google-io-2012/">Google IO 2012</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="https://developers.google.com/events/announce/googleio2012/?announcements=on&#038;feedheight=300&#038;barcolor=%233D88F3&#038;linkcolor=%23205AAF&#038;width=640&#038;height=410" style="border:0;box-shadow:0 0px 20px #888;-webkit-box-shadow:0 0px 20px #888;-khtml-box-shadow:0 0px 20px #888;-moz-box-shadow:0 0px 20px #888;-ms-box-shadow:0 0px 20px #888;-o-box-shadow:0 0px 20px #888;width:640px;height:710px"></iframe></p>
<p>The post <a href="http://www.robrusher.com/google-io-2012/">Google IO 2012</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/google-io-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Enterprise mobile apps suck!</title>
		<link>http://www.robrusher.com/most-enterprise-mobile-apps-suck/</link>
		<comments>http://www.robrusher.com/most-enterprise-mobile-apps-suck/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 17:37:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[BYOD]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[On3]]></category>
		<category><![CDATA[on3solutions.com]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=437</guid>
		<description><![CDATA[<p><p>The market, and need, for enterprise mobile applications is skyrocketing. However, most enterprise mobile applications  that are available are not meeting the core  enterprise needs, according to <a title="Research2Guidance" href="http://www.research2guidance.com/enterprise-mobile-apps-200.000-in-stores-but-only-14-address-core-enterprise-needs/" target="_blank">research2guidance</a>.</p>
<p>Although I don&#8217;t dispute Daianna&#8217;s research, I would add that many &#8230;</p></p><p>The post <a href="http://www.robrusher.com/most-enterprise-mobile-apps-suck/">Most Enterprise mobile apps suck!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The market, and need, for enterprise mobile applications is skyrocketing. However, most enterprise mobile applications  that are available are not meeting the core  enterprise needs, according to <a title="Research2Guidance" href="http://www.research2guidance.com/enterprise-mobile-apps-200.000-in-stores-but-only-14-address-core-enterprise-needs/" target="_blank">research2guidance</a>.</p>
<div class="styledbox shadow top  row" ><div class="boxcontent shadow">&#8220;Following the successful adoption of customer-focused mobile applications, companies are increasingly deploying mobile apps to connect to partners and employees. Companies are mainly sourcing these apps through internal or external app development projects. Nonetheless, both established enterprise software vendors and emerging, mobile only vendors have been targeting this market segment by publishing “off the shelf” enterprise mobile apps and making them available on main public app stores. As a consequence, the number of enterprise-relevant apps has doubled from 100.000 to 200.000 over the past 12 months (Q1 2011 to Q1 2012), but as research2guidance has found only 14% of those address core enterprise needs.&#8221; Daianna Bassi<div class="clear"></div></div></div>
<p>Although I don&#8217;t dispute Daianna&#8217;s research, I would add that many corporations already know this and have been seeking out custom software companies, like <a title="On3 Enterprise Mobile Apps that focus on User Experience" href="http://www.on3solutions.com" target="_blank">On3</a>, to help them build enterprise mobile applications that focus on their business. More importantly, these applications are being build to work across platforms due to the acceptance of the <a title="Bring Your Own Device (BYOD) Acceptance" href="http://www.zdnet.com/blog/btl/bring-your-own-device-movement-by-the-numbers/79506" target="_blank">BYOD movement</a> in corporations.</p>
<p>Custom enterprise mobile and desktop applications are the best way to optimize ROI because they focus specifically on the business needs and have optimized usability to better suit those needs.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.robrusher.com/most-enterprise-mobile-apps-suck/">Most Enterprise mobile apps suck!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/most-enterprise-mobile-apps-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No one is moving from Flex to HTML5</title>
		<link>http://www.robrusher.com/no-one-is-moving-from-flex-to-html5/</link>
		<comments>http://www.robrusher.com/no-one-is-moving-from-flex-to-html5/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 17:35:55 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Apache Flex]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[future of Flex]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=356</guid>
		<description><![CDATA[<p><h1>UPDATE:</h1>
<p>You can&#8217;t make this stuff up. Someone sent me a couple of great graphics supporting my assertion. So please respond with anything that supports the contrary.</p>
<p><strong>Update:</strong></p>
<p>After getting a little splashback from some of my friends and colleagues, &#8230;</p></p><p>The post <a href="http://www.robrusher.com/no-one-is-moving-from-flex-to-html5/">No one is moving from Flex to HTML5</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<h1>UPDATE:</h1>
<p>You can&#8217;t make this stuff up. Someone sent me a couple of great graphics supporting my assertion. So please respond with anything that supports the contrary.</p>
<p><strong>Update:</strong></p>
<p>After getting a little splashback from some of my friends and colleagues, I thought that I&#8217;d add a little supporting evidence to my assertions.</p>
<p><strong>&#8220;Moving&#8221; to HTML5 at this point is senseless gambling.</strong></p>
<p>I’m not just blowing smoke up your pipe here either. Open your browsers to <a title="HTML5 Browser Support Test" href="http://html5test.com" target="_blank">HTML5test.com</a> and see for yourself. Come on&#8230; go ahead and do it!</p>
<p>The HTML5 support score on latest Windows 7 browsers that I have: IE 138; FF 330; Chrome 400. And then on the Mac OSX 10.6 that I have; Safari 319; FF 340; Chrome 400. That makes Chrome our top student with a whopping 80%. And I&#8217;m what many would call an &#8220;Advanced User.&#8221; Expect less from the general public.</p>
<p>Last I checked, <strong>80% was a low &#8220;B-&#8221;</strong>. And with over <strong>50% of</strong> the browser usage coming from <strong>browsers</strong> that <strong>have failing scores</strong>, you can see why I would not recommend HTML5 except in specific edge cases. <em>And you thought IE6 was bad!</em> (Browser stats from <a title="w3schools browser usage statistics" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">w3schools.com</a>)</p>
<p>As a mobile or web developer, <strong>adding HTML5 to your list of skills is imperative</strong>. But with the severe lack of consistent support, moving an enterprise development project to <strong>HTML5 now is purely experimental</strong> or an exercise in ego.</p>
<p>If you think I&#8217;m wrong, please provide supporting evidence and I&#8217;ll gladly educate myself.</p>
<hr />
<p>&nbsp;</p>
<h1>Original Post:</h1>
<p><img class="alignright size-full wp-image-386" title="chair-150x150" src="http://robrusher.com/wp-content/chair-150x150.jpg" alt="" width="150" height="150" /></p>
<p>The fear, uncertainty and doubt (FUD) is being slung around by profiteers like folding chairs at a <a title="World Westling Entertainment" href="http://www.wwe.com/" target="_blank">WWE</a> event. The haters are still being haters. Nothing new there. But now I see JavaScript companies&#8217; desperate pleas for <a title="Flex development " href="http://www.on3solutions.com/software-development/flex-developers/" target="_blank">Flex developers</a> to start using their <a title="HTML5 Development" href="http://www.on3solutions.com/software-development/html5-developers/" target="_blank">HTML5</a> software.<br />
The context is all wrong here.  Very, very few Flex developers have shifted, moved, changed over, or whatever you want to call it&#8230; to <a title="HTML5 Development" href="http://www.on3solutions.com/software-development/html5-developers/" target="_blank">HTML5</a> (or anything else JS-based.)</p>
<p>&nbsp;</p>
<h2>There is not a move to HTML5</h2>
<p>I will go as far as to say that there is not a move to <a title="HTML5 Development" href="http://www.on3solutions.com/software-development/html5-developers/" target="_blank">HTML5</a>. The simple fact is that, <strong>developers are being developers</strong>. No matter the background, we are always trying to broadening our skill sets. This includes <a title="HTML5 Development" href="http://www.on3solutions.com/software-development/html5-developers/" target="_blank">HTML5</a> since it started showing up a few years ago. For anyone to imply, or state outright, that there is some mass exodus from <a title="Flex development " href="http://www.on3solutions.com/software-development/flex-developers/" target="_blank">Flex</a> is completely false!</p>
<p>The reality is still the same, Flash Player is still the most consistent cross-browser, cross-OS, and cross-device platform for software development.</p>
<p>It doesn&#8217;t matter if you are building business software or games, with one technology you are able to build for the desktop, Internet Explorer, Chrome, Firefox, Safari, <a title="Android development" href="http://www.on3solutions.com/software-development/android-developer/" target="_blank">Android</a>, <a title="iPad developer" href="http://www.on3solutions.com/software-development/ipad-developer/" target="_blank">iPad</a>, <a title="iPhone development" href="http://www.on3solutions.com/software-development/iphone-development/" target="_blank">iPhone</a>, Blackberry and Internet TVs.</p>
<p><a href="http://robrusher.com/wp-content/headache.jpg"><img class="alignleft size-full wp-image-422" title="headache" src="http://robrusher.com/wp-content/headache.jpg" alt="" width="250" height="201" /></a>What most haters fail to realize is how nice it is to go through your bug list and not find ANY bugs that are browser/platform specific. <strong>The only bugs I have, are actual bugs that I can fix.</strong> Not browser support related issues that you have no control over. For the first time in years I had to deal with browser specific issue when our <a title="On3 User Experience Design Agency" href="http://www.on3solutions.com/" target="_blank">On3</a> client embedded the application in a <a title="JavaServer Faces" href="http://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html" target="_blank">JSF</a>, <a title="JavaServer Pages Standard Tag Library" href="http://www.oracle.com/technetwork/java/jstl-137486.html" target="_blank">JSTL</a>, <a title="Oracle Application Development Framework" href="http://www.oracle.com/technetwork/developer-tools/adf/overview/index.html" target="_blank">ADF</a> container. It reminded me of how good I have it. I don&#8217;t have to deal with this headache on a daily basis. In fact, it was one of the complete joys that drove me from building <a title="DHTML is what makes AJAX and HTML5 work" href="http://en.wikipedia.org/wiki/Dynamic_HTML" target="_blank">DHMTL</a> development to Flex development.</p>
<p>So, the next time someone says, &#8220;Flex is dead&#8221; or &#8220;Everyone is moving to <em>&lt;insert tech here&gt;,</em>&#8221; take it with a grain of salt. In all likely hood, they have a hidden agenda.</p>
<p>&nbsp;</p>
<p>Thank you Moai for this great graphic on the <a title="HTML5 Hype vs. Reality" href="http://getmoai.com/images/banners/mobilegaming-html5-vs-alternatives-011112-moai.jpg">HTML5 Hype vs. Reality</a>.</p>
<p><a href="http://robrusher.com/wp-content/mobilegaming-html5-vs-alternatives-011112-moai.jpg"><img class="alignnone size-full wp-image-433" title="mobilegaming-html5-vs-alternatives-011112-moai" src="http://robrusher.com/wp-content/mobilegaming-html5-vs-alternatives-011112-moai.jpg" alt="" width="720" height="3699" /></a></p>
<p>The post <a href="http://www.robrusher.com/no-one-is-moving-from-flex-to-html5/">No one is moving from Flex to HTML5</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/no-one-is-moving-from-flex-to-html5/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why My Tweets are Better than Yours</title>
		<link>http://www.robrusher.com/5-reasons-why-my-tweets-are-better-than-yours/</link>
		<comments>http://www.robrusher.com/5-reasons-why-my-tweets-are-better-than-yours/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 18:10:16 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=338</guid>
		<description><![CDATA[<p><h1><a title="Twitter" href="http://www.twitter.com" target="_blank"><img class="alignright" title="Twitter" src="https://si0.twimg.com/a/1333470865/images/logos/full_logo_blue.png" alt="" width="200" height="37" /></a>Writing good tweets is an art form.</h1>
<p>Some tweeters use &#8220;<a title="25 Most Controversial Tweets" href="http://www.complex.com/tech/2011/08/the-25-most-controversial-tweets-of-summer-2011" target="_blank">Shock &#8216;n Awe</a>&#8221; and others <a href="http://www.happyplace.com/12867/the-50-funniest-tweets-of-2011" target="_blank">use humor</a> (that&#8217;s humour for my Canadian friends.)</p>
<p><em>OT: Should I call them &#8220;tweeters&#8221; or &#8220;twits&#8221;?</em></p>
<p>Never mind, let&#8217;s talk about some of &#8230;</p></p><p>The post <a href="http://www.robrusher.com/5-reasons-why-my-tweets-are-better-than-yours/">5 Reasons Why My Tweets are Better than Yours</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<h1><a title="Twitter" href="http://www.twitter.com" target="_blank"><img class="alignright" title="Twitter" src="https://si0.twimg.com/a/1333470865/images/logos/full_logo_blue.png" alt="" width="200" height="37" /></a>Writing good tweets is an art form.</h1>
<p>Some tweeters use &#8220;<a title="25 Most Controversial Tweets" href="http://www.complex.com/tech/2011/08/the-25-most-controversial-tweets-of-summer-2011" target="_blank">Shock &#8216;n Awe</a>&#8221; and others <a href="http://www.happyplace.com/12867/the-50-funniest-tweets-of-2011" target="_blank">use humor</a> (that&#8217;s humour for my Canadian friends.)</p>
<p><em>OT: Should I call them &#8220;tweeters&#8221; or &#8220;twits&#8221;?</em></p>
<p>Never mind, let&#8217;s talk about some of the things you can do to make the most of Twitter.<br />
Just like the subject line to an email, each tweet should get to the point very quickly. In fact, many of us read email in the same way we read tweets (only the first 140 characters.)</p>
<p>Lets face it, if you&#8217;re not Lady Gaga or Justin Bieber, getting a bunch of people interested in what you have to say doesn&#8217;t come easy. But with a little advice on the subtlety of tweeting, you can grow your followers with fellow twits that are actually interested in what you have to say.</p>
<h3>Here are 5 things you can do to get more followers that matter:</h3>
<div class="list check grey">
<ul>
<li><strong>RTability:</strong> Limit your characters to 120 to make retweets (RTs) easier</li>
<li><strong>Hashtags are themes:</strong> Have a theme or three that you tweet about regularly because people follow you based on like interests</li>
<li><strong>Relevance is key:</strong> Be helpful or controversial or witty</li>
<li><strong>Link Interest:</strong> Tweets with links should tease or pose a question that promotes the follower to click the link</li>
<li><strong>Before you hit send:</strong> Review the tweet for better or fewer words</li>
</ul>
</div><br />
Get more advice on twitter:</p>
<p><a class="twitter-follow-button" href="https://twitter.com/robrusher">PCMag Article &#8220;How to Get More Twitter Followers &#8211; The Right Way&#8221;<br />
<img class="alignnone" title="Follow me on twitter" src="https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcQW5oQr7u4wEjmlmbuevzjXZgkqx0SHDg781ItLUuxPt7aBx-Yl" alt="" width="261" height="193" /></a></p>
<p>The post <a href="http://www.robrusher.com/5-reasons-why-my-tweets-are-better-than-yours/">5 Reasons Why My Tweets are Better than Yours</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/5-reasons-why-my-tweets-are-better-than-yours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player licensing doesn&#8217;t apply to you!</title>
		<link>http://www.robrusher.com/adobe-flash-player-licensing/</link>
		<comments>http://www.robrusher.com/adobe-flash-player-licensing/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 16:08:06 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[dead]]></category>
		<category><![CDATA[domain memory]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[game developer]]></category>
		<category><![CDATA[gamer]]></category>
		<category><![CDATA[Stage3D]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=339</guid>
		<description><![CDATA[<p><p><img class="alignright" title="Chinese Whispers" src="http://www.cartoonstock.com/newscartoons/cartoonists/for/lowres/forn31l.jpg" alt="" width="361" height="400" />Let me start with the punch line: <strong><span style="color: #ff0000;"><em>Adobe&#8217;s announcement only applies to browser-based applications that use domain memory IN COMBINATION WITH hardware accelerated Stage3D in Flash Player</em></span></strong></p>
<p>If you don&#8217;t know what these features are, this announcement does not effect you.&#8230;</p></p><p>The post <a href="http://www.robrusher.com/adobe-flash-player-licensing/">Adobe Flash Player licensing doesn&#8217;t apply to you!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" title="Chinese Whispers" src="http://www.cartoonstock.com/newscartoons/cartoonists/for/lowres/forn31l.jpg" alt="" width="361" height="400" />Let me start with the punch line: <strong><span style="color: #ff0000;"><em>Adobe&#8217;s announcement only applies to browser-based applications that use domain memory IN COMBINATION WITH hardware accelerated Stage3D in Flash Player</em></span></strong></p>
<p>If you don&#8217;t know what these features are, this announcement does not effect you.</p>
<div class="button-wrap  "><div class="blue button "><a href="http://www.adobe.com/devnet/flashplayer/articles/premium-features.html" target="_blank">Read the official announcement</a></div></div>
<p>It&#8217;s funny to me how a simple statement gets construed when passed on to even one person. This phenomenon is called  Chinese Whispers. Unfortunately, in our fast paced world, we don&#8217;t actually pay attention enough to prevent this from happening nor the erroneous blow back regarding the Chinese Whispers. As many of you know, I work with several Adobe products. So I follow them closely and hopefully understand their direction better than most. So let&#8217;s clear this up.</p>
<p>Yesterday, Adobe announced that they are adding a licensing component to 2 specific features of Flash Player for developers.</p>
<p>This <strong>does not</strong> effect you if:</p>
<div class="list check blue">
<ul>
<li>You create anything using Adobe AIR including the use of Stage3D and domain memory</li>
<li>You create anything for mobile devices using Adobe AIR including the use of Stage3D and domain memory</li>
<li>You create anything for the browser in Flash Player that use Stage3D</li>
<li>You create anything for the browser in Flash Player that use domain memory</li>
</ul>
</div>
<p><strong>This only effects you if:</strong></p>
<div class="list arrow blue">
<ul>
<li>You create browser-based applications that use domain memory<strong> in combination with</strong> hardware accelerated Stage3D in Flash Player <strong>AND </strong>the revenue for the application is $50,000 or higher</li>
</ul>
</div>
<p>The licencing is very clear that it is for two (2) specific features used in combination that are most likely to be used by game developers. The features are domain memory and hardware accelerated Stage3D.</p>
<p>It is important to note that games and applications using either hardware-accelerated Stage3d <strong>OR</strong> domain memory individually <strong>do not</strong> require a license.</p>
<p>Game developers, before you get all WoW on Adobe, be sure to read the whole announcement and make sure that it does apply to you. And if it does apply to you&#8230; congratulations of creating a successful game!</p>
<p>The post <a href="http://www.robrusher.com/adobe-flash-player-licensing/">Adobe Flash Player licensing doesn&#8217;t apply to you!</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/adobe-flash-player-licensing/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Video from 360&#124;Flex 2011 on Flex Localization with BabelFx</title>
		<link>http://www.robrusher.com/video-from-360flex-2011-on-flex-localization-with-babelfx/</link>
		<comments>http://www.robrusher.com/video-from-360flex-2011-on-flex-localization-with-babelfx/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 17:50:38 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[360|Flex]]></category>
		<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[BabelFx]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=320</guid>
		<description><![CDATA[<p><p>One of my presentations on <a title="Pain Free Flex Localization" href="http://zaa.tv/2012/01/360flex-denver-2011-pain-free-flex-localization/" target="_blank">Flex Localization with BabelFx</a> was recorded at <a href="http://www.360flex.com" target="_blank">360&#124;Flex</a> in 2011. <a href="http://www.zaa.tv" target="_blank">Zaa.tv</a> recorded a bunch of the sessions at this event and they have recently posted the videos for free.<br />
So if you missed 360&#124;Flex, you &#8230;</p></p><p>The post <a href="http://www.robrusher.com/video-from-360flex-2011-on-flex-localization-with-babelfx/">Video from 360|Flex 2011 on Flex Localization with BabelFx</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>One of my presentations on <a title="Pain Free Flex Localization" href="http://zaa.tv/2012/01/360flex-denver-2011-pain-free-flex-localization/" target="_blank">Flex Localization with BabelFx</a> was recorded at <a href="http://www.360flex.com" target="_blank">360|Flex</a> in 2011. <a href="http://www.zaa.tv" target="_blank">Zaa.tv</a> recorded a bunch of the sessions at this event and they have recently posted the videos for free.<br />
So if you missed 360|Flex, you will find several of the presentation (including mine) very helpful in your quest for mastering Apache Flex development.</p>
<p>The post <a href="http://www.robrusher.com/video-from-360flex-2011-on-flex-localization-with-babelfx/">Video from 360|Flex 2011 on Flex Localization with BabelFx</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/video-from-360flex-2011-on-flex-localization-with-babelfx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for submitting to &#8220;Call for Papers&#8221;</title>
		<link>http://www.robrusher.com/tips-for-submitting-to-call-for-papers/</link>
		<comments>http://www.robrusher.com/tips-for-submitting-to-call-for-papers/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 05:22:53 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Best Practise]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://robrusher.com/?p=330</guid>
		<description><![CDATA[<p><p>I often get asked, &#8220;How did you get to where you are?&#8221; To which I respond, &#8220;Mediocrity?&#8221;</p>
<p>The real answer&#8230; public speaking, community involvement, not sucking at what I do and genuinely enjoying my work.</p>
<p>Now, I can&#8217;t help you &#8230;</p></p><p>The post <a href="http://www.robrusher.com/tips-for-submitting-to-call-for-papers/">Tips for submitting to &#8220;Call for Papers&#8221;</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I often get asked, &#8220;How did you get to where you are?&#8221; To which I respond, &#8220;Mediocrity?&#8221;</p>
<p>The real answer&#8230; public speaking, community involvement, not sucking at what I do and genuinely enjoying my work.</p>
<p>Now, I can&#8217;t help you with all these topics. But I can give you some advice on getting start with being recognized. Start submitting to speak at conferences. Conference organizers love new faces. Start with smaller conferences and user groups to build your skill.</p>
<p>Here are a few tips you should find helpful when submitting:</p>
<ul>
<li>Be authentic! Your peers need real-world scenarios they can use. Give original presentation ideas that focus on knowledge transfer, with engaging and relevant examples.</li>
</ul>
<ul>
<li>Include as much detail about the planned presentation as possible. The more they know about what you plan to present and why it matters, the better.</li>
</ul>
<ul>
<li>Keep it free of marketing.</li>
</ul>
<ul>
<li>Keep the audience in mind: they’re forward-minded, professional, and already pretty smart.</li>
</ul>
<ul>
<li>Clearly identify the level of the talk: is it for beginners to the topic, or for gurus? What knowledge should people have when they come to the presentation?</li>
</ul>
<ul>
<li>Give it a simple and straightforward title or name—fancy and clever titles or descriptions make it harder for people (committee and attendees) to figure out what you’re really talking about.</li>
</ul>
<ul>
<li>Limit the scope of the talk: Pick a useful aspect, or a particular technique, or walk through a simple program.</li>
</ul>
<ul>
<li>Explain why people will want to attend: Is the framework gaining traction? Is the app critical to modern systems? Will they learn how to deploy it, program it, or just what it is?</li>
</ul>
<p>To be honest, I don&#8217;t always follow my own advice. But I do try to stick close to it.</p>
<p>Good luck and let me know if you get accepted to speak somewhere. <img src='http://www.robrusher.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The post <a href="http://www.robrusher.com/tips-for-submitting-to-call-for-papers/">Tips for submitting to &#8220;Call for Papers&#8221;</a> appeared first on <a href="http://www.robrusher.com">in a rush</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robrusher.com/tips-for-submitting-to-call-for-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
