<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>FlexOOP</title>
	<link>http://flexoop.com</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Tue, 13 Jul 2010 03:56:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Cannot perform web service invocation &#8211; Premature end of file</title>
		<description><![CDATA[I&#8217;ve been getting a ColdFusion error on a remote server that I&#8217;m not getting when testing locally so obviously something is different between those 2 servers. I had thought to just try using a webservice call to the remote server to see if I could debug it better (the error I&#8217;m getting in Flex isn&#8217;t [...]]]></description>
		<link>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/</link>
			</item>
	<item>
		<title>Antennae &#8211; Automated Builds for Flex</title>
		<description><![CDATA[My company pushes code out to our dev, QA, and production servers via ANT scripts. They&#8217;re an excellent way to deliver your code in a reproducible fashion that takes away (most) of the human interaction necessary, and hopefully most of the spots where errors could be introduced. This method has been working great for our [...]]]></description>
		<link>http://flexoop.com/2010/06/antennae-automated-builds-fo-flex/</link>
			</item>
	<item>
		<title>Global Error Handler in Flash</title>
		<description><![CDATA[Ever wanted to be able to have some kind of global error handler in your Flex/Flash application? I know I have, every time I&#8217;ve had to add try and catch all over the place &#8220;just in case&#8221; my app throws an error. Please, please, please go and vote this feature request up at Adobe Jira [...]]]></description>
		<link>http://flexoop.com/2009/08/global-error-handler-in-flash/</link>
			</item>
	<item>
		<title>My code is going to be in the Flex SDK</title>
		<description><![CDATA[A little while back Nate Beck and Marty Mickelson set up the Bug Quash event to promote users to give back to the Flex SDK that they all work with each day by submitting bug fixes. Just from working with Flex everyday, we&#8217;ve probably all come across at least one bug that had us beating [...]]]></description>
		<link>http://flexoop.com/2009/07/my-code-is-going-to-be-in-the-flex-sdk/</link>
			</item>
	<item>
		<title>XMLSearch in ColdFusion &#8211; Unusual Behavior</title>
		<description><![CDATA[Well, maybe not completely unusual behavior, but I figured I would document my findings for others anyway. ColdFusion allows managing of XML documents with relative ease. From the dot notation for traversing an XML document to the various functions to manipulate the document, just about everything is pretty simple when using ColdFusion. Recently, however, I [...]]]></description>
		<link>http://flexoop.com/2009/07/xmlsearch-in-coldfusion-unusual-behavior/</link>
			</item>
	<item>
		<title>Builder Design Pattern In ColdFusion</title>
		<description><![CDATA[Recently at work, I had been puzzling over object creation and sub-object creation within each of those objects (e.g. how do I create deep nested objects without bringing down my database server and my ColdFusion server trying to loop over everything). After checking out the design patterns books, and the good ol&#8217; Gang Of Four [...]]]></description>
		<link>http://flexoop.com/2009/05/builder-design-pattern-in-coldfusion/</link>
			</item>
	<item>
		<title>Subclipse 1.6 changes highlight and comment colors in CFEclipse</title>
		<description><![CDATA[I just installed Subclipse 1.6 in my Flex Builder as there was some conflict between it and my TortoiseSVN install. I like to do my commits and updates via Eclipse so I&#8217;m not switching out to my Explorer window for quick commits. If there is any conflict resolution needed, or I need a little more [...]]]></description>
		<link>http://flexoop.com/2009/04/subclipse-16-changes-highlight-and-comment-colors-in-cfeclipse/</link>
			</item>
	<item>
		<title>Adding colspan to a datagrid</title>
		<description><![CDATA[Recently at my job, our User Interface guru came up with the design and interface that she wanted for our users. However, the design she came up with required adding a colspan to a datagrid. As many know who have tried it, this is not really a possibility right out of the box with a [...]]]></description>
		<link>http://flexoop.com/2009/03/adding-colspan-to-a-datagrid/</link>
			</item>
	<item>
		<title>Update to MenuItem class</title>
		<description><![CDATA[I have recently begun using my MenuItem and MenuItemWithChildren classes at my work, and have made a slight modification to the code to lessen some of the code writing required. As I was using the menuItem class, I realized that when I selected the item, I was usually just calling some function based upon the [...]]]></description>
		<link>http://flexoop.com/2009/02/update-to-menuitem-class/</link>
			</item>
	<item>
		<title>wmode &#8211; one little attribute makes all the difference</title>
		<description><![CDATA[At my work, the business wanted a right click menu that did not have all of the default &#8220;Flash&#8221; items in it. Now, you can edit the context menu so that it hides *most* of the Flash options, but not all of them. I found a right click someone wrote that uses Javascript to intercept [...]]]></description>
		<link>http://flexoop.com/2009/02/wmode-one-little-attribute-makes-all-the-difference/</link>
			</item>
</channel>
</rss>
