Rebuilding PHP extensions to work with Mac OS X Mavericks server and PHP 5.4

Because Mavericks server uses PHP 5.4, any extensions you may have compiled for previous versions of Mac OS X (such as memcache, apc, mcrypt) need to be recompiled and reinstalled.

This post assumes you used MacPorts to compile and install the PHP extensions in question. Here’s how to accomplish the task:

Continue reading

Separating a list of values with commas using CSS

On the web, we’re often presented with a list of values that we need to display in a comma-separated manner.

For example, perhaps I would rather display a list of city names like Amsterdam London Paris Berlin as:

Amsterdam, London, Paris, and Berlin.

While we could tackle this with a variety of approaches including PHP or Javascript, we can also easily handle it with CSS.
Continue reading

Adding AC3 Dolby Digital 5.1 multichannel audio to an MP4 without re-encoding

I recently “obtained” some video files which had 5.1 surround sound encoded as AAC, but AppleTV does not play multichannel audio in AAC format.

While AppleTV can play back stereo or Dolby Pro Logic II in AAC format, it requires multichannel audio be encoded as AC3. None of these “acquired” MP4s have AC3 5.1 6-channel audio!

I could encode the file again, but that takes to much time. Is there a way I can just add or import AC3 multichannel audio to my existing video files?

The short answer is yes.

Continue reading

Fix duplicate programs in Finder’s “Open With” list

Right Click, Open With... has lots of duplicates!

Right Click, Open With… has lots of duplicates!

Every once in awhile, Mac OS X seems to lose it’s way with regard to the apps it shows when you right click on a file, and choose “Open With.” For some reason, this is particularly pronounced in Mountain Lion (Apple’s buggiest OS to date).

Here’s how to fix the problem:

Continue reading