July 2010
2 posts
Mac OS X: ssh key generation and deployment →
Creating RSA keys for OSX / Linux
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...
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
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/
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 {} \;
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.
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...
December 2009
2 posts
November 2009
1 post
October 2009
2 posts
September 2009
3 posts
The PUMA Index →
How all stock marketing charts should be created. !=
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.
—...
August 2009
2 posts
To much time.
July 2009
1 post
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...
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.
iPhone Anti-Pirates
NSBundle *bundle = [NSBundle mainBundle]; NSDictionary *info = [bundle infoDictionary]; if ([info objectForKey: @”SignerIdentity”] != nil) { /* Looks like this is app is pirated */ }
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...
March 2009
3 posts
OFFICIAL WEB09 INTRODUCTION
January 2009
2 posts
December 2008
4 posts
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...
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
October 2008
3 posts
September 2008
3 posts
Snowboarding on Cardrona.
July 2008
6 posts
April 2008
2 posts