<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Blogging on the iPad: A Sad State of Affairs</title>
	<atom:link href="http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 17:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tony Korologos</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-490762</link>
		<dc:creator><![CDATA[Tony Korologos]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 01:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-490762</guid>
		<description><![CDATA[The Wordpress app is one of the worst apps ever.  Though I&#039;m logged in to my wordpress site and can manage comments and posts, as soon as I try to publish anything it says &quot;incorrect password.&quot;  It still shows up as a draft.

BUT, sometimes it does happen to post the article, even though it says it didn&#039;t, all this between crashing constantly.

With an iPad I guess I&#039;ll just be using the web interface, but that makes uploading images impossible.]]></description>
		<content:encoded><![CDATA[<p>The WordPress app is one of the worst apps ever.  Though I&#8217;m logged in to my wordpress site and can manage comments and posts, as soon as I try to publish anything it says &#8220;incorrect password.&#8221;  It still shows up as a draft.</p>
<p>BUT, sometimes it does happen to post the article, even though it says it didn&#8217;t, all this between crashing constantly.</p>
<p>With an iPad I guess I&#8217;ll just be using the web interface, but that makes uploading images impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389014</link>
		<dc:creator><![CDATA[Daniel Jalkut]]></dc:creator>
		<pubDate>Mon, 16 Aug 2010 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389014</guid>
		<description><![CDATA[Hi there - I&#039;m the developer of MarsEdit, a Mac desktop application that some of your other readers were kind enough to mention.

I wanted to chime in to acknowledge that I am working on an iPad version of MarsEdit, but also to try to shed some light on your point about the absence of rich text support.

Many word-processing type apps on the iPad now support rich text, and it makes a lot of sense from a user perspective then to wonder why blog-editing apps don&#039;t offer the same features.

It&#039;s worth considering that for most blog systems, the &quot;rich text&quot; is really just an intermediate visual for the user&#039;s benefit, which must ultimately be converted to HTML source in order to be published to the blog.  While Apple does offer some rich text editing features on the iPhone and iPad, they don&#039;t yet support the &quot;Editable HTML&quot; type format that apps and browsers take advantage of on other platforms to provide &quot;WYSIWYG&quot; solutions.

Even with the editable HTML support, doing rich text editing right is kind of insanely hard. Without the HTML support, it would mean manually guessing how to convert all the rich text into HTML without any help from Apple or, in particular, WebKit.

For really simple stuff like bolds and italics, this isn&#039;t a big deal. And you might argue that web clients should support rich text if only for these things. But then what do they do with other HTML styles like lists, embedded images, movies, CSS declarations, etc. All this stuff would get lost by a &quot;dumb&quot; rich text editor, if it just discarded it in order to make sense of it as rich text.

For a viable rich editor we need something, ideally built into WebKit on iPhoneOS as it is on the Mac, that can do the heavy lifting of most of the conversion between HTML and how it&#039;s displayed for editing on the screen.

You&#039;ll notice that even if you navigate to a WYSIWYG interface via Safari on an iPhoneOS device, the rich editing features are disabled. This is not an easy problem for any one developer to solve, but it will be a lot easier once Apple offers the editable functionality in mobile WebKit.

Daniel]]></description>
		<content:encoded><![CDATA[<p>Hi there &#8211; I&#8217;m the developer of MarsEdit, a Mac desktop application that some of your other readers were kind enough to mention.</p>
<p>I wanted to chime in to acknowledge that I am working on an iPad version of MarsEdit, but also to try to shed some light on your point about the absence of rich text support.</p>
<p>Many word-processing type apps on the iPad now support rich text, and it makes a lot of sense from a user perspective then to wonder why blog-editing apps don&#8217;t offer the same features.</p>
<p>It&#8217;s worth considering that for most blog systems, the &#8220;rich text&#8221; is really just an intermediate visual for the user&#8217;s benefit, which must ultimately be converted to HTML source in order to be published to the blog.  While Apple does offer some rich text editing features on the iPhone and iPad, they don&#8217;t yet support the &#8220;Editable HTML&#8221; type format that apps and browsers take advantage of on other platforms to provide &#8220;WYSIWYG&#8221; solutions.</p>
<p>Even with the editable HTML support, doing rich text editing right is kind of insanely hard. Without the HTML support, it would mean manually guessing how to convert all the rich text into HTML without any help from Apple or, in particular, WebKit.</p>
<p>For really simple stuff like bolds and italics, this isn&#8217;t a big deal. And you might argue that web clients should support rich text if only for these things. But then what do they do with other HTML styles like lists, embedded images, movies, CSS declarations, etc. All this stuff would get lost by a &#8220;dumb&#8221; rich text editor, if it just discarded it in order to make sense of it as rich text.</p>
<p>For a viable rich editor we need something, ideally built into WebKit on iPhoneOS as it is on the Mac, that can do the heavy lifting of most of the conversion between HTML and how it&#8217;s displayed for editing on the screen.</p>
<p>You&#8217;ll notice that even if you navigate to a WYSIWYG interface via Safari on an iPhoneOS device, the rich editing features are disabled. This is not an easy problem for any one developer to solve, but it will be a lot easier once Apple offers the editable functionality in mobile WebKit.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Boyd</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389013</link>
		<dc:creator><![CDATA[Chris Boyd]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389013</guid>
		<description><![CDATA[For those of you that are are interested in joining the Beta Team, here&#039;s where you can do that:
http://ios.wordpress.org/2010/08/06/join-the-beta-team/

Just leave a comment with the type of device you&#039;d like to use for testing.]]></description>
		<content:encoded><![CDATA[<p>For those of you that are are interested in joining the Beta Team, here&#8217;s where you can do that:<br />
<a href="http://ios.wordpress.org/2010/08/06/join-the-beta-team/" rel="nofollow">http://ios.wordpress.org/2010/08/06/join-the-beta-team/</a></p>
<p>Just leave a comment with the type of device you&#8217;d like to use for testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Baldaro</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389012</link>
		<dc:creator><![CDATA[David Baldaro]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 07:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389012</guid>
		<description><![CDATA[With several Wordpress sites need tender loving care, and an iPad where do i sign up to help test the WordPress app?]]></description>
		<content:encoded><![CDATA[<p>With several WordPress sites need tender loving care, and an iPad where do i sign up to help test the WordPress app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leeodden</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389011</link>
		<dc:creator><![CDATA[leeodden]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 15:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389011</guid>
		<description><![CDATA[Obviously blogging in an interesting way doesn&#039;t just involve what WordPress can do, so a few weeks before this post was published I reviewed 6 apps you can use (including WordPress) to blog on an iPad. Admittedly, blogging on an iPad isn&#039;t ideal at all, but if you&#039;re like me and write posts in pieces vs. in one sitting, the iPad allows you to chip away at posts, review comments, engage post readers on the social web and look at stats fairly conveniently.

Here&#039;s a review of WordPress, Dragon Dictation, Photopad, Disqus Pro, EchoFon &amp; Analytics App for the iPad:
http://tprk.us/cqszHJ]]></description>
		<content:encoded><![CDATA[<p>Obviously blogging in an interesting way doesn&#8217;t just involve what WordPress can do, so a few weeks before this post was published I reviewed 6 apps you can use (including WordPress) to blog on an iPad. Admittedly, blogging on an iPad isn&#8217;t ideal at all, but if you&#8217;re like me and write posts in pieces vs. in one sitting, the iPad allows you to chip away at posts, review comments, engage post readers on the social web and look at stats fairly conveniently.</p>
<p>Here&#8217;s a review of WordPress, Dragon Dictation, Photopad, Disqus Pro, EchoFon &amp; Analytics App for the iPad:<br />
<a href="http://tprk.us/cqszHJ" rel="nofollow">http://tprk.us/cqszHJ</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: achimh</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389010</link>
		<dc:creator><![CDATA[achimh]]></dc:creator>
		<pubDate>Sun, 01 Aug 2010 23:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389010</guid>
		<description><![CDATA[Love to join as well the testing group.]]></description>
		<content:encoded><![CDATA[<p>Love to join as well the testing group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389009</link>
		<dc:creator><![CDATA[marco]]></dc:creator>
		<pubDate>Sun, 01 Aug 2010 23:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389009</guid>
		<description><![CDATA[(sorry did not login prior to posting my xomment)]]></description>
		<content:encoded><![CDATA[<p>(sorry did not login prior to posting my xomment)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389008</link>
		<dc:creator><![CDATA[marco]]></dc:creator>
		<pubDate>Sun, 01 Aug 2010 23:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389008</guid>
		<description><![CDATA[true you can use safari on most blogging platform with the  iPad large screen.

however at least one, Vox, does not work with safari/iPad (keyboard does not show up).]]></description>
		<content:encoded><![CDATA[<p>true you can use safari on most blogging platform with the  iPad large screen.</p>
<p>however at least one, Vox, does not work with safari/iPad (keyboard does not show up).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Crump</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389007</link>
		<dc:creator><![CDATA[Mark Crump]]></dc:creator>
		<pubDate>Sat, 31 Jul 2010 22:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389007</guid>
		<description><![CDATA[Love to. How do I do it?]]></description>
		<content:encoded><![CDATA[<p>Love to. How do I do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://gigaom.com/2010/07/28/blogging-ipad-wordpress-blogpress/#comment-389006</link>
		<dc:creator><![CDATA[Daryl]]></dc:creator>
		<pubDate>Sat, 31 Jul 2010 08:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=48890#comment-389006</guid>
		<description><![CDATA[I have to totally concur with you though at least the updated Wordpress for the iPad is slightly better.

I *know* what I want though: An iPad optimized version of MarsEdit. I think there is already a group haranguing the poor author that he owes it to the community to put one out. He would seriously totally own the category.

I suggest you add your voice as well. I know I have.]]></description>
		<content:encoded><![CDATA[<p>I have to totally concur with you though at least the updated WordPress for the iPad is slightly better.</p>
<p>I *know* what I want though: An iPad optimized version of MarsEdit. I think there is already a group haranguing the poor author that he owes it to the community to put one out. He would seriously totally own the category.</p>
<p>I suggest you add your voice as well. I know I have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
