<?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; Linux</title>
	<atom:link href="http://www.luckydisasters.com/category/os/linux/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Here&#8217;s How To Make An Extension Compatible With Prism (Two-ish)</title>
		<link>http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/</link>
		<comments>http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:57:07 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Correct Target]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Dom Inspector]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Extension Folder]]></category>
		<category><![CDATA[Folder C]]></category>
		<category><![CDATA[Insta]]></category>
		<category><![CDATA[Installation Directory]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Mozilla Org]]></category>
		<category><![CDATA[Mud]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Prism Gt]]></category>
		<category><![CDATA[Rdf File]]></category>
		<category><![CDATA[String Changes]]></category>
		<category><![CDATA[Targetapplication]]></category>
		<category><![CDATA[Targets]]></category>
		<category><![CDATA[Version String]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/?p=281</guid>
		<description><![CDATA[I know it&#8217;s been a while since I&#8217;ve posted. There&#8217;s been a lot going on &#8211; school, work, home, you get the point. Anyway, I&#8217;ve been trying to keep my last post on how to make extensions compatible with Prism up-to-date, but this is turning out to be a difficult task. So I&#8217;m just going [...]]]></description>
			<content:encoded><![CDATA[<p>I know it&#8217;s been a while since I&#8217;ve posted. There&#8217;s been a lot going on &#8211; school, work, home, you get the point. Anyway, I&#8217;ve been trying to keep <a href="http://www.luckydisasters.com/2007/10/29/webrunner-now-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/">my last post</a> on how to make extensions compatible with Prism up-to-date, but this is turning out to be a difficult task. So I&#8217;m just going to post new instructions as needed. Basically, everything remains the same but the version string changes. The DOM inspector is the key to figuring out the correct target to put into your extension&#8217;s install.rdf. Clear as mud yet? Well, let me lay out the steps for you again here.</p>
<p><strong>Step 1</strong><br />
Navigate to the Prism installation directory, in Windows this is:<br />
<span style="font-family: Courier New;">C:\Program Files\Prism\</span><a href="http://www.luckydisasters.com/wp-content/uploads/2008/06/firstrdf.png"rel="lightbox" ><img class="alignright alignnone size-medium wp-image-286" style="float: right;" title="firstrdf" src="http://www.luckydisasters.com/wp-content/uploads/2008/06/firstrdf-300x208.png" alt="" width="300" height="208" /></a></p>
<p>Open up the extensions folder, then the DOM inspector extension folder:<br />
<span style="font-family: Courier New;">C:\Program Files\Prism\extensions\inspector@mozilla.org<br />
</span></p>
<p>Now open the &#8220;install.rdf&#8221; file and find this section of code which can be used (usually) as-is in most extensions pasted in the right place (just use the extension&#8217;s preconfigured targets as your guide on where to place it):</p>
<p><span style="font-family: Courier New;"><br />
&lt;em:targetApplication&gt;<br />
&lt;!&#8211; Prism &#8211;&gt;<br />
&lt;Description&gt;<br />
&lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;<br />
&lt;em:minVersion&gt;0.4&lt;/em:minVersion&gt;<br />
&lt;em:maxVersion&gt;1.0.0.*&lt;/em:maxVersion&gt;<br />
&lt;/Description&gt;<br />
&lt;/em:targetApplication&gt;</span></p>
<p><strong>Step 2</strong><br />
Open up your extension&#8217;s xpi file using 7zip or your favorite archiving tool and extract the install.rdf file.<br />
<a href="http://www.luckydisasters.com/wp-content/uploads/2008/06/extractinstallrdf.png"rel="lightbox" ><img class="alignnone size-medium wp-image-285" title="extractinstallrdf" src="http://www.luckydisasters.com/wp-content/uploads/2008/06/extractinstallrdf-300x135.png" alt="" width="300" height="135" /></a></p>
<p>Open that install.rdf file with a text editor (other than notepad which doesn&#8217;t understand the line breaks used by other editors) and find the area where it lists the installation targets and insert your copied text into that or modify one of the install targets with the appropriate information from the DOM inspector extension install.rdf file.</p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2008/06/secondinstallrdf.png"rel="lightbox" ><img class="alignnone size-medium wp-image-282" title="secondinstallrdf" src="http://www.luckydisasters.com/wp-content/uploads/2008/06/secondinstallrdf-300x170.png" alt="" width="300" height="170" /></a></p>
<p><strong>Step 3</strong><img class="alignright alignnone size-full wp-image-283" style="float: right; margin: 2px;" title="addonsmenu" src="http://www.luckydisasters.com/wp-content/uploads/2008/06/addonsmenu.png" alt="" width="232" height="120" /><br />
Install the extension. This will get tricky due to the way Prism&#8217;s developers have modified the profiles and what not. Well, I say that, but it really only gets that tricky if you&#8217;re manually installing the extension. Prism developers have seen fit to include the Addons menu item from the Prism menu in the lower right of Prism&#8217;s window to help things go more smoothly.</p>
<p>One of the ways to use this new install feature for an extension is globally, which means all webapps will be able to use the extension. This is the least preferred manner due to the fact that you won&#8217;t want all extensions available for all webapps in most cases. An example would be having the Better Gmail extension available for <a href="http://www.luckydisasters.com/wp-content/uploads/2007/10/bloglines.webapp">Bloglines</a> &#8211; don&#8217;t think that&#8217;s real necessary, do you? So plan accordingly.</p>
<p>Using the second, and more preferred method, you just open your webapp. Open your webapp&#8217;s Addons panel, then install by either dragging and dropping the extension onto it, or by clicking the &#8220;Install&#8230;&#8221; button and navigating to the extension and selecting it for installation.</p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2008/06/browseforextension.png"rel="lightbox" ><img class="alignnone size-medium wp-image-284" title="browseforextension" src="http://www.luckydisasters.com/wp-content/uploads/2008/06/browseforextension-300x168.png" alt="" width="300" height="168" /></a></p>
<p><strong>Conclusion</strong><br />
That should be about it. My next Prism post will be about how to make one of two stand alone Firefox/Prism exention webapps &#8211; POW local server or Scribefire standalone webapp. Stay tuned, we get to play with chrome!!</p>
<p>Links:</p>
<p><a href="http://wiki.mozilla.org/Prism" rel="nofollow" >Prism</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 &#8211; Installed and AWESOME!!</title>
		<link>http://www.luckydisasters.com/2008/03/21/ubuntu-804-installed-in-awesome/</link>
		<comments>http://www.luckydisasters.com/2008/03/21/ubuntu-804-installed-in-awesome/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 02:51:56 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Acpi]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Bios]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[Conjunction]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Dual Screen]]></category>
		<category><![CDATA[Fades]]></category>
		<category><![CDATA[Feature Set]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[Gnu Linux]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[Heron]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Laptop Toshiba]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[Test Releases]]></category>
		<category><![CDATA[Toshiba Satellite]]></category>
		<category><![CDATA[Toshiba Satellite P105]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Visual Enhancements]]></category>
		<category><![CDATA[Wpa]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2008/03/21/ubuntu-804-installed-in-awesome/</guid>
		<description><![CDATA[I just finished basic configuration of Ubuntu 8.04 Beta (Hardy Heron) on my laptop &#8211; AND IT&#8217;S AWESOME!! My laptop is a Toshiba Satellite P105-S6024, and I&#8217;ve been having no end of problems getting the audio to work in conjunction with the ACPI. Turns out the Toshiba provided ACPI code for the BIOS isn&#8217;t all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.luckydisasters.com/wp-content/uploads/2008/03/screenshot.png"rel="lightbox" title="screenshot" ><img src="http://www.luckydisasters.com/wp-content/uploads/2008/03/screenshot.thumbnail.png" border="0" alt="screenshot" hspace="2" vspace="2" align="left" /></a>I just finished basic configuration of <a href="http://www.ubuntu.com/testing/hardy/beta" rel="nofollow"  target="_blank">Ubuntu 8.04 Beta</a> (Hardy Heron) on my laptop &#8211; AND IT&#8217;S AWESOME!! My laptop is a Toshiba Satellite P105-S6024, and I&#8217;ve been having no end of problems getting the audio to work in conjunction with the ACPI. Turns out the Toshiba provided ACPI code for the BIOS isn&#8217;t all that great under GNU/Linux, and in order to fix the problem you&#8217;ve got to either recompile the kernel (which was the direction I had finally decided to take this weekend), or if you could get it to work, there&#8217;s a way to add the code to the initrid.</p>
<p>I had read this morning that there was a new Ubuntu release and, as I was having problems with Debian and was about to reinstall Ubuntu 7.10, so I decided to give it a try. Well, it&#8217;s a Beta, but I&#8217;m not going to hold that against it! Compiz is installted by default (but just subtley enough you don&#8217;t know it till you&#8217;re seeing the tell tail fades and such), Firefox 3 Beta 4, wireless support includes WPA (which it has had built-in since the 7.10 release), improved dual screen support for laptops, hell &#8211; I didn&#8217;t even have to install 915resolution to setup my Intel display to 1440&#215;900! I still had to install Amorok and vlc manually, but that&#8217;s cake compared to recompiling a kernel.</p>
<ol>
<li>So far so good, performance is a bit sluggish (especially with the extra visual enhancements enabled), but I&#8217;m thoroughly tickled pink by the feature set and compatibility! THANK YOU UBUNTU COMMUNITY!!</li>
</ol>
<p>Link:</p>
<p><a href="http://www.ubuntu.com/testing/hardy/beta" rel="nofollow"  target="_blank">Ubuntu Test Releases</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2008/03/21/ubuntu-804-installed-in-awesome/feed/</wfw:commentRss>
		<slash:comments>0</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 [...]]]></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>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. [...]]]></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>22</slash:comments>
		</item>
		<item>
		<title>Just when you think you know a thing or two&#8230;</title>
		<link>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/</link>
		<comments>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 03:13:22 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Neatorific]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Commenters]]></category>
		<category><![CDATA[Database Management]]></category>
		<category><![CDATA[David Kellogg]]></category>
		<category><![CDATA[Dean Edwards]]></category>
		<category><![CDATA[Ecmascript]]></category>
		<category><![CDATA[Firefox Extension]]></category>
		<category><![CDATA[Footprints]]></category>
		<category><![CDATA[Jaw Drop]]></category>
		<category><![CDATA[Local Development]]></category>
		<category><![CDATA[Local File System]]></category>
		<category><![CDATA[Mr Edwards]]></category>
		<category><![CDATA[Php Module]]></category>
		<category><![CDATA[Plain Old Webserver Pow]]></category>
		<category><![CDATA[Portableapp]]></category>
		<category><![CDATA[Pow Pow]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Sqllite]]></category>
		<category><![CDATA[Versatile Package]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Xulrunner]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/</guid>
		<description><![CDATA[Ever see something, some piece of cool, some bit of technology that makes your jaw drop? I had that happen twice this week. First have a look at David Kellogg&#8217;s website and his Plain Old Webserver (pow). Plain Old Webserver (POW) POW is either a really cool Firefox extension that turns Firefox into a web [...]]]></description>
			<content:encoded><![CDATA[<p>Ever see something, some piece of cool, some bit of technology that makes your jaw drop? I had that happen twice this week. First have a look at <a href="http://davidkellogg.com" rel="nofollow" >David Kellogg&#8217;s website</a> and his <a href="http://davidkellogg.com/wiki/Main_Page" rel="nofollow"  target="_blank">Plain Old Webserver (pow)</a>.</p>
<p><strong>Plain Old Webserver (POW)</strong></p>
<p>POW is either a really cool Firefox extension that turns Firefox into a web server or a lightweight xulRunner web server.  Either way it serves up web pages using server side javascripting. Sweat! I still have to play with this a bit to get a feel for it because I&#8217;ve never used javascript on a server before, but considering this is portable to any system that xulRunner or Firefox will run on, it makes it a very versatile package right out of the box. While the fact that it doesn&#8217;t have a php module means I can&#8217;t do local development of my website on it (yet), POW does offer sqllite as a database. You can also download some extras for it like a Firefox database management or directory file listing.</p>
<p>You can also use the xulRunner &#8220;portably&#8221;. I quoted that because, while the POWUSB package includes both Windows and MAC xulrunner versions (no Linux yet either!), it isn&#8217;t exactly portable in the way that say, FirefoxPoratable is. In other words, if you run the included xulRunner on Windows, it will still leave files on your local file system. To make this truly portable, you&#8217;d need to refrain from leaving footprints on the system you&#8217;re using, therefore this really doesn&#8217;t qualify as a portableapp quite yet&#8230;</p>
<hr />I thought I knew a thing &#8216;er two about javascript (I taught myself javascript, and after HTML it was the first interpreted language I learned, and so far I&#8217;ve had no formal training in with ECMA specific code), then I saw <a href="http://dean.edwards.name" rel="nofollow"  target="_blank">Dean Edwards website</a>. This guy (and his commenters) must live on planet ECMAscript for crying out loud (if you don&#8217;t believe me take a stroll through Mr. Edwards&#8217; website and take a look at his projects and comments on his work, just freakin&#8217; fantastic &#8211; from a programming point of view). Anyway, what I really geeked out about was his <a href="http://dean.edwards.name/weblog/2007/05/miniweb/" rel="nofollow"  target="_blank">MiniWeb</a> application.<strong> MiniWeb</strong></p>
<p>What can I say, other than &#8211; freakin&#8217; sweat! Contained in just 14 files is a (partial) javascript based blog, file management (will kind of, read on), and a *nix-like terminal (again, kind of). The reason for all those caveats is this; pretty much the fact that is is a work in progress AND, the fact that nearly the entirety of the system is contained in the one file: miniweb.html. Any new blog posts, files (which can be text or I think some form of executable &#8211; through some javascript magic), etc. are all stored in the miniweb.html file.</p>
<p>As I mentioned, it&#8217;s a work in progress, so nothing is complete, the terminal, the blog, pretty much everything but file viewing and management is incomplete. At this point I&#8217;m still just toying with it, so it pretty much takes on the Arthur C. Clark idiom of being so far beyond my understanding that it appears to be magic. To wield some of this magic Dean appears to use a home grown javascript compressor. Just&#8230; wow&#8230;</p>
<p>To check out MiniWeb click <a href="http://base2.googlecode.com/svn/trunk/src/apps/MiniWeb/MiniWeb.html#/" rel="nofollow"  target="_blank">here</a>. To download it and play with it on your own, click <a href="http://base2.googlecode.com/svn/trunk/src/apps/MiniWeb/" rel="nofollow"  target="_blank">here</a>. When you open up the file or depending on what you click on in what ever browser you&#8217;re using, you&#8217;ll probably have to get passed some of your browser&#8217;s security to fully use the software. In IE I think you need to allow the software to function on the bar that appears at the top of the browser window, in Firefox, depending on what you&#8217;re trying to do you may have to allow the script to complete some actions (don&#8217;t forget that &#8220;remember this decision&#8221; checkbox). Too much fun to pass up&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/07/13/just-when-you-think-you-know-a-thing-or-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running Multiple Instances/Versions of Mozilla Firefox</title>
		<link>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/</link>
		<comments>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 16:23:13 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Browser Side]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Case 2]]></category>
		<category><![CDATA[Case Case]]></category>
		<category><![CDATA[Click This Icon]]></category>
		<category><![CDATA[Current Version]]></category>
		<category><![CDATA[Double Click]]></category>
		<category><![CDATA[Liking]]></category>
		<category><![CDATA[Mozilla Browser]]></category>
		<category><![CDATA[New Browser]]></category>
		<category><![CDATA[New Profile]]></category>
		<category><![CDATA[Overwrite]]></category>
		<category><![CDATA[Profile Name]]></category>
		<category><![CDATA[Select Properties]]></category>
		<category><![CDATA[Shortcut Tab]]></category>
		<category><![CDATA[Target Field]]></category>
		<category><![CDATA[Target Text]]></category>
		<category><![CDATA[Test Test]]></category>
		<category><![CDATA[Type Path]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/</guid>
		<description><![CDATA[I wanted to check out the latest nightly build of Mozilla&#8217;s Firefox browser (currently version 3 alpha), but I didn&#8217;t want to uninstall my current version or overwrite, or screw up my profile and all those extensions I have installed. So how do you run two builds of Firefox at once? Pretty easily actually (while [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to check out the latest nightly build of Mozilla&#8217;s Firefox browser (currently version 3 alpha), but I didn&#8217;t want to uninstall my current version or overwrite, or screw up my profile and all those extensions I have installed. So how do you run two builds of Firefox at once? Pretty easily actually (while the following instructions are for Windows, similar actions can be used with Linux or Mac)!</p>
<p><strong>First create a new profile</strong></p>
<p>This is actually really simple, you just need to do one of two things:</p>
<p>Select Case</p>
<p>Case 1</p>
<blockquote><p>From a command prompt or Start menu &gt; Run  type:</p></blockquote>
<blockquote><p>&#8220;[path_to_firefox]\firefox.exe&#8221; -CreateProfile [profile_name]</p></blockquote>
<blockquote><p>For most of us running Windows this will look like:</p></blockquote>
<blockquote><p>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -CreateProfile test</p></blockquote>
<blockquote><p>(&#8220;test&#8221; would be the profile name in this case)</p></blockquote>
<p>Case 2<a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop01.png"rel="lightbox" title="properties_01" ><img style="float: right; margin-left: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop01.thumbnail.png" border="0" alt="properties_01" /></a></p>
<blockquote><p>You can create a copy your Mozilla Firefox shortcut on your desktop, right click and select properties, then add the <em>-CreateProfile   [profile_name]</em> in the &#8220;Target&#8221; field on the &#8220;Shortcut&#8221; tab of the properties dialog. Then click OK and double click the shortcut.</p></blockquote>
<p>End Select</p>
<p>In either case, Firefox will create the new profile and not open any windows.</p>
<p>Now that you have a new profile you need to be able to open your new browser with the new profile (I&#8217;m assuming that you&#8217;ve downloaded a new browser and have extracted or installed it to your liking).</p>
<p><strong>Create a new shortcut to you&#8217;re new browser</strong><a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop02.png"rel="lightbox" title="properties_02" ><img style="float: right; margin-left: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop02.thumbnail.png" border="0" alt="properties_02" /></a></p>
<p>You can either copy your shortcut (if you&#8217;ve installed it) or create a new shortcut to the new version of firefox.exe, then (just like in Case 2 above) right click on the shortcut and in the &#8220;Target&#8221; text box, add <em>-P test</em> (or whatever you&#8217;ve used as your new profile&#8217;s name) to the end of the quoted firefox.exe path. The click OK.</p>
<p>Now, if you simply double click this icon  you&#8217;ll open a new instance of your new browser build and you can start to play.</p>
<p><strong>Just in case you want to use both your old browser and your new browser side-by-side</strong></p>
<p><a href="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop03.png"rel="lightbox" title="properties_03" ><img style="float: left; margin-right: 3px" src="http://www.luckydisasters.com/wp-content/uploads/2007/06/prop03.thumbnail.png" border="0" alt="properties_03" /></a>So, you say you&#8217;re curious if that website looks the same in your old browser as it does in your new browser, and you need them both open to tell? Well that&#8217;s no problem either. Open up the shortcut properties to your new browser just like you did above and after the &#8220;-P test&#8221; add in &#8220;-no-remote&#8221;. Now you can open multiple profiles, which should allow you to open your old browser and new browser side-by-side.</p>
<p>Have fun!</p>
<p>Reference Links from <a href="http://mozillazine.org/" rel="nofollow"  target="_blank">mozillaZine</a> knowledge base:<a href="http://kb.mozillazine.org/Profile_Manager" target="_blank"><br />
Profile Manager</a><br />
<a href="http://kb.mozillazine.org/Command_line_arguments" rel="nofollow"  target="_blank"> Command line arguments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/06/25/running-multiple-instancesversions-of-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enough Linux Resources from IBM to Beat the Band</title>
		<link>http://www.luckydisasters.com/2007/06/24/enough-linux-resources-from-ibm-to-beat-the-band/</link>
		<comments>http://www.luckydisasters.com/2007/06/24/enough-linux-resources-from-ibm-to-beat-the-band/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 15:38:05 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[Checkout]]></category>
		<category><![CDATA[Gnu Linux]]></category>
		<category><![CDATA[Ibm Developerworks]]></category>
		<category><![CDATA[Ibm Linux]]></category>
		<category><![CDATA[Internet Access]]></category>
		<category><![CDATA[Linux Ibm]]></category>
		<category><![CDATA[Linux Products]]></category>
		<category><![CDATA[Linux Resources]]></category>
		<category><![CDATA[Linux Scripts]]></category>
		<category><![CDATA[Linux System]]></category>
		<category><![CDATA[Lpi Certification]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Shift Costs]]></category>
		<category><![CDATA[Software Costs]]></category>
		<category><![CDATA[Tco]]></category>
		<category><![CDATA[Technical Library]]></category>
		<category><![CDATA[Walk Throughs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wireless Isp]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/06/24/enough-linux-resources-from-ibm-to-beat-the-band/</guid>
		<description><![CDATA[I love GNU/Linux. You can do everything on a GNU/Linux system that you can on a Microsoft Windows or a Apple Mac, but for the most part, any software costs are negligible &#8211; okay, to be honest, TCO of a GNU/Linux system will be shift costs from software to internet access and administration. But hey, [...]]]></description>
			<content:encoded><![CDATA[<p>I love GNU/Linux. You can do everything on a GNU/Linux system that you can on a Microsoft Windows or a Apple Mac, but for the most part, any software costs are negligible &#8211; okay, to be honest, TCO of a GNU/Linux system will be shift costs from software to internet access and administration. But hey, that&#8217;s no problem if you know what you&#8217;re doing. Oh, wait, that could be a problem &#8211; except for that little internet thing.</p>
<p>Plenty of GNU/Linux resources from people all over the world on the internet. And that&#8217;s where this post comes in! IBM is dedicated to GNU/Linux, and not just by pouring millions into development and patenting! They have this huge database of how-tos, articles, download links and so forth available from their <a href="http://www.ibm.com/developerworks/linux" rel="nofollow" >Linux developerWorks website</a>. Like this nice little walk-through on how to use <a href="http://www-128.ibm.com/developerworks/linux/library/wi-wiisp.html" rel="nofollow" >linux scripts to build your own wireless ISP</a>. Now, you&#8217;d expect IBM to promote IBM Linux products (do they have those?), well, they don&#8217;t. This site&#8217;s instructions, recommendations and walk-throughs are all based around software that can be downloaded freely from other sources on the internet (checkout their <a href="http://www.ibm.com/developerworks/views/linux/downloads.jsp" rel="nofollow" >downloads page</a> if you don&#8217;t believe me!).</p>
<p>Links:<br />
<a href="http://www.ibm.com/developerworks/linux" rel="nofollow" >IBM developerWorks &#8211;  Linux</a><br />
<a href="http://www.ibm.com/developerworks/linux/newto/" rel="nofollow" >IBM developerWorks &#8211; New to Linux</a><br />
<a href="http://www.ibm.com/developerworks/views/linux/library.jsp" rel="nofollow" >IBM developerWorks &#8211; Technical Library</a> (be sure to checkout their LPI certification prep series!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/06/24/enough-linux-resources-from-ibm-to-beat-the-band/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Unrelated Things I Can&#8217;t Seem To Remember</title>
		<link>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/</link>
		<comments>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/#comments</comments>
		<pubDate>Thu, 10 May 2007 15:32:08 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Alcoholic Beverages]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Annoying Error Messages]]></category>
		<category><![CDATA[Brain Cells]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Command Options]]></category>
		<category><![CDATA[Command String]]></category>
		<category><![CDATA[Computer Command]]></category>
		<category><![CDATA[Excuse]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Nifty]]></category>
		<category><![CDATA[Nux]]></category>
		<category><![CDATA[Program C]]></category>
		<category><![CDATA[Program Exe]]></category>
		<category><![CDATA[Standalone Program]]></category>
		<category><![CDATA[Those Annoying Error Messages]]></category>
		<category><![CDATA[Unrelated Things]]></category>

		<guid isPermaLink="false">http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/</guid>
		<description><![CDATA[Ok, I&#8217;ll admit it. Alcoholic beverages have killed a fair number of my brain cells. As a result I&#8217;m continually forgetting things (that&#8217;s my story and I&#8217;m sticking to it!). Any way, here are two completely unrelated things I&#8217;ve forgotten and have had to look up today. So I don&#8217;t forget them again, and so [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I&#8217;ll admit it. Alcoholic beverages have killed a fair number of my brain cells. As a result I&#8217;m continually forgetting things (that&#8217;s my story and I&#8217;m sticking to it!). Any way, here are two completely unrelated things I&#8217;ve forgotten and have had to look up today. So I don&#8217;t forget them again, and so you, dear reader, don&#8217;t have to go looking too far for them, I&#8217;m putting them here:</p>
<p><strong>How To: Redirect Errors From Standard Out to Nowhere (*nux)</strong></p>
<p>Here&#8217;s how to get rid of those annoying error messages you really don&#8217;t care about when running a script (everybody&#8217;s got their own excuse for not wanting to see this type of thing, even though it can be handy now and again):</p>
<p align="left"><code>user@computer:~$ [command] [options] 2&amp;gt;&amp;amp;1</code></p>
<p>Stick “<strong>2&gt;&amp;1</strong>” at the end of your command string, that about covers it!!</p>
<p><strong>How To: Launch Firefox With a Specific Chrome Interface (Windows)</strong></p>
<p>Ever install a nifty little Mozilla Firefox extension and want to run it as a standalone program? Here’s how:</p>
<p align="left"><code>C:\Program Files\Mozilla Firefox&amp;gt;firefox.exe -chrome [chrome path]</code></p>
<p>Add the “-chrome” option to the firefox command, then add the chrome path after that. Here’s an example of how to launch the bookmarks manager as a standalone program:</p>
<p align="left"><code>C:\Program Files\Mozilla Firefox&amp;gt;firefox.exe &lt;strong&gt;-chrome chrome://browser/content/bookmarks/bookmarksManager.xul&lt;/strong&gt;</code></p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luckydisasters.com/2007/05/10/two-unrelated-things-i-cant-seem-to-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
