Geeky (and non-geeky) ramblings.

More Firefox 2 tweaks

Apparently it’s now officially called Firefox 2 and not two-point-o (2.0), so I’ve dropped the .0 from the title. :P

I usually use the shortcut keys ALT+I, ALT+B rather frequently at a forum I visit to get highlighted text in the post box to be italicised or bolded, but in Firefox 2, this shortcut keys no longer work by default. You now have to add the SHIFT key into the mix, so it goes ALT+SHIFT+I instead. If you don’t want to use the SHIFT key, you can edit two values in about:config (like for the close tab button previously):

Change:
ui.key.chromeAccess to 5
ui.key.contentAccess to 4

Taken from MozillaZine forum.

As for other about:config tweaks, head over to this page and for other Firefox tweaks, check this guide out. ;)

Save to del.icio.us:More Firefox 2 tweaks Digg this:More Firefox 2 tweaks Submit to Newsvine:More Firefox 2 tweaks Blink this:More Firefox 2 tweaks Submit to reddit:More Firefox 2 tweaks Y!:More Firefox 2 tweaks gifttagging:More Firefox 2 tweaks

Bloglines to Google Reader

I’ve finally decided to switch to Google Reader permanently. I probably have been procrastinating in doing this for a long time since I’ve been using it for quite some time and am rather fond of it. :( Unfortunately, the incessant downtimes and also irregularities in feeds being updated recently was probably the final straw.

Google Reader seems to have fixed the scrolling bug with feeds only having 1 item and also the last item not marked as read which I previously encountered the last time.

Guess it’s pretty hard to compete with Google when the point is on reliability..

Save to del.icio.us:Bloglines to Google Reader Digg this:Bloglines to Google Reader Submit to Newsvine:Bloglines to Google Reader Blink this:Bloglines to Google Reader Submit to reddit:Bloglines to Google Reader Y!:Bloglines to Google Reader gifttagging:Bloglines to Google Reader

Box.net signup page oddities

CK was telling me that Box.net no longer have free signups, but that wasn’t the case when I tried. And so we both took screenshots..

Accessed from Melbourne, Australia:
Box.net from Melbourne

Accessed from KL, Malaysia:
Box.net from KL

Apparently the signup page differs if you have an IP from Malaysia! I told him to try using ATunnel to verify that, and true enough, he was able to sign up. I guess bandwidth abuse by Malaysians is pretty rife..

Save to del.icio.us:Box.net signup page oddities Digg this:Box.net signup page oddities Submit to Newsvine:Box.net signup page oddities Blink this:Box.net signup page oddities Submit to reddit:Box.net signup page oddities Y!:Box.net signup page oddities gifttagging:Box.net signup page oddities

Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get

This upgrade was released a day or 2 ago, and I thought I’ll give it a shot at upgrading using apt-get’s distupgrade. The steps I used:

  1. sudo sed -e ’s/\sdapper/ edgy/g’ -i /etc/apt/sources.list
  2. sudo apt-get update
  3. sudo apt-get dist-upgrade
  4. sudo apt-get -f install
  5. sudo dpkg –configure -a
  6. Reboot.

Steps taken from Debian Admin.

The first step replaces all occurrences of ‘dapper’ with ‘edgy’ in the sources.list which has the list of repositories apt-get will use (e.g. I have mine pointed to my ISP’s FTP mirror instead), the next step updates the sources.list which is then followed by the upgrade. 5th and 6th step is to check that the process completes properly and the last step is pretty self explanatory.

Only issue I had with the upgrade was VMware Server stopped working, which I’ll probably have to reconfigure/reinstall it as I think some configuration stuff probably got overwritten.

Ubuntu’s documentation wiki has probably more comprehensive explanations on the upgrade steps as well as alternative upgrade choices.

Save to del.icio.us:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Digg this:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Submit to Newsvine:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Blink this:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Submit to reddit:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get Y!:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get gifttagging:Upgrading Ubuntu 6.06 (Dapper Drake) to 6.10 (Edgy Eft) using apt-get

WordPress 2.0.5 released

Was released earlier today, and have just upgraded all spherebox hosted blogs. :) You can get the changed files zip only here.

Save to del.icio.us:WordPress 2.0.5 released Digg this:WordPress 2.0.5 released Submit to Newsvine:WordPress 2.0.5 released Blink this:WordPress 2.0.5 released Submit to reddit:WordPress 2.0.5 released Y!:WordPress 2.0.5 released gifttagging:WordPress 2.0.5 released

Firefox 2.0 close button tweak

Mozilla FirefoxOne of the more obvious user interface changes in this version of Firefox is the position of the close button for tabs. Practically all other web browsers with tabs have tab closing buttons on each tab as opposed to Firefox’s choice of having it at the extreme right of the tab row up until now. With version 2.0, the default close tab button position is now on each individual tab.

This is probably a good decision in a way, but after such a long time of using Firefox, I’ve been too accustomed to the close button being there and would rather not have that change (I use the scroll button to close tabs nowadays, but selectively closing multiple tabs with the ‘x’ at the end is pretty useful). Fortunately there’s a setting which can be easily changed to accommodate the behaviour you want.

Here are the steps to have the close button back at same position as pre-1.5 days:

  1. Type ‘about:config’ in the address bar.
  2. In the filter textbox that appears below, enter ‘browser.tabs.closeButtons’.
  3. Double click on the browser.tabs.closeButtons preference, and a message box should appear.
  4. Change the value to ‘3′ and click OK.

