Sorting algorithms – An Instant Look-up

Sorting algorithms is one of the first stepping stones into computer programming. The site www.sorting-algorithms.com/ provides visual representations of different approaches for data sorting in comparison with each other.

64-bit Windows support in Boot Camp

Mac Pro users can boot into their 64-bit Windows Vista (GO confirms XP support still limited to 32-bit on Bootcamp).

‘OpenMac’ Promises $399 Headless Mac… But Not From Apple

Arnold Kim reports on Macrumors.com that:

A company called Psystar has started advertising a $399 computer called “OpenMac” which claims to be a Leopard compatible Mac built from standard PC-parts. For $399, you get a tower computer with the following specs:

PHP Design Patterns PHP Job Interview Questions

As a PHP contractor, consultant, and freelancer, Larry Truett from San Diego, CA going by the alias Fluffycat had a fair number of interviews – and sometimes he’s been asked technical questions. Here are a few to help you prepare for your next PHP job interview.

Publish iCal calendars with local WebDAV server

To publish your iCal Calendar with the bundled OS X Apache web server, edit Apache’s configuration file in /etc/httpd. You must be root, so I expect you know vi and the workings of this file in general.
% sudo vi /etc/httpd/htttpd.conf
In the Shared Library section, where modules are loaded, add these two lines in the [...]