24.Nov.2007 at 11:55 pm | hso
Notepad++ for Better Design
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
I gave up on Notepad a while ago and switched to Notepad++, which among other things allows one to format a file in UTF-8 without BOM, in turn cleaning up your XHTML files for validation (no “Byte-Order Mark found in UTF-8 File” warnings).





1. adam | November 25, 2007 #
notepad++ doesn’t really work for me. it takes nearly as long to load as a full blown code editor, but without the useful tools.
I use eclipse PDT day in, day out, because of wonderful things like subversion support (subclipse) and saving local history (if i know something was working on monday, I can just “rewind” my changes). auto-suggestion, tab completion, and auto-closing round out the reasons it’s better.
although for CSS, microsoft’s Visual Web Designer is hard to beat.