-
I use Edit.com :) .. some times notepad,
my faviourte HTML Editor is HTML Beauty ++
http://www.max.co.yu/htmlbeauty/
It isnt a WYSIWYG editor, its like notepad but with highlighint and lots of editing features, it also has php highlighting and some love splash pages ;)
Thanks
Wispy
-
I _HATE_ WYSIWYG editors....
I use TextPad for all of my HTML... it's basically a step up from notebad with a few extra options -- More replace options -- Spell Check -- ANSI + Web Character Tables -- Syntax Highlighting.
I use Notepad is I just have to do a quick change because it's still my View Source Editor so I'll just View Source on my page and edit it.
Anyone who likes coding/HTML... I suggest you check out TextPad.. it's a very handy lil app to have laying around. Plus as an added bonus you can edit multiple documents in the one GUI.
-
dreamweaver and notepad....i actually started with dreamweaver but just recently took an html class and now im using notepad a lot more.
-
I started in notepad, and when I'm using a windows machine its my first choice but now that I'm slowing migrating to linux i really like vi which is very nice. I prefer it to notepad.
As for WYSIWYG editors, I loathe them.
-
I used notepad and Kate (a kde editor) to develope my own text editor that is run of my server so i can access my files from anywhere only useing http.
-
Well, I don't use NotePad..., but then that is because I am Macintosh based, and since I am poor I use BBEdit Lite, rather than BBEdit which I would love to get simply because it adds the pretty color coding that you get when you work with big WYSIWYG editors and view the code. I tried to use Dreamweaver, but why take the time to learn a big clunky interface when you have the brain capacity to just learn the raw html and plug away from there.
Hehe, MsMittens, you are hardcore. I do love vi, but I use it mainly for coding in C and editing all the stuff in /etc (Bless MacOS X!).
I imagine that once I take on my summer task of learning PHP that I'll be spending a little more time in vi. I think I am predisposed to vi for programming because I learned C on a VAX/VMS machine through telnet and green on black text makes me feel like I am doing something productive.