cappuccino

Cappuccino, Django, AJAX, and fitting it all together - review my architecture!

て烟熏妆下的殇ゞ 提交于 2019-12-04 12:13:59
问题 I'm trying to get my head around Cappuccino. I'd like my StackOverview peers to review the architecture below and see if it makes sense - the aim is to utilize the unique benefits of Django and Cappuccino without doubling up where the technologies overlap... When the web browser requests a 'friendly' URL (eg, /, /articles, etc): DJango's urls.py matches this to a view. The view, rather than doing DJangos typical work of filling in a template with the locals dict, returns the small 'stub' HTML

Learning Cappuccino

旧时模样 提交于 2019-12-04 07:38:51
问题 What is the best source to learn Cappuccino? I do "traditional" web development, but i'm very interested in this new framework. Please note that I have no knowledge of Objective-C. 回答1: As mentioned above, the website is a good place, but there are also some other good resources: http://cappuccinocasts.com/ (screencasts) http://www.nice-panorama.com/Programmation/cappuccino/ http://www.littletreesoftware.com/blog/ http://theocacao.com/document.page/593 There are a few others too, and many of

Cappuccino, Django, AJAX, and fitting it all together - review my architecture!

女生的网名这么多〃 提交于 2019-12-03 07:39:24
I'm trying to get my head around Cappuccino. I'd like my StackOverview peers to review the architecture below and see if it makes sense - the aim is to utilize the unique benefits of Django and Cappuccino without doubling up where the technologies overlap... When the web browser requests a 'friendly' URL (eg, /, /articles, etc): DJango's urls.py matches this to a view. The view, rather than doing DJangos typical work of filling in a template with the locals dict, returns the small 'stub' HTML used in a Cappuccino app directly. The client receives the Cappuccino HTML The client requests the

SproutCore vs. Cappuccino

大憨熊 提交于 2019-12-03 01:10:00
问题 Aside from the language differences Javascript vs. Objective-J what benefits does Cappuccino provide over SproutCore and vice-versa in your experiences? In terms of a long-term forecast, is SproutCore more "supported" than Cappuccino because it is backed by Apple? I am trying to choose between the two. I am both familiar with JavaScript and Objective-C. 回答1: This is an interesting question, and one that has been popping up fairly frequently on various messages groups, twitter, and even IRC.

Learning Cappuccino

让人想犯罪 __ 提交于 2019-12-02 14:55:38
What is the best source to learn Cappuccino? I do "traditional" web development, but i'm very interested in this new framework. Please note that I have no knowledge of Objective-C. As mentioned above, the website is a good place, but there are also some other good resources: http://cappuccinocasts.com/ (screencasts) http://www.nice-panorama.com/Programmation/cappuccino/ http://www.littletreesoftware.com/blog/ http://theocacao.com/document.page/593 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

SproutCore vs. Cappuccino

雨燕双飞 提交于 2019-12-02 14:28:20
Aside from the language differences Javascript vs. Objective-J what benefits does Cappuccino provide over SproutCore and vice-versa in your experiences? In terms of a long-term forecast, is SproutCore more "supported" than Cappuccino because it is backed by Apple? I am trying to choose between the two. I am both familiar with JavaScript and Objective-C. Michael Cohen This is an interesting question, and one that has been popping up fairly frequently on various messages groups, twitter, and even IRC. There's a couple of ways to evaluate SproutCore versus Cappuccino, but, perhaps, some of the

jQuery学习笔记180924

早过忘川 提交于 2019-11-30 08:12:29
jQuery - AJAX 简介 什么是 AJAX? AJAX = 异步 JavaScript 和 XML(Asynchronous JavaScript and XML)。 简短地说,在不重载整个网页的情况下,AJAX 通过后台加载数据,并在网页上进行显示。 在eclipse上练习跳过 jQuery - noConflict() 方法 正如您已经了解到的,jQuery 使用 $ 符号作为 jQuery 的简写。 如果其他 JavaScript 框架也使用 $ 符号作为简写怎么办? 其他一些 JavaScript 框架包括:MooTools、Backbone、Sammy、Cappuccino、Knockout、JavaScript MVC、Google Web Toolkit、Google Closure、Ember、Batman 以及 Ext JS。 其中某些框架也使用 $ 符号作为简写(就像 jQuery),如果您在用的两种不同的框架正在使用相同的简写符号,有可能导致脚本停止运行。 jQuery 的团队考虑到了这个问题,并实现了 noConflict() 方法。 来源: oschina 链接: https://my.oschina.net/u/2882061/blog/2208100

Xcode Crashing When Opening Project File

ぐ巨炮叔叔 提交于 2019-11-28 17:12:15
Xcode keeps crashing on me when I open my project file. I've been able to open it fine for weeks now. Not sure how to diagnose. It only crashes for a specific project. Process: Xcode [1293] Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.Xcode Version: 3.2.5 (1760) Build Info: DevToolsIDE-17600000~5 Code Type: X86-64 (Native) Parent Process: launchd [189] Date/Time: 2010-12-15 16:05:24.659 -0700 OS Version: Mac OS X 10.6.5 (10H574) Report Version: 6 Interval Since Last Report: 201 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 80 sec Per

INVALID_STATE_ERR: DOM Exception 11 (WebKit)

不问归期 提交于 2019-11-27 11:40:17
I recently tested a Cappuccino app I was working on with Chrome and Safari. I get the error: INVALID_STATE_ERR: DOM Exception 11: An attempt was made to use an object that is not, or is no longer, usable. The lack of information is frustrating. What object and where did I attempt to use it? Chrome tries to answer the second question but the line number it gives, 465, doesn't mean anything when the file it gives is just 94 lines long. Without more information I don't even know where to start looking. Chrome canary offers stack traces for DOM Exceptions! Usually this error occurs with the

Xcode Crashing When Opening Project File

為{幸葍}努か 提交于 2019-11-27 09:58:01
问题 Xcode keeps crashing on me when I open my project file. I've been able to open it fine for weeks now. Not sure how to diagnose. It only crashes for a specific project. Process: Xcode [1293] Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.Xcode Version: 3.2.5 (1760) Build Info: DevToolsIDE-17600000~5 Code Type: X86-64 (Native) Parent Process: launchd [189] Date/Time: 2010-12-15 16:05:24.659 -0700 OS Version: Mac OS X 10.6.5 (10H574) Report Version: 6 Interval