<?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: Mozilla Platform, Wizards and FizzyPop</title>
	<atom:link href="http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 14:56:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: .jon</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6652</link>
		<dc:creator>.jon</dc:creator>
		<pubDate>Fri, 27 Jun 2008 19:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6652</guid>
		<description>Great! Thanks for reply (and helping us poor undersupported XUL developers!)

What was especially bad, when I started XULrunner development, was, that different tutorials on how to start such a project and how to lay out the paths was showing a different directory-structure. So, a little command-line utility, that "just works", will be very nice to get going.</description>
		<content:encoded><![CDATA[<p>Great! Thanks for reply (and helping us poor undersupported XUL developers!)</p>
<p>What was especially bad, when I started XULrunner development, was, that different tutorials on how to start such a project and how to lay out the paths was showing a different directory-structure. So, a little command-line utility, that &#8220;just works&#8221;, will be very nice to get going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6644</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6644</guid>
		<description>@.jon - I intend to use the same templating system for the web application and the desktop tools, so the templates can be shared between the two apps.

I am also updating the XUL Explorer code to use the newer templates. I expect to create a simple commandline driven generator as well, so editors and IDEs could spawn out to the tool to make new projects (on the desktop).</description>
		<content:encoded><![CDATA[<p>@.jon - I intend to use the same templating system for the web application and the desktop tools, so the templates can be shared between the two apps.</p>
<p>I am also updating the XUL Explorer code to use the newer templates. I expect to create a simple commandline driven generator as well, so editors and IDEs could spawn out to the tool to make new projects (on the desktop).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .jon</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6641</link>
		<dc:creator>.jon</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6641</guid>
		<description>Oh, and do you know about the XULBooster plugin for Eclipse. It is pretty nice already and paired with other Eclipse plugins (ATF, WTP) it could (needs some work done, though) make use of the complete implementation of Mozilla as Eclipse plugin (along with Javascript console, Firebug like CSS editing, DOM Explorer and integration into the Eclipse debugger). Along with the powerful XML and SQL tools available for Eclipse this would be my personally preferred choice. But that is just personal. Heck, with the Aptana/Jaxter plugin Eclipse has even a web-server, that offers client-side Javascript. Which would hint at my previous post ;-)</description>
		<content:encoded><![CDATA[<p>Oh, and do you know about the XULBooster plugin for Eclipse. It is pretty nice already and paired with other Eclipse plugins (ATF, WTP) it could (needs some work done, though) make use of the complete implementation of Mozilla as Eclipse plugin (along with Javascript console, Firebug like CSS editing, DOM Explorer and integration into the Eclipse debugger). Along with the powerful XML and SQL tools available for Eclipse this would be my personally preferred choice. But that is just personal. Heck, with the Aptana/Jaxter plugin Eclipse has even a web-server, that offers client-side Javascript. Which would hint at my previous post <img src='http://starkravingfinkle.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .jon</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6640</link>
		<dc:creator>.jon</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6640</guid>
		<description>Why do you think more people are using the web than their desktops? XULRunner is interoperable.

Please, if you really need to do this as a remote service, would you mind using server-side Javascript instead of PHP? There *is* people who dislike web-applications (being forced to put the plug in, being dependant on the internet/a service provider) and installing Apache+PHP is just too overdoze for me. I do not want to have Apache running on my WinXPpro. However, there is POW, a web-server, that runs in Firefox, Thunderbird or, stand-alone, as XULRunner application and which can be scripted.

If I'd be you, I would add POW to XULExplorer (very nice program, btw. Gets things done!). There is server-side javascript backends for Apache and other web-servers. Not sure how IIS handles it but it should do with a little bit of boilerplate (ActiveX).</description>
		<content:encoded><![CDATA[<p>Why do you think more people are using the web than their desktops? XULRunner is interoperable.</p>
<p>Please, if you really need to do this as a remote service, would you mind using server-side Javascript instead of PHP? There *is* people who dislike web-applications (being forced to put the plug in, being dependant on the internet/a service provider) and installing Apache+PHP is just too overdoze for me. I do not want to have Apache running on my WinXPpro. However, there is POW, a web-server, that runs in Firefox, Thunderbird or, stand-alone, as XULRunner application and which can be scripted.</p>
<p>If I&#8217;d be you, I would add POW to XULExplorer (very nice program, btw. Gets things done!). There is server-side javascript backends for Apache and other web-servers. Not sure how IIS handles it but it should do with a little bit of boilerplate (ActiveX).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6614</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Mon, 23 Jun 2008 18:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6614</guid>
		<description>@Ionut - I think an option to output a Komodo-compatible project sounds like a good idea. I use Komodo Edit myself.</description>
		<content:encoded><![CDATA[<p>@Ionut - I think an option to output a Komodo-compatible project sounds like a good idea. I use Komodo Edit myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Gabriel Stan</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6609</link>
		<dc:creator>Ionut Gabriel Stan</dc:creator>
		<pubDate>Mon, 23 Jun 2008 11:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6609</guid>
		<description>Komodo Edit has a very helpful project wizard/template for Mozilla extensions. It doesn't offer all the customizations Ted Mielczarek solution offers but it helped me, and the Python build script is very nice. Double click and you've built your extension. You also get XUL/XBL autocompletion hints in the editor. Anyway, there are lots of things to improve. Actually, I'm working on a little Komodo extension right now.

The other thing I liked is that I can quickly try some Mozilla specific javascript snippets with a little macro.</description>
		<content:encoded><![CDATA[<p>Komodo Edit has a very helpful project wizard/template for Mozilla extensions. It doesn&#8217;t offer all the customizations Ted Mielczarek solution offers but it helped me, and the Python build script is very nice. Double click and you&#8217;ve built your extension. You also get XUL/XBL autocompletion hints in the editor. Anyway, there are lots of things to improve. Actually, I&#8217;m working on a little Komodo extension right now.</p>
<p>The other thing I liked is that I can quickly try some Mozilla specific javascript snippets with a little macro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6604</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 22 Jun 2008 20:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6604</guid>
		<description>Django and Python would take you about 2 hours to learn. Be happy to help you get it bootstrapped, and perhaps contribute.

David</description>
		<content:encoded><![CDATA[<p>Django and Python would take you about 2 hours to learn. Be happy to help you get it bootstrapped, and perhaps contribute.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6603</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Sun, 22 Jun 2008 18:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6603</guid>
		<description>@David - I'm trying to keep this simple (and not need to learn new frameworks to get something moving).</description>
		<content:encoded><![CDATA[<p>@David - I&#8217;m trying to keep this simple (and not need to learn new frameworks to get something moving).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6602</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Sun, 22 Jun 2008 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6602</guid>
		<description>@pd - Don't wait for Mozilla to build an IDE. There are many IDEs out there now. Instead, why not make a Mozilla plugin to you favorite IDE?</description>
		<content:encoded><![CDATA[<p>@pd - Don&#8217;t wait for Mozilla to build an IDE. There are many IDEs out there now. Instead, why not make a Mozilla plugin to you favorite IDE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/mozilla-platform-wizards-fizzypop/#comment-6601</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Sun, 22 Jun 2008 18:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=276#comment-6601</guid>
		<description>@Shawn - Mozilla webdev still uses SVN.</description>
		<content:encoded><![CDATA[<p>@Shawn - Mozilla webdev still uses SVN.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
