Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 7th, 2005, 5:05 PM   #1
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
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.
MrMan9879 is offline   Reply With Quote
Old Oct 7th, 2005, 5:19 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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
DaWei is offline   Reply With Quote
Old Oct 7th, 2005, 5:43 PM   #3
Silvanus
Hobbyist Programmer
 
Silvanus's Avatar
 
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4 Silvanus is on a distinguished road
There's a free product called Nvu; it's what I use for HTML.
Silvanus is offline   Reply With Quote
Old Oct 7th, 2005, 9:06 PM   #4
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Quote:
Originally Posted by DaWei
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.
I completely agree, I only use it for the skeletal templates (frames etc.) I sometimes use it for a quick link, but that's it.
MrMan9879 is offline   Reply With Quote
Old Oct 8th, 2005, 1:03 AM   #5
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Old Oct 8th, 2005, 2:18 PM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Notepad2 rocks.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Oct 9th, 2005, 12:15 AM   #7
ZenMasterJG
Hobbyist Programmer
 
ZenMasterJG's Avatar
 
Join Date: Nov 2004
Location: Boston, MA
Posts: 148
Rep Power: 4 ZenMasterJG is on a distinguished road
Send a message via AIM to ZenMasterJG
Emacs
Yes, I'm that hardcore. Or that masochistic, depending on your point of view, i suppose.
ZenMasterJG is offline   Reply With Quote
Old Oct 9th, 2005, 12:35 AM   #8
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Old Oct 9th, 2005, 12:44 AM   #9
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
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;}
iignotus is offline   Reply With Quote
Old Oct 9th, 2005, 1:00 AM   #10
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
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.
bl00dninja is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:31 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC