Re: OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-03 Thread Andre Garzia
I second Aaron Hillegass book. I used it before moving to Rev, I also have
Beggining iPhone development from Apress, never seen a bad book by them and
I have like a dozen books from them, all programming related.

:D

On Wed, Mar 3, 2010 at 12:08 AM, Jim Kanter  wrote:

> Aaron Hillegass' book is good:
> <
> http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619/ref=sr_1_1?ie=UTF8&s=books&qid=1267585663&sr=8-1
> >
>
> More info at his Big Nerd Ranch website:
> http://www.bignerdranch.com
>
> Jim
>
> On Tue, Mar 2, 2010 at 8:05 PM, Neal Campbell  wrote:
> > Strongly recommend Beginning Mac Programming in Cocoa
> > http://www.pragprog.com/titles/tibmac/beginning-mac-programming. The
> > Pragmatic Programmer publishing house hasn't done a bad book (so far)!
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-02 Thread Scott McDonald

Ian,

The look of the spell check dialogue in the RunRevPlanet SpellCheck Stack is
completely "skinnable" so it may be simpler (and much quicker) to make it
look the way you need for your Mac application without learning Cocoa.

In terms of performance, RRP SpellCheck is fast, with over 25,000 words per
second a typical speed for a check.

If the RunRevPlanet SpellCheck Stack doesn't currently meet your needs, any
specific feedback is most welcome, as I work hard to make stacks from
RunRevPlanet do what Revolution users need.

Scott.
www.runrevplanet.com
-- 
View this message in context: 
http://n4.nabble.com/OT-Good-books-on-Cocoa-dev-spellcheck-woes-tp1575279p1576027.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-02 Thread Jim Kanter
Aaron Hillegass' book is good:


More info at his Big Nerd Ranch website:
http://www.bignerdranch.com

Jim

On Tue, Mar 2, 2010 at 8:05 PM, Neal Campbell  wrote:
> Strongly recommend Beginning Mac Programming in Cocoa
> http://www.pragprog.com/titles/tibmac/beginning-mac-programming. The
> Pragmatic Programmer publishing house hasn't done a bad book (so far)!
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-02 Thread Neal Campbell
Strongly recommend Beginning Mac Programming in Cocoa
http://www.pragprog.com/titles/tibmac/beginning-mac-programming. The
Pragmatic Programmer publishing house hasn't done a bad book (so far)!

Best regards
Neal Campbell
Abroham Neal Software
www.abrohamnealsoftware.com
(540) 645 5394 NEW PHONE NUMBER

Amateur Radio: K3NC
Blog: http://www.abrohamnealsoftware.com/blog/
DXBase bug reports: email to ca...@dxbase.fogbugz.com
Abroham Neal forums: http:/www.abrohamnealsoftware.com/community/





On Tue, Mar 2, 2010 at 7:42 PM, Sarah Reichelt wrote:

> On Wed, Mar 3, 2010 at 2:45 AM, Ian Wood 
> wrote:
> > I've got an app coming up which is Mac-only and will involve a lot of
> text
> > entry where spell checking is critical (photographer's metadata entry) -
> no
> > matter which way I look at it the various spellchecking
> workarounds/stacks
> > for Rev just won't cut it as there's no way to make them look native
> enough
> > and keep good performance. although I'd love to be proved wrong on
> that...
>
>
> I found a good sequence of books when teaching myself iPhone
> programming, so here it is:
>
> If you don't know any C, then start with Learn C on the Mac
> .
> Although some of the later stuff is not really relevant to
> Objective-C, you need to know the basics of the syntax.
>
> If you already know some C, then go to Learn Objective-C on the Mac
> .
>
> After that, I went to Beginning iPhone Development
> 
> but the Mac equivalent is Learn Cocoa on the Mac
> .
>
> HTH,
> Sarah
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-02 Thread Sarah Reichelt
On Wed, Mar 3, 2010 at 2:45 AM, Ian Wood  wrote:
> I've got an app coming up which is Mac-only and will involve a lot of text
> entry where spell checking is critical (photographer's metadata entry) - no
> matter which way I look at it the various spellchecking workarounds/stacks
> for Rev just won't cut it as there's no way to make them look native enough
> and keep good performance. although I'd love to be proved wrong on that...


I found a good sequence of books when teaching myself iPhone
programming, so here it is:

If you don't know any C, then start with Learn C on the Mac
.
Although some of the later stuff is not really relevant to
Objective-C, you need to know the basics of the syntax.

If you already know some C, then go to Learn Objective-C on the Mac
.

After that, I went to Beginning iPhone Development

but the Mac equivalent is Learn Cocoa on the Mac
.

HTH,
Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


OT: Good books on Cocoa dev? (spellcheck woes)

2010-03-02 Thread Ian Wood
I've got an app coming up which is Mac-only and will involve a lot of  
text entry where spell checking is critical (photographer's metadata  
entry) - no matter which way I look at it the various spellchecking  
workarounds/stacks for Rev just won't cut it as there's no way to make  
them look native enough and keep good performance. although I'd love  
to be proved wrong on that...


So, can anyone recommend a good starting point for Cocoa, for someone  
who's never been past 'Hello World' in XCode? ;-)


Ian
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution