For Html and PHP coders..

notepad for simple html and php codes.

editplus for more complicated codes....
 
notepad++ and dreamweaver is the best combination I think.
Tried once with Visual Studio, but it sucked (for PHP)
 
Dreamweaver

Adobe_dreamweaver_logo.png
 
There is no competition. The best is Coda, and the rest ain't even close
 
I'm no way a coder but I edit a lot of code for my sites and I use notepad++ for it. Pretty nice little tool which makes life much easier ;)
 
Most of my work is word press, my clients are annoying and they want to sometimes micro changes on live websites so integrated ftp client is a must!

notepad++ and Dreamweaver

nice when connecting with ftp works perfect for me with Dream
 
I have been using DzSoft Php editor for a very long time and I like it a lot:)
 
I use FileZilla for FTP and then Notepad++ to edit. Filezilla is handy because it can create temp files for you to edit. Then you don't have to drag and drop your PHP files every time after you save them.

I like Notepad++ because it is so simple and yet very handy. Personally, I don't like code editors that automatically indent my code. I also like Notepad++ because when you have the editor by a "{" or "}" it will highlight in red the one corresponding with it. So when you have functions with lots of ifs, foreach, while, etc you dont get lost with your brackets.

You know that Notepad++ features a FTP-plugin which allows you to upload your php when you safe?

Cheers
 
I use dreamweaver in split mode.

That way I can see the result of what I am doing
 
Back
Top