<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Mike Orth - Booya!</title>
	<link>http://mikeorth.com</link>
	<description>Flex, Actionscript</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:08:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>[RemoteClass] must specify alias</title>
		<description>Most metadata tags in Flex have default property values.  For example, the following are equivalent:

[Embed(source="/path/img.png")]
[Embed("/path/img.png")]

However, when using RemoteClass, even though it only has 1 possible parameter ("alias"), it still requires that you specify the property name as follows:
// Correct:
[RemoteClass(alias="com.myDTO")]

// NOT correct:
[RemoteClass("com.myDTO")]

 </description>
		<link>http://mikeorth.com/2011/remoteclass-must-specify-alias</link>
			</item>
	<item>
		<title>Monster Debugger</title>
		<description>This is a fantastic external debugger for Flex/Flash applications.  The primary thing I love is being able to change properties at run time, and being able to execute methods.

Grab it here, it's free: Monster Debugger </description>
		<link>http://mikeorth.com/2011/monster-debugger</link>
			</item>
	<item>
		<title>Slider Increment &#8211; snapInterval</title>
		<description>For future reference, trying to remember what the property name was for the interval or step size for a slider.  The property is named "snapInterval" </description>
		<link>http://mikeorth.com/2010/slider-increment-snapinterval</link>
			</item>
	<item>
		<title>Targeting the Right Component for Transitions</title>
		<description>When doing any state transitions, you have to be sure to specify the intended target.  For instance, recently I was debugging some client code to see why a fade wasn't working.  It turned out that the target was set to the parent group instead of each specific component.

	
		

 </description>
		<link>http://mikeorth.com/2010/targeting-the-right-component-for-transitions</link>
			</item>
	<item>
		<title>Flex Formatter</title>
		<description>After moving from projects that religiously used FlexFormatter to one that didn't, I realized just how nice this plugin is.  If by chance you haven't heard of it, FlexFormatter is an eclipse plugin that will format spaces, tabs, declarations, reorder properties & functions, indent, and lots more.

To install, use ...</description>
		<link>http://mikeorth.com/2010/flex-formatter</link>
			</item>
	<item>
		<title>MikeOrthLib updated</title>
		<description>I added a lot of new custom Flex components to my library, MikeOrthLib.  It includes a PagedDataGrid control, some handy popup base classes, and other utility components.


Check out the example application (work in progress).

Visit the project home page. </description>
		<link>http://mikeorth.com/2010/mikeorthlib-updated</link>
			</item>
	<item>
		<title>Increase Memory in Flash Builder / Eclipse for Mac OS</title>
		<description>If you ever get the eclipse "Out of Memory" error, then you need to increase the default memory size.  It's relatively easy, but you have to know where to look.

In your eclipse install folder, right click on the Eclipse launcher and choose "Show Package Contents".  Then navigate to ...</description>
		<link>http://mikeorth.com/2010/28</link>
			</item>
	<item>
		<title>360&#124;Flex San Jose</title>
		<description>I just got back from 360&#124;Flex conference in San Jose.  I got to meet a lot of cool people, as well as put faces to several fellow Universal Mind guys.  At past 360s, you had to search to find someone with a PC because it was overwhelmingly Macs, ...</description>
		<link>http://mikeorth.com/2010/360flex-san-jose</link>
			</item>
	<item>
		<title>Playing with 3D Rotation in Flex 4</title>
		<description>I wanted to experiment with the new 3D features in Flex 4 Gumbo, so I made this simple rotate demo.  Your mouse controls the rotation of the paw.  I used the new functionality of AnimateFilter & SimpleMotionPath for the 'info' button effects and when clicking the paw.  ...</description>
		<link>http://mikeorth.com/2009/playing-with-3d-rotation-in-flex-4</link>
			</item>
	<item>
		<title>Skinning Flex 4 slides, Uber-Basic Example Button Skin</title>
		<description>Here are my slides from Flex Flash Camp along with an uber-basic example button skin that shows a quick breakdown of a Spark Skin.  Great for those who haven't had time yet to really peer into Flex 4 skins.  Look for more advanced skinning topics soon.

Flex 4 Skinning ...</description>
		<link>http://mikeorth.com/2009/skinning-flex-4-slides-uber-basic-example-button-skin</link>
			</item>
</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Google Tracking Code</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>

<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>

<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4604733-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>  
</body>
</html>

