Posted on 26 April 2009 by skyhan
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.
Filed under: Computers, Development | Tagged: algorithms, programming | Leave a Comment »
Posted on 16 April 2008 by skyhan
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.
Filed under: Computers, Development | Tagged: design, interview, job, patterns, php | Leave a Comment »
Posted on 12 March 2008 by skyhan
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 [...]
Filed under: Computers, Development, Mac, Technical, software | Leave a Comment »
Posted on 18 May 2007 by skyhan
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 [...]
Filed under: Development, J2EE, software | Leave a Comment »