Learning Cappuccino

让人想犯罪 __ 提交于 2019-12-02 14:55:38

As mentioned above, the website is a good place, but there are also some other good resources:

There are a few others too, and many of them are linked to from the site.

I wrote a real life cappuccino tutorial based on an actual customer project: http://www.springenwerk.com/2009/09/real-life-cappuccino-tutorial-part-1.html

On the tutorials is says:

A great introduction to Objective-J. Familiarity with JavaScript is recommended, prior knowledge of Objective-C not required.

http://cappuccino.org/learn/tutorials/

It seems the website is a good place to learn. Interesting framework.

You also have http://www.cappuccino-project.org/learn/

It is our new work-in-progress website. Not complete at all, it still has some very basic tutorials to help you starting coding with Cappuccino

I recently took up learning cappuccino. I found the Cappuccino Casts and the tutorials on cappuccino.org, however, like you, I come from a web development background - not cocoa / desktop apps.

Following some online tutorials was good to a degree, but I felt I lacked fundamental knowledge about the Objective-C and Cocoa and Cappuccino is modelled so closely to it. I bough a copy of Aaron Hillegass' book called "Cocoa(R) Programming for Mac(R) OS X" here: http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619/ref=pd_sim_b_3 which I felt really helped with my base understand of application development rather than traditional web development.

I would definitely recommend giving it a read, I worked my way through it in a few days and thought it gave enough knowledge to understand what all the Cappuccino stuf was about.

I recently found that when I install Cappuccino from source, there is a fairly significant amount of code to learn from hidden away in <install-dir>/Cappucino/Tests/Manual

There is a wealth of code there that isn't advertised anywhere but is certainly good enough to learn from. Just drop the Frameworks next to the index.html file in each test folder and open up and learn!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!