![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
|
Editors
Forgive me please if this is in the wrong forum, but what is your favourite editor program for HTML? I used to use FrontPage 2003 a lot (ugh) but now I use Dreamweaver for only HTML, and I use the Design portion for a few things.
I found that FrontPage 2003 screws up your HTML, and adds strange things to it, saves random files off the internet to your computer. For example, I had a picture showing the current weather from www.weathernetwork.com, and FrontPage kept saving the picture to my computer and using that version! It's also not very good on browsers other than IE... I just want to know what you guys think is the best editor. |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
No editor should be allowed to write your code for you. If you can't shut that "feature" off, it belongs in the trashcan. Dreamweaver's fine for me. I don't let it write my code. It's fine if it wants to make a skeletal page but the most valuable part, to me, is syntax highlighting, code completion, stuff like that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4
![]() |
There's a free product called Nvu; it's what I use for HTML.
|
|
|
|
|
|
#4 | |
|
Programmer
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
there's a nifty program on sourceforge called notepad++ that's a really simple text editor, but has syntax highlighting features for a bunch of languages from C to ASP. i think it's neat. a lot of people will say notepad or vi is the best...so this is a simple one with some very useful features.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Notepad2 rocks.
![]() |
|
|
|
|
|
#7 |
|
Hobbyist Programmer
|
Emacs
![]() Yes, I'm that hardcore. Or that masochistic, depending on your point of view, i suppose. |
|
|
|
|
|
#8 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
aha!! i KNEW these were going to start coming out of the woodwork at some point!
![]() now for vi and notepad...
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#9 |
|
Professional Programmer
|
Allow me to end 25+ years of nerd argument with this simple, undeniable mathematical equation:
Vi > Emacs
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#10 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
when it comes to coding, we do everything the easy way, when it comes to software choices, we like to do everything the hard way... :p
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|