Subscribe to RSS

Infinite Ajax Scroll Demo

Alfredapp

Replacing Spotlight with Alfred app

Do you use Spotlight a lot on your Mac? Well, Alfred app might be an app for you. I started using it a week ago and love it ever since.

 
sickbeard

Auto start SickBeard at login on Mac OSX

SickBeard is an automated TV Show downloader, which I’m using together with my Plex installation. Out of the box Sickbeard does not start automatically when you boot OSX. I found a solution by using Automator. Open Automator and choose a new Workflow Add a ‘Run Shell Script’ action Add to following script in the textbox: “/usr/local/bin/python /path/to/sickbeard/sickbeard.py …

 
poll

Single SVN repository or many? (Poll)

A few weeks ago I had a very interesting conversation with a colleague. The question was wether or not we should store multiple (derived) projects into a single repository, or should we have a single project per repository. My personal favorite is the single project per repository, because I like the separation of projects, having …

 
PHP

Sorting multi-dimensional arrays in PHP

Last june I spotted a post about sorting multi-dimensional arrays in PHP. I immediately thought of a function I regularly use to deal with this and posted it in the comments. After I while I noticed that someone made a pastebin entry with the code, nicely naming me as the author. Back in February 2011 …

 
install-eclipse

Install Eclipse Indigo with PDT on Mac OSX

This thing I’m using for some years now for programming PHP, is Eclipse. Eclipse is a wonderful and powerful IDE—when installed and configured properly. I like to share my preferred Eclipse setup with you. First things, first. Why should you use Eclipse for you PHP development? There are some things why I like this so …