Just open up the terminal and type: defaults write com.apple.mail NSPreferredMailCharset “UTF-8″ It was that easy. Not everyone has to do that I guess, but if you, like me, have had a problem with Outlook users asking you why you’re writing to them in Chinese, this might help get them off your back
Just upgraded to WordPress 2.1. All in all, it was quite a smooth experience. Congrats to the WordPress team for an impressive update! Update: if you’re using the Feedburner plugin for managing different flavours of RSS, be sure to update that, and change your settings accordingly. I didn’t, but now I have…
After editing the hosts file (mate /etc/hosts), instead of restarting the computer or logging out, this line will restart lookupd: sudo kill -HUP `cat /var/run/lookupd.pid`
Recently I was going to take the promising Symfony PHP framework out for a quick test drive, but ran into trouble in the very beginning of the tutorial. I’m running MAMP for local PHP development, but the terminal is using the built-in PHP version for its command line scripting. And Symfony is all about generating [...]