Objective C is a very flexible language, but one thing which I have always found missing is a native way to have private methods. I find private methods extremely useful when separating internal logic in a class into reusable methods which are irrelevant outside the scope of that class…
Tag Archives: tutorial
Creating an Alfred Extension 101
December 11, 2011
This simple tutorial will help you create your first Alfred “Script Extension” to make your Mac speak. For this tutorial, you will need a Mac with Alfred installed, a Powerpack license and your hands.
The extension will work by showing Alfred and using the keyword ‘say’ followed by some text…

December 22, 2011
3 Comments