Aug 25 2008

firefox 3.x on debian amd64

Tag: debian, javascriptSven Dowideit @ 1:50 pm

I’ve been running a firefox 3.0 pre-release build for ages now, and finally thought I’d upgrade - (it turns out) mozilla do not provide 64 bit binaries. The i686 build that you can download from getfirefox.org does not work on my debian amd64 system - but not everything is lost.

As I’m a developer, I’m reasonably happy to play with nightly builds - and so - http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ has what I need - today its firefox-3.1a2pre.en-US.linux-x86_64.tar.bz2.

Unziped into my non-debian firefox dir, and runs seemingly fine, except that the firefox addins won’t run, as they are scared of firefox versions that they have not been tested on :)

That too can be solved - edit the application.ini file, and replace the Version=3.1a2pre with Version=3.0.1 or whatever the release is that your addons are willing to work on.

so far, only VMWare’s addon won’t run - perhaps I need to set the Version lower, as it worked on Minefield 3.0pre.

http://packages.debian.org/search?keywords=iceweasel&searchon=names&suite=testing&section=all tells me that 3.0.1 is in amd64 debian testing since July 2008

VMWare’s addon to give console access won’t run in the 3.0.1 debian version either - talk about disappointing. The 3.1 nightly build seems to feel faster too, so I suspect I’ll be running that most of the time, and will look to migrate away from VMWare over time.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Mar 09 2007

Adding Web 2.0 interface JavaScript to TWiki

Tag: javascript, wikiSven Dowideit @ 3:40 am

While updating the YahooUserInterfaceContrib in TWiki to the just releases 2.2 version, I started to work with the BETA DataTable module.

Firstly, I’ve had to fix TWiki to put the headers and footers into the correct thead and tfoot HTML sections, and then there are the ‘tiny buglets’ :)

  1. sometimes the yui component initialises with only part of the html table
  2. yui hides all rows in the thead and tfoot section (so you loose the spreadsheet calculations we do in TWiki)
  3. you have to hand define the table header elements at the moment, rather than having an option to ‘autodetect’ their names, and possible sorty-ness

But it _is_ a nice begining. I’ll be doing further work on it in TWiki (especially in the BugsContrib, and its derived task manager), and i’m planning on replacing the Catalyst DBIx paging with the dataTable Paging in mySpending.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]