April 2011
1 post
Pilotmoon Blog: Scroll Reverser — get in practice... →
pilotmoon: You might have learned that a certain upcoming version of Mac OS X may have scrolling that is “bass-ackwards”. That is, when you push up on your trackpad or mouse scroller, the page content moves up too, just like on iOS devices. I made a very minimal little app that lets you reverse…
Apr 14th
371 notes
August 2010
3 posts
iPhone ad-hoc builds →
If you’re concerned whether the ipa file is properly created, go ahead and repeat the Share Application step but save the file to the desktop instead of opening it in Mail. Then unzip the ipa file and look into the Payload folder that is extracted. Inside, you’ll find an application bundle, and inside there, you’ll discover the embedded provision file. Load the file in TextEdit...
Aug 23rd
2 notes
Don’t Be Ugly By Accident! « OkTrends →
A must read on some funny facts about photos and attractiveness.
Aug 10th
Getting your iPad on 3G.
Get the XT Prepaid Mobile Broadband 500MB - you don’t have to pay monthly - Confirmed By Telecom ^JL. If you use your iPad now and again outside of your wifi zone. You could get 500MB of data from Vodafone or 2º but it’s going to cost you $20/month. You must also pay every month. On XT Prepaid Mobile Broadband 500MB, you pay for what you use and have 6 months to top up. You need to...
Aug 2nd
3 notes
July 2010
2 posts
Mac OS X: ssh key generation and deployment →
Creating RSA keys for OSX / Linux
Jul 22nd
sponno's iPhone-Photoshop-JSX-Icon-Exporter at... →
Photoshop - iPhone App Icon Export for iPhone 4/3 Touch and iPad. Creates all 6 icons sizes that are required for these devices from homescreen, retina display, spotlight search 1. To use this script, double click the script file, photoshop will launch and ask you for a 512x512 icon file of any image format (jpeg, psd, gif, png etc.) 2. Select the file and photos shop will create 6 icon files...
Jul 17th
May 2010
3 posts
Video JS | HTML5 Video Player →
HTML5 video player, fallback support for IE, Opera, works with iPhone and supports, h.264, ogg and webm
May 23rd
39 notes
Duplicate line in xCode with Ctrl+D, finally. →
More details on all the commands to make your own. http://www.erasetotheleft.com/post/mac-os-x-key-bindings/
May 22nd
OSX SVN remove pesky svn files from a folder
In Terminal navigate to the correct folder first. To see what this command is going to remove run find . -name .svn Then when you want to remove these files. Note the traling slash semi colon. find . -name .svn -exec rm -rf {} \;
May 11th
April 2010
1 post
Developer-To-Developer iPhone App Distribution... →
A pretty simple way to send an app for another developer to re-sign and install on their machine. Watch 2min Vimeo video to see how easy this is.
Apr 1st
March 2010
1 post
SSH Public/Private keys. →
Quickest way to generate and share SSH keys. 1. Generate key (if you haven’t done this before). ssh-keygen -t rsa -C “tekkub@gmail.com” 2. Upload key. cat ~/.ssh/id_dsa.pub | ssh user@host ‘cat - » ~/.ssh/authorized_keys’ You may have to login to the server and mkdir .ssh If you get permission denied, delete this servers .ssh folder and recreate it...
Mar 25th
December 2009
2 posts
Dec 2nd
Dec 1st
57 notes
November 2009
1 post
Nov 16th
1 note
October 2009
2 posts
Oct 20th
Oct 15th
September 2009
3 posts
The PUMA Index →
How all stock marketing charts should be created. !=
Sep 21st
Sep 21st
2 notes
Configuring OSx for hosting with Snow Leopard.
So I wanted to setup a Snow Leopard web hosting super duper cool machine. There are few things, if you want a fresh install, put in Snow Leopard DVD, hit Utilities on the welcome screen and it will reboot. — Server Install 1. Erase drive. Install Snow Leopard. 2. After some time, install xcode, this will give you all the tools to build think you will need to build. —...
Sep 20th
1 note
August 2009
2 posts
To much time.
Aug 26th
Aug 13th
July 2009
1 post
ListenMy new super crap iPhone ringtone. Download the...
Jul 29th
June 2009
1 post
Bluespark's Top 11 New Zealand Twitters
@nzben General gadget news and TV show boy, has taken to blogging a lot lately. @mitch_olson Co-founder of Smallworlds.com always has some great links for anyone running a business. @barnaclebarnes General rants and oracle of worldly knowledge. @PolarBearFarm Loves kicking the s**t out of Apple products and tools because they dont work they way he wants them. A great read and things would work...
Jun 23rd
1 note
May 2009
2 posts
How to rename project in Xcode 3.x →
So you built a project in XCode and decided to change the name. Well its a small pain to do this.  6 simple steps - how to rename the project and target executables.
May 17th
1 note
iPhone Anti-Pirates
NSBundle *bundle = [NSBundle mainBundle]; NSDictionary *info = [bundle infoDictionary]; if ([info objectForKey: @”SignerIdentity”] != nil) { /* Looks like this is app is pirated */ }
May 10th
April 2009
4 posts
Save screen captures into a Stack in Leopard -...
sneak: I use the built-in OSX screen capture tools a lot when I’m working. By default, when using the Command+Shift+3/4 options, these captures are saved to the desktop — which gets messy fast when you use them often. A number of months ago I found a great tip on changing the default save location of these screen captures, and so now I have them saving to a folder in my Documents and have put...
Apr 26th
8 notes
Apr 19th
Apr 9th
Apr 4th
March 2009
3 posts
OFFICIAL WEB09 INTRODUCTION
Mar 29th
1 note
Mar 16th
Mar 9th
January 2009
2 posts
Jan 27th
Jan 6th
December 2008
4 posts
Dec 15th
Dec 12th
Configure Ruby to run on Apache on Windows
This is really easy to run ruby. Follow this page. http://www.editrocket.com/articles/ruby_apache_windows.html The only extra information I had to do was add is my directory permissions on the virutal host.   … <Directory “c:/webserver/yoursite/”>    Options FollowSymLinks ExecCGI … Now you ruby file should work, dont forget that it must have #!/ruby/bin/ruby...
Dec 7th
Dec 1st
November 2008
3 posts
Get PHP running on OSX very quickly.
First enable PHP, from the terminal. mate /etc/apache2/httpd.conf  Edit this line, remove the # at the front so it looks like this. PHP5 done. LoadModule php5_module        libexec/apache2/libphp5.so
Nov 28th
Nov 24th
Nov 20th
October 2008
3 posts
Oct 14th
Oct 14th
Oct 3rd
September 2008
3 posts
Sep 23rd
Sep 22nd
WatchWatch
Snowboarding on Cardrona.  
Sep 6th
July 2008
6 posts
Jul 17th
Jul 15th
Jul 11th