Gradients v2.1 is available

Posted by on Apr 26, 2013 in Apple, apps | No Comments
Gradients v2.1 is available

Please download my new iOS app release, Gradients v2.1.

XCode breakpoint tip

Posted by on Mar 9, 2013 in Apple, apps, code | No Comments
XCode breakpoint tip

Use breakpoints to replace NSLog statements while debugging your code.

Basic Apple Script

Posted by on Jan 9, 2013 in Apple, Mac | No Comments

Check out this tutorial to learn some AppleScript.

Opening a newer version Maya file in an older version of Maya

Posted by on Jan 9, 2013 in animation, Maya | No Comments

A common issue when using AW Maya is trying to open a file that was created in a newer version of Maya than your installed version. Maya files are not backwards compatible, in my experience. There are two ways that I know of to deal with this. One is to simply select “Ignore Version” in ...

Custom Popover Class for iPad development

Posted by on Jan 7, 2013 in Apple, apps | No Comments

From Scianski Blog Code: https://github.com/Scianski/KSCustomUIPopover Overview: http://www.scianski.com/customizing-uipopover-with-uipopoverbackgroundview/

Magic Prefs

Posted by on Dec 28, 2012 in Apple | No Comments

You’re not really using your Mac Magic Mouse until you get MagicPrefs. Here are my current preferences, to combat carpal tunnel (hand fatigue). Note the Taps section. Set up this way, right and left clicks can be accessed via tap, saving the strain of a click. The Magic Prefs app also includes settings for your ...

iOS Core data tutorial, save and fetch an array.

Posted by on Dec 20, 2012 in apps, code, programming | No Comments

1. Open up Xcode and create an empty iOS application (file->new->project, choose the Empty Application template under the iOS->Application section). Click next. Name your project CoreDataSaveArray (though this long name will haunt us later). Make sure to select “Use Core Data” and use ARC too.   2. From the project navigator select the CoreDataSaveArray.xcdatamodeld. This ...

Roger Ballen, Photographer

Posted by on Dec 17, 2012 in blog, photography | No Comments

American photographer living in South Africa. Creates gritty and disturbing images of, often, unique looking people in real and fictional settings. Wikipedia Interview Examples

Citation de Camus

Posted by on Dec 12, 2012 in apps, blog | No Comments

He who despairs at what goes on in the world is a coward, but he who looks for hope in the human condition is a fool.

Programmatic UIpopoverController

Posted by on Jun 30, 2012 in Apple, apps, code | One Comment

Here is an Xcode project that creates an iPad UIPopover with programmatically created glossy buttons (with core graphics). Attempts to match the generic Apple popover buttons.

Load More