<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Thu, 02 Sep 2010 20:33:44 GMT</pubDate>
		<lastBuildDate>Thu, 02 Sep 2010 20:33:44 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>Create and Save a drawing with Flex and ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/create-and-save-a-drawing-with-flex-and-coldfusion-236</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;ve created a prototype Flex 3 application which captures a drawing (or signature) that a user draws and saves it to the server using ColdFusion and Flex Remoting.]]></description>
			<pubDate>Tue, 13 Oct 2009 13:55:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/236</guid>
		</item>
		
			
			
		<item>
			<title>RIA Unleashed for a mere $30</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/ria-unleashed-for-a-mere-30-225</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<description><![CDATA[In case you missed it, Brian Rinaldi has announced RIA Unleashed, a one day conference in Boston. The event will take place on Friday November the 13th and will have 3 tracks focusing on ColdFusion, Flex and AIR.]]></description>
			<pubDate>Wed, 29 Jul 2009 14:05:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/225</guid>
		</item>
		
			
			
		<item>
			<title>Flex Calling Methods of a Loaded Flex Movie</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/flex-calling-methods-of-a-loaded-flex-movie-207</link>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;m currently building a Flex application that dynamically loads in another Flex application and calls it&apos;s methods. When I started building it that seemed like it should be a pretty straight forward thing to do (and maybe there is a better way!).]]></description>
			<pubDate>Fri, 08 May 2009 15:49:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/207</guid>
		</item>
		
			
			
		<item>
			<title>JSON String to object in Flex</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/json-string-to-object-in-flex-204</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;m storing JSON in my database. I then get it via a ColdFusion query and a RemoteObject call. The trouble I had was that Flex just treats the JSON string as a string. What I needed to be able to do was get Flex to evaluate the JSON string and convert it into an object.]]></description>
			<pubDate>Wed, 29 Apr 2009 15:34:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/204</guid>
		</item>
		
			
			
		<item>
			<title>Sharing a Flex project with a team</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sharing-a-flex-project-with-a-team-203</link>
			
			<category><![CDATA[Flex]]></category>
			
			<category><![CDATA[Subversion]]></category>
			
			<description><![CDATA[Recently I&apos;ve been working on a Flex project with another developer. We use SVN and have been committing the entire Flex project to the repository. The problem with this is that any compilercustom settings you have break as they are stored as part of the project.]]></description>
			<pubDate>Tue, 28 Apr 2009 12:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/203</guid>
		</item>
		
			
			
		<item>
			<title>Flex RemoteObject if ColdFusion isn&apos;t on your workstation</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/flex-remoteobject-if-coldfusion-isn-t-on-your-workstation-200</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[Here&apos;s a quick tip if you write Flex applications that talk to ColdFusion via RemoteObject calls and you don&apos;t have ColdFusion installed on your workstation.]]></description>
			<pubDate>Fri, 10 Apr 2009 19:17:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200</guid>
		</item>
		
			
			
		<item>
			<title>Consuming XML in Flex</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/consuming-xml-in-flex-188</link>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;ve been taking my first baby steps in the word of Flex and wanted to try building a Flex front end to a quiz that consumed a webservice which returns XML.]]></description>
			<pubDate>Tue, 17 Feb 2009 13:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/188</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	