And you’re back with the close button at the same position as before the latest upgrade! You can easily revert to the default Firefox 2.0 behaviour by changing the value back to 1.

Default:

Firefox 2.0 default close tab behaviour

After change of value:

Firefox 2.0 modified close tab behaviour

Here are some other values you could use for that preference:

  • 0 - Display a close button on the active tab only
  • 1 - Display close buttons on all tabs (Default)
  • 2 - Don’t display any close buttons
  • 3 - Display a single close button at the end of the tab strip (Firefox 1.x behavior)

browser.tabs.closeButtons values and explanations taken from MozillaZine Knowledge Base.

Save to del.icio.us:Firefox 2.0 close button tweak Digg this:Firefox 2.0 close button tweak Submit to Newsvine:Firefox 2.0 close button tweak Blink this:Firefox 2.0 close button tweak Submit to reddit:Firefox 2.0 close button tweak Y!:Firefox 2.0 close button tweak gifttagging:Firefox 2.0 close button tweak

Firefox 2.0 released!

Mozilla FirefoxUpdate: Now officially out with a restyled website as well!

Although not out officially via the main Mozilla Firefox site, it’s currently publicly available on the servers for you to download and get it installed!

If you’re interested in knowing the list of new features that comes with this version, check out this page.

Download here.

The latest version should be made available via the automatic software update function relatively soon.

Save to del.icio.us:Firefox 2.0 released! Digg this:Firefox 2.0 released! Submit to Newsvine:Firefox 2.0 released! Blink this:Firefox 2.0 released! Submit to reddit:Firefox 2.0 released! Y!:Firefox 2.0 released! gifttagging:Firefox 2.0 released!

Windows Live Messenger works again

Since googling didn’t work the last time I tried to find a fix, I went through M$’s Windows Live Messenger’s newsgroup earlier today and actually found a fix to the problem I had! Here’s the fix which worked for me (Credit to Jonathan Yaniv for the steps below):

  1. Go to Start, run, then type “regedit”
  2. Navigate to HKEY_CURRENT_USER\Software\microsoft\MSNMessenger\Policies
  3. Delete the key “contacts.msn.com”
  4. Then, try launching Windows Live Messenger again.

Apparently the full uninstallation I did the last time did not remove any of the messenger registry keys (I forgot to check on that either).

I guess you could say this is probably one of the very few M$ software which I would gladly choose to use over other alternative software. :P Do try out the excellent Messenger Plus! Live extension if you’re already using WLM (adds heaps of features like tabbed chats, etc). Just remember to refuse the installation of the sponsor program unless you want adware/spyware installed on your machine. ;)

Save to del.icio.us:Windows Live Messenger works again Digg this:Windows Live Messenger works again Submit to Newsvine:Windows Live Messenger works again Blink this:Windows Live Messenger works again Submit to reddit:Windows Live Messenger works again Y!:Windows Live Messenger works again gifttagging:Windows Live Messenger works again

Still alive, sort of..

My apologies if you’ve come here in hope of reading something decent, haven’t got much time as I’ve been working flat out on my final year software engineering project for the past 2 weeks or so which resulted in lack of sleep, proper food and getting sick. :(

The client handover presentation was 2 days ago which would’ve supposedly spelt the end of the project cycle, but alas, some rather critical bugs surfaced on the day itself. I’ve spent most of yesterday fixing those up (and more bugs that magically cropped up) and would probably spend some time tonight reverting changes to a ‘bugfix’ which was never a ‘bug’ in the first place and preparing the patch for delivery to the client tomorrow.

Once this is over, I will just have 1 last exam before I’m done with my undergraduate degree. If all goes well, I’ll be done with uni by the end of the year. Ah..

Save to del.icio.us:Still alive, sort of.. Digg this:Still alive, sort of.. Submit to Newsvine:Still alive, sort of.. Blink this:Still alive, sort of.. Submit to reddit:Still alive, sort of.. Y!:Still alive, sort of.. gifttagging:Still alive, sort of..

Windows Live Messenger stopped working

Downloaded and installed the latest security and critical updates for my Windows Server 2003, restarted, and WLM decided to not sign on. The odd thing was that it was actually connected to the .NET Messenger service, but it just won’t load up my contact list nor sign me on (the messenger icon was still swirling around for more than 20mins until I decided to shut it off). No error codes whatsoever and neither did it timeout by itself.

However, WLM seems to run fine after I installed all the updates on my Windows XP laptop which makes it even harder to pinpoint the fault. Tried GAIM but it crashed the moment I added an MSN account and tried to sign on. So I’m back to MSN 7.5.

To top it of, I’ve got a very sore throat and it’s..

Melbourne's end-of-spring-2006 temperature

.. a scorching 36 degrees now! :(

If there’s anyone with similar WLM symptoms and have solved it, do let me know..

Edit: It’s now working again, check here for the steps to fix it.

Save to del.icio.us:Windows Live Messenger stopped working Digg this:Windows Live Messenger stopped working Submit to Newsvine:Windows Live Messenger stopped working Blink this:Windows Live Messenger stopped working Submit to reddit:Windows Live Messenger stopped working Y!:Windows Live Messenger stopped working gifttagging:Windows Live Messenger stopped working

Next Page »