<?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: The Trouble with Google Docs (And How to Fix It)</title>
	<atom:link href="http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/</link>
	<description>A narrative on the future of web browsers and web browsing</description>
	<lastBuildDate>Wed, 10 Mar 2010 16:41:18 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mikker</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-1503</link>
		<dc:creator>mikker</dc:creator>
		<pubDate>Sun, 19 Oct 2008 16:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-1503</guid>
		<description>Google Toolbar improves a lot for GDocs shortcuts on Mac like copy/paste/cut... It has some more excellent features so worth a try. Some feature didn&#039;t work for me though: opening .xls, .doc and other document files from websites right in GDocs without downloading them.</description>
		<content:encoded><![CDATA[<p>Google Toolbar improves a lot for GDocs shortcuts on Mac like copy/paste/cut&#8230; It has some more excellent features so worth a try. Some feature didn&#8217;t work for me though: opening .xls, .doc and other document files from websites right in GDocs without downloading them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Gertner</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-988</link>
		<dc:creator>Matthew Gertner</dc:creator>
		<pubDate>Mon, 12 May 2008 20:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-988</guid>
		<description>I guess that if the component were good enough you wouldn&#039;t need this kind of manipulation, at least in theory. And you could achieve some level of customizability with plugin attributes. But I can see the value of having access to a real-time DOM of the document. You&#039;re doubtless correct that developers wouldn&#039;t like a black box. So lobbying browser vendors is probably the best way to go, as you suggest. I&#039;ll be curious to see how things improve once Docs has implemented the new Firefox 3 features.</description>
		<content:encoded><![CDATA[<p>I guess that if the component were good enough you wouldn&#8217;t need this kind of manipulation, at least in theory. And you could achieve some level of customizability with plugin attributes. But I can see the value of having access to a real-time DOM of the document. You&#8217;re doubtless correct that developers wouldn&#8217;t like a black box. So lobbying browser vendors is probably the best way to go, as you suggest. I&#8217;ll be curious to see how things improve once Docs has implemented the new Firefox 3 features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-987</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 12 May 2008 20:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-987</guid>
		<description>IE&#039;s ContentEditable and Mozilla&#039;s DesignMode feature are implemented as DOMs that you can reach into and manipulate with JavaScript.

So lots of applications go and edit the CSS styles that flow into these subtrees, or do serious by-hand manipulation of the DOM in response to various events.

For example, drop-and-drop image manipulation is typically done by adding an image node with custom CSS and js behavior applied, inside the editable region. Similar story for highlighting, annotations, etc.

That kind of thing would be impossible with a black-box editing component.</description>
		<content:encoded><![CDATA[<p>IE&#8217;s ContentEditable and Mozilla&#8217;s DesignMode feature are implemented as DOMs that you can reach into and manipulate with JavaScript.</p>
<p>So lots of applications go and edit the CSS styles that flow into these subtrees, or do serious by-hand manipulation of the DOM in response to various events.</p>
<p>For example, drop-and-drop image manipulation is typically done by adding an image node with custom CSS and js behavior applied, inside the editable region. Similar story for highlighting, annotations, etc.</p>
<p>That kind of thing would be impossible with a black-box editing component.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Gertner</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-985</link>
		<dc:creator>Matthew Gertner</dc:creator>
		<pubDate>Mon, 12 May 2008 18:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-985</guid>
		<description>Aaron,

What exactly is deep integration between editor and DOM needed for? In my (doubtless hopefully naive) imagination we would just drop in an editing component and it would spit out HTML or XML or whatever to the page.</description>
		<content:encoded><![CDATA[<p>Aaron,</p>
<p>What exactly is deep integration between editor and DOM needed for? In my (doubtless hopefully naive) imagination we would just drop in an editing component and it would spit out HTML or XML or whatever to the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-983</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 10 May 2008 19:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-983</guid>
		<description>Hey Matthew,

Thanks for the ping :). Yes, a non-sucky editing component is something we considered right from the start for Gears.

The main difficulty from Gears&#039; point of view is the deep integration between the editing features of current browsers and the DOM. Web applications such as gdocs have come to rely on such integration, and it would be difficult to supplant it with Gears.

We could do something like a black box editor, more like Editize or the way some authors use Flash. However, it&#039;s not clear this would be useful to developers.

A harder, but ultimately better solution to this problem is to just lobby the browser vendors to put serious resources on fixing it. As I understand it, things are better in Firefox 3, partly because the contenteditable attribute has finally been implemented. (docs has not been upgraded to take advantage of it though).</description>
		<content:encoded><![CDATA[<p>Hey Matthew,</p>
<p>Thanks for the ping <img src='http://browsing.justdiscourse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Yes, a non-sucky editing component is something we considered right from the start for Gears.</p>
<p>The main difficulty from Gears&#8217; point of view is the deep integration between the editing features of current browsers and the DOM. Web applications such as gdocs have come to rely on such integration, and it would be difficult to supplant it with Gears.</p>
<p>We could do something like a black box editor, more like Editize or the way some authors use Flash. However, it&#8217;s not clear this would be useful to developers.</p>
<p>A harder, but ultimately better solution to this problem is to just lobby the browser vendors to put serious resources on fixing it. As I understand it, things are better in Firefox 3, partly because the contenteditable attribute has finally been implemented. (docs has not been upgraded to take advantage of it though).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Hoyt</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-981</link>
		<dc:creator>Jonathan Hoyt</dc:creator>
		<pubDate>Sat, 10 May 2008 04:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-981</guid>
		<description>I&#039;m going to have to agree with Rob and disagree with dave. Pages (part of the iWork suite) rocks. I used to be the guy that never bought software (when i switched to mac) but after buying iWork for my family I&#039;m totally addicted. It rocks. TextEdit is good, but it is no Pages. Numbers (their excel competitor) is also rather decent. I was able to teach my 50 year old dad in just a few minutes how to do formulas and all kinds of cool stuff.

Biggest beef I have with Apple apps right now is crappy address book/ical integration. They just don&#039;t work together like they should.</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to have to agree with Rob and disagree with dave. Pages (part of the iWork suite) rocks. I used to be the guy that never bought software (when i switched to mac) but after buying iWork for my family I&#8217;m totally addicted. It rocks. TextEdit is good, but it is no Pages. Numbers (their excel competitor) is also rather decent. I was able to teach my 50 year old dad in just a few minutes how to do formulas and all kinds of cool stuff.</p>
<p>Biggest beef I have with Apple apps right now is crappy address book/ical integration. They just don&#8217;t work together like they should.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-980</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 09 May 2008 14:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-980</guid>
		<description>Okay, last post I swear but the new OpenOffice 3 beta has taken a leaf out of Firefox&#039;s book and introduced extensions. There are already 2 different extensions to integrate with Google Docs:

http://extensions.services.openoffice.org/taxonomy/term/50

One of them supports Zoho too.</description>
		<content:encoded><![CDATA[<p>Okay, last post I swear but the new OpenOffice 3 beta has taken a leaf out of Firefox&#8217;s book and introduced extensions. There are already 2 different extensions to integrate with Google Docs:</p>
<p><a href="http://extensions.services.openoffice.org/taxonomy/term/50" rel="nofollow">http://extensions.services.openoffice.org/taxonomy/term/50</a></p>
<p>One of them supports Zoho too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Gertner</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-978</link>
		<dc:creator>Matthew Gertner</dc:creator>
		<pubDate>Fri, 09 May 2008 13:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-978</guid>
		<description>So is there a good WYSIWYG environment that I could use to make a professional-looking invoice in HTML? Or am I supposed to handcode the markup? I should probably mention that I am a design idiot so I need an environment that will hold my hand and help me to keep the ugliness factor to a minimum.</description>
		<content:encoded><![CDATA[<p>So is there a good WYSIWYG environment that I could use to make a professional-looking invoice in HTML? Or am I supposed to handcode the markup? I should probably mention that I am a design idiot so I need an environment that will hold my hand and help me to keep the ugliness factor to a minimum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Kaiser</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-977</link>
		<dc:creator>Robert Kaiser</dc:creator>
		<pubDate>Fri, 09 May 2008 13:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-977</guid>
		<description>...and I thought you were such a big fan of HTML, which can even be used to design things like invoices ;-)</description>
		<content:encoded><![CDATA[<p>&#8230;and I thought you were such a big fan of HTML, which can even be used to design things like invoices <img src='http://browsing.justdiscourse.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Monni</title>
		<link>http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/comment-page-1/#comment-976</link>
		<dc:creator>Andrea Monni</dc:creator>
		<pubDate>Fri, 09 May 2008 11:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://browsing.justdiscourse.com/2008/05/08/the-trouble-with-google-docs-and-how-to-fix-it/#comment-976</guid>
		<description>And, I forgot to mention it, Zoho has also Invoice which does only what you needed when you used Google Docs.

And, as an added benefit, it should work well with Prim ;)</description>
		<content:encoded><![CDATA[<p>And, I forgot to mention it, Zoho has also Invoice which does only what you needed when you used Google Docs.</p>
<p>And, as an added benefit, it should work well with Prim <img src='http://browsing.justdiscourse.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
