While setting up some dedicated servers at the office I needed a quick and easy way to backup each server to an offsite location. After looking around for a while and trying some of the existing S3 backup scripts I couldn’t find anything that satisfied my needs (Apache htdocs & MySQL databases).
So after playing around [...]
Simple Amazon S3 Backup script for Apache & MySQL
While setting up some dedicated servers at the office I needed a quick and easy way to backup each server to an offsite location. After looking around for a while and trying some of the existing S3 backup scripts I couldn't find anything that satisfied my needs (Apache htdocs & MySQL databases). So after playing around a bit I decided to write up my own quick and dirty bash script. It doesn't do incremental backups, rotation or any of that fancy stuff but it does everything I needed and I may expand on it later to remove any backups more than ...
PHP Developer Postion at Big Click Studios
Are you young, easy going and looking for a PHP Developer role on the NSW Central Coast? If so then Big Click Studios may be the place for you! We are looking for a PHP developer to work with us on some new and exciting projects that we have coming up and to be part of our innovative team. I hear you asking, "Why would I want to work for Big Click Studios?"...Well the answer is easy! At Big Click Studios we specialise in custom developed web applications and no two projects are the same, this means that you will be able to learn ...
Twitter API CakePHP Component with Search API
Why did I do it? While working on a client project I needed a way to heavily integrate with Twitter for an interactive competition. I could have built a quick and dirty script to do this but I knew that I would be dealing with more clients that wanted Twitter integration. What did I do? I built a CakePHP Component to access all the Twitter API features along with the Twitter Search API for Searching/Trending. There are already some Twitter API components for CakePHP but they all had their own little bits that I didn't like so I decided to whip one up and ...
Simple Amazon S3 Backup script for Apache & MySQL
June 21, 2009 | No Comments
CakePHP Session Troubleshooting
June 16, 2009 | 2 Comments
I use CakePHP on a day to day basis for project ranging from a single controller with a couple of views through to projects with large amounts of Controllers, Models, Views and Relationships.
This morning I was trying to build a simple Google Analytics component (which I will release as soon as it is done) and [...]
PHP Developer Postion at Big Click Studios
May 23, 2009 | No Comments
Are you young, easy going and looking for a PHP Developer role on the NSW Central Coast?
If so then Big Click Studios may be the place for you!
We are looking for a PHP developer to work with us on some new and exciting projects that we have coming up and to be part of our [...]
Twitter API CakePHP Component with Search API
April 30, 2009 | 1 Comments
Why did I do it?
While working on a client project I needed a way to heavily integrate with Twitter for an interactive competition. I could have built a quick and dirty script to do this but I knew that I would be dealing with more clients that wanted Twitter integration.
What did I do?
I built a [...]
RSS Reader (Part 4): Setting up the UITabBar and UITableView with delegates
April 5, 2009 | 21 Comments
In this installment we will be creating the “framework” for our application, first up we will be creating our UITabBarController and then we will add some ViewControllers to represent our different views.
1. Create a “Window-Based” application template
I had originally intended to create the application based on a “Navigation-Based” application template but now I have decided [...]
RSS Reader (Part 3): What we’ll be building and which iPhone SDK features will be covered?
March 29, 2009 | 4 Comments
Well I have been thinking about what features the RSS Reader tutorial should cover and I have also been getting some requests from readers (if anyone else has a request please feel free to send them through or tweet them to me).
I have come up with the following list of features and how we will [...]
Fellow Australian Photographer
March 24, 2009 | No Comments
Recently I have been following Cameron Laird, an Australian Photographer on Twitter. He is a commercial and editorial photographer from Townsville, Australia and he has some amazing photos in his portfolio (check them out over at http://www.cameronlaird.com/).
There is some great coverage of the QLD floods from recent years, one of my favourite shots is of [...]
I have been working on a clients project recently and really didn’t like the way the standard selects looked on the page and as we all know they are impossible to style consistently across all browsers. Being a jQuery fan I knew that there must have been an existing plugin to help…but alas there were [...]
RSS Reader (Part 2): Creating a new iPhone Xcode project and setting up your environment
March 14, 2009 | 8 Comments
This installment will walk you through creating a new Xcode project and getting everything ready to start the coding. The iPhone SDK comes ready to dive in but we need to confiure our SQLite and TouchXML libraries and get our workspace up to scratch!
1. Creating a new Xcode project
Start Xcode by clicking the icon in [...]
RSS Reader (Part 1): Getting started with iPhone Development
March 14, 2009 | 8 Comments
This tutorial series will walk you through the creation of a complete, ready to publish iPhone application. I have chosen to continue the Advanced RSS Reader application but I will be taking a step back and extending on some of the methods explained in those tutorials.
When this series is completed you will have learnt (hopefully!) [...]



