Whats your favorite software to write websites in?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

Huma

Golden Member
Oct 10, 1999
1,301
0
0
So if you have skills you should pay through the nose to have some program do something you can do from scratch?
rolleye.gif

notepad is an amateurs tool. No professional web dev would use it (unless they're a masochist). I started with wordpad, but when you go pro you use a tool that saves you time and effort and makes your job easier. It doesn't mean you need to shell out money, as there seem to be free tools that assist in color coding, find/replace, etc.

I code all my pages by hand, but while working on large sites, homesite makes it a lot faster than any non-coding specialized editor.

 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: NightFlyerGTI
Real men use Notepad. Code editors are for GIRLY-MANS! :D

Yeah, sure
rolleye.gif
until you need to run code on a unix server that doesn't like notepad's CR/LF newlines.
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
I've used at least half a dozen different editors including HomeSite, Dreamweaver, Front Page, etc. but I still go back to using EditPad, which is a beefed up version of Notepad. It's still the easiest and for full completion of a project, saves me much time over the others mentioned here. The code-in-the-can editors are fine in a limited way but ultimately I always end up hand coding quite a bit and have learned how to intelligently layout and economize coding that makes using EditPad quite easy and fast.
 

Dat

Senior member
Jan 14, 2000
742
0
0
macromedia ultradev

it has a split screen that shows you the code and view at the same time ;)
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
Originally posted by: Dat
macromedia ultradev

it has a split screen that shows you the code and view at the same time ;)

Other editors like Homesite / ColdFusion Studio, Dreamweaver MX, etc. have this same functionality.

For all those who use Notepad... you can suck it:
Notepad vs. CF Studio ;)

If you've changed your mind from notepad, Evrsoft.com has 1st Page 2000 for free and is basically a CF Studio copy.
 

WhiteWonder

Diamond Member
Feb 22, 2001
3,168
0
0
Originally posted by: Huma
So if you have skills you should pay through the nose to have some program do something you can do from scratch?
rolleye.gif

notepad is an amateurs tool. No professional web dev would use it (unless they're a masochist). I started with wordpad, but when you go pro you use a tool that saves you time and effort and makes your job easier. It doesn't mean you need to shell out money, as there seem to be free tools that assist in color coding, find/replace, etc.

I code all my pages by hand, but while working on large sites, homesite makes it a lot faster than any non-coding specialized editor.

everyone should learn from the basics, then use the fancy stuff.
 

Huma

Golden Member
Oct 10, 1999
1,301
0
0
everyone should learn from the basics, then use the fancy stuff.

You still need to learn the basics to use homesite. It is still a hand-coding tool, and does not write code for you. It merely color codes, validates, and simplifies the more menial tasks.

You still need to know how to code to use it properly, so no, there is no real point to using something like notepad and then moving to homesite.
 

Gix

Member
Jul 9, 2001
62
0
0
I use Cutehtml, simple, like notepad, with a preview option and file browser toolbar, that's all i need :)
 

scottrico

Senior member
Jun 23, 2001
473
0
0
dreamweaver mx!!!

wordpad? I need time to play me games, not code by hand.

and it is free, if you know what I mean.;)

Hate if you want too.
 

Macro2

Diamond Member
May 20, 2000
4,874
0
0
1st page...
Best there is for hand coders. And free too..
LINK

for the wysiwyg crowd try adobe Golive if you be rich....
ALthough Dreameaver is OK.
 

Auric

Diamond Member
Oct 11, 1999
9,591
2
71
Everytime this topic comes up the Notepad using posers come out of the woodwork. Real men use DOS Edit.
 

Thor86

Diamond Member
May 3, 2001
7,888
7
81
Originally posted by: NightFlyerGTI
Real men use Notepad. Code editors are for GIRLY-MANS! :D

Real men who only code static html use Notepad. Real programmers for the web use something better. I suggest CF studio 4.5 or better.
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
I use dreamweaver to give myself ideas for how I want a site to look, then do the actual code in pico usually.

Rob