<?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's Blog</title>
	<atom:link href="http://www.anujgakhar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com</link>
	<description>Anuj @ ColdFusion, Flex and some more....</description>
	<lastBuildDate>Tue, 26 Jan 2010 09:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/</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>10</slash:comments>
		</item>
		<item>
		<title>Installing ColdFusion 9 on MacOSX with Apache : Broken Apache Configa</title>
		<link>http://www.anujgakhar.com/2010/01/22/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 finally, the installer [...]]]></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>jQuery tabs and IE8 caching</title>
		<link>http://www.anujgakhar.com/2010/01/20/jquery-tabs-and-ie8-caching/</link>
		<comments>http://www.anujgakhar.com/2010/01/20/jquery-tabs-and-ie8-caching/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 11:14:17 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=633</guid>
		<description><![CDATA[I have been using jQuery tabs in several places in one of my websites. And most of the tabs I have are setup as AJAX tabs. ie they are fetching data only when they are clicked on. This has been working fine in all other browsers except in IE8. IE8 doesnt show the latest content [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/01/20/jquery-tabs-and-ie8-caching/feed/</wfw:commentRss>
		<slash:comments>3</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/</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>MultiLine Label in Flex</title>
		<link>http://www.anujgakhar.com/2009/11/12/multiline-label-in-flex/</link>
		<comments>http://www.anujgakhar.com/2009/11/12/multiline-label-in-flex/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:33:18 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=619</guid>
		<description><![CDATA[If you are a Flex developer, you would have come across this issue several times. If you are using the &#60;mx:Label&#62; control and the size of your text is bigger than the size of the container, you will see a cut off version of the text because by default, the Label control does not allow [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/11/12/multiline-label-in-flex/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery Validator Plugin and IE8</title>
		<link>http://www.anujgakhar.com/2009/10/30/jquery-validator-plugin-and-ie8/</link>
		<comments>http://www.anujgakhar.com/2009/10/30/jquery-validator-plugin-and-ie8/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:00:46 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=614</guid>
		<description><![CDATA[I had been using the super jQuery Validator plugin in one of my projects. And everything was working fine, except in IE8. Isnt that typical of IE? Anyways, the problem was that I was using the validator plugin quite heavily and one of the forms simply refused to work in IE8. I did not try [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/10/30/jquery-validator-plugin-and-ie8/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.</title>
		<link>http://www.anujgakhar.com/2009/10/25/the-conversion-of-a-char-data-type-to-a-datetime-data-type-resulted-in-an-out-of-range-datetime-value/</link>
		<comments>http://www.anujgakhar.com/2009/10/25/the-conversion-of-a-char-data-type-to-a-datetime-data-type-resulted-in-an-out-of-range-datetime-value/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 08:42:07 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=609</guid>
		<description><![CDATA[I was working on a client&#8217;s server, in the process of making a site live. I restored the database from a test version of the database and copied over the codebase. Everthing was exactly the same as the test site. Still, all the date related queries were throwing this error.


The conversion of a char data [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/10/25/the-conversion-of-a-char-data-type-to-a-datetime-data-type-resulted-in-an-out-of-range-datetime-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Vertical TabBar With CornerRadius on Left or Right</title>
		<link>http://www.anujgakhar.com/2009/09/11/flex-vertical-tabbar-with-cornerradius-on-left-or-right/</link>
		<comments>http://www.anujgakhar.com/2009/09/11/flex-vertical-tabbar-with-cornerradius-on-left-or-right/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:12:46 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=588</guid>
		<description><![CDATA[If you are using Flex and want to have a TabBar control that aligns vertically instead of the default &#8220;horizontal&#8221; behaviour , then you can simply use the &#8220;direction&#8221; property on the control and make it vertical. You can see an example of that below . Notice how the tabs are now vertically aligned but the [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/09/11/flex-vertical-tabbar-with-cornerradius-on-left-or-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Table Row Counts in Sql 2005</title>
		<link>http://www.anujgakhar.com/2009/09/06/getting-table-row-counts-in-sql-2005/</link>
		<comments>http://www.anujgakhar.com/2009/09/06/getting-table-row-counts-in-sql-2005/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:15:24 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=580</guid>
		<description><![CDATA[I came across a nice tip while reading this article. If you want to get the number of rows in a table , you would normally do a select count(*) from tbl query, which does a table scan and can be a little time consuming query if the table has millions of rows.
This little query [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/09/06/getting-table-row-counts-in-sql-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triggering FlexSpy with a Keyboard Shortcut</title>
		<link>http://www.anujgakhar.com/2009/09/05/triggering-flexspy-with-a-keyboard-shortcut/</link>
		<comments>http://www.anujgakhar.com/2009/09/05/triggering-flexspy-with-a-keyboard-shortcut/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 18:32:53 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=568</guid>
		<description><![CDATA[If you are a Flex developer, you are probably aware of what FlexSpy is. FlexSpy is an inspection tool for Flex applications, similar to what Firebug is for HTML applications. FlexSpy is distributed as a .swc file (Flex Library file) which you can simply put under your projects&#8217; &#8220;libs&#8221; folder and it will become available [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/09/05/triggering-flexspy-with-a-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
