<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ardamis</title>
	<atom:link href="http://www.ardamis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ardamis.com</link>
	<description>Ardamis is a blog about web development and technology in general.</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:06:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Resolving common Citrix issues by Alicia</title>
		<link>http://www.ardamis.com/2010/04/22/resolving-common-citrix-issues/#comment-90505</link>
		<dc:creator>Alicia</dc:creator>
		<pubDate>Fri, 03 Feb 2012 03:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=578#comment-90505</guid>
		<description>The error I receive is &#039;Cannot start microsoft office outlook. the command line argument is not valid, verify the switch you are using.&#039; I accidently choose to save settings, it always wants to launch &#039;launch.ica&#039;, how do i change the settings after I saved them?</description>
		<content:encoded><![CDATA[<p>The error I receive is &#8216;Cannot start microsoft office outlook. the command line argument is not valid, verify the switch you are using.&#8217; I accidently choose to save settings, it always wants to launch &#8216;launch.ica&#8217;, how do i change the settings after I saved them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed: XAMPP Component Status Check failure [3]. by Br</title>
		<link>http://www.ardamis.com/2011/07/10/xampp-component-status-check-failure-3/#comment-90494</link>
		<dc:creator>Br</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=1603#comment-90494</guid>
		<description>Work for me too. Thanks !</description>
		<content:encoded><![CDATA[<p>Work for me too. Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed: USB drive unusable, unformattable, and reporting 0 bytes capacity by BKS</title>
		<link>http://www.ardamis.com/2009/07/02/usb-drive-unusable-unformattable-and-reporting-0-bytes-capacity/#comment-90322</link>
		<dc:creator>BKS</dc:creator>
		<pubDate>Sat, 28 Jan 2012 09:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=299#comment-90322</guid>
		<description>worked for my Transcend 8gb flash drive.
Thanksssssssssssss</description>
		<content:encoded><![CDATA[<p>worked for my Transcend 8gb flash drive.<br />
Thanksssssssssssss</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed: USB drive unusable, unformattable, and reporting 0 bytes capacity by sajid</title>
		<link>http://www.ardamis.com/2009/07/02/usb-drive-unusable-unformattable-and-reporting-0-bytes-capacity/#comment-90316</link>
		<dc:creator>sajid</dc:creator>
		<pubDate>Sat, 28 Jan 2012 05:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=299#comment-90316</guid>
		<description>wow the HP USB Disk Storage Format Tool realy works for my kingston 16gb i tried a lot of softwrs bt they didnt workd...bt this one i realy like...</description>
		<content:encoded><![CDATA[<p>wow the HP USB Disk Storage Format Tool realy works for my kingston 16gb i tried a lot of softwrs bt they didnt workd&#8230;bt this one i realy like&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do I even play MW2: Black Ops? by Webber</title>
		<link>http://www.ardamis.com/2011/09/02/why-do-i-even-play-mw2-black-ops/#comment-90262</link>
		<dc:creator>Webber</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=1711#comment-90262</guid>
		<description>I&#039;m horrible at black ops too, but insanely addicted, i get my pleasure from finding noobs lol</description>
		<content:encoded><![CDATA[<p>I&#8217;m horrible at black ops too, but insanely addicted, i get my pleasure from finding noobs lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A PHP script for testing a MySQL database connection by suggestion</title>
		<link>http://www.ardamis.com/2008/05/26/a-php-script-for-testing-a-mysql-database-connection/#comment-90203</link>
		<dc:creator>suggestion</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=67#comment-90203</guid>
		<description>for more info on failed connection attempts, change this

echo &quot;Could not connect to the server &#039;&quot; . $hostname . &quot;&#039;\n&quot;;

to this

echo &quot;Could not connect to the server &#039;&quot; . $hostname . &quot;&#039;. Error message returned was &quot; . mysql_error() . &quot;          \n&quot;;</description>
		<content:encoded><![CDATA[<p>for more info on failed connection attempts, change this</p>
<p>echo &#8220;Could not connect to the server &#8216;&#8221; . $hostname . &#8220;&#8216;\n&#8221;;</p>
<p>to this</p>
<p>echo &#8220;Could not connect to the server &#8216;&#8221; . $hostname . &#8220;&#8216;. Error message returned was &#8221; . mysql_error() . &#8221;          \n&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Configure NameVirtualHost in XAMPP&#8217;s Apache Server by Pixeldrummer</title>
		<link>http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/#comment-89936</link>
		<dc:creator>Pixeldrummer</dc:creator>
		<pubDate>Sun, 22 Jan 2012 22:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/2005/08/11/xampp-apache-namevirtualhost/#comment-89936</guid>
		<description>Thank you so much for your post. It was a bit of a nightmare finding the right tool (XAMPP) to use on my Windows machine. Then more frustration trying to configure it to use as a web server. I tried a few other instructions and nothing worked until I read yours. I&#039;ll now be able to take over the maintenance of a couple of website applications for a client whose sites I could not &quot;see&quot; and test with IIS (even though it worked for PHP sites) because they use .htaccess. I am sooooo grateful!</description>
		<content:encoded><![CDATA[<p>Thank you so much for your post. It was a bit of a nightmare finding the right tool (XAMPP) to use on my Windows machine. Then more frustration trying to configure it to use as a web server. I tried a few other instructions and nothing worked until I read yours. I&#8217;ll now be able to take over the maintenance of a couple of website applications for a client whose sites I could not &#8220;see&#8221; and test with IIS (even though it worked for PHP sites) because they use .htaccess. I am sooooo grateful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 time off when dual booting Fedora Linux by Windows 7 UTC Time Issue &#124; The blog of Nathan Hunstad</title>
		<link>http://www.ardamis.com/2009/11/24/windows-time-off-when-dual-booting-linux/#comment-89811</link>
		<dc:creator>Windows 7 UTC Time Issue &#124; The blog of Nathan Hunstad</dc:creator>
		<pubDate>Sat, 21 Jan 2012 19:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=408#comment-89811</guid>
		<description>[...] problem stems from a registry hack that allows Windows 7 to use UTC in the CMOS real-time clock (RTC). All adult OSes expect that the [...]</description>
		<content:encoded><![CDATA[<p>[...] problem stems from a registry hack that allows Windows 7 to use UTC in the CMOS real-time clock (RTC). All adult OSes expect that the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed: USB drive unusable, unformattable, and reporting 0 bytes capacity by Angelo</title>
		<link>http://www.ardamis.com/2009/07/02/usb-drive-unusable-unformattable-and-reporting-0-bytes-capacity/#comment-89521</link>
		<dc:creator>Angelo</dc:creator>
		<pubDate>Fri, 20 Jan 2012 11:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=299#comment-89521</guid>
		<description>I followed the steps and diskpart shows me that encountered an error because of a I/O device error</description>
		<content:encoded><![CDATA[<p>I followed the steps and diskpart shows me that encountered an error because of a I/O device error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed: USB drive unusable, unformattable, and reporting 0 bytes capacity by ahmad</title>
		<link>http://www.ardamis.com/2009/07/02/usb-drive-unusable-unformattable-and-reporting-0-bytes-capacity/#comment-88781</link>
		<dc:creator>ahmad</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ardamis.com/?p=299#comment-88781</guid>
		<description>ultimate worked for me
jetflash 8gb

thaaaaaaaaaaaaaaaaaaaaaaaaaaaanx</description>
		<content:encoded><![CDATA[<p>ultimate worked for me<br />
jetflash 8gb</p>
<p>thaaaaaaaaaaaaaaaaaaaaaaaaaaaanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

