<?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 Extensible Development</title>
	<atom:link href="http://blog.itwarlocks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itwarlocks.com</link>
	<description>Profession blog about Software Engineering, Web, *nix, Processes, Tools and more.</description>
	<lastBuildDate>Tue, 08 Jun 2010 15:49:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Float overflow can be useful too by hoppster</title>
		<link>http://blog.itwarlocks.com/2009/05/08/float-overflow-can-be-useful-too/comment-page-1/#comment-163</link>
		<dc:creator>hoppster</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=140#comment-163</guid>
		<description>nice tut. seems like you&#039;ve got images 7 and 8 reversed.</description>
		<content:encoded><![CDATA[<p>nice tut. seems like you&#8217;ve got images 7 and 8 reversed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-159</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Tue, 01 Jun 2010 11:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-159</guid>
		<description>I started looking into the issue, but since I&#039;m running Windows 7 (x64) I keep getting:
-2147217895: Object or data matching the name, range, or selection criteria was not found within the scope of this operation.
This might be caused by new security restrictions, but I&#039;m not sure. If I find a solution I&#039;ll post it here.</description>
		<content:encoded><![CDATA[<p>I started looking into the issue, but since I&#8217;m running Windows 7 (x64) I keep getting:<br />
-2147217895: Object or data matching the name, range, or selection criteria was not found within the scope of this operation.<br />
This might be caused by new security restrictions, but I&#8217;m not sure. If I find a solution I&#8217;ll post it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by steve</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-120</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-120</guid>
		<description>&lt;a href=&quot;#comment-118&quot; rel=&quot;nofollow&quot;&gt;@steve &lt;/a&gt; 
I tried both approaches for renaming a directory (e.g. both using davFile.MoveRecord and davFiles.Update &quot;RESOURCE_PARSENAME&quot; &quot;NewName&quot;)  Both approaches generated unsupported errors.  Any suggestions?</description>
		<content:encoded><![CDATA[<p><a href="#comment-118" rel="nofollow">@steve </a><br />
I tried both approaches for renaming a directory (e.g. both using davFile.MoveRecord and davFiles.Update &#8220;RESOURCE_PARSENAME&#8221; &#8220;NewName&#8221;)  Both approaches generated unsupported errors.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by steve</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-118</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 20 Apr 2010 08:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-118</guid>
		<description>Thanks for this excellent guide!  It has helped me tremendously integrating some VBA code with our Wiki (Confluence).  How could the above code be modified to rename an existing WebDAV directory?  

Would you recommend updating RESOURCE_PARSENAME and davFiles to perform an ADODB.Recordset update, or davFile and perform an ADODB.Record MoveRecord?

And for deleting a file/directory, would you simply find the davFile and use the ADODB.Record DeleteRecord function or would you use the davFiles ADODB.RecordSet Delete function?

I assume that taking the RecordSet approach in either of the above would require closing the davFile first.  Using davFile will require closing davFile after the move, but what about after a delete?  Does anything need to be done after calling davFile.DeleteRecord other than setting davFile = Nothing (although I notice you never set dirFile = Nothing like you do davFiles and davDir) -- is there still something to close after deleting the Record?</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent guide!  It has helped me tremendously integrating some VBA code with our Wiki (Confluence).  How could the above code be modified to rename an existing WebDAV directory?  </p>
<p>Would you recommend updating RESOURCE_PARSENAME and davFiles to perform an ADODB.Recordset update, or davFile and perform an ADODB.Record MoveRecord?</p>
<p>And for deleting a file/directory, would you simply find the davFile and use the ADODB.Record DeleteRecord function or would you use the davFiles ADODB.RecordSet Delete function?</p>
<p>I assume that taking the RecordSet approach in either of the above would require closing the davFile first.  Using davFile will require closing davFile after the move, but what about after a delete?  Does anything need to be done after calling davFile.DeleteRecord other than setting davFile = Nothing (although I notice you never set dirFile = Nothing like you do davFiles and davDir) &#8212; is there still something to close after deleting the Record?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The road ahead by Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2010/01/05/the-road-ahead/comment-page-1/#comment-100</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Thu, 25 Mar 2010 13:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=288#comment-100</guid>
		<description>&lt;a href=&quot;#comment-93&quot; rel=&quot;nofollow&quot;&gt;@Casey Stark &lt;/a&gt; I&#039;ve been a bit preoccupied lately &em; I&#039;ll write a post about what&#039;s going on this week &em; so I haven&#039;t started on the MathJax plug-in yet.
I have started on the basics for the HighCharts plug-in. While planning for several WordPress plug-ins, I&#039;ve decided to focus on finding a good plug-in framework first.
I&#039;m currently reviewing the inner workings of &lt;a href=&quot;http://xavisys.com/xavisys-wordpress-plugin-framework/&quot; alt=&quot;Xavisys WordPress plug-in framework&quot; rel=&quot;nofollow&quot;&gt;Xavisys&lt;/a&gt; and &lt;a href=&quot;WordPress plug-in CodeIgniter framework&quot; rel=&quot;nofollow&quot;&gt;wp-ci&lt;/a&gt; and I&#039;m keeping an eye out at &lt;a href=&quot;http://yoast.com/&quot; alt=&quot;Yoast - tweaking websites&quot; rel=&quot;nofollow&quot;&gt;Yoast&lt;/a&gt;, Joost de Valk has been said to be working on a WP plug-in framework too.

So feel free to start working on a MathJax plug-in and I&#039;ll help where I can.</description>
		<content:encoded><![CDATA[<p><a href="#comment-93" rel="nofollow">@Casey Stark </a> I&#8217;ve been a bit preoccupied lately &em; I&#8217;ll write a post about what&#8217;s going on this week &em; so I haven&#8217;t started on the MathJax plug-in yet.<br />
I have started on the basics for the HighCharts plug-in. While planning for several WordPress plug-ins, I&#8217;ve decided to focus on finding a good plug-in framework first.<br />
I&#8217;m currently reviewing the inner workings of <a href="http://xavisys.com/xavisys-wordpress-plugin-framework/" alt="Xavisys WordPress plug-in framework" rel="nofollow">Xavisys</a> and <a href="WordPress plug-in CodeIgniter framework" rel="nofollow">wp-ci</a> and I&#8217;m keeping an eye out at <a href="http://yoast.com/" alt="Yoast - tweaking websites" rel="nofollow">Yoast</a>, Joost de Valk has been said to be working on a WP plug-in framework too.</p>
<p>So feel free to start working on a MathJax plug-in and I&#8217;ll help where I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 32bit VPN in Windows 7 x64 and XPM by draytek help &#187; Smart VPN Software Utility (Draytek)</title>
		<link>http://blog.itwarlocks.com/2010/02/25/32bit-vpn-in-windows-7-x64-and-xpm/comment-page-1/#comment-96</link>
		<dc:creator>draytek help &#187; Smart VPN Software Utility (Draytek)</dc:creator>
		<pubDate>Fri, 19 Mar 2010 16:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=300#comment-96</guid>
		<description>[...] Extensible Development » 32bit VPN in Windows 7 x64 and XPM [...]</description>
		<content:encoded><![CDATA[<p>[...] Extensible Development » 32bit VPN in Windows 7 x64 and XPM [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The road ahead by Casey Stark</title>
		<link>http://blog.itwarlocks.com/2010/01/05/the-road-ahead/comment-page-1/#comment-93</link>
		<dc:creator>Casey Stark</dc:creator>
		<pubDate>Tue, 16 Mar 2010 22:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=288#comment-93</guid>
		<description>Hi Jeffrey.

You mentioned that you might be writing a WP plugin for MathJax. Can you tell me more about it? I was thinking about doing it myself, but if you have something started, I would love to contribute as well.</description>
		<content:encoded><![CDATA[<p>Hi Jeffrey.</p>
<p>You mentioned that you might be writing a WP plugin for MathJax. Can you tell me more about it? I was thinking about doing it myself, but if you have something started, I would love to contribute as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-89</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-89</guid>
		<description>&lt;a href=&quot;#comment-85&quot; rel=&quot;nofollow&quot;&gt;@NMTT&lt;/a&gt; Yes, listing 1 shows that the &lt;code&gt;open&lt;/code&gt; function takes a username and password parameter.</description>
		<content:encoded><![CDATA[<p><a href="#comment-85" rel="nofollow">@NMTT</a> Yes, listing 1 shows that the <code>open</code> function takes a username and password parameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by NMTT</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-85</link>
		<dc:creator>NMTT</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-85</guid>
		<description>Hi. Great Help!

But if my Web Dav server requires basic authentication, how can I directly open a document without opening the windows authentication dialog?

Is there some Open Command with username and pass parameters?</description>
		<content:encoded><![CDATA[<p>Hi. Great Help!</p>
<p>But if my Web Dav server requires basic authentication, how can I directly open a document without opening the windows authentication dialog?</p>
<p>Is there some Open Command with username and pass parameters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing WebDAV in Microsoft Word Visual Basic by Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2009/04/28/accessing-webdav-in-microsoft-word-visual-basic/comment-page-1/#comment-80</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=45#comment-80</guid>
		<description>&lt;a href=&quot;#comment-77&quot; rel=&quot;nofollow&quot;&gt;@Chad &lt;/a&gt; I’ve corrected a few typos and added an example document. I hope that helps.
As an added bonus, I’ve added a URLDecode function that will translate the title from URL. No more %20. (Supports åäâöéèêëóòô…)</description>
		<content:encoded><![CDATA[<p><a href="#comment-77" rel="nofollow">@Chad </a> I’ve corrected a few typos and added an example document. I hope that helps.<br />
As an added bonus, I’ve added a URLDecode function that will translate the title from URL. No more %20. (Supports åäâöéèêëóòô…)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.itwarlocks.com @ 2010-07-29 14:41:24 -->