<?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"
	>
<channel>
	<title>Comments on: Zoho for distributed publication</title>
	<atom:link href="http://www.owenkelly.net/270/zoho-for-distributed-publication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/</link>
	<description>culture, synthetics and the web</description>
	<pubDate>Wed, 07 Jan 2009 09:53:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Lane Lester</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-352</link>
		<dc:creator>Lane Lester</dc:creator>
		<pubDate>Fri, 30 Mar 2007 17:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-352</guid>
		<description>OK, I found that the zipped backup had content, so I took the plunge and upgraded WP to 2.1.2. The upgrade went smoothly, and sure enough, using the Code tab made it possible to add your article. Thanks for the help, but no thanks for providing yet another blog that I think I need to follow. [grin]

Lane</description>
		<content:encoded><![CDATA[<p>OK, I found that the zipped backup had content, so I took the plunge and upgraded <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> to 2.1.2. The upgrade went smoothly, and sure enough, using the Code tab made it possible to add your article. Thanks for the help, but no thanks for providing yet another blog that I think I need to follow. [grin]</p>
<p>Lane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane Lester</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-351</link>
		<dc:creator>Lane Lester</dc:creator>
		<pubDate>Fri, 30 Mar 2007 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-351</guid>
		<description>Thanks for the suggestions, Owen. Regretfully, I was unsuccessful. I didn't try the direct db manipulation because I didn't know how to do it. I installed the Text Control plugin, but a bunch of fiddling didn't produce any effect. So I decided to take the plunge and upgrade to WP 2.1.2, but again I hit a roadblock. When I tried to back up the db, all I got was a zero-byte file after following WP's instructions on the use of phpMyAdmin. That was too scary, so I'm throwing in the towel for now.

Lane</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions, Owen. Regretfully, I was unsuccessful. I didn&#8217;t try the direct db manipulation because I didn&#8217;t know how to do it. I installed the Text Control plugin, but a bunch of fiddling didn&#8217;t produce any effect. So I decided to take the plunge and upgrade to <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> 2.1.2, but again I hit a roadblock. When I tried to back up the db, all I got was a zero-byte file after following <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a>&#8217;s instructions on the use of phpMyAdmin. That was too scary, so I&#8217;m throwing in the towel for now.</p>
<p>Lane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-348</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Fri, 30 Mar 2007 14:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-348</guid>
		<description>Hello Lester,

I think you are right that the problem lies with the WordPress wysiwyg editor. If you are using WP 2.1 then the page for writing posts has two tabs, labelled Visual and Code. You need to select the Code tab and enter the javascript there, otherwise the less-than and greater-than brackets will be escaped, and the html may also get messed up.

You mention using the HTML button so I think you are probably still using WP 2.0 or WP 1.5. I have tried with another blog I have access to that still uses WP 2.0 and the HTML editor replaces the line
&#60;script src="http://writer.zoho.com/public/owen/Zoho-for-distributed-publishing/script"&#62;&#60;/script&#62;
with the meaningless &#60;script /&#62; which I presume is what you are seeing.

After some experimentation I found two methods of making the script tags work in 2.0, neither of which may suit you, since they may wel seem more work than you would wish for the end result.

The first and simplest is to enter the tag into the post in the database itself, after the rest of the post had been saved in Wordpress. This neatly sidesteps the issues raised by TinyMCE, the WP text editor.

The second method is to install the &lt;a href="http://dev.wp-plugins.org/wiki/TextControl" title="complete control of text formatting options" rel="nofollow"&gt;Text Control Plugin&lt;/a&gt; which allows you to switch off all WP formatting for a specific page. To &lt;a href="http://codex.wordpress.org/Using_Javascript" title="Using Javascript" rel="nofollow"&gt;quote from the codex&lt;/a&gt;:

&lt;blockquote&gt;If you are having trouble with including Javascripts inside a post, use the &lt;a href="http://dev.wp-plugins.org/wiki/TextControl" title="complete control of text formatting options" rel="nofollow"&gt;Text Control Plugin&lt;/a&gt; which allows you to control on a global or per post basis the ability to turn off WordPress' automatic formatting features which can quickly turn code into something readable instead of executable. Set the options on the post that you will be using the Javascript on to have No Formatting or Markup or nl2br and No Character Formatting. You may have to experiment to get it to work. As a reminder, when using the Text Control Plugin, you must first Save and Continue Editing the post in order to see the Text Control Plugin options.

If you choose No Formatting, your post's text will run together, so you will have to add paragraph tags and other HTML tags in order to format your page as WordPress normally does that for you.&lt;/blockquote&gt;

I hope that helps. 

I am very aware that what we have at the moment is an alpha version of distributed publishing - an early alpha version - and I shall be working to figure out all the problems around the idea - at both the sending end and the receiving end. If this idea is to work then its implementation needs to be as easy as posting to a blog, and it certainly isn't that yet!</description>
		<content:encoded><![CDATA[<p>Hello Lester,</p>
<p>I think you are right that the problem lies with the WordPress wysiwyg editor. If you are using <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> 2.1 then the page for writing posts has two tabs, labelled Visual and Code. You need to select the Code tab and enter the javascript there, otherwise the less-than and greater-than brackets will be escaped, and the html may also get messed up.</p>
<p>You mention using the HTML button so I think you are probably still using <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> 2.0 or <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> 1.5. I have tried with another blog I have access to that still uses <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> 2.0 and the HTML editor replaces the line<br />
&lt;script src=&#8221;http://writer.zoho.com/public/owen/Zoho-for-distributed-publishing/script&#8221;&gt;&lt;/script&gt;<br />
with the meaningless &lt;script /&gt; which I presume is what you are seeing.</p>
<p>After some experimentation I found two methods of making the script tags work in 2.0, neither of which may suit you, since they may wel seem more work than you would wish for the end result.</p>
<p>The first and simplest is to enter the tag into the post in the database itself, after the rest of the post had been saved in Wordpress. This neatly sidesteps the issues raised by TinyMCE, the <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> text editor.</p>
<p>The second method is to install the <a href="http://dev.wp-plugins.org/wiki/TextControl" title="complete control of text formatting options" rel="nofollow">Text Control Plugin</a> which allows you to switch off all <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a> formatting for a specific page. To <a href="http://codex.wordpress.org/Using_Javascript" title="Using Javascript" rel="nofollow">quote from the codex</a>:</p>
<blockquote><p>If you are having trouble with including Javascripts inside a post, use the <a href="http://dev.wp-plugins.org/wiki/TextControl" title="complete control of text formatting options" rel="nofollow">Text Control Plugin</a> which allows you to control on a global or per post basis the ability to turn off WordPress&#8217; automatic formatting features which can quickly turn code into something readable instead of executable. Set the options on the post that you will be using the Javascript on to have No Formatting or Markup or nl2br and No Character Formatting. You may have to experiment to get it to work. As a reminder, when using the Text Control Plugin, you must first Save and Continue Editing the post in order to see the Text Control Plugin options.</p>
<p>If you choose No Formatting, your post&#8217;s text will run together, so you will have to add paragraph tags and other HTML tags in order to format your page as WordPress normally does that for you.</p></blockquote>
<p>I hope that helps. </p>
<p>I am very aware that what we have at the moment is an alpha version of distributed publishing - an early alpha version - and I shall be working to figure out all the problems around the idea - at both the sending end and the receiving end. If this idea is to work then its implementation needs to be as easy as posting to a blog, and it certainly isn&#8217;t that yet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lane Lester</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-347</link>
		<dc:creator>Lane Lester</dc:creator>
		<pubDate>Fri, 30 Mar 2007 12:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-347</guid>
		<description>I tried to insert the code in a  post on my WordPress blog the-word-doctor.com. When I first posted it, it worked as advertised. However, I then edited it to provide a more complete introduction, and now the article won't display. It seems to be a problem with WP's WYSIWYG editor stripping out the code. I click the "HTML" button, insert the code you provided, and then click "Save." But all of the code gets stripped out, except for a short bit that screws up the whole blog page. I'm going to have to forget this for now, unless someone can send me the solution at llester at-symbol the-word-doctor dot-symbol com.</description>
		<content:encoded><![CDATA[<p>I tried to insert the code in a  post on my WordPress blog the-word-doctor.com. When I first posted it, it worked as advertised. However, I then edited it to provide a more complete introduction, and now the article won&#8217;t display. It seems to be a problem with <a href="http://www.wordpress.org" class="ubernym uttReplace">WordPress</a>&#8217;s WYSIWYG editor stripping out the code. I click the &#8220;HTML&#8221; button, insert the code you provided, and then click &#8220;Save.&#8221; But all of the code gets stripped out, except for a short bit that screws up the whole blog page. I&#8217;m going to have to forget this for now, unless someone can send me the solution at llester at-symbol the-word-doctor dot-symbol com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly-Zoho co-innovation in real-time &#171; Co-producing Innovation</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-294</link>
		<dc:creator>Kelly-Zoho co-innovation in real-time &#171; Co-producing Innovation</dc:creator>
		<pubDate>Wed, 21 Mar 2007 14:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-294</guid>
		<description>[...] few improvements to the present Zoho Writer. And he sees the implications as far reaching. From his blog post : I found something that completely surprised me, and left me wondering what exactly was going on. [...]</description>
		<content:encoded><![CDATA[<p>[...] few improvements to the present <a href="http://www.zoho.com" class="ubernym uttJustLink">Zoho</a> Writer. And he sees the implications as far reaching. From his blog post : I found something that completely surprised me, and left me wondering what exactly was going on. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoho Blogs</title>
		<link>http://www.owenkelly.net/270/zoho-for-distributed-publication/#comment-284</link>
		<dc:creator>Zoho Blogs</dc:creator>
		<pubDate>Tue, 20 Mar 2007 07:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.owenkelly.net/2007/03/13/zoho-for-distributed-publication/#comment-284</guid>
		<description>&lt;strong&gt;Distributed Publishing with Zoho Writer&lt;/strong&gt;

Owen Kelly has come up with a  great post on how Zoho Writer can help publishers publish their work  online easily. He has a very good set of points on how easy the  embeddable script code that Zoho Writer provides can help achieve this  as against oth...</description>
		<content:encoded><![CDATA[<p><strong>Distributed Publishing with <a href="http://www.zoho.com" class="ubernym uttJustLink">Zoho</a> Writer</strong></p>
<p>Owen Kelly has come up with a  great post on how <a href="http://www.zoho.com" class="ubernym uttJustLink">Zoho</a> Writer can help publishers publish their work  online easily. He has a very good set of points on how easy the  embeddable script code that <a href="http://www.zoho.com" class="ubernym uttJustLink">Zoho</a> Writer provides can help achieve this  as against oth&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
