27 August 2011, 1:37 PM

Eleven2 required branding of our Control Panel application with a change. They wanted to customise it to the max. This meant rebranding the whole application and there graphics have made it look very smart and classy. We have recently completed Version 2 for Eleven2 which included an retina upgrade and new features from our Control Panel app. 

You can now download Version 2.0 of Eleven2 on the App Store - Download Now

Take a look at Eleven2 and our other iPhone development work in our iPhone portfolio

 




27 August 2011, 1:24 PM

Duplika come to us and asked for branding of our Control Panel application which works with cPanel®. The application is branded to there spec and works for there clients. Duplika has had many updates to it's application and is currently inline with all the new Control Panel features.

You can now download Duplika on the App Store - Download Now

Take a look at Duplika and our other iPhone development work in our iPhone portfolio




18 May 2011, 9:15 PM

We came across the issue of NSURLConnection not being called until the Modal was stopped using [NSApp stop] and this is the way around it. We have to use RunLoop.

- (void) awakeFromNib {

NSURL *url=[[NSURL alloc] initWithString:@"/linkout.php?url=olliekett.com"];

NSMutableURLRequest *urlRequest=[NSMutableURLRequest requestWithURL:url];

 

NSURLConnection *c = [[NSURLConnection alloc] initWithRequest:urlRequest delegate:self startImmediately:YES];

responseData=[[NSMutableData data] retain];

 

CFRunLoopRun();

}



Then you will need to stop CFRunLoopRun();

- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error {

NSString *alert = [NSString stringWithFormat:@"Connection failed: %@", [error description]];

NSLog(alert);

 

CFRunLoopStop(CFRunLoopGetCurrent());

}

 

- (void)connectionDidFinishLoading:(NSURLConnection *)connection {

CFRunLoopStop(CFRunLoopGetCurrent()); 

 

NSString *responseString = [[NSString alloc] initWithData:responseData encoding:NSUTF8StringEncoding];

NSLog(responseString);

 

[connection release];

}




5 May 2011, 9:41 PM

I was trying to do a force backup of my iPhone on iTunes and when I right clicked on it the option for “Backup” was missing. 

Open terminal and enter

defaults write com.apple.iTunes DeviceBackupsDisabled -bool false




19 March 2011, 1:34 AM

Mail Access is designed to work connect to any implementation of Outlook® Web Access 2010 with this custom-built application. If both of the following are true, this is the application for you:

✔ You connect to Outlook® Web Access 2010 using a web browser to view and send e-mails

✔ IMAP, POP3, and SMTP are disabled

The functionality built in to the Android OS does not work if the communication protocols listed above are not enabled. This application provides that missing functionality and has the following features:

✔ Multi-Accounts

✔ In sync with Exchange - Always upto the same

✔ View HTML emails

✔ View all mail boxes

✔ Create new messages

✔ Reply to messages

✔ Forward Messages

Outlook® is a registered trademark of Microsoft Corporation. This application has been developed by a third-party developer and are not endorsed, tested, or associated with Microsoft Corporation.

Download App now from Android Market

Mail Access 2010 for Android is developed by Tiny Red Cloud- www.tinyredcloud.com



We have a large portfolio of work we have completed for clients. Our portfolio always carries our current new iPhone applications. Take a look

Follow us on Twitter, We aim to provide Live Information - @olliekett
 

© OKD Limited 2010 | Contact Us
OKD Limited is a private registered company in England and Wales.
 
Ollie Kett Designs - Tracking System