Best Practice for laying out images for printing in a WYSIWYG Mac app?

2012-05-31 Thread Johannes Fahrenkrug
Hi, I'm in the concept phase of a Mac application that should let the user easily select and layout images for printing. It's a document-based app and a document can have multiple pages with lots of pictures in different sizes and rotations on it. The UI would kind of be like the UI of Pages.app.

Pain-Free Core Data derived properties (pre-alpha)

2009-09-26 Thread Johannes Fahrenkrug
and this is very very alpha: I coded it in between sessions and late at night in my hotel room, so please don't be too harsh. Any feedback and help is appreciated. - Johannes -- http://blog.springenwerk.com Springenwerk Consulting Johannes Fahrenkrug Muehlenredder 21c 24582 Bordesholm Germany Tel: +49 (0

Re: NSURLConnection: Change HTTP Basic Auth Credentials

2008-11-21 Thread Johannes Fahrenkrug
, Johannes Fahrenkrug [EMAIL PROTECTED] wrote: Hi, I'm working on a piece of code that connects to a RESTful webservice and authenticates via HTTP basic. This works great, I get the - (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge

NSURLConnection: Change HTTP Basic Auth Credentials

2008-11-20 Thread Johannes Fahrenkrug
Hi, I'm working on a piece of code that connects to a RESTful webservice and authenticates via HTTP basic. This works great, I get the - (void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge message, provide my credentials and

Re: Lazy Loading of images

2008-08-11 Thread Johannes Fahrenkrug
Kyle, Thank you very much, that was what I needed to know!! - Johannes On Sun, Aug 10, 2008 at 8:09 PM, Kyle Sluder [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 9:52 AM, Johannes Fahrenkrug [EMAIL PROTECTED] wrote: I'd like to display placeholder images until the table cell gets

Lazy Loading of images

2008-08-08 Thread Johannes Fahrenkrug
Hi, I have a short best practice question: I have a table with lots of entries loaded from the net, images and their descriptions. I'd like to display placeholder images until the table cell gets displayed and then load the actual thumbnail, replacing the placeholder image with the real thumbnail

WWDC 2008 Sessions PDF Generator

2008-05-13 Thread Johannes Fahrenkrug
Hi, I'm a regular reader but not a too regular poster here. Well, I think it's time to give something back :) It's not much, but here we go: Attending WWDC is great, but I need to print the available sessions. Just looking at them online is not enough, I need to have a piece of paper to actually