Archive

Author Archive

XCode – Creating a git repository for an existing project

July 19th, 2011 1 comment

Today I spent ages trying to create a git repository for my existing XCode projects, after much googling and trial and error I finally worked it out.

My problem was that my Mac / XCode expects git to be in /usr/bin/git so I just had to create a symlink

1) sudo ln -s /usr/local/git/bin/git /usr/bin/git

2) CD to your project folder

3) Type git init

4) Type git add .

5) Type git commit -m “Initial Commit”

6) Re open XCode and it should now be working under the newly created git repository.

 

 

Categories: Uncategorized Tags: ,

My thoughts on the iPad so far.

June 1st, 2010 2 comments

Well it’s been a few days since I received my iPad, my initial thoughts when opening the box was wow it really is a giant iPhone, it is also heavier than I expected as well.

I’m struggling to find a day to day use for the iPad, it’s great for using whilst in front of the TV or in Bed in the morning to check emails / browse the internet but apart from that I have not used it much yet.

Maybe it’s just that there are not many good iPad applications out there at the moment, I have downloaded the WordPress iPad application but it seems rather limited, there is also no Facebook application, calculator or clock application.

How is everyone else getting on with the iPad in the UK?

Categories: Uncategorized Tags: , ,

UK iPad APN Settings for O2 Network

May 28th, 2010 20 comments

Yesterday I struggled for ages trying to get my iPad on the O2 3G Network, first of all you should install the micro sim into your iPad then sync with iTunes, this downloads new mobile carrier details to enable 3G. However in my case the APN Details were incomplete and it took me ages to work out what to do.

Under Settings – Cellular Data – APN you need to have the following entered:

APN: ibrowse.o2.co.uk

Username: browse

Password: password

I also found that you could only register your micro sim on the iPad, which is also very confusing at first I disabled WiFi and launched Safari, a pop up appeared and mentioned that I was not registered for 3G Network and would I like to register, when I clicked Now i got an error not found message.

To register i enabled WiFi Network then went to settings Cellular Data and clicked a register button in this screen, this took me through a wizard which let me choose my data plan and then pay via credit / debit card.

It’s a shame the iPad / O2 does not make this more simple It would be great if you was not registered and only on 3G that the Safari popup asking you to register actually worked and allowed you to register, as it seems a shame for WiFi to be a requirement for registering for 3G.

Calc VAT – Gets a new icon

February 8th, 2010 1 comment

With my list of things to improve with Calc VAT, I have just had a new shiny icon created for the iPhone VAT Calculator - Calc VAT.

The new icon hopefully looks more appealing compared to the old version and helps sell the story of what our application is all about.

iPhone VAT Calculator new icon
iPhone VAT Calculator new icon

Calc VAT – The iPhone VAT Calculator is still ranking no.1 on iTunes searches with the keyword “VAT” and no.4 with the term “UK Tax” here is how Calc VAT appears today in the iTunes search with it’s new icon.

VAT Calculator ranking

VAT Calculator ranking

Categories: iPhone App Talk Tags:

Time to take action

February 6th, 2010 2 comments

Calc VAT has now been available in the iPhone app store for almost five months, and was first released on the 1st August 2009. The application started off as a fairly simple one and took me by surprise when it quickly climbed the UK Top 100 Charts and reached the number two spot on the 30th August.

Since then a lot has changed with the application and two major versions were released, however over the past two weeks we have started to see that Calc VAT iTunes rank is slowly dropping and now it is time to take action.

VAT Calculator Rank

VAT Calculator Rank

The Vat Calculator application seems perfectly fine but with the help of some users on the iPhone SDK Forum I now have the following action items to take:

  • Update app icon to look better and match the application look / colors.
  • Rank Higher on Google for particular terms such as “VAT Calculator iPhone”
  • Edit the application iTunes Description – mention recent reviews.
  • Update this website with more up to date pictures of Calc VAT.
  • Create a new video of the application.

There is quite a few actions to do, and hopefully at the end we should start to see the Calc VAT rankings improve.

It would be great if apple in the future provided.

  • Analytical data – It would be great to see exactly how buyers find our applications.
  • A way to communicate with buyers.
Categories: Uncategorized Tags: , ,

OS 3.1.2 Provisioning profile has expired

January 18th, 2010 2 comments

Last night I ran into some issues whilst trying to code sign my new application and found that I had to upgrade to the latest version of XCode to be able to install the application on my iPhone.

However once I had upgraded XCode to the latest version version, the application would then install on the iPhone but it then gave me a new error which I have not seen before and this puzzled me because the provisioning profile had not expired and was installed correctly.

Provisioning Profile Error

After much googling i found that it is perhaps a bug with the new version of XCode basically if you have any other provisioning profiles installed which have expired it will stop your new applications from running until you either remove the expired profiles or update them.

As you can see from the picture below I had many profiles installed which have all expired so I deleted these and the new application works fine.

Expired Provisioning Profiles

Categories: Uncategorized Tags:

Calc My Margins update posted to iTunes

January 15th, 2010 1 comment

This morning we were checking reviews left on our iPhone application Calc My Margins and noticed that someone called “Company Sec” has left us a great review yet listed an error within the application.

After checking the application we found the error and created an update to fix this, with the current version 1.2 it is not possible to select .6% with the percent scroller.

The application update has been posted to apple for approval and should be available within  seven days once apple approve the update.

Due to how the app store works we have no means to contact a reviewer but would like to say thank you to “Company Sec” whoever you may be.

Categories: iPhone App Talk Tags:

Calc VAT Mentioned in IT Pro Online

October 14th, 2009 2 comments

This morning we discovered that IT Pro has mentioned Calc VAT in their news section Top 5 Android, Blackberry and iPhone apps.

This is great news for Calc VAT and we are looking forward to many other new online sources to link back to us and review us as a top business application for the iPhone.

Categories: iPhone App Talk Tags:

iPhone SDK Hello World Tutorial

October 4th, 2009 No comments

This morning I have uploaded my very first screen cast tutorial to YouTube which shows you how to create a basic iPhone Hello World application.

You will have to excuse my croaky voice and long pauses a couple of times during the video, during the tutorial I will be showing you how to:

  • Add IBOutlet to your view controller header class
  • Create an IBAction to receive a button click event
  • Output to the screen the result of what was typed in the UITextField
  • How to make sure the UITextField closes when the done button is clicked.

We even have some compilation errors during the build which I show how to correct.

Watch this Video in HD on YouTube

So there you have it my very first video, these will improve over time if you have any comments or suggestions of what you would like to see in the future just let me know.

IIS6 Preventing Content Leeching

October 3rd, 2009 No comments

Today I was looking through one of my websites raw log files and noticed that a couple of websites are using my site images directly on their website.

Content linking adds unnecessary traffic to your website and you never get the full credit from the visitor looking at the images, in particular the site where I have all these images is a site which earns me a small amount of money from AdSense adverts and sales of my Colouring Book application.

Luckily on the One Smart Host servers we utilise ISAPI Rewrite V3 so blocking this type of content linking is very easy.

I simply added the following to my websites .htaccess file

RewriteEngine on

RewriteCond %{HTTP:Host}#%{HTTP:Referer} ^([^#]+)#(?!http://\1).+
RewriteRule .*\.(?:gif|jpg|png) /blocked.png [NC]

This basically only allows images to be served up from my domain www.kidscd.co.uk and if a content link is detected from another domain they are directed to the blocked.png which I have uploaded.

Have a look at the site which is linking directly to my images if you scroll half way down you should see this:

Content Linking Blocked Image

This image will now be displayed to any sites which content link directly to my images on www.kidscd.co.uk