Re: website development tools

Originally Posted by
chianghl
Notepad. Free and readily available on Windows PC, and you don't have to download but the cons are that
- You have to know what code you're writing
- No coloring on the various code that you're writing
- No indentation of codes (May be messy if you are coding the whole site)
- Graphical view of how your web site will turn out to be
- No debugging tools
Edit:
If you are coding your website with PHP and MySQL, I suggest you download the MySQL with the GUI tools. You can generate your MySQL query with the GUI tools easily (Lesser human typo).
Available at:
http://www.mysql.com/
Instead of Notepad, you can use Notepad++ (http://notepad-plus.sourceforge.net/) which does have code highlighting, usefull plugins etc.
Real programmers don't document their code - if it was hard to write, it should be hard to understand.