views:

427

answers:

10

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.

A: 

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

naltatis
I have heard of Coda, but I'm not using Mac. Do you know something similar Coda for PC?
Johan
+1  A: 

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.

Sbm007
Perhaps I'm just going blind, but that plugin doesn't seem to be available in the latest version of notepad++? :(
Matthew Scharley
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central 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
A: 

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...)

Pascal MARTIN
A: 

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

naltatis
+1  A: 

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.

+1  A: 

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.

annakata
Upset a dreamweaver fanboy or what?
annakata
A: 

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

Nate
+2  A: 

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

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

ZippyV
+1  A: 

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 ;)

devarni
A: 

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)

jussij