<?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: XUL Explorer 0.2</title>
	<atom:link href="http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 10:29:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rob Chartier ~ Contemplation... : A few XUL resources...</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-366</link>
		<dc:creator>Rob Chartier ~ Contemplation... : A few XUL resources...</dc:creator>
		<pubDate>Mon, 15 Jan 2007 21:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-366</guid>
		<description>[...] to deploy XULRunner Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it!  Posted: Monday, January 15, 2007 1:40 PM by Rob Chartier Filed under: General SoftwareDevelopment, XUL [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] to deploy XULRunner Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!  Posted: Monday, January 15, 2007 1:40 PM by Rob Chartier Filed under: General SoftwareDevelopment, XUL [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle&#8217;s Weblog &#187; XUL/E - What If</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-243</link>
		<dc:creator>Mark Finkle&#8217;s Weblog &#187; XUL/E - What If</dc:creator>
		<pubDate>Wed, 27 Dec 2006 16:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-243</guid>
		<description>[...] Get XULRunner on your Windows machine.(From Mozilla or as part of my XUL Explorer) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Get XULRunner on your Windows machine.(From Mozilla or as part of my XUL Explorer) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Klein</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-232</link>
		<dc:creator>Richard Klein</dc:creator>
		<pubDate>Fri, 22 Dec 2006 15:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-232</guid>
		<description>another suggestion is to move the help viewing to an external browser.  You could do something like:

var url = this.app.getHelpURI(cmd);
var ioService = Components.classes["@mozilla.org/network/io-service;1"].getService(Components.interfaces.nsIIOService);
var protocolSvc = Components.classes["@mozilla.org/uriloader/external-protocol-service;1"].getService(Components.interfaces.nsIExternalProtocolService);
var uri = ioService.newURI(url, null, null);
protocolSvc.loadUrl(uri);</description>
		<content:encoded><![CDATA[<p>another suggestion is to move the help viewing to an external browser.  You could do something like:</p>
<p>var url = this.app.getHelpURI(cmd);<br />
var ioService = Components.classes[&#8221;@mozilla.org/network/io-service;1&#8243;].getService(Components.interfaces.nsIIOService);<br />
var protocolSvc = Components.classes[&#8221;@mozilla.org/uriloader/external-protocol-service;1&#8243;].getService(Components.interfaces.nsIExternalProtocolService);<br />
var uri = ioService.newURI(url, null, null);<br />
protocolSvc.loadUrl(uri);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Klein</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-230</link>
		<dc:creator>Richard Klein</dc:creator>
		<pubDate>Fri, 22 Dec 2006 15:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-230</guid>
		<description>I like Laurentj ideas on improvements.  I'll also add my thoughts on improvements as well. 

- when inserting a snippet put the focus inside the editor.
- when the error console is cleared remove the indicator in the statusbar.
- get the view source window working.</description>
		<content:encoded><![CDATA[<p>I like Laurentj ideas on improvements.  I&#8217;ll also add my thoughts on improvements as well. </p>
<p>- when inserting a snippet put the focus inside the editor.<br />
- when the error console is cleared remove the indicator in the statusbar.<br />
- get the view source window working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Klein's</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-229</link>
		<dc:creator>The Klein's</dc:creator>
		<pubDate>Fri, 22 Dec 2006 15:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-229</guid>
		<description>&lt;strong&gt;XUL Explorer 0.2...&lt;/strong&gt;

Mark Finkle has a new version of his XUL Explorer application. This version has some big improvements over his last version, and he has given me credit for the live preview feature. This is well worth checking out if you are an XUL hacker....</description>
		<content:encoded><![CDATA[<p><strong>XUL Explorer 0.2&#8230;</strong></p>
<p>Mark Finkle has a new version of his XUL Explorer application. This version has some big improvements over his last version, and he has given me credit for the live preview feature. This is well worth checking out if you are an XUL hacker&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyperstruct</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-228</link>
		<dc:creator>hyperstruct</dc:creator>
		<pubDate>Fri, 22 Dec 2006 11:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-228</guid>
		<description>It would be nice if certain features (e.g. "best practices checker") were nicely factored out so that they could be easily re-used in other settings.  Something like (simplifying):

  function xulCheck(doc, errorReporter, warningReporter) { ... }

  xulCheck(
    document, 
    function(node, msg) { dump('Error on : ' + msg + '\n'); },
    function(node, msg) { dump('Warning on : ' + msg + '\n'); });</description>
		<content:encoded><![CDATA[<p>It would be nice if certain features (e.g. &#8220;best practices checker&#8221;) were nicely factored out so that they could be easily re-used in other settings.  Something like (simplifying):</p>
<p>  function xulCheck(doc, errorReporter, warningReporter) { &#8230; }</p>
<p>  xulCheck(<br />
    document,<br />
    function(node, msg) { dump(&#8217;Error on : &#8216; + msg + &#8216;\n&#8217;); },<br />
    function(node, msg) { dump(&#8217;Warning on : &#8216; + msg + &#8216;\n&#8217;); });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurentj</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-227</link>
		<dc:creator>Laurentj</dc:creator>
		<pubDate>Fri, 22 Dec 2006 09:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-227</guid>
		<description>oh, some ideas for the futur : 

- drag and drop from snippets to the editor
- for some snippets, when we insert it, a dialog appears to edit some parameters, to fill easely some attributes etc..
- the possibility to create/edit snippets directly into xul explorer</description>
		<content:encoded><![CDATA[<p>oh, some ideas for the futur : </p>
<p>- drag and drop from snippets to the editor<br />
- for some snippets, when we insert it, a dialog appears to edit some parameters, to fill easely some attributes etc..<br />
- the possibility to create/edit snippets directly into xul explorer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurentj</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-226</link>
		<dc:creator>Laurentj</dc:creator>
		<pubDate>Fri, 22 Dec 2006 08:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-226</guid>
		<description>This enhancements are cool :-)

Just a comment : your XUL checker should consider any tags in fact, not only those which are "official". What about user tags on which an XBL binding is attached ? And what about user attributes on "official" tags  ?

So error message generated by your XUL checker shouldn't be "illegal element" but "unknow element" or "unknow attribute". In XUL, any tag is allowed ;-)</description>
		<content:encoded><![CDATA[<p>This enhancements are cool <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Just a comment : your XUL checker should consider any tags in fact, not only those which are &#8220;official&#8221;. What about user tags on which an XBL binding is attached ? And what about user attributes on &#8220;official&#8221; tags  ?</p>
<p>So error message generated by your XUL checker shouldn&#8217;t be &#8220;illegal element&#8221; but &#8220;unknow element&#8221; or &#8220;unknow attribute&#8221;. In XUL, any tag is allowed <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Shepherd</title>
		<link>http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-225</link>
		<dc:creator>Eric Shepherd</dc:creator>
		<pubDate>Fri, 22 Dec 2006 02:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/#comment-225</guid>
		<description>This is a great tool for XUL developers.  I'm pretty excited. :)</description>
		<content:encoded><![CDATA[<p>This is a great tool for XUL developers.  I&#8217;m pretty excited. <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
