lost password?

home
•  xaraya
•  rails
•  django
•  webdev
•  xamp +
•  musings

rss
Tag this page
   

ยป Blogs that link here

Postings

xaraya Mar 29, 2007

Using Subversion and Xaraya

Now that I decided to use Subversion, I've set it up for my Xaraya projects too.
rails Mar 28, 2007

Using Subversion and Rails

A summary of how I got up and running with svn revision control on my iMac and how I use it.
django Feb 10, 2007

Installing Django on my iMac

Using python, django, and mysql5.
rails Jan 31, 2007

Installing Rails on my iMac

Yet another log of one man's blind trek through unfamiliar territory: MacPorts, Apache 2, Ruby, Rails, MySQL5, and even PhP5. Includes a little demo to test the install.
Nov 30, 2006

(re)Installing mySQL on iMac

I don't know why but when I ran an OSX automated security update today and restarted my machine, mySQL would no longer start. Here's my notes on re-installing, in case I ever have to do this again (I hope not).
Sep 26, 2006

Contents of $_SERVER

A sample dump of the $_SERVER array available to PHP code.
Jul 13, 2006

Software I've Installed on my iMac

List of software that I've added to my new iMac to create a complete workstation environment. This is mostly to document it because sometimes I forget (duh), and in a worst-case scenerio if I ever need to start over (or something like that).
Jun 29, 2006

Compatibility between mySQL 4 and 5

I regularly move my projects between various servers, which often have different versions of software tools. I encountered a problem moving data from MySQL 5 to MySQL 4. Here's the fix.