Archive for category Mac OS X

Mobile HTML5 Offline app links

I’m looking at writing some apps I did on the iPhone a while ago (the first of which will be Karma) to be mobile html5 offline accessible apps, using html5 audio/ canvas etc- so I’ll use this post to collect some useful links for research;

Also decided to use this as an opportunity to mess with nodejs, using one of the “nosql” db platforms;

http://blog.mongodb.org/post/812003773/node-js-and-mongodb

http://nodejs.org/

1 Comment

PhoneGap – Deselecting All Items from the tab bar!

Doing a bit of iPhone development at the mo and needed to remove a highlight from a tab bar when i moved to another page- In your javascript on your page put;


window.uicontrols.selectTabBarItem('');

No Comments

Mac Safari Web Developer Tools (inc javascript debugging!)

make sure you don’t have safari running, then go to the terminal window and type;

defaults write com.apple.Safari IncludeDebugMenu 1

You will have a new menu when you launch safari entitled “develop” in safari 5, and “debug” i believe in earlier versions.

No Comments

Karma, now available on iTunes!

My first published iPhone app, “Karma” is now available on the iTunes store http://itunes.com/apps/karma

No Comments

Cocos2d documentation on Easing effects for animating sprites

just found this ; http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:actions_ease?s=ease after ages of searching! shows you how to do smooth scrolling movements which ease out.

No Comments

GDC – Austin 2009 Tickets Booked!

yank-copyJust booked my tickets for the Game Developer Conference, Austin Texas! Woo!  Signed up for the iPhone game development sessions– quite exciting.  My very first trip to the US, and it will be to, what I’ve always imagined to be, the most stereotypically American part of America I could possibly visit (controversial , I know)!

No Comments

Showing Hidden files on the Mac OS

at the console type;

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To swap back, execute the same code but with FALSE!

No Comments

IPhone Code Masters!

Paul Ledger and I have just setup a dedicated IPhone Development blog to post all things IPhone related as well as house the support forums for app’s we produce up at IphoneCodeMasters.com

No Comments

TomWhitson » iTunes connect tax

Found this article detailing how to setup the itunes connect tax form (W-8BEN) for a individual developer based in the UK.

TomWhitson » iTunes connect tax.

No Comments

OS X commands

An A-Z Index of the Apple OS X command line

via OS X commands.

No Comments