<?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: Using JoeBlogs -metaWeblog API Wrapper</title>
	<atom:link href="http://www.alexjamesbrown.com/geek/using-joeblogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexjamesbrown.com/geek/using-joeblogs/</link>
	<description>My Words. By Me.</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:33:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jonas</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-11787</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Wed, 08 Sep 2010 11:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-11787</guid>
		<description>I&#039;m almost there:

            var data = new AlexJamesBrown.JoeBlogs.Structs.Data();

            var wp = new WordPressWrapper(Url, User, Password);

            UploadImage = FiletoBase64(FileName);
            data.name = &quot;test.jpg&quot;;
            data.type = &quot;image/jpeg&quot;;
            data.overwrite = true;
            data.base64 = UploadImage;
            wp.UploadFile(data);

The file gets created and added to the media library but is zero bytes in size. I hints as to what could be wrong?

/Jonas</description>
		<content:encoded><![CDATA[<p>I&#8217;m almost there:</p>
<p>            var data = new AlexJamesBrown.JoeBlogs.Structs.Data();</p>
<p>            var wp = new WordPressWrapper(Url, User, Password);</p>
<p>            UploadImage = FiletoBase64(FileName);<br />
            data.name = &#8220;test.jpg&#8221;;<br />
            data.type = &#8220;image/jpeg&#8221;;<br />
            data.overwrite = true;<br />
            data.base64 = UploadImage;<br />
            wp.UploadFile(data);</p>
<p>The file gets created and added to the media library but is zero bytes in size. I hints as to what could be wrong?</p>
<p>/Jonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-11719</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Mon, 06 Sep 2010 14:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-11719</guid>
		<description>Hi, I would also love to see an UploadFile example. Any chances of you publishing it on the blog or could you email me? Keep up the good work. With some documentation and examples this project would be outstanding.</description>
		<content:encoded><![CDATA[<p>Hi, I would also love to see an UploadFile example. Any chances of you publishing it on the blog or could you email me? Keep up the good work. With some documentation and examples this project would be outstanding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-10858</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-10858</guid>
		<description>Hi!

First of all thank you for the great job!

I&#039;m using NewPost with wordpress and it works fine, but when it comes to post something like the embed below, it posts nothing: 



I think the problem is the &#039;&amp;&#039; of flashvars. I there a way to make it work? (using c#)

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>First of all thank you for the great job!</p>
<p>I&#8217;m using NewPost with wordpress and it works fine, but when it comes to post something like the embed below, it posts nothing: </p>
<p>I think the problem is the &#8216;&amp;&#8217; of flashvars. I there a way to make it work? (using c#)</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenyon</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-9751</link>
		<dc:creator>Kenyon</dc:creator>
		<pubDate>Thu, 05 Aug 2010 18:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-9751</guid>
		<description>Johan

It&#039;s asking for a string array so something like this would work:

post.categories = new string[] { &quot;Uncategorized&quot; };

Although if you just don&#039;t supply a category the post will already be created as Uncategorized.</description>
		<content:encoded><![CDATA[<p>Johan</p>
<p>It&#8217;s asking for a string array so something like this would work:</p>
<p>post.categories = new string[] { &#8220;Uncategorized&#8221; };</p>
<p>Although if you just don&#8217;t supply a category the post will already be created as Uncategorized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-8130</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-8130</guid>
		<description>Hi again Alex. Another question, when posting I&#039;, trying to add a category but I get an error when I try to. First I do this:

post.categories = &quot;Uncategorized&quot;;

But it complains that I can&#039;t convert type &#039;string&#039; to &#039;string[]&#039;. But when I do it like this:

post.categories[0] = &quot;Uncategorized&quot;;

I get an object not set to an object reference or something... how do I post the category?

Thanks... I would loooooove if you got to creating some kind of pdf reference for this man. Really cool stuff!</description>
		<content:encoded><![CDATA[<p>Hi again Alex. Another question, when posting I&#8217;, trying to add a category but I get an error when I try to. First I do this:</p>
<p>post.categories = &#8220;Uncategorized&#8221;;</p>
<p>But it complains that I can&#8217;t convert type &#8216;string&#8217; to &#8216;string[]&#8216;. But when I do it like this:</p>
<p>post.categories[0] = &#8220;Uncategorized&#8221;;</p>
<p>I get an object not set to an object reference or something&#8230; how do I post the category?</p>
<p>Thanks&#8230; I would loooooove if you got to creating some kind of pdf reference for this man. Really cool stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-7227</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-7227</guid>
		<description>Hi,
I haven&#039;t got round to properly documenting this API yet -
I suspect, the method you are trying to use hasn&#039;t yet been written - 
I&#039;ll try and take a look today.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I haven&#8217;t got round to properly documenting this API yet -<br />
I suspect, the method you are trying to use hasn&#8217;t yet been written &#8211;<br />
I&#8217;ll try and take a look today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-7226</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-7226</guid>
		<description>Is there a pdf or something that I&#039;ve missed on how to use the API? Some kind of document would be sweet!</description>
		<content:encoded><![CDATA[<p>Is there a pdf or something that I&#8217;ve missed on how to use the API? Some kind of document would be sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-7224</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-7224</guid>
		<description>Hi, really cool API! I have a problem though... I&#039;m trying to create a new page but I get the error &quot;The method or operation is not implemented&quot;. 

I&#039;m doing it like this:

var wp = new WordPressWrapper(Url, User, Password);
Page page = new Page()
                page.page_id = &quot;1&quot;;
                page.wp_slug = &quot;Slug_text&quot;;
                page.wp_password = &quot;mypassword&quot;;
                page.wp_page_parent_id = 0;
                page.wp_page_order = &quot;0&quot;;
                page.wp_author_id = &quot;0&quot;;
                page.title = &quot;Title text&quot;;
                page.description = &quot;The main post text...&quot;;
                page.excerpt = &quot;Excerpt...&quot;;
                page.text_more = &quot;Text more...?&quot;;
                page.mt_allow_comments = 0;
                page.mt_allow_pings = 0;
                page.dateCreated = DateTime.Now;
                page.page_status = &quot;Published&quot;;

                wp.NewPage(page);

Am I missing something? I create posts easy enough, but the page woun&#039;t work... please advice.</description>
		<content:encoded><![CDATA[<p>Hi, really cool API! I have a problem though&#8230; I&#8217;m trying to create a new page but I get the error &#8220;The method or operation is not implemented&#8221;. </p>
<p>I&#8217;m doing it like this:</p>
<p>var wp = new WordPressWrapper(Url, User, Password);<br />
Page page = new Page()<br />
                page.page_id = &#8220;1&#8243;;<br />
                page.wp_slug = &#8220;Slug_text&#8221;;<br />
                page.wp_password = &#8220;mypassword&#8221;;<br />
                page.wp_page_parent_id = 0;<br />
                page.wp_page_order = &#8220;0&#8243;;<br />
                page.wp_author_id = &#8220;0&#8243;;<br />
                page.title = &#8220;Title text&#8221;;<br />
                page.description = &#8220;The main post text&#8230;&#8221;;<br />
                page.excerpt = &#8220;Excerpt&#8230;&#8221;;<br />
                page.text_more = &#8220;Text more&#8230;?&#8221;;<br />
                page.mt_allow_comments = 0;<br />
                page.mt_allow_pings = 0;<br />
                page.dateCreated = DateTime.Now;<br />
                page.page_status = &#8220;Published&#8221;;</p>
<p>                wp.NewPage(page);</p>
<p>Am I missing something? I create posts easy enough, but the page woun&#8217;t work&#8230; please advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-6960</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 30 May 2010 11:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-6960</guid>
		<description>Hi, sorry- I will contact you by email</description>
		<content:encoded><![CDATA[<p>Hi, sorry- I will contact you by email</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aluminium extrusion di</title>
		<link>http://www.alexjamesbrown.com/geek/using-joeblogs/comment-page-1/#comment-6887</link>
		<dc:creator>aluminium extrusion di</dc:creator>
		<pubDate>Wed, 26 May 2010 14:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexjamesbrown.com/geek/development/dotnet/using-joeblogs/#comment-6887</guid>
		<description>Hey, I attempted to e-mail you concerning this post that i&#039;ve some inquires, but can&#039;t seem to reach you. Please email me when have a moment. Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, I attempted to e-mail you concerning this post that i&#8217;ve some inquires, but can&#8217;t seem to reach you. Please email me when have a moment. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
