Get answers from your MP on their expenses, using your iPhone!

Don’t think that MPs have suffered enough over MP expenses? Then the latest iPhone application from Satosoft, MP Expenses, will make you very happy and make your local MP start to cry all over again. It gives you easy access to the information that UK MP’s have tried to cover up for years.

MP Expenses iPhone App now available in iTunes App Store!!

At long last!
After almost a month in review with Apple, the latest iPhone App from Satosoft, MP Expenses is now available in the App Store!!
This App gives the user the ability to email an MP, ring their Parliament Office or Constituency Office, direct from the Application.
Click here to see the full product information.
Or click here [...]

Removing spaces from database text columns

I’ve noticed that the iPhone will not call a phone number that you have coded into your App, if it has spaces in.
This can be a problem if you have hundreds of rows in a Sqlite Database, which contain phone numbers that have spaces within the phone number.
Rather then manually updating them, which can take [...]

Satosoft says ‘No’ to Bright House Labs

Yesterday, satosoft.com CEO, Graham French, received an email from Chris Noel of BrightHouseLabs, asking if satosoft were interested in either selling them the iAboutClock application or some source code.

How to convert an NSString to Char

Another quick tip!
If you need to convert from an NSString format to a Char format, it’s a really easy one line of code as follows;
const char *fooBar = [barFoo UTF8String];
Here, fooBar is your new Char and barFoo is your previously allocated NSString.
Simple!
Cheers
Graham

Page 1 of 612345...Last »