Development

19 Jan 2011

If you, like me, don't like to install Xcode into the /Developer folder (maybe because you have several versions of it on your computer at one time), you will run into a problem while trying to install Application Tools 1.1 to build apps for the Mac App Store.

Like a number of installers I've encountered, the Application Tools 1.1 installer fails if it cannot find Xcode in the /Developer folder. In my case, I already had a /Developer folder with a few system items in it but Xcode was in a separate folder off the root of my drive called /Xcode3.2.5iOS4.2.

(more...)

Installing Mac Application Tools 1.1 with non-standard Xcode installs

10 Jan 2011

I don't know if there's an official announcement or documentation on it but I realized yesterday, while making Tweaky, that Twitter for Mac supports the same protocol handlers as Twitter for iPhone. The only thing you have to change is the tweetie:// protocol to twitter://.

Check out the protocol reference here.

(more...)

Twitter for Mac supports Twitter for iPhone protocol handlers

Compose tweets and jump to user timelines by using Twitter for Mac protocol handlers.

9 Jan 2011

Tweaky: click to download

Update 12 June, 2011: Version 1.3 released. Fixes the missing @ sign bug on original and /via slashtag quote tweet styles. Download now.

(more...)

Tweaky: Super Secret Twitter for Mac preferences for everyone

Tweaky lets you tweak Twitter for Mac to enable some important usability enhancements.

21 Dec 2010

Geek Ninja Factory

I love to teach and I had a blast this year while teaching my 3-Day iOS SDK course for iPhone and iPad at venues around the world. And, based on the feedback, the students had a blast too.

(more...)

Introducing Geek Ninja Factory: become an iOS ninja!

Introducing Geek Ninja Factory – training courses in Brighton, UK in iOS design and development.

21 Dec 2010

Connecting to your web server by FTP is insecure as you send your username and password in plain text for the world to see. Instead, you should really be using SFTP. Setting up SFTP on most systems, however, is still not as intuitive as it should be.

If you're on a MediaTemple (dv) – Dedivated-Virtual – account, here are the settings for connecting via SFTP:

(more...)

Enabling SFTP on MediaTemple (dv) accounts (Plesk)

How to enable SFTP on MediaTemple (dv) – Dedicated-Virtual – accounts via Plesk.