For Html and PHP coders..

I just use plain notepad for html with word wrap enabled and I use the text editor in cpanel for php. I'm not fluent enough in php to code by heart so I just reverse engineer most things. :(
 
I use dreamweaver, but mainly just because I like the code recognition / color-coding / code-hinting. I never use the "design view", which is complete shi7 as far as I can tell.

I'm honestly ashamed to tell my coder friends I still use dreamweaver, because you immediately are given the "look at this f*cking noob" look of disapproval, haha.
 
PHPStorm, but you should have posted on the Programming section :p
 
HTMLkit and a cheesey old wywsig editor called web page maker. It s great for making simple web page graphics, headers , banners and such.
 
PHPStorm, but you should have posted on the Programming section :p



Sorry about that. Please move it there.

I thought about posting it on there... but was not sure it was going to offer anything of actual "progamming" value.

I appreciate the response from everyone.
 
Notepad for quick Edits
Dreamweaver for longer edit, tons of useful features, and to be able to view live is a great asset.

On Mac i loved Coda.
 
Another vote for Notepad++, not any particular reason, can't remember why I picked it, I think maybe the default highlighting for PHP is slightly better than that of ConText which is what I used to use.
 
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.
 
scite (most of the editors are based on its core scintilla) under *nix (and not only for html/php also c, perl, bash, tcl, python, you name it), notepad2-mod on win (similar but lighter than notepad++) when i can't cross compile and have the unfortunate need to be on a ms os.
 
Back
Top