<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>polyGeek.com</title>
	<link>http://polygeek.com</link>
	<description>polyGeek (noun) person with many geek related talents.</description>
	<lastBuildDate>Mon, 22 Mar 2010 12:00:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>data=&#8221;M0 0 L360 0L360 210L300 210L300 60L60 60L60 360L300 360L300 330L120 330L120 270L360 270L360 420L0 420L0 0zM120 120L120 210L240 210L240 120z&#8221;</title>
		<description><![CDATA[



<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__1995_polyGeek_FXG_649698425"
			class="flashmovie"
			width="550"
			height="550">
	<param name="movie" value="http://polygeek.com/flex/1995_polyGeek_FXG/_1995_polyGeek_FXG.swf" />
	<param name="wmode" value="normal" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://polygeek.com/flex/1995_polyGeek_FXG/_1995_polyGeek_FXG.swf"
			name="fm__1995_polyGeek_FXG_649698425"
			width="550"
			height="550">
		<param name="wmode" value="normal" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>


view source



What were you expecting? :) Plus, the data just fits inside the 140 character tweet limit.
&#60;s:Path
	data="M0 0
		L 360 0
		L 360 210
		L 300 210
		L 300 60
		L 60 60
		L 60 360
		L 300 360
		L 300 330
		L 120 330
		L 120 270
		L 360 270
		L 360 420
		L 0 420
		L 0 0
		z
		M 120 120
		L 120 210
		L [...]]]></description>
		<link>http://polygeek.com/1995_flex_fxg-path-data</link>
			</item>
	<item>
		<title>Making your app more scala-skina-coloriza-statea-transitiona-ble by using FXG</title>
		<description><![CDATA[It is true that you can draw any vector shape with FXG. But, you probably wouldn&#8217;t want to use it for anything other than fairly simple geometric shapes. Which is fine because most UI elements are just that. This is one of the reasons that FXG is so shiny. You can knock out your UI [...]]]></description>
		<link>http://polygeek.com/2418_flex_making-an-arrow-in-flex-4-using-fxg</link>
			</item>
	<item>
		<title>Flex 4 Stylename stacking</title>
		<description><![CDATA[It isn&#8217;t going to make headlines but being able to apply multiple styles to a component in Flex 4 is great. I find that it really helps keep my CSS more organized and modular. Below is a simple example in which you can apply many different styles to the same &#60;TextInput&#62;.




<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__2426_StylenameStacking_263474710"
			class="flashmovie"
			width="550"
			height="400">
	<param name="movie" value="http://polygeek.com/flex/2426_StylenameStacking/_2426_StylenameStacking.swf" />
	<param name="wmode" value="normal" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://polygeek.com/flex/2426_StylenameStacking/_2426_StylenameStacking.swf"
			name="fm__2426_StylenameStacking_263474710"
			width="550"
			height="400">
		<param name="wmode" value="normal" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>]]></description>
		<link>http://polygeek.com/2426_flex_flex-4-stylename-stacking</link>
			</item>
	<item>
		<title>HTML5: Bulit by amateurs and made for amateurs</title>
		<description><![CDATA[Remember back in the days before professional athletes were allowed to participate in the Olympics? The Olympics was all about the purity of amateur athletics. And if an athlete took even the smallest compensation for anything they did they were banned from the Olympics. ( The same still holds true for today&#8217;s college athletes. )
Then [...]]]></description>
		<link>http://polygeek.com/2420_flex_html5-bulit-by-amateurs-and-made-for-amateurs</link>
			</item>
	<item>
		<title>The new Flex 4 states syntax: more than meets the eye</title>
		<description><![CDATA[If you have played around with the new Flex 4 states then you know just how easy it is to change the visual appearance of a component. But the &#60;states&#62; syntax also works on events. So now we can do something like this:
&#60;s:states&#62;
	&#60;s:State name="disarry" /&#62;
	&#60;s:State name="confusion" /&#62;
	&#60;s:State name="mind" /&#62;
&#60;/s:states&#62;

&#60;s:Button
	click.disarry="onClick_disarry()"
	click.confusion="onClick( 'confusion' )"
	click.mind="onClick( 'whatever' )"/&#62;

Of course you [...]]]></description>
		<link>http://polygeek.com/2416_flex_states-syntax-in-flex-4-more-than-meats-the-eye</link>
			</item>
	<item>
		<title>Simple example of Flex 4 state transitions: checked/unchecked</title>
		<description><![CDATA[I like the simple things. Like Cheerios cereal, one-click-checkout and Flex 4 states. If your only experience with states is with Flex 2/3 then I&#8217;ll understand your confusion. But Flex 4 states are a completely different animal than it&#8217;s predecessors. Here&#8217;s a painfully simple example.




<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm__2304_checkBox_253741483"
			class="flashmovie"
			width="200"
			height="200">
	<param name="movie" value="http://polygeek.com/flex/2304_checkBox/_2304_checkBox.swf" />
	<param name="wmode" value="normal" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://polygeek.com/flex/2304_checkBox/_2304_checkBox.swf"
			name="fm__2304_checkBox_253741483"
			width="200"
			height="200">
		<param name="wmode" value="normal" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>


view source



Take a look at the [...]]]></description>
		<link>http://polygeek.com/2304_flex_simple-flex-4-component-checkedunchecked</link>
			</item>
	<item>
		<title>SWFAddress tutorial and examples from my Flash&amp;Flex Magazine article</title>
		<description><![CDATA[I wrote an article for Flash&#38;Flex Developers Magazine about using SWFAddress in your Flex and Flash projects. You can download a free copy of the issue here: Flash&#38;Flex March 2010. My article starts on page 89 of the PDF.
Here are the links to the example applications that I created.

Simple
Dynamic &#8211; actually, this one is pretty [...]]]></description>
		<link>http://polygeek.com/2404_flex_swfaddress-tutorial-and-examples-from-my-flashflex-magazine-article</link>
			</item>
	<item>
		<title>360Flex Lego Vagina award</title>
		<description><![CDATA[It wouldn&#8217;t be a 360Flex wrap if I didn&#8217;t give out my Lego Vagina award for the most Flextastic or Actionscripty new something-or-another.
The three nominees for this conference are:
The Flex 4 framework
Lets put it this way: The Flex 4 framework is still in beta and yet many people are already saying, &#8220;Remember back in the [...]]]></description>
		<link>http://polygeek.com/2400_flex_360flex-lego-vagina-award</link>
			</item>
	<item>
		<title>360Flex Brain dump</title>
		<description><![CDATA[Dinner with legends
I&#8217;ve never had more fun and learned less at a 360Flex conference before. I had a great, GREAT, time because there were so many amazing people there. I had dinner with Jessy Warden, Ben Stucki, and Doug McCune. That alone is worth the price of admission. :) I know these guys are legends [...]]]></description>
		<link>http://polygeek.com/2394_flex_360flex-brain-dump-2</link>
			</item>
	<item>
		<title>A tour of Serenity &#8211; the RV that my wife and I live in</title>
		<description><![CDATA[In case you didn&#8217;t know my wife and I have been living in a a recreational vehicle for the past year or so. A few people have expressed interest in seeing what it&#8217;s like so I thought I&#8217;d film a short video &#8211; 3:30 minutes.

We named our RV Serenity after the ship in Firefly. I [...]]]></description>
		<link>http://polygeek.com/2389_flex_a-tour-of-serenity-the-rv-that-my-wife-and-i-live-in</link>
			</item>
</channel>
</rss>
