<?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 Keyboard Face</title>
	<atom:link href="http://www.keyboardface.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyboardface.com</link>
	<description>when you find QWERTY imprinted on your cheek - it&#039;s time to go to bed.</description>
	<lastBuildDate>Thu, 19 May 2011 05:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on WordPress Permalinks in IIS using Custom 404 Redirect by PHP, url rewriting with htaccess, and Microsoft IIS Url Rewriting???? Drija</title>
		<link>http://www.keyboardface.com/iis-permalinks/comment-page-1/#comment-131752</link>
		<dc:creator>PHP, url rewriting with htaccess, and Microsoft IIS Url Rewriting???? Drija</dc:creator>
		<pubDate>Thu, 19 May 2011 05:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/iis-permalinks/#comment-131752</guid>
		<description>[...] then came across Tom Bristol&#8217;s great little ASP script to parse the .htaccess file to ensure that I had nice clean SEO links instead of [...]</description>
		<content:encoded><![CDATA[<p>[...] then came across Tom Bristol&#8217;s great little ASP script to parse the .htaccess file to ensure that I had nice clean SEO links instead of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Permalinks in IIS using Custom 404 Redirect by wordpress pretty permalinks iis</title>
		<link>http://www.keyboardface.com/iis-permalinks/comment-page-1/#comment-85225</link>
		<dc:creator>wordpress pretty permalinks iis</dc:creator>
		<pubDate>Sat, 20 Mar 2010 01:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/iis-permalinks/#comment-85225</guid>
		<description>i was struggling with this problem from few days, and after search so much stuff i got solution and now i have pretty permalinks
in my self hosted (IIS7+ windows Server)blog. 
(Prerequisites: PHP5.0+ Version and FAST CGI SCRIPT - Don&#039;t use ISAPI Filter)

I have made one web.config you need to put that file in your root directory and done.
http://www.geekblogger.org/2010/03/how-to-set-pretty-permalinks-in.html</description>
		<content:encoded><![CDATA[<p>i was struggling with this problem from few days, and after search so much stuff i got solution and now i have pretty permalinks<br />
in my self hosted (IIS7+ windows Server)blog.<br />
(Prerequisites: PHP5.0+ Version and FAST CGI SCRIPT &#8211; Don&#8217;t use ISAPI Filter)</p>
<p>I have made one web.config you need to put that file in your root directory and done.<br />
<a href="http://www.geekblogger.org/2010/03/how-to-set-pretty-permalinks-in.html" rel="nofollow">http://www.geekblogger.org/2010/03/how-to-set-pretty-permalinks-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript Array Length by Alex</title>
		<link>http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/comment-page-1/#comment-84889</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/#comment-84889</guid>
		<description>@Amar
Not so. The Preserve keyword on the ReDim keeps all the existing data in the array intact. Although if memory serves me correctly the syntax is with Preserve directly following the ReDim statement.

ReDim Preserve DynamicArray(10)

@0xG
Another way I found of getting around the error generated is to ReDim your dynamic array right after declaring it. That then gives you a ubound to work with from the start.

Dim Dynamic()
ReDim Dynamic(0)

WScript.Echo â€œArray size is â€ &amp; UBound(Dynamic)

You can then go on to do your other processing too as per the example in LAYGO&#039;s loop.</description>
		<content:encoded><![CDATA[<p>@Amar<br />
Not so. The Preserve keyword on the ReDim keeps all the existing data in the array intact. Although if memory serves me correctly the syntax is with Preserve directly following the ReDim statement.</p>
<p>ReDim Preserve DynamicArray(10)</p>
<p>@0xG<br />
Another way I found of getting around the error generated is to ReDim your dynamic array right after declaring it. That then gives you a ubound to work with from the start.</p>
<p>Dim Dynamic()<br />
ReDim Dynamic(0)</p>
<p>WScript.Echo â€œArray size is â€ &amp; UBound(Dynamic)</p>
<p>You can then go on to do your other processing too as per the example in LAYGO&#8217;s loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update for WordPress Permalinks on IIS by Iris Isac</title>
		<link>http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/comment-page-2/#comment-84149</link>
		<dc:creator>Iris Isac</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/#comment-84149</guid>
		<description>Thanks a ton for this solution. I had seraching a lot for it and now I am using it in Wordpress thesis theme with IIS. HHowever I have a problem, when I go to individual post the page is refreshing again and again. I am not able to resolve it. Can someone hwlp please?. My Blog is for a tour operator in India @ http://www.irisholidays.com/blog/volunteering-vacations-in-kerala/2010/03/05/</description>
		<content:encoded><![CDATA[<p>Thanks a ton for this solution. I had seraching a lot for it and now I am using it in WordPress thesis theme with IIS. HHowever I have a problem, when I go to individual post the page is refreshing again and again. I am not able to resolve it. Can someone hwlp please?. My Blog is for a tour operator in India @ <a href="http://www.irisholidays.com/blog/volunteering-vacations-in-kerala/2010/03/05/" rel="nofollow">http://www.irisholidays.com/blog/volunteering-vacations-in-kerala/2010/03/05/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript Array Length by Amar</title>
		<link>http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/comment-page-1/#comment-80204</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Sat, 09 Jan 2010 01:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/#comment-80204</guid>
		<description>Problem in above solution is, every time when Array is redimed previous value will be get flushed out, so only last value will be stored</description>
		<content:encoded><![CDATA[<p>Problem in above solution is, every time when Array is redimed previous value will be get flushed out, so only last value will be stored</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Your Amazon AStore Search Engine Friendly by james</title>
		<link>http://www.keyboardface.com/archives/2006/09/01/seo-friendly-amazon-astore/comment-page-1/#comment-78789</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 20 Dec 2009 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2006/09/01/seo-friendly-amazon-astore/#comment-78789</guid>
		<description>hi,

i&#039;d be interested in seeing this script, if you don&#039;t mind forwarding it to me, i would be so very grateful.

merry christmas,

James</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i&#8217;d be interested in seeing this script, if you don&#8217;t mind forwarding it to me, i would be so very grateful.</p>
<p>merry christmas,</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update for WordPress Permalinks on IIS by Andy Boyns</title>
		<link>http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/comment-page-2/#comment-78149</link>
		<dc:creator>Andy Boyns</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/#comment-78149</guid>
		<description>&quot;Be aware though that as this currently stands it does prevent you from using $_POST and $_GET as Hep pointed out above. So if you have a contact form or something similar that requires this then this solution wont work for you.&quot;

Has anyone any idea how to make this work. I need to use qTranslate, and this requires me to use ?Lang=TR</description>
		<content:encoded><![CDATA[<p>&#8220;Be aware though that as this currently stands it does prevent you from using $_POST and $_GET as Hep pointed out above. So if you have a contact form or something similar that requires this then this solution wont work for you.&#8221;</p>
<p>Has anyone any idea how to make this work. I need to use qTranslate, and this requires me to use ?Lang=TR</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verify Email Address by Leah</title>
		<link>http://www.keyboardface.com/archives/2009/02/17/verify-email-address/comment-page-1/#comment-78065</link>
		<dc:creator>Leah</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/?p=137#comment-78065</guid>
		<description>I have one that seems good. You can find it at http://www.convincingmail.com/emailvalidation.aspx 

Let me know how you like it.</description>
		<content:encoded><![CDATA[<p>I have one that seems good. You can find it at <a href="http://www.convincingmail.com/emailvalidation.aspx" rel="nofollow">http://www.convincingmail.com/emailvalidation.aspx</a> </p>
<p>Let me know how you like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript Array Length by LAYGO</title>
		<link>http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/comment-page-1/#comment-77989</link>
		<dc:creator>LAYGO</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2005/11/21/vbscript-array-length/#comment-77989</guid>
		<description>Frederic is right.

If you want a true dynamic array:

Dim DynamicArray()

For x = 0 To n
   ReDim DynamicArray(x) Preserve
   &#039; some processing here
   DynamicArray(x) = &quot;results of some processing here&quot;
Next
</description>
		<content:encoded><![CDATA[<p>Frederic is right.</p>
<p>If you want a true dynamic array:</p>
<p>Dim DynamicArray()</p>
<p>For x = 0 To n<br />
   ReDim DynamicArray(x) Preserve<br />
   &#8216; some processing here<br />
   DynamicArray(x) = &#8220;results of some processing here&#8221;<br />
Next</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE5 and IE6 CSS Hacks by Tom</title>
		<link>http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/comment-page-1/#comment-77340</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyboardface.com/archives/2009/07/07/ie5-and-ie6-css-hacks/#comment-77340</guid>
		<description>If you&#039;re using the above &quot;display:inline-block;&quot; keep in mind that Firefox 2 and earlier don&#039;t support it. To get around this, also use a Mozilla specific css rule: 

&quot;display: -moz-inline-box;&quot; 

This acts similarly with the caveat that it hides all overflow text. 

To get around &lt;b&gt;this&lt;/b&gt;, put a div tag within the a element and specify a specific width for this tag. 

And.... finally we have a good solution.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using the above &#8220;display:inline-block;&#8221; keep in mind that Firefox 2 and earlier don&#8217;t support it. To get around this, also use a Mozilla specific css rule: </p>
<p>&#8220;display: -moz-inline-box;&#8221; </p>
<p>This acts similarly with the caveat that it hides all overflow text. </p>
<p>To get around <b>this</b>, put a div tag within the a element and specify a specific width for this tag. </p>
<p>And&#8230;. finally we have a good solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
