Firefox add-on: Split browser
A Firefox extension (add-on) which enables a Firefox window to have multiple tabs tiled to however you like which is useful if you have a widescreen LCD monitor. To read more, click here.
Geeky (and non-geeky) ramblings.
A Firefox extension (add-on) which enables a Firefox window to have multiple tabs tiled to however you like which is useful if you have a widescreen LCD monitor. To read more, click here.
Just posted a write up on YamiPod (Yet another iPod manager) which is an alternative iPod management software to iTunes here.
My sister got a Sony WALKMAN NW-E013F as a free gift recently and the installation of drivers continually terminated abruptly at about 70%. Initially she thought it was her fault but after some googling, it was Sony’s. >:| They somehow shipped CD-ROMs with defective drivers in them, which caused that installation troubles.
Taken from here:
Important information regarding the CD-ROM software supplied with the following WALKMAN: NW-E013/E015/E016/E013F/E015F/E016F
Some CD-ROM provided with the above mentioned models may not be used. Therefore, the Hardware Operation Guide (PDF) may not be opened and the Driver for Microsoft Windows 2000 users may not be installed.
If you’re having the same issues, just get the drivers from here and it should install fine. ;)
And here’s the link to SonicStage 4.3 which is the software used to transfer your music to the device (similar to how iTunes works with the iPod).
Sony Asia Pacific’s announcement regarding this issue can be found here.
I decided to use AJAX calls to get the browser to make keep-alive calls every 2 minutes (using setInterval) and somehow stumbled into an issue where it makes the call once, and then stops. After talking the Javascript and Flash god in the office, we found out that it was because the script goes out of scope and thus stops looping as it should.
A quick fix for this can be found here. It’s been working for me without any adverse effects since. ;)