Archive for category Mac OS X
Mobile HTML5 Offline app links
Posted by shawson in Android Development, HTML5, iPhone on September 14, 2011
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;
- http://www.html5rocks.com/en/mobile/mobifying.html
- http://www.html5rocks.com/en/mobile/touch.html
- http://diveintohtml5.org/
- http://www.modernizr.com/
- http://html5boilerplate.com/
- http://jquerymobile.com/
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/
PhoneGap – Deselecting All Items from the tab bar!
Posted by shawson in iPhone, Javascript on October 5, 2010
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('');
Mac Safari Web Developer Tools (inc javascript debugging!)
Posted by shawson in HTML5, Javascript, Mac OS X on June 13, 2010
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.
Karma, now available on iTunes!
My first published iPhone app, “Karma” is now available on the iTunes store http://itunes.com/apps/karma
Cocos2d documentation on Easing effects for animating sprites
Posted by shawson in iPhone, Objective C on January 15, 2010
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.
GDC – Austin 2009 Tickets Booked!
Posted by shawson in GDC - Austin '09, iPhone on July 9, 2009
Just 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)!
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!
IPhone Code Masters!
Posted by shawson in iPhone, Objective C on May 28, 2009
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
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.
OS X commands
An A-Z Index of the Apple OS X command line
via OS X commands.