<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lucky Disasters &#187; WebRunner</title>
	<atom:link href="http://www.luckydisasters.com/category/xulapps/webrunner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luckydisasters.com</link>
	<description>How I stopped worrying and learned to love my karma.</description>
	<lastBuildDate>Sun, 08 Mar 2009 01:17:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Prism Information &#8211; In Depth</title>
		<link>http://www.luckydisasters.com/2008/11/06/prism-information-in-depth/</link>
		<comments>http://www.luckydisasters.com/2008/11/06/prism-information-in-depth/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 19:25:42 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Prism]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[XulApps]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome Url]]></category>
		<category><![CDATA[Dev Center]]></category>
		<category><![CDATA[Developer Center]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Headaches]]></category>
		<category><![CDATA[Input Url]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Marcel]]></category>
		<category><![CDATA[Mark Finkle]]></category>
		<category><![CDATA[Mdc]]></category>
		<category><![CDATA[Pow]]></category>
		<category><![CDATA[Prism Project]]></category>
		<category><![CDATA[Project Mozilla]]></category>
		<category><![CDATA[thanksgiving]]></category>
		<category><![CDATA[Ui]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/?p=297</guid>
		<description><![CDATA[[[UPDATED - 08/11/22 to include Linux paths]]
A lot of people have been having problems getting extensions to work with Prism. This is kind of an expected situation considering that the extensions that are being targeted are designed for use under Firefox, which has a different UI than Prism. This can cause a lot of headaches [...]]]></description>
			<content:encoded><![CDATA[<p><b style="color:red;">[[UPDATED - 08/11/22 to include Linux paths]]</b><br />
A lot of people have been having problems getting extensions to work with Prism. This is kind of an expected situation considering that the extensions that are being targeted are designed for use under Firefox, which has a different UI than Prism. This can cause a lot of headaches trying to figure out what&#8217;s wrong. There are ways around some of these problems, especially if the extension includes a xul overlay that is compatible with the browser xul for Prism. Or if you can load the chrome url to the main xul overlay in Prism&#8217;s input url (which of course requires that you already have the extension installed). Other extensions however, have no hope of working with Prism unless changes are made to the overlays.</p>
<p>I&#8217;ve also been running into a problem described by commenter <a href="http://stinkdigital.tv/" rel="nofollow"  target="_blank">Marcel</a>, <a href="http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/#comment-1123">here</a>. I&#8217;ve been getting a similar error under Windows for different extensions when I try to install them. Don&#8217;t know why, and what makes it worse is that these errors crop up in extensions that I&#8217;ve had no problems installing before on other computers (maybe I need to have Webrunner installed along side Prism?). I&#8217;ve also had problems with version 0.9 not installing and using the included icons for webapp files. I&#8217;m going to have to look into that one a bit further before I can comment more on it though.</p>
<p>At any rate, I&#8217;m going to list as much information in this post as I can find on Prism to refer back to, then I&#8217;m going to create a new post on how to install an extension for Prism manually. I&#8217;d also like to post a how-to on getting POW to work under Prism as well, but I don&#8217;t know whether or not I&#8217;ll get to that (maybe over Thanksgiving break). So, first some links.</p>
<p><strong id="prismlinks">LINKS:</strong><br />
<a href="http://labs.mozilla.com/2007/10/prism/" rel="nofollow"  target="_blank">Mozilla Labs&#8217; Prism Page</a> &#8211; A broad overview of the goals of the Mozilla Prism Project<br />
<a href="https://developer.mozilla.org/en/Prism" target="_blank">Mozilla Developer Center&#8217;s Prism Page<br />
</a><a href="https://developer.mozilla.org/en/Prism/Extensions" rel="nofollow" style="margin-left:15px;"  target="_blank">MDC&#8217;s Prism Page on Extensions</a><br />
<a href="https://labs.mozilla.com/forum/?CategoryID=16" rel="nofollow"  target="_blank">Mozilla Labs&#8217; Prism Forum</a><br />
<a href="https://wiki.mozilla.org/WebRunner" rel="nofollow"  target="_blank">Mozilla Wiki Prism Page</a> &#8211; Along with the Dev Center&#8217;s page, a good source for documentation on  Prism<br />
<a href="http://starkravingfinkle.org/blog/2008/08/fennec-m6/" rel="nofollow"  target="_blank">Mark Finkle&#8217;s Blog</a> (one of Prism&#8217;s developers &#8211; BTW &#8211; THANK YOU MARK!!!)<br />
<a href="http://viewvc.svn.mozilla.org/vc/projects/webrunner/" rel="nofollow"  target="_blank">SVN for Prism&#8217;s source code</a><br />
<a href="http://www.ohloh.net/projects/prism/contributors" rel="nofollow"  target="_blank">List of Prism Contributors on ohloh.net</a><br />
<a href="http://douglasjmeyer.blogspot.com/2008/09/google-gears-in-prism.html" rel="nofollow"  target="_blank">Douglas Meyer&#8217;s Blog post on getting Google Gears to work with Prism</a><br />
<a href="http://www.arnoldroa.com/software/remember-the-milk-gmail-y-prism/" rel="nofollow"  target="_blank">Commenter Manlo&#8217;s blog post on getting RTM working with Prism</a> (does not appear to be working)<br />
<a href="http://en.wikipedia.org/wiki/Mozilla_Prism" rel="nofollow"  target="_blank">Wikipedia Entry</a></p>
<p>Next, here&#8217;s a list of all the files that Prism makes use of in the user&#8217;s profile directory on Windows and Mac OS X &#8211; Linux to come (I don&#8217;t have access to my Linux box at the moment).</p>
<p><strong id="prismwinfiles">Default Prisim Folders in User&#8217;s Home directory (Windows as of Prism v0.9):</strong></p>
<p><span style="text-decoration: underline;">Under C:\Documents and Settings\{user name}\Application Data\</span></p>
<pre>Prism\
Prism\profiles.ini
Prism\Profiles\
Prism\Profiles\{random string}.default\
Prism\Profiles\{random string}.default\cert8.db
Prism\Profiles\{random string}.default\compatibility.ini
Prism\Profiles\{random string}.default\compreg.dat
Prism\Profiles\{random string}.default\cookies.sqlite
Prism\Profiles\{random string}.default\extensions
Prism\Profiles\{random string}.default\extensions.cache
Prism\Profiles\{random string}.default\extensions.ini
Prism\Profiles\{random string}.default\key3.db
Prism\Profiles\{random string}.default\localstore.rdf
Prism\Profiles\{random string}.default\mimeTypes.rdf
Prism\Profiles\{random string}.default\permissions.sqlite
Prism\Profiles\{random string}.default\places.sqlite
Prism\Profiles\{random string}.default\prefs.js
Prism\Profiles\{random string}.default\secmod.db
Prism\Profiles\{random string}.default\xpti.dat
Prism\Profiles\{random string}.default\extensions\</pre>
<p><span style="text-decoration: underline;">Under C:\Documents and Settings\{user name}\Local Settings\Application Data\</span></p>
<pre>Prism\Prism\
Prism\Prism\updates\
Prism\Prism\updates\0\</pre>
<p><strong id="webappwinfiles">For Each WebApp Prism creates (Windows as of Prism v0.9):</strong></p>
<p><span style="text-decoration: underline;">Under C:\Documents and Settings\{user name}\Application Data\Prism\</span></p>
<pre>{webapp name}\
{webapp name}\profiles.ini
{webapp name}\Profiles\
{webapp name}\Profiles\{random string}.default\
{webapp name}\Profiles\{random string}.default\cert8.db
{webapp name}\Profiles\{random string}.default\compatibility.ini
{webapp name}\Profiles\{random string}.default\compreg.dat
{webapp name}\Profiles\{random string}.default\cookies.sqlite
{webapp name}\Profiles\{random string}.default\extensions
{webapp name}\Profiles\{random string}.default\extensions.cache
{webapp name}\Profiles\{random string}.default\extensions.ini
{webapp name}\Profiles\{random string}.default\extensions.rdf
{webapp name}\Profiles\{random string}.default\key3.db
{webapp name}\Profiles\{random string}.default\localstore.rdf
{webapp name}\Profiles\{random string}.default\mimeTypes.rdf
{webapp name}\Profiles\{random string}.default\permissions.sqlite
{webapp name}\Profiles\{random string}.default\places.sqlite
{webapp name}\Profiles\{random string}.default\pluginreg.dat
{webapp name}\Profiles\{random string}.default\prefs.js
{webapp name}\Profiles\{random string}.default\secmod.db
{webapp name}\Profiles\{random string}.default\signons3.txt
{webapp name}\Profiles\{random string}.default\xpti.dat
{webapp name}\Profiles\{random string}.default\extensions\</pre>
<p><span style="text-decoration: underline;">Under C:\Documents and Settings\{user name}\Application Data\WebApps\</span></p>
<pre>{webapp name}@{webappaddr}\
{webapp name}@{webappaddr}\localstore.json
{webapp name}@{webappaddr}\override.ini
{webapp name}@{webappaddr}\webapp.ini
{webapp name}@{webappaddr}\webapp.js
{webapp name}@{webappaddr}\icons\
{webapp name}@{webappaddr}\icons\default\
{webapp name}@{webappaddr}\icons\default\{icons included in webapp bundle}</pre>
<p><span style="text-decoration: underline;">Under C:\Documents and Settings\{user name}\Local Settings\Application Data\Prism\</span></p>
<pre>{webapp name}\
{webapp name}\Prism\
{webapp name}\Prism\updates\
{webapp name}\Prism\updates\0\
{webapp name}\Profiles\
{webapp name}\Profiles\l05apnbh.default\
{webapp name}\Profiles\l05apnbh.default\XPC.mfl
{webapp name}\Profiles\l05apnbh.default\XUL.mfl
{webapp name}\Profiles\l05apnbh.default\Cache\
{webapp name}\Profiles\l05apnbh.default\Cache\_CACHE_001_
{webapp name}\Profiles\l05apnbh.default\Cache\_CACHE_002_
{webapp name}\Profiles\l05apnbh.default\Cache\_CACHE_003_
{webapp name}\Profiles\l05apnbh.default\Cache\_CACHE_MAP_
{webapp name}\Profiles\l05apnbh.default\Cache\{other cache files}</pre>
<p><strong id="prismmacfiles">Default Prisim Folders in User&#8217;s Home directory (Mac OS X as of Prism v0.9):</strong><br />
<span style="text-decoration: underline;">Under /Users/{user name}/Library/Application Support/Prism/</span></p>
<pre>Profiles/
Profiles/profiles.ini
Profiles/{random string}.default/
Profiles/{random string}.default/cert8.db
Profiles/{random string}.default/compatibility.ini
Profiles/{random string}.default/compreg.dat
Profiles/{random string}.default/cookies.sqlite
Profiles/{random string}.default/extensions.cache
Profiles/{random string}.default/extensions.ini
Profiles/{random string}.default/key3.db
Profiles/{random string}.default/localstore.rdf
Profiles/{random string}.default/mimeTypes.rdf
Profiles/{random string}.default/permissions.sqlite
Profiles/{random string}.default/places.sqlite
Profiles/{random string}.default/pluginreg.dat
Profiles/{random string}.default/prefs.js
Profiles/{random string}.default/secmod.db
Profiles/{random string}.default/xpti.dat
Profiles/{random string}.default/extensions/</pre>
<p><strong id="webappmacfiles">For Each WebApp Prism creates (Mac OS X as of Prism v0.9):</strong></p>
<p><span style="text-decoration: underline;">Under /Users/{user name}/Library/Application Support/{webapp name}/</span></p>
<pre>Profiles/
Profiles/profiles.ini
Profiles/{random string}.default/
Profiles/{random string}.default/cert8.db
Profiles/{random string}.default/compatibility.ini
Profiles/{random string}.default/compreg.dat
Profiles/{random string}.default/cookies.sqlite
Profiles/{random string}.default/extensions.cache
Profiles/{random string}.default/extensions.ini
Profiles/{random string}.default/key3.db
Profiles/{random string}.default/localstore.rdf
Profiles/{random string}.default/mimeTypes.rdf
Profiles/{random string}.default/permissions.sqlite
Profiles/{random string}.default/places.sqlite
Profiles/{random string}.default/pluginreg.dat
Profiles/{random string}.default/prefs.js
Profiles/{random string}.default/secmod.db
Profiles/{random string}.default/xpti.dat
Profiles/{random string}.default/extensions/</pre>
<p><span style="text-decoration: underline;">Under /Users/{user name}/Library/WebApps/{webapp name}@{webappaddr}/</span></p>
<pre>{webapp name}@{webappaddr}/localstore.json
{webapp name}@{webappaddr}/override.ini
{webapp name}@{webappaddr}/webapp.ini
{webapp name}@{webappaddr}/webapp.js
{webapp name}@{webappaddr}/icons/
{webapp name}@{webappaddr}/icons/default/
{webapp name}@{webappaddr}/icons/default/{icons included in webapp bundle}</pre>
<p><strong id="prismwinfiles">Default Prisim Folders in User&#8217;s Home directory (Linux as of Prism v0.9):</strong></p>
<p><span style="text-decoration: underline;">Under /home/{user name}/</span></p>
<pre>
.prism/prismdir.lin.txt
.prism/profiles.ini
.prism/{randomstring}.default/
.prism/{randomstring}.default/Cache/
.prism/{randomstring}.default/cert8.db
.prism/{randomstring}.default/compatibility.ini
.prism/{randomstring}.default/compreg.dat
.prism/{randomstring}.default/cookies.sqlite
.prism/{randomstring}.default/extensions/
.prism/{randomstring}.default/extensions.cache
.prism/{randomstring}.default/extensions.ini
.prism/{randomstring}.default/key3.db
.prism/{randomstring}.default/localstore.rdf
.prism/{randomstring}.default/mimeTypes.rdf
.prism/{randomstring}.default/.parentlock
.prism/{randomstring}.default/permissions.sqlite
.prism/{randomstring}.default/places.sqlite
.prism/{randomstring}.default/prefs.js
.prism/{randomstring}.default/secmod.db
.prism/{randomstring}.default/XPC.mfasl
.prism/{randomstring}.default/xpti.dat
.prism/{randomstring}.default/XUL.mfasl
.prism/{randomstring}.default/Cache/
.prism/{randomstring}.default/Cache/_CACHE_001_
.prism/{randomstring}.default/Cache/_CACHE_002_
.prism/{randomstring}.default/Cache/_CACHE_003_
.prism/{randomstring}.default/Cache/_CACHE_MAP_
</pre>
<p><strong id="webappwinfiles">For Each WebApp Prism creates (Linux as of Prism v0.9):</strong></p>
<p><span style="text-decoration: underline;">Under /home/{user name}/.prism/</span></p>
<pre>
{webapp name}/
{webapp name}/{randomstring}.default/
{webapp name}/{randomstring}.default/Cache/
{webapp name}/{randomstring}.default/Cache/_CACHE_001_
{webapp name}/{randomstring}.default/Cache/_CACHE_002_
{webapp name}/{randomstring}.default/Cache/_CACHE_003_
{webapp name}/{randomstring}.default/Cache/_CACHE_MAP_
{webapp name}/{randomstring}.default/cert8.db
{webapp name}/{randomstring}.default/compatibility.ini
{webapp name}/{randomstring}.default/compreg.dat
{webapp name}/{randomstring}.default/cookies.sqlite
{webapp name}/{randomstring}.default/extensions/
{webapp name}/{randomstring}.default/extensions.cache
{webapp name}/{randomstring}.default/extensions.ini
{webapp name}/{randomstring}.default/key3.db
{webapp name}/{randomstring}.default/localstore.rdf
{webapp name}/{randomstring}.default/mimeTypes.rdf
{webapp name}/{randomstring}.default/.parentlock
{webapp name}/{randomstring}.default/permissions.sqlite
{webapp name}/{randomstring}.default/places.sqlite
{webapp name}/{randomstring}.default/prefs.js
{webapp name}/{randomstring}.default/secmod.db
{webapp name}/{randomstring}.default/XPC.mfasl
{webapp name}/{randomstring}.default/xpti.dat
{webapp name}/{randomstring}.default/XUL.mfasl
{webapp name}/profiles.ini
</pre>
<p>From the above lists of file locations, it should be apparent (okay, if you really <i>really</i> look, <i>hard</i>) that there are two ways to go about installing an extension for Prism. The first is install that extension &#8220;globally&#8221;, which is to say that you install that extension for every webapp. For this method the extension gets installed into Prism&#8217;s extension directory. The second method is to install the extension &#8220;locally&#8221;, or on a per-webapp basis. In this case each extension is installed in the individual webapp&#8217;s extension directory.</p>
<p>The first method is more difficult because by default, installing an extension will be done when you have a webapp loaded, so it will install the extension into that webapp&#8217;s extension folder. In order to install a webapp globally, you&#8217;ll need to perform a manual installation or open a new webapp that loads the addon&#8217;s xul (chrome://global/content/config.xul). I should mention that this worked on Prism/Webrunner 0.8, but I have yet to test this on Prism 0.9, so this may no longer work.</p>
<p>&#8230;</p>
<p>So, why they heck would I list all the files and directories here? Well, I want a reference to point at when I start explaining which files to make changes to in order to install an extension manually.</p>
<p><strong id="codesnipinstrdf">Code Snippit for Prism Extensions&#8217; install.rdf</strong></p>
<pre><code>&lt;em:targetApplication&gt;
  &lt;!– Prism –&gt;
  &lt;Description&gt;
    &lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;
    &lt;em:minVersion&gt;0.8&lt;/em:minVersion&gt;
    &lt;em:maxVersion&gt;1.0.0.*&lt;/em:maxVersion&gt;
   &lt;/Description&gt;
&lt;/em:targetApplication&gt;</code>
</pre>
<p><strong id="codesnipextrdf">Code Snippit for Prism Extensions&#8217; extension.rdf (information is required from the **install.rdf**)</strong></p>
<pre>
<code>&lt;RDF:Description
    RDF:about="urn:mozilla:item:{**extension id from install.rdf**}"
    NS1:installLocation="app-profile"
    NS1:version="**from install.rdf**"
    NS1:optionsURL="**from install.rdf**"
    NS1:iconURL="**from install.rdf**"
    NS1:name="**from install.rdf**"
    NS1:description="**from install.rdf**"
    NS1:creator="**from install.rdf**"
    NS1:homepageURL="http://**from install.rdf**"
    NS1:contributor="**from install.rdf**"&gt;</code>
</pre>
<p>More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2008/11/06/prism-information-in-depth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve Been HACKED! Well, LifeHacked Any Way&#8230;</title>
		<link>http://www.luckydisasters.com/2008/04/04/ive-been-hacked-well-lifehacked-any-way/</link>
		<comments>http://www.luckydisasters.com/2008/04/04/ive-been-hacked-well-lifehacked-any-way/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 01:22:46 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Prism]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[better gcal]]></category>
		<category><![CDATA[better gmail]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[lifehacker]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/?p=274</guid>
		<description><![CDATA[Link to LifeHacker Post
LifeHacker&#8217;s linked to my post on how to install extensions in Prism/Webrunner. For anyone having trouble with some extensions, have a look at my comment dated today (080404), I&#8217;ve addressed Better GCal specifically, but this should also work for Better Gmail and a few others as well.
Prism/Webrunner extensions post
]]></description>
			<content:encoded><![CDATA[<p><a href="http://lifehacker.com/375830/create-distraction+free-customized-webapps-with-prism" rel="nofollow" >Link to LifeHacker Post</a></p>
<p>LifeHacker&#8217;s linked to my post on how to install extensions in Prism/Webrunner. For anyone having trouble with some extensions, have a look at my comment dated today (080404), I&#8217;ve addressed Better GCal specifically, but this should also work for Better Gmail and a few others as well.</p>
<p><a href="http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one">Prism/Webrunner extensions post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2008/04/04/ive-been-hacked-well-lifehacked-any-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo &#8211; Make Your Own WebApp</title>
		<link>http://www.luckydisasters.com/2007/12/07/howto-make-your-own-webapp/</link>
		<comments>http://www.luckydisasters.com/2007/12/07/howto-make-your-own-webapp/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 01:24:54 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/12/07/howto-make-your-own-webapp/</guid>
		<description><![CDATA[This is just a quick howto on making your own WebRunner/Prism webapp file. This is a very simple process and shouldn&#8217;t take more than a few minutes of your time. There are a couple of tools you need however, to get started.

a file archiver &#8211; my favorite is 7-zip, but you can just as easily [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick howto on making your own WebRunner/Prism webapp file. This is a very simple process and shouldn&#8217;t take more than a few minutes of your time. There are a couple of tools you need however, to get started.</p>
<ul>
<li>a file archiver &#8211; my favorite is <a href="http://www.7-zip.org/" rel="nofollow"  target="_blank">7-zip</a>, but you can just as easily use any archiving program that is compatible with zip files</li>
<li>a text plain text editor</li>
</ul>
<p>For more advanced webapps, a more advanced context highlighting text editor can be helpful for coding custom style sheets or adding javascript customizations. And don&#8217;t forget icons! I use a combination of <a href="http://www.getpaint.net/" rel="nofollow"  target="_blank">Paint.Net</a> and <a href="http://www.towofu.net/soft/e-aicon.php" rel="nofollow"  target="_blank">@icon sushi</a> (which covers everything but MacOS, which is because I can&#8217;t seem to find software for Linux or Windows to accommodate icons for it &#8211; recommendations anyone?).</p>
<p><strong>The No &#8220;.webapp&#8221; WebApp</strong></p>
<p>There are several ways to open webpages with Prism or WebRunner. The first and easiest is to install Prism, then create a link to it on your desktop. Then change that link adding the option &#8220;-uri&#8221; and the url of the page you want to open. Here are two examples:</p>
<p>Windows:<br />
<code>c:\</code><code>your\path\to_prism\prism.exe -uri http://web_url_of_site
c:\your\path\to_prism\prism.exe -uri c:\location\of\local_file</code></p>
<p>GNU/Linux:<br />
<code>/your/path/to_prism/prism -uri http://web_url_of_site
/your/path/to_prism/prism -uri /location/of/local_file</code></p>
<p>This method does not require a webapp file, it just launches the website or file you specify. This means, no icons are required, but you also don&#8217;t get to add any custom themes or js files. This would be a really good method to use with applications like <a href="http://stickwiki.sourceforge.net/" rel="nofollow"  target="_blank">Wiki on a Stick</a> (woas).</p>
<p><strong>WebApp Bundles</strong></p>
<p>The second method is also pretty straight forward (until you make it complex by adding more functionality). For the most basic webApp bundle you only need to create one file; the webapp.ini. Here&#8217;s the content from the example webapp.ini on the Prism wiki:</p>
<p><code>[Parameters]
id=unique-app-id@unique-author-id.whatever
uri=http://[the-url-what-you-want-to-connect-to]/
status=yes
location=no
sidebar=no
navigation=no</code></p>
<p>The &#8220;id&#8221; parameter is required to be unique. I&#8217;ve been using my website&#8217;s url (as most others have done as well) preceded by the name of the site, but any unique identifier will work. The &#8220;uri&#8221; parameter is required and will accept both url of the target website as well as local file paths. Everything after that appears to be optional and the values show are the defaults. These remaining parameters are options to tell Prism whether or not to show certain GUI elements (&#8220;status&#8221; = status bar;&#8221;location&#8221; = address bar;&#8221;sidebar&#8221; = sidebar;&#8221;navigation&#8221; = well, quite frankly, I have no idea &#8211; maybe navigation buttons that haven&#8217;t been implemented yet?).</p>
<p>The next step after saving your changes to this document, is to use your archiving program to zip up this file creating, as an example, &#8220;your_webapp.zip&#8221;. Replace the &#8220;zip&#8221; extension with &#8220;webapp&#8221; and you&#8217;re ready to roll! Now either double click the webapp file or you can launch the webapp from the command line thusly:</p>
<p>Windows:<br />
<code>c:\</code><code>your\path\to_prism\prism.exe -webapp your_webapp_bundle</code></p>
<p>GNU/Linux:<br />
<code>/your/path/to_prism/prism  -webapp your_webapp_bundle</code></p>
<p>For more advanced webapps you can add icons, scripting and style sheet support (see the Prism page for more details).</p>
<p>Happy coding!</p>
<p><a href="http://wiki.mozilla.org/Prism" rel="nofollow"  target="_blank">Prism</a><br />
<a href="http://wiki.mozilla.org/Prism/bundle" rel="nofollow"  target="_blank"> Prism/WebApp Bundle</a><br />
<a href="http://wiki.mozilla.org/Prism/scripting" rel="nofollow"  target="_blank"> Prism/Scripting</a><br />
<a href="http://wiki.mozilla.org/Prism/styling" rel="nofollow"  target="_blank"> Prism/Styling</a><br />
<a href="http://www.7-zip.org/" rel="nofollow"  target="_blank"> 7-Zip</a><br />
<a href="http://www.getpaint.net/" rel="nofollow"  target="_blank"> Paint.Net</a><br />
<a href="http://www.towofu.net/soft/e-aicon.php" rel="nofollow"  target="_blank"> @icon sushi</a><br />
<a href="http://stickwiki.sourceforge.net/" rel="nofollow"  target="_blank"> Wiki on a Stick</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/12/07/howto-make-your-own-webapp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YAWA &#8211; Yet Another WebApp for Prism/WebRunner</title>
		<link>http://www.luckydisasters.com/2007/12/04/yawa-yet-another-webapp-for-prismwebrunner/</link>
		<comments>http://www.luckydisasters.com/2007/12/04/yawa-yet-another-webapp-for-prismwebrunner/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 04:14:45 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Prism]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Background Color]]></category>
		<category><![CDATA[Musical Experience]]></category>
		<category><![CDATA[Nin]]></category>
		<category><![CDATA[Open Culture]]></category>
		<category><![CDATA[Paint]]></category>
		<category><![CDATA[Perfect Candidate]]></category>
		<category><![CDATA[Source Files]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/12/04/yawa-yet-another-webapp-for-prismwebrunner/</guid>
		<description><![CDATA[I&#8217;ve been checking out the phenomenal NIN remix site and I thought to myself, wow how nice that a site that empowers you with the ability to take part in the musical experience &#8211; free of charge &#8211; is also a perfect candidate for a WebApp!
Included in this webapp are the source files for the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/12/nin_remix_screenshot.png"rel="lightbox" title="nin remix screen cap" ><img style="float: left;margin:2px;" src="http://www.luckydisasters.com/wp-content/uploads/2007/12/nin_remix_screenshot.thumbnail.png" alt="nin remix screen cap" /></a>I&#8217;ve been checking out the phenomenal <a href="http://remix.nin.com/" rel="nofollow" title="remix nin"  target="_blank">NIN remix site</a> and I thought to myself, wow how nice that a site that empowers you with the ability to take part in the musical experience &#8211; free of charge &#8211; is also a perfect candidate for a WebApp!</p>
<p>Included in <a href="http://www.luckydisasters.com/wp-content/uploads/2007/12/remix.nin.webapp">this webapp</a> are the source files for the icon I created using <a href="http://www.getpaint.net/" rel="nofollow"  target="_blank">Paint.Net</a> (so you can change the background color or make other changes if you&#8217;d like &#8211; just keeping within the remix/open culture vein) . Enjoy!</p>
<p><a href="http://remix.nin.com/" target="_blank">Remix &#8211; NIN Remix site<br />
</a></p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/12/remix.nin.webapp">Remix.NIN-WebApp</a> (let me know what you think!)</p>
<p><a href="http://wiki.mozilla.org/Prism" rel="nofollow"  target="_blank">Prism</a>/<a href="http://wiki.mozilla.org/WebRunner" rel="nofollow"  target="_blank">WebRunner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/12/04/yawa-yet-another-webapp-for-prismwebrunner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebRunner now Prism, Whatever &#8211; Here&#8217;s How To Make An Extension Compatible With At Least One&#8230;</title>
		<link>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/</link>
		<comments>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 03:31:22 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Archive Program]]></category>
		<category><![CDATA[Code Changes]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[Description Section]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Lancher]]></category>
		<category><![CDATA[Linux Version]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Microsoft Silverlight]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Rdf]]></category>
		<category><![CDATA[Style Sheet Support]]></category>
		<category><![CDATA[Utility Computing]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Winzip]]></category>
		<category><![CDATA[Xulrunner]]></category>
		<category><![CDATA[Zip Files]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/</guid>
		<description><![CDATA[UPDATE AGAIN! 080611
I&#8217;ve made a new post on this subject cause it&#8217;s easier to update by adding new posts instead of updating this one. Enjoy!
Update!!
Had to add a comment to the replacement code below in order for this to work.
080404 Update!!
Yet again, code changes for new versions and what not.
Looks like Mozilla has added WebRunner [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>UPDATE AGAIN! 080611</strong></span><br />
<a href="http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/">I&#8217;ve made a new post on this subject cause it&#8217;s easier to update by adding new posts instead of updating this one. Enjoy!</a></p>
<p><ins style="color: red"><strong>Update!!</strong><br />
Had to add a comment to the replacement code below in order for this to work.</ins></p>
<p><ins style="color: red"><strong>080404 Update!!</strong><br />
Yet again, code changes for new versions and what not.</ins></p>
<p>Looks like Mozilla has added WebRunner to it&#8217;s Mozilla Labs line up and changed the name to <a href="http://labs.mozilla.com/2007/10/prism/" rel="nofollow"  target="_blank">Prism</a>. From what they say, it&#8217;s going to be a cross between an open version of Adobe Air and Microsoft Silverlight and a localized lancher for web applications. Which, by my definition, is what utility computing is supposed to be like. Prism is currently for Windows only (they&#8217;d better hurry up with a Linux version), but it runs the same webapp files and also has added style sheet support &#8211; among other things &#8211; so you can style your webapps your way.</p>
<p>Anyway, I&#8217;ve been kind of discouraged by the lack of extension availability for WebRunner (and XulRunner for that matter). You&#8217;ll find in another of my posts a webapp for accessing the WebRunner extensions panel. Using this webapp, you can add new extensions (by installing or dropping them onto the panel), but at this point, adding extensions will fail because the version checking mechanism for WebRunner/XulRunner. To get around that, you need to change the extension&#8217;s compatibility information. These instructions will not work for every extension and your results will vary&#8230;</p>
<p>I recommend you find a smaller extension, download it and make the following changes:</p>
<ol>
<li>Open the extension package (you can open it with 7-zip, ALzip, Winzip or any other  archive program that works with zip files.</li>
<li>Extract and open the install.rdf with a text editor, I&#8217;d recommend Wordpad if your using windows.</li>
<li>Locate and change the following or something that looks like the following (this will vary by extension, but look for the Firefox description section &#8211; and you may find that you have to remove all references to all other Mozilla programs that the extension is compatible with for this to work):</li>
</ol>
<pre>
<code>&lt;!--Firefox--&gt;
&lt;RDF:Description RDF:about="rdf:#$djS7s"
  em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
  em:minVersion="0.8"
  em:maxVersion="2.0.0.*" /&gt;</code>
</pre>
<p>To:</p>
<pre>
<code>&lt;!--Webrunner--&gt;
  &lt;RDF:Description RDF:about="webrunner"
    em:id="webrunner@webapps.org"
    em:minVersion="0.1"
    em:maxVersion="10.0" /&gt;</code>
</pre>
<p>or (again it will depend on which way the developer implemented the Firefox description):</p>
<pre>
<code>&lt;em:targetApplication&gt;
  &lt;!--Webrunner--&gt;
  &lt;Description&gt;
    &lt;em:id&gt;webrunner@webapps.org&lt;/em:id&gt;
    &lt;em:minVersion&gt;0.1&lt;/em:minVersion&gt;
    &lt;em:maxVersion&gt;10.0&lt;/em:maxVersion&gt;
  &lt;/Description&gt;
&lt;/em:targetApplication&gt;</code>
</pre>
<p>If you&#8217;re using Prism, change to the following:</p>
<pre>
<code>&lt;RDF:Description RDF:about="prism"
  em:id="prism@developer.mozilla.org"
  em:minVersion="0.1"
  em:maxVersion="10.0" /&gt;</code>
</pre>
<p>or</p>
<pre>
<code>&lt;em:targetApplication&gt;
  &lt;Description&gt;
    &lt;!--Prism--&gt;
    &lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;
    &lt;em:minVersion&gt;0.1&lt;/em:minVersion&gt;
    &lt;em:maxVersion&gt;10.0&lt;/em:maxVersion&gt;
  &lt;/Description&gt;
&lt;/em:targetApplication&gt;</code>
</pre>
<p>4. Then save the rdf file and add it back into the xpi archive.<br />
5. You should be ready to install the extension using the Extensions.webapp</p>
<p>I found this <a href="http://www.iosart.com/blog/2007/06/05/install-google-gears-in-a-xulrunner-app-in-3-quick-steps/" rel="nofollow"  target="_blank">parts of this bit of magic</a> on <a href="http://www.iosart.com" rel="nofollow"  target="_blank">Alex Sirota&#8217;s</a> website along with the tip to check in the applicaiton.ini file for any XulRunner application&#8217;s ID. If you run into errors, then something is probably malformed in the rdf file so check that first. I won&#8217;t be much help in trouble shooting, and I&#8217;m not about to offer support for other peoples extensions on an unsupported application, but if you have problems, post a comment and I&#8217;ll give editing the rdf a go myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How To: 7-Steps to Make WebRunner Portable</title>
		<link>http://www.luckydisasters.com/2007/10/16/how-to-7-steps-to-making-webrunner-portable/</link>
		<comments>http://www.luckydisasters.com/2007/10/16/how-to-7-steps-to-making-webrunner-portable/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 18:18:20 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[w00t!]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Command Line Switches]]></category>
		<category><![CDATA[Exe Files]]></category>
		<category><![CDATA[Good Software]]></category>
		<category><![CDATA[Host Computer]]></category>
		<category><![CDATA[Html Css]]></category>
		<category><![CDATA[Html Javascript]]></category>
		<category><![CDATA[Ini Files]]></category>
		<category><![CDATA[Italian Website]]></category>
		<category><![CDATA[Language Menu]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Launcher X]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[Portable Firefox]]></category>
		<category><![CDATA[Real Programmer]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/16/how-to-7-steps-to-making-webrunner-portable/</guid>
		<description><![CDATA[I&#8217;ve struck upon a way to make WebRunner (and by extension, any other XulRunner application) pretty much portable!
I&#8217;m no real programmer, I mean, I know enough to be dangerous. I&#8217;ve got a good handle on html, css, javascript, asp etc. In the past I&#8217;ve played with the source code for Portable Firefox from PortableApps.com trying [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve struck upon a way to make WebRunner (and by extension, any other XulRunner application) pretty much portable!</p>
<p>I&#8217;m no real programmer, I mean, I know enough to be dangerous. I&#8217;ve got a good handle on html, css, javascript, asp etc. In the past I&#8217;ve played with the source code for Portable Firefox from PortableApps.com trying to get XulRunner portable. I didn&#8217;t have much luck. Ran into too many code errors to resolve myself. What I needed was a way to make the program portable without programming anything new.</p>
<p><strong>X-Launcher </strong></p>
<p>What I was able to find was X-Launcher. X-Launcher is a nifty little app that allows you to launch just about any application portably &#8211; that is, without leaving much of a trace on the host computer. I&#8217;ve been able to use X-Launcher without too much effort (hey, just my style :).</p>
<p>You can get X-Launcher from <a href="http://www.winpenpack.com" rel="nofollow"  target="_blank">winPenPack.com</a> (<a href="http://www.winpenpack.com/main/download.php" rel="nofollow"  target="_blank">downloads section</a>) along with a host of other open source software all made portable using X-Launcher or other means. WinPenPack is an Italian website, but you can get English on most pages by choosing it from the language menu. Nice site and a lot of good software!<br />
X-Launcher itself is an easy to use program, you simply configure the X-launcher.ini file for it and you&#8217;re ready to use it. One of the things that really sets X-Launcher apart is the fact that you can have multiple launchers in the same directory. Just rename the X-launcher.ini file and the X-launcher.exe to any name you wish (just as long as both have the same file name) and you can put a second set of exe/ini files with a different set of names in the same directory together. Why would you do this? Well, for one, this allows you to run multiple versions of a program with wildly different configurations. Another thing this buys you (and more relevant to this discussion) is the ability to launch different WebRunner apps portably.</p>
<p>Normally if you launch a program you can pass it options through command line switches. If you&#8217;re using another program to launch the application you want to run, then you don&#8217;t usually have the option of passing switches to the second program from the first. With X-Launcher, these switches are built into the configuration file.</p>
<p>The default configuration file that comes with X-Launcher is loaded with information on feature settings, but it&#8217;s also a bit overwhelming. Fortunately, if you run X-launcher.exe with no like-named ini file, it will create it&#8217;s own, scaled down X-launcher.ini. This configuration file is a heck of a lot easier to read!</p>
<p>There are several application variables that can be defined, the most important one being the application name. This will eventually point to folder names and the application itself. Here&#8217;s the contents of a X-launcher.ini for a webapp with included explanations for most settings:</p>
<p><strong>wikipedia.ini</strong></p>
<pre>
<code>[Setup]
AppName=WebRunner
;Application name, this will also be used below as the
;name of some of the folders.

[FileToRun]
PathToExe=$AppName$\$AppName$.exe
;This is the name and path to the file you're trying to
;launch.
WorkingDir=%HOME%
;This is the name of the directory which will be used
;by the program as it's working directory.
Parameters= -webapp wikipedia@luckydisasters.com
;List of any parameters to pass to the application, in
;this case we're telling WebRunner to load the webapp
;"wikipedia@luckydisasters.com"

[Environment]
HOME=$HOME$\$AppName$
;This folder will be used to save any user specific file
;information - like the Mozilla profiles folder.
USERPROFILE=%HOME%
;As you can see I've used the same folders for all the
;programs files, this will make it a lot easier later if we
;want to see what the program is doing or make
;changes.
PATH=%PATH%;@ScriptDir@
;This adds the @ScriptDir@ variable to the system
;path used by the application

[Functions]
DirCreate=%HOME%
;if this folder doesn't exist when you start the
;program, it will created. You can place other
;functions here as well if you need them.

[Options]
;These settings are other X-launcher application
;options, such as showing a splash screen and
;what not, feel free to make changes, but these
;should be fine as is
DeleteTemp=true
MultipleIstances=true
FixAppData=false
RunWait=true
ShowSplash=true
WriteLog=false

[SplashScreen]
;This section allows you to add a custom splash
;screen and sets the length of time the splash
;screen is shown. Leave the Image and Title blank
;for X-launcher defaults. The image path (as well
;as all paths in this ini file) are relative to the
;current location of the ini/exe files for the
;X-launcher app.
Image=
Title=
TimeOut=1500</code>
</pre>
<p>Download the Wikipiedia X-launcher files here:<br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.zip"title="Wikipedia X-launcher" >Wikipedia X-launcher</a></p>
<p><strong>7-Steps</strong></p>
<p>What I&#8217;ve done to use the above webapp portably is as follows (assume that the USB drive/portable device is drive letter &#8220;X&#8221;):</p>
<ol>
<li>Make sure you have WebRunner and the  Wikipedia.webapp installed.</li>
<li>Create a folder under &#8220;X:\PortableApps\&#8221; (or where ever you store your portable applicaitons) called &#8220;X-WebRunner&#8221; (&#8220;X:\PortableApps\X-WebRunner&#8221;)</li>
<li> Copy the &#8220;C:\Program Files\WebRunner&#8221; folder to &#8220;X:\PortableApps\X-WebRunner&#8221; (&#8220;X:\PortableApps\X-WebRunner\WebRunner&#8221;)</li>
<li>Copy the wikipedia.exe and the wikipedia.ini files into &#8220;X:\PortableApps\X-Webrunner&#8221;<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/webrunner.png"rel="lightbox" style="padding: 5px; float: right" title="unconfigured webrunner" ><img src="http://www.luckydisasters.com/wp-content/uploads/2007/10/webrunner.thumbnail.png" alt="unconfigured webrunner" /></a></li>
<li>Run the Webrunner.exe, this will create the user profile you&#8217;ll need to copy your webapp into</li>
<li>Now copy your webapp folder from your profile folder on your hard drive usually located about here:<br />
&#8220;C:\Documents and Settings\<em>YOURUSERNAME</em>\Application Data\WebRunner\Profiles\<em>RANDOMSTRING</em>.default\webapps\<em>WEBAPPNAME</em>&#8221;<br />
to your new profile folder on your portable device:<br />
&#8220;X:\PortableApps\Application Data\WebRunner\Profiles\<em>NEWRANDOMSTRING</em>.default\webapps\<em>WEBAPPNAME</em>&#8220;</li>
<li>Last step, start the wikipedia.exe file again, this will start the webapp that you&#8217;ve copied.</li>
</ol>
<p>My &#8220;X-WebRunner&#8221; install:</p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/webrunnerfiles.png"rel="lightbox" title="webrunner files" ><img src="http://www.luckydisasters.com/wp-content/uploads/2007/10/webrunnerfiles.thumbnail.png" alt="webrunner files" /></a></p>
<p>Now you can start moving your webapps over and making X-launcher.exe and X-launcher.ini files for each one, the only line in the ini file that needs to be changed for each is  &#8220;<code>Parameters</code>&#8220;, which gets changed to the webapp folder name for each webapp. So basically all you have to do is copy the original wikipedia.ini file, rename it and change the Parameters setting.</p>
<p>Next I&#8217;ll have to configure <a href="http://davidkellogg.com/wiki/Main_Page" rel="nofollow" title="Plain Old Webserver"  target="_blank">Plain Old Webserver USB</a> (POWUSB) to run with X-launcher. Then I can carry around a nice little XUL Webserver!</p>
<p>Links:</p>
<p><a href="http://www.winpenpack.com" rel="nofollow"  target="_blank">winPenPack</a><br />
<a href="http://www.winpenpack.com/main/download.php" rel="nofollow"  target="_blank">X-Launcher download</a><br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.zip"title="Wikipedia X-launcher" >My Wikipedia X-launcher configuration</a><br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.webapp">My Wikipedia.webapp Bundle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/10/16/how-to-7-steps-to-making-webrunner-portable/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Three More WebRunner Webapps</title>
		<link>http://www.luckydisasters.com/2007/10/11/three-more-webrunner-webapps/</link>
		<comments>http://www.luckydisasters.com/2007/10/11/three-more-webrunner-webapps/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 17:25:31 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Beta Stages]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[Low Quality]]></category>
		<category><![CDATA[Release Beta]]></category>
		<category><![CDATA[Risk]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Standard Browser]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Warranty]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[Webapps]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/11/three-more-webrunner-webapps/</guid>
		<description><![CDATA[Looks like I&#8217;m getting a lot of traffic looking for a Bloglines webapp. So, why not:
Bloglines.webapp
While I&#8217;m at it, here are a couple of other webapps I&#8217;ve cobbled together, I&#8217;ll appologize in advance for the low quality of the icons on all of these&#8230;
Google Page Creator Webapp
Google Webmaster Tools Webapp
At this point I should probably [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like I&#8217;m getting a lot of traffic looking for a Bloglines webapp. So, why not:<br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/bloglines.webapp">Bloglines.webapp</a></p>
<p>While I&#8217;m at it, here are a couple of other webapps I&#8217;ve cobbled together, I&#8217;ll appologize in advance for the low quality of the icons on all of these&#8230;<br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/google_pagecreator.webapp">Google Page Creator Webapp</a><br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/google_webmastertools.webapp">Google Webmaster Tools Webapp</a></p>
<p>At this point I should probably include a warning, so &#8211; keep in mind while running these webapps with WebRunner, that WebRunner itself is still a in pre-release/beta stages. Which means that the  webapps found on this site, while working to view sites and what not, are not intended to be a replacement for your standard browser. The websites you&#8217;ll be viewing were not designed to be used with WebRunner, and therefore not all features on these sites may be compatible with it. I claim no responsibility for any malfunctions related to WebRunner. I&#8217;m providing files that allow you to access some websites, nothing more. Feel free to use the webapp files found on this site, but keep in mind you&#8217;re using them at your own risk &#8211; and without warranty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/10/11/three-more-webrunner-webapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two More WebRunner Webapps</title>
		<link>http://www.luckydisasters.com/2007/10/10/two-more-webrunner-webapps/</link>
		<comments>http://www.luckydisasters.com/2007/10/10/two-more-webrunner-webapps/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 02:31:16 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Beta Stages]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Hell]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[Offsite References]]></category>
		<category><![CDATA[Proxy Settings]]></category>
		<category><![CDATA[Release Beta]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Standard Browser]]></category>
		<category><![CDATA[Uri]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[Webapps]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/10/two-more-webrunner-webapps/</guid>
		<description><![CDATA[Here are two more webapp files that should make life a little more easy for anyone trying to use WebRunner.
About:Config.Webapp
This webapp is for displaying the chrome about:config URI. This makes it a hell of a lot easier to modify the configuration (especially when adding a proxy for those of us trying to use this stuck [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two more webapp files that should make life a little more easy for anyone trying to use <a href="http://wiki.mozilla.org/WebRunner" rel="nofollow"  target="_blank">WebRunner.</a></p>
<p><strong><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/about.config.webapp">About:Config.Webapp</a></strong></p>
<p>This webapp is for displaying the chrome about:config URI. This makes it a hell of a lot easier to modify the configuration (especially when adding a proxy for those of us trying to use this stuck behind a proxy).</p>
<p>Use this webapp to edit important settings such as:</p>
<ul>
<li>Cookies Rules</li>
<li>Proxy Settings</li>
<li>Pipelining Rules</li>
<li>Password Rules</li>
</ul>
<p>For more information on directly editing the about:config click <a href="http://www.mozilla.org/support/firefox/edit" rel="nofollow"  target="_blank">here</a>. For more on individual settings (for instance, figuring out which settings to add back in &#8211; like the afore mentioned proxy settings), click <a href="http://kb.mozillazine.org/About:config_entries" rel="nofollow"  target="_blank">here</a>.</p>
<p><strong><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/extensions.webapp">Extensions.Webapp</a></strong></p>
<p>This is the second webapp which gives access to WebRunner&#8217;s extensions panel. The thing about either one of these webapps (and WebRunner in general) is that you access each one separately &#8211; that is to say each gets launched as it&#8217;s own application &#8211; but any changes in either one affects any other webapp you might be running with WebRunner.</p>
<p>Now the only thing we need is for extensions to be modified and made available for WebRunner (like <a href="http://lifehacker.com/" rel="nofollow"  target="_blank">Lifehacker&#8217;s</a> <a href="https://addons.mozilla.org/en-US/firefox/addon/4866" rel="nofollow"  target="_blank">Better Gmail</a>). There are ways to hack extensions to allow them to run in WebRunner, but that&#8217;s for another post.</p>
<p><strong>Links:</strong></p>
<p>Webapps:</p>
<ul>
<li><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/about.config.webapp">About:Config.Webapp</a></li>
<li><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/extensions.webapp">Extensions.Webapp</a></li>
</ul>
<p>Offsite References:</p>
<ul>
<li><a href="http://www.mozilla.org/support/firefox/edit" rel="nofollow"  target="_blank">Firefox Help: Editing Configuration Files</a></li>
<li><a href="http://kb.mozillazine.org/About:config_entries" rel="nofollow"  target="_blank">mozillaZine: About:config entries</a></li>
</ul>
<p>Other:</p>
<ul>
<li> <a href="http://lifehacker.com/" rel="nofollow"  target="_blank">Lifehacker</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4866" rel="nofollow"  target="_blank">Better Gmail</a></li>
</ul>
<p><strong>Disclaimer</strong></p>
<p>Keep in mind while running these webapps with WebRunner, that WebRunner itself is still a in pre-release/beta stages. Which means that the  webapps found on this site, while working to view sites and what not, are not intended to be a replacement for your standard browser. The websites you&#8217;ll be viewing were not designed to be used with WebRunner, and therefore not all features on these sites may be compatible with it. I claim no responsibility for any malfunctions related to WebRunner. I&#8217;m providing files that allow you to access some websites, nothing more. Feel free to use the webapp files found on this site, but keep in mind you&#8217;re using them at your own risk &#8211; and without warranty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/10/10/two-more-webrunner-webapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standalone Webapps &#8211; WebRunner</title>
		<link>http://www.luckydisasters.com/2007/10/05/standalone-webapps-webrunner/</link>
		<comments>http://www.luckydisasters.com/2007/10/05/standalone-webapps-webrunner/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 02:48:38 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebRunner]]></category>
		<category><![CDATA[Application Level]]></category>
		<category><![CDATA[Church Lady]]></category>
		<category><![CDATA[Ini File]]></category>
		<category><![CDATA[Launcher]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Nifty Web]]></category>
		<category><![CDATA[Own Security]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Security Problems]]></category>
		<category><![CDATA[Security Standpoint]]></category>
		<category><![CDATA[Standalone Program]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Zip File]]></category>
		<category><![CDATA[Zip Format]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/10/05/standalone-webapps-webrunner/</guid>
		<description><![CDATA[UPDATE &#8211; 071010 &#8211; after further testing I found a couple of errors in my original  webapp file. So, I&#8217;ve updated the icon and a couple other things and reposted. Enjoy!
Over at Lifehacker they&#8217;ve posted about the standalone Mozilla based WebRunner. WebRunner is, well I&#8217;ve pretty much been over that already. The point is, [...]]]></description>
			<content:encoded><![CDATA[<p><strong style="color: red">UPDATE &#8211; 071010</strong> &#8211; after further testing I found a couple of errors in my original  webapp file. So, I&#8217;ve updated the icon and a couple other things and reposted. Enjoy!</p>
<p>Over at Lifehacker they&#8217;ve posted about the standalone Mozilla based <a href="http://wiki.mozilla.org/WebRunner" rel="nofollow"  target="_blank">WebRunner</a>. WebRunner is, well I&#8217;ve pretty much been over that already. The point is, you can launch a webapp from a standalone program, allowing you to do things without getting distracted by all that&#8230; extra web. I really like this concept, I now have links for Gmail, Google Reader, and all those other nifty web 2.0 apps I like.</p>
<p>I wanted to give this a try myself, so I&#8217;ve made a standalone Wikipedia launcher. <a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.webapp">Get it here</a>. It&#8217;s a launcher for the Wikipedia&#8217;s English main page.</p>
<p>Make your own! <a href="http://wiki.mozilla.org/WebRunner#Web_Application_Bundles" rel="nofollow"  target="_blank">It&#8217;s dead simple!</a> All you do is install the WebRunner software, create an ini file for your app, create icons and zip these files together. Rename the zip file to your.webapp and your good to go!</p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.png"rel="lightbox" title="Wikipedia Launcher" ><img style="margin: 5px; float: left" src="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.thumbnail.png" alt="Wikipedia Launcher" /></a>There&#8217;s a couple of worrying things about the webapp files &#8211; from a security standpoint. The biggest of these is that you can include a js file with javascript that runs at an application level. In other words it has access to everything that the application has access to, like &#8211; oh I don&#8217;t know &#8211; the file system?! (in my best Church Lady voice &#8211; oh crap am I revealing my age!). Another is the fact that you&#8217;re using a zip format to distribute the rest of your files. Which of course can have it&#8217;s own security <a href="http://secunia.com/advisories/18963" rel="nofollow"  target="_blank">problems when used with other programs</a>. You also don&#8217;t really have the ability to get at a lot of the standard Mozilla settings that WebRunner shares. So you can&#8217;t make adjustments to settings for cookies, passwords and the like.</p>
<p>At any rate, it&#8217;s still a relatively young application, so I&#8217;m sure they&#8217;ll get the security issues addressed, but for now, make sure you inspect those files before you run them!</p>
<p>Links:<br />
<a href="http://wiki.mozilla.org/WebRunner" rel="nofollow"  target="_blank">WebRunner</a><br />
<a href="http://lifehacker.com/software/featured-download/access-webapps-in-a-distraction+free-browser-with-webrunner-306444.php" rel="nofollow"  target="_blank">Lifehacker post</a><br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/wikipedia.webapp">My Wikipedia launcher</a></p>
<p><strong>Disclaimer</strong></p>
<p>Keep in mind while running these webapps with WebRunner, that WebRunner itself is still a in pre-release/beta stages. Which means that the  webapps found on this site, while working to view sites and what not, are not intended to be a replacement for your standard browser. The websites you&#8217;ll be viewing were not designed to be used with WebRunner, and therefore not all features on these sites may be compatible with it. I claim no responsibility for any malfunctions related to WebRunner. I&#8217;m providing files that allow you to access some websites, nothing more. Feel free to use the webapp files found on this site, but keep in mind you&#8217;re using them at your own risk &#8211; and without warranty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/10/05/standalone-webapps-webrunner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
