• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie: Learning path for my GTD app...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie: Learning path for my GTD app...


  • Subject: Re: Newbie: Learning path for my GTD app...
  • From: Steve Steinitz <email@hidden>
  • Date: Thu, 5 Mar 2009 09:37:27 +1100

Hi Biagio

On 4/3/09, email@hidden wrote:

would just like
some guidance as to where to focus my attention after I get through
the above books.  Any thoughts would be much appreciated.

Core Data is a wonderful, powerful technology that, to a certain extent, makes persistence transparent. Its descends from an older, mature Apple/Next technology, called EOF, which is a shining example of the young Steve Jobs in full flight. But as Mike points out it can get a bit hairy. Even so, Core Data is simple at first so why not try to create a simple list of your GTD to-do 'items' (NSTableView bound to an NSArrayController which holds your Core Data 'Items' table). You might even give the to-do item 'context' and 'done' attributes and a date or two for good GTD measure. Someone who knew Core Data could set that up in 3 minutes flat. It might take you a day :) but you'd learn a lot. The default Core Data projects in Xcode will take you a long way.


Then, when all that's done you could make your GTD to-do list hierarchical by giving the to-do items a parent and swapping the NSTableView for an NSOutlineView and struggling with bindings a little. Once you've done all that you'll know whether or not you like Core Data. I think you'll be starry-eyed about it just like the rest of us :)

For your future Core Data education read everything that Ben Trumbull has posted on this list. The day you finally understand what he's talking about you will have arrived :)

Cheers,

Steve

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Newbie: Learning path for my GTD app...
      • From: mmalc Crawford <email@hidden>
    • Re: Newbie: Learning path for my GTD app...
      • From: Biagio <email@hidden>
  • Prev by Date: Re: Text scrolling with Finder-like label editing. Will a raw field editor (NSTextView) do this, or should I use an NSTextField or NSTextFieldCell? [SOLVED]
  • Next by Date: Re: Checking for NULL (was "Re: Can't get setDelegate to work...")
  • Previous by thread: Re: Newbie: Learning path for my GTD app...
  • Next by thread: Re: Newbie: Learning path for my GTD app...
  • Index(es):
    • Date
    • Thread