vote up 0 vote down star
1

I'm tired of Dreamweaver overwriting wrong files on the server,

so I'm looking for an alternative.

I want color-coding and possibility to open/save and edit files direct from the server, so I don't need to save files on my desktop first.

I'm using Windows.

flag

10 Answers

vote up 1 vote down check

I switched to notepad++ when I had the same kind of problems with DreamWeaver. I tried some other programs too, but they were too complicated for my needs.
If all you need is color-coding and ftp-support, notepad++ is a good choice.

link|flag
vote up 1 vote down

Well personally I use Programmer's Notepad but it doesn't support the facility to upload files to the server. You could get Notepad++ and this FTP plugin. I haven't tried Notepad++ but I'm sure that it isn't WYSIWYG.

link|flag
Perhaps I'm just going blind, but that plugin doesn't seem to be available in the latest version of notepad++? :( – Matthew Scharley Sep 27 at 11:20
sourceforge.net/apps/mediawiki/… it's in the list somewhere. Also found another editor, Intype. It's very nice and clean and a pretty interface, doesn't support FTP though but well worth a look. – Sbm007 Sep 27 at 11:46
vote up 1 vote down

Visual Web Developer Express, which is the lightweight version of Visual Studio.

http://www.microsoft.com/express/

link|flag
vote up 0 vote down

If you're using a Mac you should take a look at Coda

link|flag
I have heard of Coda, but I'm not using Mac. Do you know something similar Coda for PC? – Johan Sep 27 at 10:21
vote up 0 vote down

When developping in PHP, I generally use Eclipse PDT.

If you are more oriented towards HTML/CSS/Javascript, you might be interested by Aptana, which is based on Eclipse too... Which means it can use lots of plugins, including some to work directly on a server, I suppose (see TM/RSE, for instance).

Note than Aptana can also be installed into an existing Eclipse installation, as a plugin.

Oh, also, I almost forgot : Eclipse is free, and there are both a free and a commercial version of Aptana.

(One bad thing about Eclipse being it requires a quite powerful computer -- at least 2 cores and 2 GB of RAM, if you want to use any other application at the same time...)

link|flag
vote up 0 vote down

E Text Editor, a Textmate clone for Windows, claims to have FTP Support. But i haven't used this feature before.

link|flag
vote up 0 vote down

Every web developer should be hand-writing their mark-up - all forms of automated abstraction inhibit your understanding and awareness of the code and create maintenance problems for the future. I'm quite a zealot about this, you may be able to tell.

On that basis, I can heartily recommend Editplus: has code colouring, FTP and a huge amount of feature-sugar from line duplication to macros.

link|flag
Upset a dreamweaver fanboy or what? – annakata Sep 30 at 20:57
vote up 0 vote down

Perhaps KompoZer? It has all the features you've asked for, and there's a Windows version (as well as Mac and Linux).

link|flag
vote up 0 vote down

Dreamweaver... Not my cup of tea, because it lacks good support for modern web programming with Javascript or PHP.

For primary design, I use WeBuilder from Blumentals. Its also a good and not expensive PHP and Javascript IDE with debugging support and also has good CSS support with a built-in CSS editor. I'm not a big fan of text editors like Notepad++ as an IDE replacement, because you often need a lot of additional plug-ins to have similar features like a IDE. But for some files or quick editing nothing can beat such editors (I like Notepad++ the most on Windows).

So for Windows I would prefer WeBuilder for all things (design & programming).

You use only Windows? For Linux there are other alternatives too ;)

link|flag
vote up 0 vote down

I want color-coding and possibility to open/save and edit files direct from the server, so I don't need to save files on my desktop first.

The Zeus editor can highlight and fold HTML files, it integrates with HTML Tidy and can seamless edit files from the server via ftp/sftp.

It also has support for a host of other languages (i.e C/C++, C#, Java, Javascript, PHP, etc etc)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.