On Fri, Apr 11, 2008 at 6:01 PM, Scott Anguish <[EMAIL PROTECTED]> wrote:
>
> On Apr 10, 2008, at 9:04 PM, Laimonas Simutis wrote:
>
> > Hey,
> >
> > This is my first cocoa projects so I am kind of finding my way around
> > the framework. The question I h
Hey,
This is my first cocoa projects so I am kind of finding my way around
the framework. The question I have is maybe more related to the design
practices with cocoa.
I make a HTTP call to a server which gives me back a list of urls
pointing to mp3 files. For each url handling I created FileDown
On Wed, Apr 9, 2008 at 2:57 PM, I. Savant <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 9, 2008 at 3:44 PM, Jeff LaMarche <[EMAIL PROTECTED]> wrote:
> > Actually, I agree... if this is a configuration parameter that he wants the
> > user to be able to set. Since he was talking about using preprocessor
Hey,
I started programming with Cocoa recently. Created an application
which makes REST calls and displays the response values in a simple
window. For each particular REST function I have a corresponding class
which defines functionality for constructing a proper URL needed to
call a function, ini