Archive for July 31st, 2008

How to override Firefox search language settings

Thursday, July 31st, 2008

I live in Japan, but I really love to have my (Google) search results to be in English. However, every other program out there thinks it knows what I need better than me. 

That exactly the case with Firefox 3 on Mac. It annoyed the hell out of me to get my location detected every single time I do search and search Japanese segment of the web for my English-worded queries. Making changes to my preferred search language in my Google accounts yielded ZERO results. 

But before you go insane, there's an easy solution!

1. Open file: /Applications/Firefox.app/Contents/MacOS/searchplugins/google.xml in your favorite text editor

2. add <Param name="hl" value="en"/> to the parameters section (if you want english as default language) as well as replace {moz:locale} entries to the required language setting.

See the screenshot.

3. Restart Firefox and enjoy!

Permalinks back online

Thursday, July 31st, 2008

Sorry about downtime. WP 2.6 seemed to change the way permalinks are processed on Apache side, so I had to re-compile my ancient Apache install in order to add mod-rewrite. Everything should work fine now :)