March 24, 2009

For the last few months, I haven’t been able to use MSN Messenger with Adium. I’d log in, but it would just hang endlessly. Searching the bug reports was frustrating, and didn’t provide any insights. Today I found this obscure post which gives the solution. Apparently M$N changed the default connection settings without Adium making the change on their end to your account automatically. To resolve this, open the Preferences panel and Edit the account in question. Choose the Options tab (I didn’t even know this existed) and set Login Server to messenger.live.com, Port to 80 and turn on (check) the Connect via HTTP box. Once you turn back on your account, everything should be working fine.

January 26, 2009

We were just struggling here at work with an insane problem where IE 7 (and ONLY IE 7) was dropping sessions for PHP. Literally, we would try a trivial test case of creating a session and a new session id (generated with the session_id() function) would appear each time. Checking the session_save_path showed that new sessions were being created each time. In the end, we discovered that IE 7 will not save session cookies if there is an underscore in the domain name. (Our development sites frequently have an underscore in the subdomain name – it’s amazing that we hadn’t found this out earlier.) We’ve replaced the underscore with a hyphen, and everything appears to work correctly.

July 3, 2008

I just happened across fbCal, which allows you to subscribe to your Facebook birthday list and events directly in your favorite calendar app (iCal in my case).  If you’re as calendar-obsessed as myself, you should check it out!

Next Page »