<?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>Exploring Flex</title>
	<atom:link href="http://exploringflex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://exploringflex.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 19:40:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='exploringflex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Exploring Flex</title>
		<link>http://exploringflex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://exploringflex.wordpress.com/osd.xml" title="Exploring Flex" />
	<atom:link rel='hub' href='http://exploringflex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Secure operations in a CFC</title>
		<link>http://exploringflex.wordpress.com/2009/06/11/secure-operations-in-a-cfc/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/11/secure-operations-in-a-cfc/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:36:13 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=219</guid>
		<description><![CDATA[Create an Application.cfm file and place it in folder called &#8216;SecureCF&#8217; Application.cfm &#60;cfapplication name=&#8221;authTest&#8221; /&#62; &#60;cflogin&#62; &#60;cfif isDefined(&#8220;cflogin&#8221;)&#62; &#60;cfif cflogin.name eq &#8220;admin&#8221; and cflogin.password eq &#8220;admin&#8221;&#62; &#60;cfloginuser name=&#8221;#cflogin.name#&#8221; password=&#8221;#cflogin.password#&#8221;roles=&#8221;admin&#8221; /&#62;&#60;/cfif&#62;&#60;/cfif&#62; &#60;/cflogin&#62; In the same folder, add the required CFC file. Modify the required operation as follows: &#60;cffunction name=&#8221;sayHelloArray&#8221; access=&#8221;remote&#8221; returnType=&#8221;array&#8221; roles=&#8221;admin&#8221;&#62; You can add any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=219&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/11/secure-operations-in-a-cfc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Builder 4 – Data Centric Development (DCD) Configure Return Type</title>
		<link>http://exploringflex.wordpress.com/2009/06/11/flash-builder-4-data-centric-development-dcd-configure-return-type/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/11/flash-builder-4-data-centric-development-dcd-configure-return-type/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 06:57:50 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[wizards]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=188</guid>
		<description><![CDATA[We have covered the first wizard, Service Wizard. This wizard has lead to the successful creating of a service. We can see the service and its operation in the Data/Services view. Example: I have imported a php file called MovieService** (code added at the bottom). To make this service useful I need to go through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=188&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/11/flash-builder-4-data-centric-development-dcd-configure-return-type/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/beforetu.jpg" medium="image">
			<media:title type="html">beforeCRT</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/crttoolbar.jpg" medium="image">
			<media:title type="html">CRTToolbar</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/crtcontextmenu.jpg" medium="image">
			<media:title type="html">CRTContextMenu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/bindtodatacrt.jpg" medium="image">
			<media:title type="html">BindToDataCRT</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/crtoutputse.jpg" medium="image">
			<media:title type="html">CRTOutputSE</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/crtoutputpe2.jpg" medium="image">
			<media:title type="html">image2</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing the server technology for a flex project</title>
		<link>http://exploringflex.wordpress.com/2009/06/09/changing-the-server-technology-for-a-flex-project/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/09/changing-the-server-technology-for-a-flex-project/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:07:37 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[Flash Builder 4]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=128</guid>
		<description><![CDATA[If you have created a PHP project but you realized that you want a CF one instead, fret no more. You can change the server technology of any project in Flash Builder 4. Example: Changing from a non server technology project to a php one. Step1: There are two ways of doing it. a. Using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=128&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/09/changing-the-server-technology-for-a-flex-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/cngserver11.jpg" medium="image">
			<media:title type="html">cngServer1</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/cngserver2.jpg" medium="image">
			<media:title type="html">cngServer2</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/cngserver1a.jpg" medium="image">
			<media:title type="html">cngServer1a</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/cngserver3.jpg" medium="image">
			<media:title type="html">cngServer3</media:title>
		</media:content>
	</item>
		<item>
		<title>DCD Service Wizard – HTTP service</title>
		<link>http://exploringflex.wordpress.com/2009/06/05/dcd-service-wizard-http-service/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/05/dcd-service-wizard-http-service/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:51:43 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[wizards]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=154</guid>
		<description><![CDATA[[Updated for Flash Builder Beta 2] This post is a walk through for using Service Wizard for HTTP service Step 1: Open the service Wizard In the Service/Data view, click on the Connect to Service/Data link. OR Click on the Data menu and select Connect to Service/Data .  OR Click on the Data menu and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=154&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/05/dcd-service-wizard-http-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-step1.jpg" medium="image">
			<media:title type="html">http-step1</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-step2.jpg" medium="image">
			<media:title type="html">http-step2</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-get.jpg" medium="image">
			<media:title type="html">http-GET</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-post-form-encoded.jpg" medium="image">
			<media:title type="html">http-POST-form-encoded</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-post-xml1.jpg" medium="image">
			<media:title type="html">http-POST-xml</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-localxml1.jpg" medium="image">
			<media:title type="html">http-LocalXML</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/http-baseurl.jpg" medium="image">
			<media:title type="html">http-BaseURL</media:title>
		</media:content>
	</item>
		<item>
		<title>DCD Service Wizard &#8211; PHP service</title>
		<link>http://exploringflex.wordpress.com/2009/06/04/dcd-service-wizard-php-service/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/04/dcd-service-wizard-php-service/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 08:48:50 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[wizards]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=127</guid>
		<description><![CDATA[[Updated for Flash Builder Beta 2] This post is a walk through for using Service Wizard for a PHP service Assumption: You have created a flex project with PHP server technology Step 1: Open the service Wizard In the Service/Data view, click on the Connect to Service/Data link. OR Click on the Data menu and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=127&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/04/dcd-service-wizard-php-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/step12.jpg?w=1024" medium="image">
			<media:title type="html">Step1</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/step2.jpg?w=1024" medium="image">
			<media:title type="html">Step2</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/php-generatesample1.jpg" medium="image">
			<media:title type="html">GenerateSample</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/sw-operation1.jpg" medium="image">
			<media:title type="html">SW Operation updated</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Builder 4 &#8211; Data Centric Development (DCD) Workflow</title>
		<link>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-workflow/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-workflow/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 06:44:32 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=112</guid>
		<description><![CDATA[For PHP Building a flex application for a PHP class Building a database app using flex and PHP For CF For Http Service For WSDL Connecting to Webservice with DCD feature in flash builder 4 For BlazeDS Building Flex application for BlazeDS remoting service using flash builder 4 Posted in DCD, Flash Builder, workflow<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=112&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Builder 4 &#8211; Data Centric Development (DCD) Service Wizard</title>
		<link>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-service-wizard/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-service-wizard/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 06:40:35 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=97</guid>
		<description><![CDATA[[Updated for Flash Builder Beta 2] The Service Wizard defines a service and corresponding operations which are used to invoke RPC operations returning a certain data. Service Wizard can connect to PHP, CF, Httpservice, Webservice(WSDL), BlazeDS and LCDS. Entry Point: In the Service/Data view, click on the Connect to Service/Data link. Click on the Data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=97&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-service-wizard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/serviceexplorer-step1.jpg" medium="image">
			<media:title type="html">AllService</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/php-packageexplorer2.jpg" medium="image">
			<media:title type="html">PackageExplorer</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Builder 4 &#8211; Data Centric Development (DCD) Wizards</title>
		<link>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-wizards/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-wizards/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 05:01:25 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[wizards]]></category>
		<category><![CDATA[Flash Builder 4]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=45</guid>
		<description><![CDATA[DCD had three main wizards Service Wizard The Service Wizard defines a service and corresponding operations which are used to invoke RPC operations returning a certain data. Service Wizard can connect to PHP, CF, Httpservice, Webservice(WSDL), BlazeDS and LCDS.   [MORE] Configure Return Type It test an operation of an existing service and view the returned [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=45&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/02/flash-builder-4-dcd-wizards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Builder 4 Beta &#8211; Data Centric Development (DCD) Introduction</title>
		<link>http://exploringflex.wordpress.com/2009/06/01/flash-builder-4-beta-data-centric-development-dcd-introduction/</link>
		<comments>http://exploringflex.wordpress.com/2009/06/01/flash-builder-4-beta-data-centric-development-dcd-introduction/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:20:11 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[DCD]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flash Builder 4]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=46</guid>
		<description><![CDATA[Flash Builder 4 Beta 2 (Code name: Gumbo) is available at Adobe labs. FB 4 comes with a new feature set DCD (Data Centric Development). This makes the entire workflow to connecting to data easy, be it databases (through PHP and CF), HTTP Service, PHP, CF, WSDL etc. With only three wizards : Service Wizard, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=46&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/06/01/flash-builder-4-beta-data-centric-development-dcd-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/pic15.jpg" medium="image">
			<media:title type="html">workflow1</media:title>
		</media:content>

		<media:content url="http://exploringflex.files.wordpress.com/2009/06/pic22.jpg" medium="image">
			<media:title type="html">wf_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Q. You don&#8217;t have permission to access /phpmyadmin/ on this server</title>
		<link>http://exploringflex.wordpress.com/2009/02/20/you-dont-have-permission-to-access-phpmyadmin-on-this-server/</link>
		<comments>http://exploringflex.wordpress.com/2009/02/20/you-dont-have-permission-to-access-phpmyadmin-on-this-server/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 05:30:40 +0000</pubDate>
		<dc:creator>hneelu</dc:creator>
				<category><![CDATA[wamp]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://exploringflex.wordpress.com/?p=41</guid>
		<description><![CDATA[I have installed wamp on machine A. When I am on the local server that I installed it on I can access PHPMyAdmin from http://127.0.0.1/phpmyadmin or http://localhost/phpmyadmin But I want to be able to access it from my computer and when I type in IP address of the Server I can see the pages I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exploringflex.wordpress.com&amp;blog=2203416&amp;post=41&amp;subd=exploringflex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://exploringflex.wordpress.com/2009/02/20/you-dont-have-permission-to-access-phpmyadmin-on-this-server/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d269d6ffc1df0592fd48dd5e439d62ac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Neelu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
