<?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 Bogdanovic</title>
	<atom:link href="http://www.bogdanovic.se/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bogdanovic.se</link>
	<description>A blog about Linux, Mac OS X, SOA, Joomla and Wordpress</description>
	<lastBuildDate>Tue, 12 Oct 2010 13:11:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Fixes for Joomla metaWeblog XML-RPC API plugin by Joomlalife</title>
		<link>http://www.bogdanovic.se/fixes-for-joomla-metaweblog-xml-rpc-api-plugin/comment-page-1#comment-30</link>
		<dc:creator>Joomlalife</dc:creator>
		<pubDate>Tue, 12 Oct 2010 13:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=97#comment-30</guid>
		<description>Thank you very much!!! That helped already.</description>
		<content:encoded><![CDATA[<p>Thank you very much!!! That helped already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixes for Joomla metaWeblog XML-RPC API plugin by Radoslav Bogdanovic</title>
		<link>http://www.bogdanovic.se/fixes-for-joomla-metaweblog-xml-rpc-api-plugin/comment-page-1#comment-28</link>
		<dc:creator>Radoslav Bogdanovic</dc:creator>
		<pubDate>Thu, 07 Oct 2010 17:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=97#comment-28</guid>
		<description>In my code where it says 
&lt;code&gt;&#039;categories&#039;	=&gt; new xmlrpcval(array(new xmlrpcval($category-&gt;title .&#039; (&#039;. $section-&gt;title .&#039;)&#039;)),&#039;array&#039;)&lt;/code&gt;
I am creating an Array with only one item as content in joomla only can belong to one section and category.

To figure out what was sent back and forth between joomla and live writer I was using  http analyzer so that I could check how the xml looked like.

Unfortunately It has been a while since I did any of this coding and my development environment is long gone.</description>
		<content:encoded><![CDATA[<p>In my code where it says<br />
<code>'categories'	=> new xmlrpcval(array(new xmlrpcval($category->title .' ('. $section->title .')')),'array')</code><br />
I am creating an Array with only one item as content in joomla only can belong to one section and category.</p>
<p>To figure out what was sent back and forth between joomla and live writer I was using  http analyzer so that I could check how the xml looked like.</p>
<p>Unfortunately It has been a while since I did any of this coding and my development environment is long gone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixes for Joomla metaWeblog XML-RPC API plugin by Joomlalife</title>
		<link>http://www.bogdanovic.se/fixes-for-joomla-metaweblog-xml-rpc-api-plugin/comment-page-1#comment-26</link>
		<dc:creator>Joomlalife</dc:creator>
		<pubDate>Thu, 07 Oct 2010 10:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=97#comment-26</guid>
		<description>Hi, interesting post. 
You write: &quot;The trickiest part was to figure out  how to return a string array with XML-RPC in Joomla.&quot;
This is exactly the problem I have. I want to use LW to adress a different table than content. Can you please illuminate where I have to change/digg deeper. 
Just use my email adress or post here.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi, interesting post.<br />
You write: &#8220;The trickiest part was to figure out  how to return a string array with XML-RPC in Joomla.&#8221;<br />
This is exactly the problem I have. I want to use LW to adress a different table than content. Can you please illuminate where I have to change/digg deeper.<br />
Just use my email adress or post here.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixes for Joomla metaWeblog XML-RPC API plugin by Radoslav Bogdanovic</title>
		<link>http://www.bogdanovic.se/fixes-for-joomla-metaweblog-xml-rpc-api-plugin/comment-page-1#comment-25</link>
		<dc:creator>Radoslav Bogdanovic</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=97#comment-25</guid>
		<description>Sorry for not answering earlier but I was away on holiday and just got back today. It was a while back I was working with this plugin and I can&#039;t promise that I will have a fix soon but I will give it a try anyway.</description>
		<content:encoded><![CDATA[<p>Sorry for not answering earlier but I was away on holiday and just got back today. It was a while back I was working with this plugin and I can&#8217;t promise that I will have a fix soon but I will give it a try anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixes for Joomla metaWeblog XML-RPC API plugin by Francisco Jurado</title>
		<link>http://www.bogdanovic.se/fixes-for-joomla-metaweblog-xml-rpc-api-plugin/comment-page-1#comment-23</link>
		<dc:creator>Francisco Jurado</dc:creator>
		<pubDate>Tue, 20 Jul 2010 02:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=97#comment-23</guid>
		<description>Hi this is a great tool, only find a flaw, the titles cannot have a utf8 characters... this is dissapointing because titles in other language than english will be cut... for example    &quot;Revolución&quot;    is showing as &quot;Revoluci&quot;   I have no skills in programing, coul you help to make a metaweblog UTF8 version? for Windows Live Writer. thank you</description>
		<content:encoded><![CDATA[<p>Hi this is a great tool, only find a flaw, the titles cannot have a utf8 characters&#8230; this is dissapointing because titles in other language than english will be cut&#8230; for example    &#8220;Revolución&#8221;    is showing as &#8220;Revoluci&#8221;   I have no skills in programing, coul you help to make a metaweblog UTF8 version? for Windows Live Writer. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functional Java by Jonas</title>
		<link>http://www.bogdanovic.se/functional-java/comment-page-1#comment-2</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bogdanovic.se/?p=71#comment-2</guid>
		<description>Really cool site. But if you are a core Java Developer it can be problematic in the beginning adjusting to the &quot;new&quot; thinking. But either way, we can learn a lot from Erlang, Haskell etc, this site is the proof of that.</description>
		<content:encoded><![CDATA[<p>Really cool site. But if you are a core Java Developer it can be problematic in the beginning adjusting to the &#8220;new&#8221; thinking. But either way, we can learn a lot from Erlang, Haskell etc, this site is the proof of that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

