有没有专门用于 Web 应用程序开发的 IDE?
基本上我的目的是创建网络应用程序。我必须使用 js、ajax、jquery、html5、css 等...我想知道是否有一个 Web 应用程序开发工具包可以帮助我编译和调试我的代码?我知道“Aptana”,但我不确定这是否是我所需要的。有人可以详细说明我可以选择什么吗?对于网络开发来说,完全是菜鸟,所以我想要一些可以帮助我在继续开发时学习的东西!
Basically my intention is to create web application. I have to use js, ajax, jquery, html5, css etc... I would like to know if there is a web application development kit out there that helps me compile and debug my code? I am aware of "Aptana", but I am not sure if that is what I need. Can someone please eloberate what the choices available to me are. Total noob here to web development so I would like something that helps me learn as I go ahead developing!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您不需要 js、ajax 和 jquery 的编译器,所有这些都基于 javascript 这是一种脚本语言。 Php 是一种服务器端语言,因此您需要在您的计算机上运行自己的服务器(您可以找到有趣的 wamp ,它为您提供 php、mysql、apache 有关 IDE 的简单设置。那里有很多,也许 netbeans 作为免费解决方案是一个好主意,或者 PHPedit 当然还有其他用于 Web 开发的工具,例如 adobe Dreamweaver.
You don't need a compiler for js,ajax and jquery, all based on javascript which is a script language. Php is a server side language so you need to run your own server on your machine (you may find interesting wamp which provide you php,mysql,apache with a simple setup. About the IDE there are a lot out there, maybe netbeans as a free solution is a good idea, or PHPedit Of course there are and other tools for web developement such as adobe dreamweaver.
大多数 Java IDE 能够开发各种 Web 产品:
我说的是 Eclipse 和 NetBeans尤其。它们都提供了舒适开发、Web 服务器集成、调试服务所需的大部分阶段,包括 XML 支持、与 FTP/SVN、ant/maven 的连接、自动完成、文件结构和框架的内部搜索等。
顺便说一句,Aptana 是基于 Eclipse 的,但我更喜欢 Eclipse PDT 或 Eclipse Web 工具平台。
Most Java IDEs are capable of developing every kind of web products:
I'm talking about Eclipse and NetBeans in particular. They both present most phases required for a comfortable development, web server integration, debuggin services, including XML support, connectivity with FTP/SVN, ant/maven, autocomplete, inner search into file structure and frameworks and so on.
Btw Aptana is Eclipse based, but I prefer Eclipse PDT or Eclipse Web tools platform.
我第二个 Komode IDE(付费)或 Komode Edit(免费,开源)。
I second Komode IDE (paid) or Komode Edit (free as in open source).
netbeans 非常酷,我已经使用它两年了,如果您使用 php,它有一个很棒的 php 插件! http://netbeans.org/features/php/ 希望有所帮助。
所罗门·萨利赫
netbeans is pretty kool i have been using it for two years, and if your using php, it has a great php plugin!! http://netbeans.org/features/php/ hope that helps.
solomon saleh