﻿<?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>Ladysign Dev Blog &#187; tweak</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/tweak/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing the allowed Firefox version of add-ons.</title>
		<link>http://www.ladysign-apps.com/blog/code/browsers/changing-the-allowed-firefox-version-of-add-ons/</link>
		<comments>http://www.ladysign-apps.com/blog/code/browsers/changing-the-allowed-firefox-version-of-add-ons/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 08:06:06 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[change version]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=30</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Last week there was this girl, complaining to me that during her Mozilla Firefox 3.1 beta<br />
update, she could not run her f[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p>Last week there was this girl, complaining to me that during her Mozilla Firefox 3.1 beta<br />
update, she could not run her favorite Firefox add-ons anymore.<br />
So I said: &#8220;Give it to me, I  will fix this!&#8221;</p>
<p>The thing is that it was all so damn easy.<br />
I ofcourse did not mention that to her cause she probably could have done this by herself.<br />
But yeah, with that way of thinking you won&#8217;t score girls.<br />
(I wonder if computer nerds can do so?)</p>
<p>Anyways, this is the way how you can change the allowed version for Firefox add-ons, so your new installed Firefox browser can handle the Firefox add-ons which are not allowed for your new version:</p>
<p>1. Download the Firefox extension (*.xpi) to your harddisk.<br />
(Most of the times, you can download the Firefox add-ons from the developer websites)<br />
2. *.xpi files are just archives and can be opened by for example WinRar (<a href="http://www.winrar.com">http://www.winrar.com</a>). Extract it to your harddrive.<br />
3. The structure should look like this:</p>
<pre class="brush: jscript;">
[chrome]
[components]
[defaults]
[platform]
- chrome.manifest
- install.rdf
- license.txt
</pre>
<p>Open the install.rdf (resource description framework) file with your fav. editor. (it&#8217;s XML)<br />
4. Change the maxVersion description line. For example when you are running under Firefox 3.1 Beta,<br />
the plugin with max version 3.0.* should be highered up:</p>
<pre class="brush: xml;">
        &lt;em:maxVersion&gt;3.0.*&lt;/em:maxVersion&gt;
</pre>
<p>To:</p>
<pre class="brush: xml;">
        &lt;em:maxVersion&gt;3.1.*&lt;/em:maxVersion&gt;
</pre>
<p>5. Now save this file to your harddisk. Note that it makes no sense to directly edit this file in the archive, since the file won&#8217;t be saved.<br />
6. Drag the edited install.rdf file in the xpi archive. This should overwrite the file and store it.<br />
7. Last but not least; drag the changed xpi add-on, into your Firefox browser (add-on window). This should install the add-on without limitations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/browsers/changing-the-allowed-firefox-version-of-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
