Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> What Is The Best Free Html Editor?
jjaenagle
post Jun 7 2008, 09:28 PM
Post #1


Member [Level 1]
****

Group: [HOSTED]
Posts: 56
Joined: 7-May 08
From: richmond, va
Member No.: 61,838



im looking for any kind that is free really.... i use windows but if you have one for a different platfor, go ahead and add it for reference for other users.

If you have one for normal text editor and wysiwyg, add them both.

i have been using notepad as my normal html editor but im looking for something different... at least so i can see the different colors of the codes.

Right now i am downloading moxilla's seamonkey suite but im not sure how good it is... i will post a review if i ever use one.

If you have used the html editor you suggest or you just heard about it, please say so cause that does make a huge difference in making a decision.

I have used dreamweaver and thought that was amazing, but i dont want to spend hundreds of dollars for that if i can find something else that can do the samething.

Go to the top of the page
 
+Quote Post
Erdemir
post Jun 15 2008, 09:45 PM
Post #2


Super Member
*********

Group: [HOSTED]
Posts: 217
Joined: 12-May 08
From: Istanbul, Turkey
Member No.: 62,045



QUOTE(jjaenagle @ Jun 8 2008, 12:28 AM) *
i have been using notepad as my normal html editor but im looking for something different... at least so i can see the different colors of the codes.


Notepad++.
I don't know if it is the best free html editor, but Notepad++ is a free editor which can syntax highlight C, C++, Java, C#, XML, HTML, PHP, Javascript, RC resource file, makefile, ASCII art file (extension .nfo), doxygen, ini file, batch file, ASP, VB/VBS source files, SQL, Objective-C, CSS, Pascal, Perl, Python, Lua, TCL, Assembler, Ruby, Lisp, Scheme, Properties, Diff, Smalltalk, Postscript and VHDL.

Notepad++ is an open source program.
You can download from http://sourceforge.net/project/showfiles.p...ckage_id=102072

Check the last version. The last version now is npp.5.0.beta.Installer.exe.

This post has been edited by Erdemir: Jun 15 2008, 09:47 PM
Go to the top of the page
 
+Quote Post
amirborna
post Jun 16 2008, 08:16 AM
Post #3


Advanced Member
*******

Group: [HOSTED]
Posts: 141
Joined: 5-June 08
Member No.: 63,214



You can get dreamweaver for free smile.gif
from me though

I can message you download link, ask whenever you want smile.gif through pM
Go to the top of the page
 
+Quote Post
Erdemir
post Jun 16 2008, 09:29 AM
Post #4


Super Member
*********

Group: [HOSTED]
Posts: 217
Joined: 12-May 08
From: Istanbul, Turkey
Member No.: 62,045



QUOTE(amirborna @ Jun 16 2008, 11:16 AM) *
You can get dreamweaver for free smile.gif
from me though

I can message you download link, ask whenever you want smile.gif through pM


Dreamweaver is not a freeware software. jjaenagle is asking for a freeware html editor.
Go to the top of the page
 
+Quote Post
etycto
post Jun 16 2008, 01:54 PM
Post #5


Super Member
*********

Group: [HOSTED]
Posts: 275
Joined: 2-June 07
From: U to the S to the A (but i'm haitian)
Member No.: 44,040



the best free HTML editor i ever used was microsoft visual studios express edition it's great, fast, and has some great features like FTP auto conplete and more. it does HTML, CSS, javasript, and ASP, i dont remember the others. when i had it it worked great posibly the best. but its a pretty big download with the .NET framework.

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

also another good one, that i'm using right now, is eclipse with the Web Tool Platform plug-in it works good you can also get the PHP development tool its good too. this one does about everything visual studeos does, but it's pretty slow (maybe because it runs on java) and you have to be really patiant with it. if you're not patient with it will get on your bad side.

http://www.eclipse.org
Go to the top of the page
 
+Quote Post
rubyvu
post Jun 20 2008, 02:34 AM
Post #6


Newbie
*

Group: Members
Posts: 7
Joined: 6-June 08
Member No.: 63,245



Crescent Eve is a very light editor for html and css. you can use google to find out. but it in japanese! and the best one I think is eclipse, a powerful editor, can be use for html, java,php... but to use it you should have a best computer.
Go to the top of the page
 
+Quote Post
Mich
post Jun 20 2008, 03:48 AM
Post #7


Trap17 Maverick
***********

Group: [HOSTED]
Posts: 1,127
Joined: 5-January 06
From: Michigan, USA
Member No.: 16,652



I use GlobeScapes Cute HTML. It was free when I downloaded it. I cannot seem to find a free download any longer, but I could zip you a copy of mine. I find it very easy to use. PM me if you want it.

This post has been edited by Mich: Jun 24 2008, 03:30 AM
Go to the top of the page
 
+Quote Post
minimcmonkey
post Jun 23 2008, 03:42 PM
Post #8


Super Member
*********

Group: [HOSTED]
Posts: 224
Joined: 19-June 08
From: United Kingdom - Cornwall!!!!!
Member No.: 63,876



Well in my opinion, notepad is just as good as any other HTML specific programme. The limitations are in the browser.
But you could try Textpad - you are encouraged to register, but you can use it for free, just search it, and you will find the website for it.
It will colour your code depending on what function it has ect. It also has a list of lots of symbols - the code to enter them (like © is the copyright sign) It works for many languages, like C++ as well. And has tabs so you can have multiple files open at once.
Go to the top of the page
 
+Quote Post
thorne
post Jun 23 2008, 07:58 PM
Post #9


Advanced Member
*******

Group: Members
Posts: 101
Joined: 3-February 08
From: United States
Member No.: 57,290



EditPlus is a really good free text editor; it colors the code as you write it so you can easily see if you've made a mistake. Same with my favorite text editor, Vim. It's a UNIX program but I think it's available for Windows and Mac also. It has a steep learning curve but once you get used to it, it's quite powerful and fast.