<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>bgoosman&#039;s blog</title>
	<atom:link href="http://bgoosman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bgoosman.wordpress.com</link>
	<description>My adventures in programming.</description>
	<lastBuildDate>Fri, 31 Jul 2009 02:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bgoosman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>bgoosman&#039;s blog</title>
		<link>http://bgoosman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bgoosman.wordpress.com/osd.xml" title="bgoosman&#039;s blog" />
	<atom:link rel='hub' href='http://bgoosman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Useful Flex AutoComplete component</title>
		<link>http://bgoosman.wordpress.com/2009/07/26/useful-flex-autocomplete-component/</link>
		<comments>http://bgoosman.wordpress.com/2009/07/26/useful-flex-autocomplete-component/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 18:28:30 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[autocomplete]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=41</guid>
		<description><![CDATA[Hillel Coren made a nice auto complete text input in flex. http://hillelcoren.com/flex-autocomplete/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=41&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hillelcoren.com/">Hillel Coren</a> made a nice auto complete text input in flex.</p>
<p><a href="http://hillelcoren.com/flex-autocomplete/">http://hillelcoren.com/flex-autocomplete/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=41&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/07/26/useful-flex-autocomplete-component/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
		<item>
		<title>How I write RemoteObject calls in Flex.</title>
		<link>http://bgoosman.wordpress.com/2009/07/17/how-i-write-remoteobject-calls-in-flex/</link>
		<comments>http://bgoosman.wordpress.com/2009/07/17/how-i-write-remoteobject-calls-in-flex/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 00:43:16 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[asynctoken]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remoteobject]]></category>
		<category><![CDATA[responder]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=36</guid>
		<description><![CDATA[There are a few ways to handle responses after calling a method on one of your Flex RemoteObjects. You can define catch all result handlers in the MXML tag for your RemoteObject. You can also declare the methods you are going to call inside the MXML tag and set result handlers for each method. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=36&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a few ways to handle responses after calling a method on one of your Flex RemoteObjects.  You can define catch all result handlers in the MXML tag for your RemoteObject.  You can also declare the methods you are going to call inside the MXML tag and set result handlers for each method.</p>
<p>The method I have found to work for me is to save the AsyncToken from a RemoteObject call and then add a responder to the token.  I can do this in one line, saving me time in writing code.  For example, suppose I am calling the getUsers method on my remote PHP UserManager class.  I would write something like this.</p>
<p><code>AsyncToken(userManagerService.getUsers()).<br />
addResponder(new mx.rpc.Responder(getUsers_result, fault));</code></p>
<p>I use the full path to mx.rpc.Responder since the Flex 3 compiler gives me warnings when I import mx.rpc.Responder and then use the short hand in MXML files.</p>
<p>How do you write your RemoteObject calls?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=36&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/07/17/how-i-write-remoteobject-calls-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
		<item>
		<title>Buy my MP3 Player on FlashDen.net!</title>
		<link>http://bgoosman.wordpress.com/2009/07/12/buy-my-mp3-player-on-flashden-net/</link>
		<comments>http://bgoosman.wordpress.com/2009/07/12/buy-my-mp3-player-on-flashden-net/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 17:15:56 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashDen]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=33</guid>
		<description><![CDATA[I do Flash work as well so when I created an MP3 player for a client&#8217;s website, I took the resulting player, improved it, and released it on flashden.net.  Here&#8217;s a link to it: http://flashden.net/item/dynamic-skinnable-xml-mp3-player/49068<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=33&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I do Flash work as well so when I created an MP3 player for a client&#8217;s website, I took the resulting player, improved it, and released it on flashden.net.  Here&#8217;s a link to it:  http://flashden.net/item/dynamic-skinnable-xml-mp3-player/49068</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=33&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/07/12/buy-my-mp3-player-on-flashden-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
		<item>
		<title>Styling Individual Tabs in a TabNavigator</title>
		<link>http://bgoosman.wordpress.com/2009/07/01/styling-individual-tabs-in-a-tabnavigator/</link>
		<comments>http://bgoosman.wordpress.com/2009/07/01/styling-individual-tabs-in-a-tabnavigator/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:30:52 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[tabnavigator]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=20</guid>
		<description><![CDATA[I had to color individual tabs in a Flex TabNavigator component.  I found the solution online so I will repost it here in my own words for the benefit of myself and others. First, you have to wait for the TabNavigator&#8217;s creationComplete event if you defined your TabNavigator&#8217;s children at compile time.  In your creationComplete [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=20&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had to color individual tabs in a Flex TabNavigator component.  I found the solution online so I will repost it here in my own words for the benefit of myself and others.</p>
<p>First, you have to wait for the TabNavigator&#8217;s creationComplete event if you defined your TabNavigator&#8217;s children at compile time.  In your creationComplete event listener, you can use the getTabAt method of the TabNavigator to retrieve tabs by their index.  With the case of a TabNavigator, getTabAt returns Buttons.  So to style the first tab, you would create a style called FirstTab in your CSS file, and then write the following code:</p>
<blockquote><p>tabNavigator.getTabAt(0).styleName = &#8220;FirstTab&#8221;;</p></blockquote>
<p>If you create your tabs at runtime, the tabs will not be immediately available after you add children to the TabNavigator.  I found that listening for the updateComplete event for the TabNavigator and then executing getTabAt was successful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=20&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/07/01/styling-individual-tabs-in-a-tabnavigator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 3.5 Private Browsing and Flex</title>
		<link>http://bgoosman.wordpress.com/2009/07/01/firefox-3-5-private-browsing-and-flex/</link>
		<comments>http://bgoosman.wordpress.com/2009/07/01/firefox-3-5-private-browsing-and-flex/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:39:21 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=14</guid>
		<description><![CDATA[Private browsing is useful for Flex development because it does not keep a cache.  That way, you never have to worry about whether or not you are viewing a cached version of your swf.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=14&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Private browsing is useful for Flex development because it does not keep a cache.  That way, you never have to worry about whether or not you are viewing a cached version of your swf.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=14&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/07/01/firefox-3-5-private-browsing-and-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex PHP File Upload and ServiceCapture</title>
		<link>http://bgoosman.wordpress.com/2009/06/24/flex-php-file-upload-and-servicecapture/</link>
		<comments>http://bgoosman.wordpress.com/2009/06/24/flex-php-file-upload-and-servicecapture/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:29:11 +0000</pubDate>
		<dc:creator>bgoosman</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[servicecapture]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://bgoosman.wordpress.com/?p=12</guid>
		<description><![CDATA[I created a Flex form that uploads a file to a PHP script.  I kept getting a File I/O error in the Flash Player, even though I knew the URL path to the PHP script was correct.  I then closed ServiceCapture so that I could run my example in Internet Explorer, and suddenly the upload [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=12&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I created a Flex form that uploads a file to a PHP script.  I kept getting a File I/O error in the Flash Player, even though I knew the URL path to the PHP script was correct.  I then closed ServiceCapture so that I could run my example in Internet Explorer, and suddenly the upload worked!  I opened Firefox, switched off the ServiceCapture proxy, and finally the upload worked in Firefox too.</p>
<p>It seems that the ServiceCapture proxy and the Flash Player file upload do not work well together.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bgoosman.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bgoosman.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bgoosman.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bgoosman.wordpress.com&amp;blog=8201848&amp;post=12&amp;subd=bgoosman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bgoosman.wordpress.com/2009/06/24/flex-php-file-upload-and-servicecapture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bd7aed3a053b2bab2e32391c13fff745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bgoosman</media:title>
		</media:content>
	</item>
	</channel>
</rss>
