<?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 on: WordPress 2.7 XML-RPC wrapper for .Net</title>
	<atom:link href="http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/</link>
	<description>Think, Visualize, Understand.</description>
	<lastBuildDate>Fri, 20 Aug 2010 10:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean Olson</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61358</link>
		<dc:creator>Sean Olson</dc:creator>
		<pubDate>Thu, 19 Nov 2009 04:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61358</guid>
		<description>Francois,

great work!  Thanks for making this available - a real time saver.

Sean</description>
		<content:encoded><![CDATA[<p>Francois,</p>
<p>great work!  Thanks for making this available &#8211; a real time saver.</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My first cmdlet, Out-Web &#124; Josh Erickson</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61345</link>
		<dc:creator>My first cmdlet, Out-Web &#124; Josh Erickson</dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61345</guid>
		<description>[...] for writing an awesome tool, XML-RPC.NET. And I&#8217;d also like to thank Orbifold for their Wordpress XML-RPC library which helped decipher the RPC [...]</description>
		<content:encoded><![CDATA[<p>[...] for writing an awesome tool, XML-RPC.NET. And I&#8217;d also like to thank Orbifold for their Wordpress XML-RPC library which helped decipher the RPC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61327</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61327</guid>
		<description>GetPost method not returning complete post, if the post have more tag</description>
		<content:encoded><![CDATA[<p>GetPost method not returning complete post, if the post have more tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frithjof</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61298</link>
		<dc:creator>Frithjof</dc:creator>
		<pubDate>Sun, 20 Sep 2009 09:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61298</guid>
		<description>I had the same error message, using a wordpress 2.8.4. You need the change the  page struct definition:
public int page_id;
public int wp_page_order;

Cheers,
Frithjof</description>
		<content:encoded><![CDATA[<p>I had the same error message, using a wordpress 2.8.4. You need the change the  page struct definition:<br />
public int page_id;<br />
public int wp_page_order;</p>
<p>Cheers,<br />
Frithjof</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61253</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Wed, 19 Aug 2009 05:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61253</guid>
		<description>Easy to do. Put the urls in the &#039;app.config&#039; (or &#039;web.config&#039; if you&#039;ve got a web application) and access things this way at runtime (see &lt;a href=&quot;http://www.west-wind.com/presentations/configurationclass/configurationclass.asp&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt; for example). 
You could create a combobox in your application as well to select the url, of course.</description>
		<content:encoded><![CDATA[<p>Easy to do. Put the urls in the &#8216;app.config&#8217; (or &#8216;web.config&#8217; if you&#8217;ve got a web application) and access things this way at runtime (see <a href="http://www.west-wind.com/presentations/configurationclass/configurationclass.asp" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.west-wind.com/presentations/configurationclass/configurationclass.asp?referer=');">this article</a> for example).<br />
You could create a combobox in your application as well to select the url, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MInTheGap</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61250</link>
		<dc:creator>MInTheGap</dc:creator>
		<pubDate>Tue, 18 Aug 2009 02:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61250</guid>
		<description>Hey, no problem.  I was able to work around that dilemma, but do you have a good way to determine the BlogURL at run time instead of design time?

I have multiple blogs, and I&#039;m looking for a way to parametrize the connection information instead of having it hard coded.  I&#039;ll be attempting it myself, but I wondered if you had any ideas.</description>
		<content:encoded><![CDATA[<p>Hey, no problem.  I was able to work around that dilemma, but do you have a good way to determine the BlogURL at run time instead of design time?</p>
<p>I have multiple blogs, and I&#8217;m looking for a way to parametrize the connection information instead of having it hard coded.  I&#8217;ll be attempting it myself, but I wondered if you had any ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61240</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Fri, 14 Aug 2009 05:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61240</guid>
		<description>Will have a look at it as soon as I can. Currently The Orbifold is overflown with customer projects and customizations of G2...</description>
		<content:encoded><![CDATA[<p>Will have a look at it as soon as I can. Currently The Orbifold is overflown with customer projects and customizations of G2&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MInTheGap</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-61234</link>
		<dc:creator>MInTheGap</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-61234</guid>
		<description>I get an exception on Page[] ps = wp.GetPages(3);

response contains int value where string expected [response : array mapped to type Page[] : element 0 : struct mapped to type Page : member page_id mapped to type String

I&#039;m running WP 2.8.4.</description>
		<content:encoded><![CDATA[<p>I get an exception on Page[] ps = wp.GetPages(3);</p>
<p>response contains int value where string expected [response : array mapped to type Page[] : element 0 : struct mapped to type Page : member page_id mapped to type String</p>
<p>I&#8217;m running WP 2.8.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Brown</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-59937</link>
		<dc:creator>Alex Brown</dc:creator>
		<pubDate>Mon, 06 Jul 2009 15:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-59937</guid>
		<description>You can specify the endpoints (url, user name, password) using CookComputing XML RPC.net
see my little post:

http://www.alexjamesbrown.com/geek/development/dotnet/specify-xml-rpc-endpoints-at-run-time/

I&#039;ve also created a .net wrapper for Wordpress, and other blogs (implementing the metaWeblog api)

http://joeblogs.codeplex.com</description>
		<content:encoded><![CDATA[<p>You can specify the endpoints (url, user name, password) using CookComputing XML RPC.net<br />
see my little post:</p>
<p><a href="http://www.alexjamesbrown.com/geek/development/dotnet/specify-xml-rpc-endpoints-at-run-time/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.alexjamesbrown.com/geek/development/dotnet/specify-xml-rpc-endpoints-at-run-time/?referer=');">http://www.alexjamesbrown.com/geek/development/dotnet/specify-xml-rpc-endpoints-at-run-time/</a></p>
<p>I&#8217;ve also created a .net wrapper for Wordpress, and other blogs (implementing the metaWeblog api)</p>
<p><a href="http://joeblogs.codeplex.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/joeblogs.codeplex.com?referer=');">http://joeblogs.codeplex.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Vanderseypen</title>
		<link>http://visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/comment-page-1/#comment-58325</link>
		<dc:creator>Francois Vanderseypen</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1721#comment-58325</guid>
		<description>Can you please answer the mail I sent to you first?

You don&#039;t need to convert the code to VB.Net if you use the compiled assembly as a reference. </description>
		<content:encoded><![CDATA[<p>Can you please answer the mail I sent to you first?</p>
<p>You don&#8217;t need to convert the code to VB.Net if you use the compiled assembly as a reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  visualizationtools.net/default/wordpress-27-xml-rpc-wrapper-for-net/feed/ ) in 0.74673 seconds, on Sep 4th, 2010 at 6:11 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Sep 4th, 2010 at 7:11 am UTC -->