I mainly post this so I don’t forget, but someone else might find it useful. I always forget how to configuration the virtual host on my local Apache so that WordPress will run right. (I don’t like to use MAMP – don’t ask why). Note that ‘jbasdf’ is my username. Use your username in place…
Category: configuration
WordPress on Mac OSX 10.6
I do a little WordPress work on my site using my Mac. After upgrading to Snow Leopard I started getting errors like this: Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those…
Sending email with Ruby on Rails 2.3.2 and gmail
If you need an easy way to setup email for your company or for a client it’s hard to not love Google Apps. (The ‘standard’ ie free version is here). It is very likely that at some point you will need to send out emails from your application. Don’t cry. Gmail can do this for…