<?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.8 Sneaks Out</title>
	<atom:link href="http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 13:47:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Scott Fitchet</title>
		<link>http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4433</link>
		<dc:creator>Scott Fitchet</dc:creator>
		<pubDate>Mon, 26 Nov 2007 21:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4433</guid>
		<description>Don't forget to uninstall any previous versions. That did the trick for me.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to uninstall any previous versions. That did the trick for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonny</title>
		<link>http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4430</link>
		<dc:creator>sonny</dc:creator>
		<pubDate>Mon, 26 Nov 2007 13:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4430</guid>
		<description>Thanks to Laurent Jouanneau for the SQL based XUL templates ;)
http://ljouanneau.com/blog/2007/11/13/729-templates-avec-sqlite-dans-le-trunk</description>
		<content:encoded><![CDATA[<p>Thanks to Laurent Jouanneau for the SQL based XUL templates <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a href="http://ljouanneau.com/blog/2007/11/13/729-templates-avec-sqlite-dans-le-trunk" rel="nofollow">http://ljouanneau.com/blog/2007/11/13/729-templates-avec-sqlite-dans-le-trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skierpage</title>
		<link>http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4427</link>
		<dc:creator>skierpage</dc:creator>
		<pubDate>Mon, 26 Nov 2007 09:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4427</guid>
		<description>Why not package it without the 23MB xulrunner subdirectory, and let people run it using the Firefox 3 -app trick?

C:\&#62;"C:\Program Files\Minefield\firefox.exe" -app xulexplorer\application.ini

seems to work fine.  "If you have Firefox3 you can run any small fast full-featured XUL app" should be the meme.  Anyway, it's a really nice sampler.  I couldn't see a demo of the "cool new XML and SQL based XUL templates" in it.

After I put a snippet in the code window (by double-clicking or drag and drop), dragging the scroll thumb creates a shadowy drag-and-drop outline instead of scrolling.  (With Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007112505 Minefield/3.0b2pre ID:2007112505 .)</description>
		<content:encoded><![CDATA[<p>Why not package it without the 23MB xulrunner subdirectory, and let people run it using the Firefox 3 -app trick?</p>
<p>C:\&gt;&#8221;C:\Program Files\Minefield\firefox.exe&#8221; -app xulexplorer\application.ini</p>
<p>seems to work fine.  &#8220;If you have Firefox3 you can run any small fast full-featured XUL app&#8221; should be the meme.  Anyway, it&#8217;s a really nice sampler.  I couldn&#8217;t see a demo of the &#8220;cool new XML and SQL based XUL templates&#8221; in it.</p>
<p>After I put a snippet in the code window (by double-clicking or drag and drop), dragging the scroll thumb creates a shadowy drag-and-drop outline instead of scrolling.  (With Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007112505 Minefield/3.0b2pre ID:2007112505 .)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sungjin</title>
		<link>http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4425</link>
		<dc:creator>Sungjin</dc:creator>
		<pubDate>Mon, 26 Nov 2007 06:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2007/11/xul-explorer-08-sneaks-out/#comment-4425</guid>
		<description>It seems that XUL 1.9b2 is slower than 1.8, especially javascript performance. I have an application which uses lightbox like dialog extensively. When a dialog opens, xulrunner 1.9b draws overlay - transparent black one like most examples of lightbox - with flickering. 1.8 version has little less flickering than 1.9b. IE7 and Safari(I'm using windows but I have windows version of Safari) does not have this problem. I think gecko engine had been faster on rendering performance but it's not now. I've choosed XUL because I've thought that it shows higher performance than IE engine but now I hope Prism based on IE engine would be better choice if current performance problem won't be fixed.</description>
		<content:encoded><![CDATA[<p>It seems that XUL 1.9b2 is slower than 1.8, especially javascript performance. I have an application which uses lightbox like dialog extensively. When a dialog opens, xulrunner 1.9b draws overlay - transparent black one like most examples of lightbox - with flickering. 1.8 version has little less flickering than 1.9b. IE7 and Safari(I&#8217;m using windows but I have windows version of Safari) does not have this problem. I think gecko engine had been faster on rendering performance but it&#8217;s not now. I&#8217;ve choosed XUL because I&#8217;ve thought that it shows higher performance than IE engine but now I hope Prism based on IE engine would be better choice if current performance problem won&#8217;t be fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
