使用 Dashcode 创建 iCal
我是 Mac 编程新手。目前,我需要在 Mac 中创建类似 iCal 的日历,并创建每月、每周和每日事件。是否可以使用 Dashcode 创建它?由于我正在创建一个基于 Web 的应用程序,因此日历应该在 Safari 和移动 Safari 中运行。所以我选择了Dashcode。我的做法正确吗?
I am new to Mac programming. Currently, I need to create a calender like iCal in Mac with monthly, weekly, and daily event creation. Is it possible to create it using Dashcode? Since I am creating a web based application, the calender should be run in Safari and mobile safari. So I have choosen Dashcode. Is my approach is correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本质上,您构建的应用程序将由 JavaScript、HTML 和 CSS2/3 组成。通过 Dashcode,您将可以访问各种小部件,并且由于网页设计和开发的当前趋势(或其中之一)是使用 JavaScript、HTML 和 CSS,那么我认为这是一个完美的选择。
虽然它有其怪癖和烦恼,但 Dashcode 对于此类应用程序来说是一个非常好的一站式 IDE,特别是对于在 Mac 和 Mac 移动设备上运行的基于 WebKit 的应用程序。
Essentially the application you build will comprise of JavaScript, HTML and CSS2/3. Via Dashcode you will get access to various widgets and as the current trend (or one of them) in web design and development is to use JavaScript, HTML and CSS then i would have thought it was a perfectly good choice.
Whilst it has its quirks and annoyances, Dashcode is a pretty good one stop IDE for this sort of application especially for WebKit based apps to run on Mac and Mac Mobile devices.