Friday, October 22, 2010

Useful Weblink to Learn Apple Programming

Mac OS X developer community
http://www.cocoadev.com/
Tutorial:
http://www.cocoadev.com/index.pl?RecentTutorials
• NSTableViewTutorial - Getting started with NSTableView
• ClassClusters - How to make your own class cluster 
• WorkerThread - A simple way to keep your user interface responsive while processing a lot of data 
• NSZone - How zoning works in Cocoa, what good it is, and how to support it 
• AnotherNSTableViewTutorial - Another NSTableView Tutorial
• SubFrameworksInXCode - Encapsulating and sharing code 
• NSToolbarTutorial
• RubyCocoaTutorial 
• XcodeGcovTutorial 

Others
• http://cocoakids.net/ Sweet bits of cocoa programming
• http://cocoasamurai.blogspot.com/ Various Cocoa Tutorials and tips
• http://clanmills.com/articles/cocoatutorials/ Cocoa Tutorials
• http://dbachrach.com/blog/2005/11/28/program-global-hotkeys-in-cocoa-easily/ A full tutorial on how to make Global Hotkeys for your Cocoa Applications.
• http://www.stepwise.com/Articles/HTMLEditorX/ (obsolete link) HTMLEditorX - A new beginning.
• http://www.stone.com/The_Cocoa_Files/ The Cocoa Files, by AndrewStone
• http://www.stepwise.com/Articles/VermontRecipes/ (obsolete link) Vermont Recipes, a Cocoa cookbook, hosted by StepWise.
• http://www.cocoadevcentral.com/ Various practical Cocoa tutorials.
• http://www.oreillynet.com/pub/ct/37 Programming With Cocoa series of tutorials aimed at the newbie.
• http://www.macresearch.org/cocoa_for_scientists Constantly evolving series covering Cocoa from a scientist's point-of-view. Also interesting for non-scientists.
• http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/objctutorial.pdf Currency Converter tutorial in Objective-C
• http://developer.apple.com/techpubs/macosx/Cocoa/JavaTutorial/javatutorial.pdf Temperature Converter tutorial in Java
• http://devworld.apple.com/technotes/tn/tn2005.html Apple sample Cocoa app technote
• http://thelittleappfactory.com/developer/ (obsolete link) Some quick example code and some fun toys.
• http://homepage.mac.com/mmalc/CocoaExamples/controllers.html Cocoa Bindings Examples and Hints.
• http://www.nancesoftware.com/development/sample_code/ Some intro drawing samples, Game Of Life, NSSegmentedControl, and LineBreakByTruncating?.
• http://www.cocoalab.com/?q=labnotes A simple bindings tutorial
• http://www.otierney.net/objective-c.html An tutorial that focuses on the language features unique to Objective-C
• http://www.scottydelicious.com/blog/cocoa_xmlrpc.html An in depth tutorial creating a Cocoa application to connect to a XML-RPC server.
• http://www.mere-mortal-software.com/blog/details.php?d=2007-01-08 NSWindow and NSView Backgrounds Tutorial
• http://www.cocoalab.com/?q=becomeanxcoder An introductory book on Objective-C and Cocoa

No comments:

Post a Comment