<?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>Mike Orth - Booya! &#187; Cool Stuff</title>
	<atom:link href="http://mikeorth.com/category/cool-stuff/feed" rel="self" type="application/rss+xml" />
	<link>http://mikeorth.com</link>
	<description>Flex, Actionscript</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:08:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monster Debugger</title>
		<link>http://mikeorth.com/2011/monster-debugger</link>
		<comments>http://mikeorth.com/2011/monster-debugger#comments</comments>
		<pubDate>Thu, 25 Aug 2011 14:52:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[debug]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=62</guid>
		<description><![CDATA[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&#8217;s free: Monster Debugger
]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Grab it here, it&#8217;s free: <a href="http://demonsterdebugger.com/">Monster Debugger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2011/monster-debugger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with 3D Rotation in Flex 4</title>
		<link>http://mikeorth.com/2009/playing-with-3d-rotation-in-flex-4</link>
		<comments>http://mikeorth.com/2009/playing-with-3d-rotation-in-flex-4#comments</comments>
		<pubDate>Tue, 28 Jul 2009 17:53:19 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[AnimateFilter]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[Rotate]]></category>
		<category><![CDATA[Rotate3D]]></category>
		<category><![CDATA[Rotation]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=20</guid>
		<description><![CDATA[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
&#038;
SimpleMotionPath
for the &#8216;info&#8217; button effects and when clicking the paw.  Rather than use the Rotate3D effect, I am just [...]]]></description>
			<content:encoded><![CDATA[<p>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</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">AnimateFilter</div></div>
<p>&#038;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SimpleMotionPath</div></div>
<p>for the &#8216;info&#8217; button effects and when clicking the paw.  Rather than use the Rotate3D effect, I am just setting the rotation properties on MouseMove.</p>
<p><a href="http://mikeorth.com/demos/paw3d/main.html">Click for demo</a></p>
<p>
<a href="http://mikeorth.com/demos/paw3d/main.html"><img src="http://mikeorth.com/images/blog/pawObey.png" alt="3d Paw Logo" /></a><br />
<br />
This was done for my good friends at <a href="http://cfbgaming.com">CFBgaming.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2009/playing-with-3d-rotation-in-flex-4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tiny Alarm</title>
		<link>http://mikeorth.com/2008/tiny-alarm</link>
		<comments>http://mikeorth.com/2008/tiny-alarm#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:45:01 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>

		<guid isPermaLink="false">http://mikeorth.com/?p=9</guid>
		<description><![CDATA[If you&#8217;re like me, and always get really wrapped up in your work, then you should check out Tiny Alarm for Mac.  It&#8217;s a great little app that lives in your menu bar and is a snap to use.  Just click the alarm clock to set the time and it gives you a [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, and always get really wrapped up in your work, then you should check out <a href="http://www.pixelatedsoftware.com/products/tinyalarm/">Tiny Alarm</a> for Mac.  It&#8217;s a great little app that lives in your menu bar and is a snap to use.  Just click the alarm clock to set the time and it gives you a few short beeps (or other sounds) when the time comes and subtly flashes.  You can ignore it and it&#8217;ll beep again every minute.  Clicking it again will turn it off or snooze depending on preference.I use it to remind myself to get up and stretch or to move on to working on something else.  I just got the new version which has cool features to gives you notes on why you decided to set the alarm in the first place.  Now if it only <em>made</em> me get up instead of ignoring it or hitting snooze 8 times&#8230;.<a href="http://www.pixelatedsoftware.com/products/tinyalarm/">More info on Tiny Alarm here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeorth.com/2008/tiny-alarm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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>

