Archive for June, 2010
Developing with the UpLink Network
Friday, June 25th, 2010Drop this routine in a convenient location in your Xcode project to add uplink.to/ URL shortening to your application.
-(NSString*)shortenURL:(NSString*)url
{
CFStringRef legalStr = CFSTR("!@#$%^&()<>?{},;'[]");
NSString *escUrl = (NSString*)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault,
(CFStringRef)url, NULL, legalStr, kCFStringEncodingUTF8);
NSString *apiEndpoint = [NSString stringWithFormat:@"http://uplink.to/uplinkto.php?longurl=%@",escUrl];
NSError* error;
NSString* shortURL = [NSString stringWithContentsOfURL:[NSURL URLWithString:apiEndpoint]
encoding:NSASCIIStringEncoding error:&error];
if (shortURL)
return shortURL;
else
return [error localizedDescription];
}
Nice presentation!
Friday, June 25th, 2010UpLinkTo toolbar for your Snow Leopard desktop
Wednesday, June 23rd, 2010
It’s pretty primitive right now but it does give you desktop drag and drop URL shortening independently of your browser. Just drag the favicon at the left of the browser URL bar onto the window. It will be added to your clipboard also.
Enjoy.
New PR!
Wednesday, June 9th, 2010VideoUpLink 1.3 for Mac OS 10.5 adds iPhone WiFi uploading support
VideoUpLink 1.3 for Mac OS now accepts uploads over WiFi from VideoUpLink for iPhone. Anytime VideoUpLink is running on your Mac, the computer name will show as a destination on VideoUpLink for iPhone. Tapping the computer name on the iPhone screen initiates the upload. A new preference has been added to make VideoUpLink a desktop startup item, so videos can be uploaded at anytime without having to manually launch the applicationVideoUpLink for iPhone now available on the App Store!
Monday, June 7th, 2010Integration
Monday, June 7th, 2010
#videouplink for #iPhone will be the perfect companion to #imovie #hd for #iphone
VideoUpLink for 1.3.4 Mac OS 10.5 posted
Sunday, June 6th, 2010
Adds URL shortening to the help page.
Download
Awesome new testing service from Ray Barber
Friday, June 4th, 2010
MacDeveloper.net sign up to get free copies of my software!
Friday, June 4th, 2010
Here is the press release announcing the submission of VideoUpLink to the App Store!

