June 9, 2009

The Doctrine manual is really, really confusing in places. If you want to do something as simple as updating a record, the examples suggest that you use Doctrine_Query::create(). This doesn’t make a lot of sense, because we only want to manipulate the model, we shouldn’t have to even look at a query. (more…)

Tags: Arcana, PHP

June 1, 2009

Like a good programmer, I try to be good about unit testing. And also as a good programmer, I throw errors in my PHP where appropriate. I just learned today after a bit of digging through the codebase, that SimpleTest can be told to expect an Exception (or error) to be thrown in the test. (more…)

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.

« Previous PageNext Page »