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.

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 [...]

SOA and Web services

Industry experts say service-oriented architecture (SOA) will soon be the dominant enterprise IT architecture. Why? SOA has the power to transform IT from a bottleneck and cost center into a key source of business flexibility and competitive advantage. But when implemented incorrectly, SOA can disrupt the business. Instead of becoming more agile, your business could [...]