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.
Posts Tagged ‘macosx’
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 …
Plex, Mac Mini, Harmony Remote and How They Roll Together
Hooking up you Mac Mini to you HDTV, installing Plex and getting yourself a Logitech Harmony Universal Remote gives you endless possibilities. From watching movies and TV shows, to automatically download movies and TV shows and much more! Learn about the tools you need to accomplish this, and most importantly, how to make it girlfriend-proof!
4 Major Things to Expect from Apple in 2011
Here is an overview of some of the new major products that Apple will launch this year. Four products I’m particularly interested in. Mac App Store On January 6, 2011 Apple released their new Mac App Store. Apple was already famous for their successful App Store on the iPhone, iPod Touch and iPad and now …
Debugging PHP with Eclipse and Xdebug
This article is part 3 of the serie Debug PHP with Xdebug and Eclipse on Mac OSX. In part 1 I covered how you can install Xdebug on Mac OSX. Part 2 covered how you can setup Eclipse for debugging PHP scripts. Using breakpoints One of the greatest features of debugging PHP with Eclipse and Xdebug …
Setting up Xdebug for Eclipse
This article is part 2 of the serie Debug PHP with Xdebug and Eclipse on Mac OSX. In part 1 we covered how you can install Xdebug on Mac OSX. Before we begin you will need a fully functional Eclipse PDT installation. If you don’t have it yet you can download the PDT all-in-one package. After …
Installing Xdebug on Mac OSX
Learn how to install Xdebug on Mac OS X using nothing but the native webserver of OS X. This article is part of the serie ‘Debug PHP with Xdebug and Eclipse on Mac OSX’. Other parts include setting up Xdebug on Eclipse and howto debug PHP with Xdebug.
Debug PHP with Xdebug and Eclipse on Mac OSX
Setting up debugging for PHP can be quite a pain in the ass. In this serie I will explain how you can setup Xdebug on Mac OSX and how to use it with Eclipse PDT. This serie will consist out of three parts: Part 1: Installing Xdebug on Mac OSX Part 2: Setting up Xdebug for …