Dreamweaver 与 aptana studio(对于那些不懂编码的人)?
我是一名网页设计师和开发人员,但我不懂任何脚本语言。我正在寻找一个强大的 Web 开发所见即所得的软件,可以自动用 javascript 和 php 为我编写代码。
I am a web designer and developer but I don't know any scripting language. And I am looking for a robust web development WYSIWYG like software that can write code for me automatically in javascript and php.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我会选择 Dreamweaver,因为它具有设计视图和代码视图。 Aptana 更适合开发人员,而不是设计师和开发人员。 Dreamweaver 将为您编写一些代码(稍后您会发现这很糟糕!),这样您就可以习惯这些语言。
刚开始时我曾经在 Dreamweaver 中工作,但现在我对 Aptana 的使用不够。
Id go with dreamweaver because is has the design view as well as the code view. Aptana is more for developers rather than designers and developers. Dreamweaver will write some code for you (and you'll find out later that its crap!) so it'll get you used to the languages.
I used to work in Dreamweaver when I first started but now I can't get enough of Aptana.
WYSIWYG 最多只会生成 HTML 页面和一点 JS。您需要了解编码才能提供交互功能。
WYSIWYG will only generate HTML page and a little JS at best. You need to know coding to offer interactive functionality.
您可能会讨厌这个答案,但需要花一些时间来学习 PHP 和 JavaScript - 我声明自己是一名设计师,并试图避免编写代码。然后,我不再复制和粘贴代码,希望它能起作用,而是掌握了两种语言的基础知识,并意识到它是多么容易,而且没有什么可担心的。
很好的资源是 w3schools.com、stackoverflow(显然),我最喜欢的 JavaScript 书籍是 Jeremy Keith 和 Jeffrey Sambells 的 DOM 脚本,一旦你有信心学习 JavaScript 的一些更高级的功能,Stoyan Stefanov 的 JavaScript Patterns 对我很有帮助。
就像我说的,这实际上并不能回答你的问题。然而,Dreamweaver 自动为我想要的界面操作生成了 700 行 JS 文件,使用上面的资源,我用 16 行代码以不引人注目的方式完成了同样的事情!
You'll hate this answer but take some time to learn PHP and JavaScript - I stated off as a designer and tried to avoid code. Then instead of copying and pasting code hoping that it works I got to grips with the fundamentals of both languages and realised how easy it is and how there was nothing to fear.
Good resources are w3schools.com, stackoverflow (obviously) and my fav JavaScript books are DOM scripting by Jeremy Keith and Jeffrey Sambells and once you feel confident to learn some of the more advanced features of JavaScript, JavaScript Patterns by Stoyan Stefanov was helpful to me.
Like I say this doesn't actually answer your question. However Dreamweaver automatically produced a 700 line JS file for an interface action I wanted, using the resources above I did the same in an unobtrusive manner with 16 lines of code!
我意识到这是一个老话题,但我确信争论仍在激烈地进行,哈哈……我多年来一直是 DW 的忠实用户(比如从 2000 年左右开始)。我是一名编码员/开发人员...我从不使用 DW 自动完成或类似的东西。我坚持使用它的主要原因是因为我的 FTP 就在那里!...但是,哈哈,我刚刚遇到了一个需要恢复文件的问题(这些年来我从来没有需要过这个功能) 。不管怎样,我刚刚遇到了这个线程在Aptana Studio 3中恢复已删除的文件? “默认情况下,如果文件位于项目内,Aptana Studio 会存储最多 7 天的历史记录。”...我想我可以在同一个程序中不使用 ftp 的情况下使用 filezilla。 叹息哈哈。另外,DW 无法识别按键,这是一个很大的失望,但是...无论如何...我刚刚开始使用 Aptana Studio 3,所以我希望我很快就会爱上它,哈哈,我现在正在构建我的项目:P
I realize this is an old thread but im sure the debate still rages on LOL... i've been a devote DW user for many many many years (Like since 2000 or so). I am a coder/developer... I never use DW auto complete or anything like that. Primarily the reason i've stuck with it is because my FTP is RIGHT THERE!... HOWEVER, LOL, I just ran into a problem where I needed to recover a file (all these years and i've never needed this feature). Anyway I just ran across this thread Recover Deleted Files in Aptana Studio 3? "By default Aptana Studio stores a history of up to 7 days if the file was within a project."... I guess i can live without having my ftp right there in the same program and just use filezilla. sigh lol. Also DW doesnt recognize keys which is a big let down but yea... anyway... I just started using Aptana Studio 3 so I hope I fall in love with it quickly lol I'm building my projects now :P
好吧,只是为了澄清一些事情。 Aptana确实有ftp,我什至认为它比dreamweaver的ftp模块更容易使用...
Well, just to clarify some stuff. Aptana does have ftp, and i even think it's easier to use than dreamweaver's ftp module...