
Symfony doesn’t play well with the default OS X server setup, so you will need an alternative setup. This tutorial assumes you are using MAMP but XAMPP is also an option.
This tutorial will get a server up and running that works with Symfony and allow you to access your projects from http://ProjectName.localhost/
Read more…
Computers, Guides, Programming
apache, code, mac osx, mysql, osx, php, server, symfony
UPDATE!
May 10th, 2009 – This tutorial is not complete. Following these instructions will only get command line version of PDO_MYSQL working. I have written a new guide that avoids the built-in versions of PHP and Apache.
Read the updated tutorial »
I recently started working my way into the world of the PHP framework Symfony. While following the superb Jobeet tutorial, I encountered an error involving PDO_MYSQL and Mac OS X. I spent an hour trying to trace down the problem and another hour finding a solution. And as always, when something takes me too long to solve, I write a guide for it!
Read more…
Computers, Guides, Programming
code, Guides, mysql, osx, php, Programming, server
A while back I throw together this AppleScript to trigger Quicksilver to not only go to iTunes, but to automatically focus on the current track. (Note: When iTunes is already the front window, the command to do this is ⌘L.
Features
- Brings iTunes to the front if it isn’t already the front window
- Highlights the track that is currently playing (if one is playing)
- If iTunes is already the front window, this script will hide the window (similar to using ⌘H
Read more…
Computers, Featured, Guides, Programming
applescript, code, osx, quicksilver, script
I recently had to setup MySQL on Mac OS X Leopard (I was using 10.5.6). I can never find a guide that gets Apache, MySQL and PHP working using the binaries that come packaged with Leopard. I also don’t like using pre-packaged installers like XAMPP and MAMP. This guide is intended for advanced users as very little explanation is given for each step.
Please add a comment if you have any suggestions for improvement.
Read more…
Computers, Featured, Guides
apache, code, leopard, mysql, osx, php, server