<?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: Extension Development with FUEL</title>
	<atom:link href="http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 21:18:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Mark Finkle&#8217;s Weblog &#187; FUEL Project Status</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-696</link>
		<dc:creator>Mark Finkle&#8217;s Weblog &#187; FUEL Project Status</dc:creator>
		<pubDate>Wed, 07 Feb 2007 19:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-696</guid>
		<description>[...] FUEL is the little library that John Resig and I are working on which should make developing extensions a little easier. It&#8217;s been a while since we last talked about it so I thought an update was in order. [...]</description>
		<content:encoded><![CDATA[<p>[...] FUEL is the little library that John Resig and I are working on which should make developing extensions a little easier. It&#8217;s been a while since we last talked about it so I thought an update was in order. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-378</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 18 Jan 2007 00:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-378</guid>
		<description>Hi Mark, 

I am just starting researching how to present our approx. 5,000 xml formatted articles online.  I see that we could have a stack with XUL + CSS + Xquery + eXist. But haven&#039;t found examples of this being done; specifically, how to use XPCOM to make the XUL front-end communicate with a remote (or local) eXist DB. Is FUEL relevant to this? 

Michael</description>
		<content:encoded><![CDATA[<p>Hi Mark, </p>
<p>I am just starting researching how to present our approx. 5,000 xml formatted articles online.  I see that we could have a stack with XUL + CSS + Xquery + eXist. But haven&#8217;t found examples of this being done; specifically, how to use XPCOM to make the XUL front-end communicate with a remote (or local) eXist DB. Is FUEL relevant to this? </p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kourge</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-344</link>
		<dc:creator>kourge</dc:creator>
		<pubDate>Fri, 12 Jan 2007 17:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-344</guid>
		<description>I hope this framework will include more Array and Object-handling goodies like what Prototype does (look at all those especially useful Enumerable methods). jQuery&#039;s $() is a good plus, imagine something like $(&#039;listbox listitem listcell&#039;).</description>
		<content:encoded><![CDATA[<p>I hope this framework will include more Array and Object-handling goodies like what Prototype does (look at all those especially useful Enumerable methods). jQuery&#8217;s $() is a good plus, imagine something like $(&#8216;listbox listitem listcell&#8217;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-341</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 12 Jan 2007 01:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-341</guid>
		<description>Why is this considered to be a separate framework with it&#039;s own name? Any simplication/refactoring/ease-of-use improvements to the Mozilla API should be considered as incremental patches to the existing Mozilla code base.</description>
		<content:encoded><![CDATA[<p>Why is this considered to be a separate framework with it&#8217;s own name? Any simplication/refactoring/ease-of-use improvements to the Mozilla API should be considered as incremental patches to the existing Mozilla code base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-334</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 10 Jan 2007 10:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-334</guid>
		<description>Why not release a Firefox 1.5.0.x update with this bundled (or perhaps release 1.5.1.0 to show the changing of API compatibility).

I&#039;d also like to know how this affects/overlaps jsLib (which I&#039;ve also always thought should be included in Firefox/XULRunner. I also remember people having issues where multiple extension developers had used jsLib, and sometimes their extensions would conflict due to something shared - better make doubly sure this doesn&#039;t happen with FUEL :)</description>
		<content:encoded><![CDATA[<p>Why not release a Firefox 1.5.0.x update with this bundled (or perhaps release 1.5.1.0 to show the changing of API compatibility).</p>
<p>I&#8217;d also like to know how this affects/overlaps jsLib (which I&#8217;ve also always thought should be included in Firefox/XULRunner. I also remember people having issues where multiple extension developers had used jsLib, and sometimes their extensions would conflict due to something shared &#8211; better make doubly sure this doesn&#8217;t happen with FUEL <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pd</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-331</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Wed, 10 Jan 2007 05:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-331</guid>
		<description>Name shmame. Point taken but that&#039;s beside the point.

This is sensational news. I&#039;m so incredibly happy that Mozilla has you guys to tag team on behalf of the likes of new extension devs like me.

I took a look at the code snippets for file i/o yesterday and, not being a C dev, I was intimidated. Anything that makes this less intimidating and moer efficient in operatino and learning terms, is sensational.

Looks &#039;un like Ize gots me sum IRCing to do :)</description>
		<content:encoded><![CDATA[<p>Name shmame. Point taken but that&#8217;s beside the point.</p>
<p>This is sensational news. I&#8217;m so incredibly happy that Mozilla has you guys to tag team on behalf of the likes of new extension devs like me.</p>
<p>I took a look at the code snippets for file i/o yesterday and, not being a C dev, I was intimidated. Anything that makes this less intimidating and moer efficient in operatino and learning terms, is sensational.</p>
<p>Looks &#8216;un like Ize gots me sum IRCing to do <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mawrya</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-328</link>
		<dc:creator>mawrya</dc:creator>
		<pubDate>Wed, 10 Jan 2007 00:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-328</guid>
		<description>Is there any overlap with jsLib.mozdev.org?

I&#039;ve always wished jsLib was included with mozilla stuff.  Maybe similar functionality will find its way into XULRunner...</description>
		<content:encoded><![CDATA[<p>Is there any overlap with jsLib.mozdev.org?</p>
<p>I&#8217;ve always wished jsLib was included with mozilla stuff.  Maybe similar functionality will find its way into XULRunner&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Resig - FUELing the Firefox</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-327</link>
		<dc:creator>John Resig - FUELing the Firefox</dc:creator>
		<pubDate>Wed, 10 Jan 2007 00:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-327</guid>
		<description>[...] We&#8217;re really excited about where this is going, and we&#8217;d love some feedback. Feel free to comment on the wiki, find us on irc, or drop us an email. Here&#8217;s Mark&#8217;s take on the project. I&#8217;m really excited to be working with him and the whole developer relations team. [...]</description>
		<content:encoded><![CDATA[<p>[...] We&#8217;re really excited about where this is going, and we&#8217;d love some feedback. Feel free to comment on the wiki, find us on irc, or drop us an email. Here&#8217;s Mark&#8217;s take on the project. I&#8217;m really excited to be working with him and the whole developer relations team. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin H</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-325</link>
		<dc:creator>Kevin H</dc:creator>
		<pubDate>Tue, 09 Jan 2007 22:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-325</guid>
		<description>The name is nice, but as an acronym it is not very forward looking.  I could see this being a useful library/framework for Thunderbird or XULRunner as well.</description>
		<content:encoded><![CDATA[<p>The name is nice, but as an acronym it is not very forward looking.  I could see this being a useful library/framework for Thunderbird or XULRunner as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/comment-page-1/#comment-324</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Tue, 09 Jan 2007 22:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/01/extension-development-with-fuel/#comment-324</guid>
		<description>We do want to ship the library with Firefox - I updated the post.</description>
		<content:encoded><![CDATA[<p>We do want to ship the library with Firefox &#8211; I updated the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

