<?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: Conquering Firefox 2 developer docs</title>
	<atom:link href="http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/</link>
	<description>Bits on the rampage: Eric Shepherd's blog.</description>
	<lastBuildDate>Sun, 14 Mar 2010 22:13:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sheppy</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-706</link>
		<dc:creator>sheppy</dc:creator>
		<pubDate>Sun, 03 Sep 2006 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-706</guid>
		<description>By the way, I&#039;ve updated the session store API docs, so they should be complete now. :)</description>
		<content:encoded><![CDATA[<p>By the way, I&#8217;ve updated the session store API docs, so they should be complete now. <img src='http://www.bitstampede.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheppy</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-700</link>
		<dc:creator>sheppy</dc:creator>
		<pubDate>Thu, 31 Aug 2006 22:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-700</guid>
		<description>Please do put it on MDC -- I&#039;d suggest doing it at, say:

http://developer.mozilla.org/en/docs/Implementing_inline_spellchecking_in_extensions

That&#039;d be fantastic!</description>
		<content:encoded><![CDATA[<p>Please do put it on MDC &#8212; I&#8217;d suggest doing it at, say:</p>
<p><a href="http://developer.mozilla.org/en/docs/Implementing_inline_spellchecking_in_extensions" rel="nofollow">http://developer.mozilla.org/en/docs/Implementing_inline_spellchecking_in_extensions</a></p>
<p>That&#8217;d be fantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-699</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Thu, 31 Aug 2006 22:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-699</guid>
		<description>Awesome, once again, THANK YOU Sheppy for all your hard work on this. Seriously this is awesome.

I&#039;d like to write an article on getting &#039;in-line&#039; spellcheck to work in extensions (in chrome). It&#039;s changing rapidly on the trunk, but I have code samples and can write a guide on doing it, and keep it updated until 2.0 is released. Is that something I so do there, or instead on KB.mozillazine.org?

Cheers
-Jed</description>
		<content:encoded><![CDATA[<p>Awesome, once again, THANK YOU Sheppy for all your hard work on this. Seriously this is awesome.</p>
<p>I&#8217;d like to write an article on getting &#8216;in-line&#8217; spellcheck to work in extensions (in chrome). It&#8217;s changing rapidly on the trunk, but I have code samples and can write a guide on doing it, and keep it updated until 2.0 is released. Is that something I so do there, or instead on KB.mozillazine.org?</p>
<p>Cheers<br />
-Jed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheppy</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-697</link>
		<dc:creator>sheppy</dc:creator>
		<pubDate>Thu, 31 Aug 2006 17:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-697</guid>
		<description>OK, the docs were complete as of the time I wrote them, but clearly things have come along since then.  I&#039;ll work on getting them updated.  This is the kind of info that&#039;s especially helpful -- I don&#039;t have as much time as I&#039;d like to go back and be sure everything&#039;s still current.</description>
		<content:encoded><![CDATA[<p>OK, the docs were complete as of the time I wrote them, but clearly things have come along since then.  I&#8217;ll work on getting them updated.  This is the kind of info that&#8217;s especially helpful &#8212; I don&#8217;t have as much time as I&#8217;d like to go back and be sure everything&#8217;s still current.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-696</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 31 Aug 2006 16:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-696</guid>
		<description>One more suggestion: nsISessionStore has been significantly extended in bug 344640 - and the Undo Close Tab related methods are also currently missing in the documentation. See http://lxr.mozilla.org/mozilla1.8/source/browser/components/sessionstore/nsISessionStore.idl#52 for the (supposedly) pretty complete interface.</description>
		<content:encoded><![CDATA[<p>One more suggestion: nsISessionStore has been significantly extended in bug 344640 &#8211; and the Undo Close Tab related methods are also currently missing in the documentation. See <a href="http://lxr.mozilla.org/mozilla1.8/source/browser/components/sessionstore/nsISessionStore.idl#52" rel="nofollow">http://lxr.mozilla.org/mozilla1.8/source/browser/components/sessionstore/nsISessionStore.idl#52</a> for the (supposedly) pretty complete interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Lairo</title>
		<link>http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/comment-page-1/#comment-695</link>
		<dc:creator>Peter Lairo</dc:creator>
		<pubDate>Thu, 31 Aug 2006 11:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitstampede.com/2006/08/30/conquering-firefox-2-developer-docs/#comment-695</guid>
		<description>Suggestions:
1. Make &quot;Creating a Microsummary&quot; a subheading of &quot;Microsummaries&quot; (e.g., Heading 2 -&gt; Heading 3)
2. &quot;search suggestions, which appear in a popup box while typing in the search bar.&quot; Change to &quot;dropdown list&quot;.
3. Search engine manager should be Initial Caps? (Search Engine Manager)
Overall, a very nice resource! :-)

BTW: You blog comment fields are near invisible (name &amp; e-mail) on Windows and Firefox trunk 20060830</description>
		<content:encoded><![CDATA[<p>Suggestions:<br />
1. Make &#8220;Creating a Microsummary&#8221; a subheading of &#8220;Microsummaries&#8221; (e.g., Heading 2 -&gt; Heading 3)<br />
2. &#8220;search suggestions, which appear in a popup box while typing in the search bar.&#8221; Change to &#8220;dropdown list&#8221;.<br />
3. Search engine manager should be Initial Caps? (Search Engine Manager)<br />
Overall, a very nice resource! <img src='http://www.bitstampede.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW: You blog comment fields are near invisible (name &amp; e-mail) on Windows and Firefox trunk 20060830</p>
]]></content:encoded>
	</item>
</channel>
</rss>
