PEAR with XAMPP on Windows

Alas, I find myself having to do some work on a Windows machine. I also find myself needing some additional PEAR libraries that don’t come pre-installed as part of XAMPP. I found the below commands in a comment at http://www.tohir.co.za/2006/07/pear-on-xampp-windows.html, and have taken the liberty to “re-translate” them. These instructions will setup MDB2 and the MySQL MDB2 driver on your Windows XAMPP system.Open up a command prompt, and cd to your XAMPP PHP directory. Assuming XAMPP is on your C drive:

cd \xampp\php
go-pear
pear install MDB2
pear install pear/MDB2#mysql

Dynamic vhosts with XAMPP on OS X (with special DNS sauce)

I recently “refreshed” my Mac – I’d accumulated a fair amount of cruft in my attempts to install alternate versions of libraries, and decided that a fresh install of things would clear things up. I kept my wife’s user profile intact, since she hadn’t done anything funny in her user directories, but I decided to blow mine away and just put in the things I needed.

Being a web developer (if only part-time at the moment), I found myself having to remember how I went ahead and set up my testing environment so I could do rapid virtual host set-up, and I decided to write it down for posterity’s sake. This is just my own desired set-up – your own preferences may vary, but perhaps you’ll find this useful!

Continue reading →

Protected:

This content is password protected. To view it please enter your password below:

Final Cut Express Hates 12-Bit Audio

I’ve been doing a significant amount of video work lately. This led to my recent purchase of Final Cut Express (It is so wonderful having a brother-in-law who’s an Apple Store employee), and with it many changes to my typical workflow. I’m used to using Sony’s Vegas Studio product for any editing that iMovie couldn’t handle, and while FCE shares many concepts, it also looks at them from a pretty different perspective.

My most recent project involves editing a slew footage of which I was not involved in shooting. One out of five cameras that were recording during the event (a musical) was shot using 12-bit audio. This is my first experience trying to use footage with 12-bit audio in FCE, and frankly, I’m not impressed.

Continue reading →