iPhone资源的Dashcode开发

发布于 2024-08-25 06:23:48 字数 337 浏览 8 评论 0原文

多年来我一直在开发 Web 应用程序和 iPhone 应用程序。现在我想创建一个面向iPhone浏览器的Web应用程序。

我愿意使用 Dashcode,因为它似乎拥有大量很酷的功能,使我的 Web 应用程序看起来像原生 iPhone 应用程序。

我面临的问题是双重的:一方面我不知道 Dashcode 开发将允许我做我想做的一切(会话控制、运行时数据源等);另一方面,我很难找到有关 iPhone 的 Dashcode 编程的优秀文档、教程和书籍。看起来 90% 的链接都是 Dashcode 小部件的。

您能否建议我学习 Dashcode(适用于移动 Safari)编程的最佳资源?

谢谢 贡索

I've been developing web applications and iPhone applications for years. Now I want to create a web application oriented to the iPhone browser.

I willing to use Dashcode, since it seams to have tons of cool features that make my web app look like an native iPhone app.

The problem I face is twofold: On one side I don't know it Dashcode development will allow me to do all I want (session control, runtime datasources, etc); on the other side I'm having a hard time finding good documentation, tutorials and books on Dashcode programing for the iPhone. Looks like 90% of the links out there are for Dashcode widgets.

Can you advise me on the best resources to learn Dashcode (for mobile Safari) programming?

Thanks
Gonso

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

老娘不死你永远是小三 2024-09-01 06:24:51

有一些关于该主题的培训材料。

查看《Dashcode For Dummies》一书。
还有来自 VTC 的同一作者的视频源。只需谷歌 VTC 和 Dashcode 即可。

我读过这两本书,并建立了我的移动公司网站。强烈推荐。

There are some training materials on the subject.

Check out the Dashcode For Dummies book.
There's also a video cource from VTC by the same author. Just google VTC and Dashcode.

I've read them both and I built my mobile company website. Highly recommended.

睫毛溺水了 2024-09-01 06:24:25

除了 Apple 开发者网站之外,Dashcode 上的内容很少,该网站上有相当多的 Dashcode 材料,达到了合理的水平。

你需要记住,Dashcode 是 HTML、CSS 和 Javascript。您可以用这些做的任何事情都可以在 Dashcode 中完成。

然后,您可以对 Mac 进行系统调用,所提供的库中提供了大量工具和代码片段,您可以利用开发工具附带的许多底层 Apple 类来实现这一目标。

您还可以通过下载一个具有您可能想要模拟的功能的小部件来查看其他人的工作,然后将其导入到 Dashcode,此时您将可以在那里检查和逆向工程整个应用程序。

更具体一点,您不能拥有会话(小部件),但可以拥有用户首选项。这些将允许您存储在重新启动后仍能保存的信息,将它们视为 cookie。

您可以拥有可以是外部存储、xml、sqlite 等的数据源。但它们必须可以通过数据源机制或 JavaScript 连接。

目前市场上任何带有“Dashcode”的书籍都不值得购买,因为它们没有涵盖像苹果文档级别的内容,而只是顺便提及。

There is very little on Dashcode other then the Apple Developer site site which has quite a lot of Dashcode material to a reasonable level.

Ypu need to remember that Dashcode is HTML, CSS and Javascript. Anything you can do with these you can do in Dashcode.

Then you can make system calls to the Mac and there is a wealth of tools and code snippets in the library provided and you can tap into a lot of the underlying Apple classes that come with development tools to make things happen.

You can alos look at the work of others by downloading a widget that has features you may want to emulate and then importing it to Dashcode at which point you will have the whole application there to inspect and reverse engineer.

Being a bit more specific, you cannot have sessions (widgets) but you can have user preferences. these will allow you to store information that will outlast reboots, think of them as cookies.

And you can have datassources which can be external stores, xml, sqlite etc. But they will have to be connectable to either via the datassources mechanisms or JavaScript.

Any books currently on the market that have "Dashcode" in them are not worth buying as they do not cover anything like the level Apple documentation and merely mention it in passing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文