开发者

Help on HTML and PHP development tools

开发者 https://www.devze.com 2023-01-08 12:35 出处:网络
I am new to web development. I have experience with raw HTML (using notepad). But I am planning to make a website for my final year project. I had previously asked a question on its idea, now i need s

I am new to web development. I have experience with raw HTML (using notepad). But I am planning to make a website for my final year project. I had previously asked a question on its idea, now i need some help with the development part.

Which tool can I use to design the website? Please suggest some easy to use and powerful tools, with which开发者_Go百科 I can have lots of flexibility and scope to make a really appealing website.

Also I want to use PHP + MySQL in the back-end. Which tools would you suggest for PHP (easy to use and powerful both).

Can the content developed with these two different tools (for PHP and one for HTML) integrate seamlessly? I look forward to your valuable suggestions....

Thanks in advance...


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

0

精彩评论

暂无评论...
验证码 换一张
取 消