soledad penadés
repeat 4[fd 100 rt 90]

Archive for the ‘firefox’ Category

20060829 Use any firefox extension with Bon Echo (Firefox 2)

I installed Bon Echo some weeks ago, and first thing I noticed was that some extensions weren't working anymore. Like, for example, webdeveloper toolbar, view source chart, etc… I could find a version of webdeveloper toolbar which worked in Bon Echo but I wanted to know how to do it. And here is it:

Basically each extension developer decides under which versions the extension will be able to work, and they define a range. For example: 0.7 - 1.5.* means an extension will work if you use a firefox version between 0.7 and 1.5 (quite obvious, no?). This means that any extension with this value won't work in Bon Echo, as Bon Echo's version is 2.

To fix this, just save the extension you want to install in any place of your computer. You'll get an xpi file which is actually a zip file. Let's assume it is called extension.xpi. Rename it to extension.zip and uncompress it…  You'll get several files; the important one is install.rdf.

Open install.rdf with any text editor. You'll find an xml file with several configuration values, etc. Look for a pair of values called em:minVersion and em:maxVersion. Most of the extensions which do not work nowadays will have a em:maxVersion value like 1.5.*. Just change 1.5.* with 2, or 3, or whatever which is more than 1.5. Save the modified file.

Now we need to generate again an .xpi file for being able to install it in Firefox. So just compress back all the previous uncompressed files and rename the generated file.zip to file.xpi.

A way of installing this extension is just dragging file.xpi to firefox. The usual pop up warning you before installing an extension will appear; just follow the process as usual.

Some extensions which can be "fixed" like this and seem to work properly: Web Developer Toolbar and View Source chart. (I presume this trick may work in any platform)
Have fun!

20051122 So how many more …

… bugs like this one do you need to switch to Firefox, Safari, Opera or Camino?

Once again Internet Explorer proves to be extremely dangerous, allowing people to execute programs in your pc - without your previous approval, of course. And seems like the fixes microsoft makes are breaking sites which worked properly before.

C'mon. I know you can do it. Seriously.

Kill Bill's Browser!

20050610 big no-no's!!

  • don't tell someone which uses firefox to use internet explorer "because everybody else does it"
  • don't think of designing pixel wise, don't expect people to have your screen configuration so they don't see scrollbars when you don't see them
  • don't automatically resize the window of the site to fit the maximum width and height - your 1024 x 768px which seem absolutely great may be absolutely stupid if the user has 2048 or 1600 pixels wide screen
  • don't use javascript for input validation only. what if user's browser has not a javascript implementation working properly (or not working at all)?
  • don't use <i> and <b> - they are deprecated and you don't want to look like obsolete. use <em> and <strong> instead
  • don't use <br>, &nbsp; and <img src="spacer.gif"> to position elements - that's designing pixel wise and absolutely demode…
  • don't even pronounce the words "optimized for…"
  • don't open pop-up's to view a site
  • don't open javascript alerts without justification

20041217 M$: Losers!

% of IE browsers visiting this page

January 2004: 80.2%
February: 72.6%
March: 65.2%
April: 68.8%
May: 63.3%
June: 64%
July: 58.2%
August: 47.2%
September: 46.2%
October: 45.9%
November: 50.3%
December: 42.1%

So… get firefox

(The M$ Losers expression is taken from trace's typical IM message)