Help on HTML and PHP development tools

孤街浪徒 提交于 2019-12-02 08:38:52

If you're looking for a light-weight text-based IDE, look no further than Notepad++. It has support for many languages.

In terms of HTML and CSS, it's best to stick with a text-IDE, rather than going into the nightmare that is dreamweaver and frontpage.

PHP can be tricky. You ideally want XAMPP installed on your machine to ease testing.

You question is very difficult to answer, because with "powerful tools" come complexity. In design, there is a good rule:

Good, Fast and Cheap; Pick two.

This being said, if your are just looking for a simple CMS, Wordpress is pretty nice. It's doesn't require much programming experience to setup, and allows you to create a simple web page with little effort.

I'm afraid this question is too subjective. Many IDE/editors have integrated support for PHP/HTML, since it's very common to embed PHP code in HTML.

This article may be helpful.

http://www.ibm.com/developerworks/opensource/library/os-php-ide/index.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!