View Single Post
Old 10-16-2007, 12:56 PM   #27 (permalink)
Herk
Insane
 
Herk's Avatar
 
Location: Kansas City, MO
Wow, nobody mentioned Notepad++. Consider it mentioned. I do all my html/php in this, and have since I first heard of it. Notepad++ is free, has great syntax highlighting, and allows the code structure to be minimized. Like everything inside head tags or in a foreach loop can be closed to one line, so you are only seeing what you are editing.

I have Dreamweaver MX and used it for a little while, but to me it is way too much. Too much power. I prefer just hand coding with good highlighting so you can see when you screw up and navigate the code easily. Using Notepad++ also removes formatting problems like adding extra line breaks.

Notepad++
__________________
-Blind faith runs into things!-
Herk is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43