<?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/"
	>

<channel>
	<title>Anuj Gakhar&#039;s Blog &#187; ColdFusion</title>
	<atom:link href="http://www.anujgakhar.com/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com</link>
	<description>Anuj @ Flex, ColdFusion and other RIA stuff....</description>
	<lastBuildDate>Thu, 26 Aug 2010 12:20:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting UK GeoCode Data with YQL and ColdFusion</title>
		<link>http://www.anujgakhar.com/2010/07/16/getting-uk-geocode-data-with-yql-and-coldfusion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=getting-uk-geocode-data-with-yql-and-coldfusion</link>
		<comments>http://www.anujgakhar.com/2010/07/16/getting-uk-geocode-data-with-yql-and-coldfusion/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:01:41 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=855</guid>
		<description><![CDATA[I stumbled across YQL today and although I had heard about it in the past, today was the first time, I actually sat down and read the documentation and went through some of the example apps. I am amazed at how powerful it is and am just imagining the wonderful applications that can be built [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/07/16/getting-uk-geocode-data-with-yql-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting XML with XSLT and ColdFusion</title>
		<link>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sorting-xml-with-xslt-and-coldfusion</link>
		<comments>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:07:00 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=807</guid>
		<description><![CDATA[I came across a requirement today, where I had to sort a XML file by one of the attributes in one of its child nodes. I did some searching and came across these excellent posts by Ben Nadel.  Obviously, that gave me some headstart and it was clear that XSLT was the way to go.  [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CF/Flex Connectivity in Flex Builder : Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.</title>
		<link>http://www.anujgakhar.com/2010/06/08/cfflex-connectivity-in-flex-builder/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cfflex-connectivity-in-flex-builder</link>
		<comments>http://www.anujgakhar.com/2010/06/08/cfflex-connectivity-in-flex-builder/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 20:35:26 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacOS]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=734</guid>
		<description><![CDATA[I was setting up a new Project in Flex Builder with Application Server Type as &#8216;ColdFusion&#8217;. I had the default values in the Flex Builder wizard. But the Wizard wont let me go past the second screen. I kept getting this error :- Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml. And [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/06/08/cfflex-connectivity-in-flex-builder/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enabling AutoFilters on an Excel Template Dynamically</title>
		<link>http://www.anujgakhar.com/2010/06/01/enabling-autofilters-on-an-excel-template-dynamically/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enabling-autofilters-on-an-excel-template-dynamically</link>
		<comments>http://www.anujgakhar.com/2010/06/01/enabling-autofilters-on-an-excel-template-dynamically/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 15:21:57 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=687</guid>
		<description><![CDATA[I had a requirement to generate an Excel report based on some filter criteria. Since I am using ColdFusion for the project, I will be using ColdFusion code to demonstrate what I did but this can pretty much apply to any language that can run loops and write files. My requirement was to have Excel&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/06/01/enabling-autofilters-on-an-excel-template-dynamically/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is the best way to deal with Spiders/Bots/Crawlers?</title>
		<link>http://www.anujgakhar.com/2010/01/26/what-is-the-best-way-to-deal-with-spidersbotscrawlers/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-is-the-best-way-to-deal-with-spidersbotscrawlers</link>
		<comments>http://www.anujgakhar.com/2010/01/26/what-is-the-best-way-to-deal-with-spidersbotscrawlers/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 09:02:21 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=645</guid>
		<description><![CDATA[Although Search engine Spiders are a good thing (e.g. GoogleBot, YahooSlurp etc) as if they dont spider your website, you will probably not appear on search results, but at the same time, they also cause a lot of un-necessary management to be done on the developer side of things. Here are a few of the [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/01/26/what-is-the-best-way-to-deal-with-spidersbotscrawlers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Installing ColdFusion 9 on MacOSX with Apache : Broken Apache Config</title>
		<link>http://www.anujgakhar.com/2010/01/22/installing-coldfusion-9-on-macosx-with-apache-broken-apache-config/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-coldfusion-9-on-macosx-with-apache-broken-apache-config</link>
		<comments>http://www.anujgakhar.com/2010/01/22/installing-coldfusion-9-on-macosx-with-apache-broken-apache-config/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 19:12:09 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacOS]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=639</guid>
		<description><![CDATA[I had to re-install ColdFusion 9 on my MacOS today and having installed CF approx. a million times before, I thought it would only take few minutes. Here is what I did :- 1) Went to /Applications/ -&#62; Moved existing &#8220;ColdFusion 9&#8243; folder to Trash. 2) Ran the CF Installer and everything went well. But [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/01/22/installing-coldfusion-9-on-macosx-with-apache-broken-apache-config/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Multiple IIS Websites in one go</title>
		<link>http://www.anujgakhar.com/2010/01/14/creating-multiple-iis-websites-in-one-go/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creating-multiple-iis-websites-in-one-go</link>
		<comments>http://www.anujgakhar.com/2010/01/14/creating-multiple-iis-websites-in-one-go/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:52:20 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=627</guid>
		<description><![CDATA[I was assigned a task, recently, whereby I was given a list of about 100 domain names and I had to create all those websites on a fresh installation of IIS 6.0.  Naturally, I started looking for some kind of tool that would do this for me. After spending some time on search and asking [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/01/14/creating-multiple-iis-websites-in-one-go/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Easiest way to get Twitter Statuses with ColdFusion</title>
		<link>http://www.anujgakhar.com/2009/08/25/easiest-way-to-get-twitter-statuses-with-coldfusion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=easiest-way-to-get-twitter-statuses-with-coldfusion</link>
		<comments>http://www.anujgakhar.com/2009/08/25/easiest-way-to-get-twitter-statuses-with-coldfusion/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:37:55 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=473</guid>
		<description><![CDATA[This post of mine is coming after a long time, I know. The reason for this has been lack of time, being very busy with other things etc. I will try to be more frequent here hereafer. Anyways, in a recent project, I had the requirement to show Twitter statuses on the homepage of the [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/08/25/easiest-way-to-get-twitter-statuses-with-coldfusion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Removing NameSpaces from XML using XSLT and ColdFusion</title>
		<link>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=removing-namespaces-from-xml-using-xslt-and-coldfusion</link>
		<comments>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:41:42 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=430</guid>
		<description><![CDATA[If you are using ColdFusion XPath functions to search/parse XML strings, you will probably have come across this one at some point.  Not all, but most of the XML files have namespaces in them e.g. xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221;. If you use Xpath on a string that contains namespaces, chances are that you will get back the namespaces [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ColdFusionDocs now using Cairngorm</title>
		<link>http://www.anujgakhar.com/2009/04/19/coldfusiondocs-now-using-cairngorm/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=coldfusiondocs-now-using-cairngorm</link>
		<comments>http://www.anujgakhar.com/2009/04/19/coldfusiondocs-now-using-cairngorm/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 20:32:45 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Cairngorm]]></category>
		<category><![CDATA[Coldfusiondocs]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=425</guid>
		<description><![CDATA[This weekend, I thought of revisiting the Coldfusiondocs.com application which I didn&#8217;t get the time to even touch for last so many months. I thought using Cairngorm to re-write the app would be ideal as it&#8217;s the most widely used Flex framework around. So, I went ahead and re-wrote the whole thing using Cairngorm (took [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/04/19/coldfusiondocs-now-using-cairngorm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
