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



19 March 2011, 1:34 AM

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

✔ You connect to Outlook® Web Access 2003 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 2003 for Android is developed by Tiny Red Cloud- www.tinyredcloud.com



19 March 2011, 1:34 AM

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

✔ You connect to Outlook® Web Access 2007 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 2007 for Android is developed by Tiny Red Cloud- www.tinyredcloud.com



15 March 2011, 12:07 AM
We have some good Android news which should be coming up this week. After many weeks of working on application we should have a product ready for release on Android Market. The application has been developed in connection with Tiny Red Cloud and is sure to be a hit.

More to follow soon :)



8 March 2011, 11:22 PM
Mail Access - iPad Guides Online
Due to an error all our Mail Access iPad applications where missing the user guides. We have now corrected this issue and links are now working. If you have other issues with this then you should open a support ticket via the applications product page.b



4 March 2011, 12:16 AM
Mail Access Universal



27 February 2011, 1:48 AM

Simple code to allow you to pipe an email to PHP using Forwarder setup with cPanel. You can use by setting up a new Forwarder and using Advanced options.

To pipe you will need to enter this in the box requires changing the root to your PHP file.

/usr/bin/php -q /home/user1/scripts/pipemail.php

pipemail.php must have permission 0775

Contents of pipemail.php are as followed 

#!/usr/bin/php -q

// read from stdin

$fd = fopen("php://stdin", "r");

$email = "";

while (!feof($fd)) {

    $email .= fread($fd, 1024);

}

$lines = explode("\n", $email);

$myFile = "contentsOfMail.txt";

$fh = fopen($myFile, 'w') or die("can't open file");

fwrite($fh, $email);

fclose($fh);

?>




25 February 2011, 12:20 AM

Now free iPhone & iPad, We have now introduced Simple VAT for Mac. Simple VAT is an FREE application which allows you to calculate VAT on the move, at home or at work.

More at www.simplevat.com




24 February 2011, 11:06 PM

We have a new look homepage. We have updated our homepage with an easy way for you keep in contact with our new products, twitter feed and blog posts.




3 January 2011, 2:11 PM

As a promotional offer into the first week on 2011 we are offering Control Panel & Control Panel Root & Reseller FREE until the 4 January 2011. 

Grab your free copy now's!




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