![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2009
Posts: 124
OS: xp
|
[SOLVED] best free HTML editor?
hey. can someone tell me wich is best free HTML editor? i need something like first page2006. i used to have that 1 but i found few viruses in it. so pls post one :)
p.s. first page 2006 was simple to use nothing complicate...im looking for something like that. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#3 (permalink) |
|
Registered User
Join Date: Jul 2009
Location: East Mids
Posts: 28
OS: XP SP3
|
Re: best free HTML editor?
Nvu has changed its name
Its now reborn as Kompozer http://kompozer.net/ I really recommend it, its so easy to use!
__________________
Tina ... Make Peace & Nurture |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Jul 2009
Location: Cork, Ireland
Posts: 10
OS: Vista Home Premium SP 1, XP Pro SP3
|
EditPlus 3 is great for HTML, and a load of other stuff for the internet as well ie. JavaScript, css, php, etc.
http://www.editplus.com/download.html Note: each time you start EditPlus a window comes up telling you that this is day whatever of your 30 day evaluation period, but you can keep using EditPlus beyond the evaluation period anyway.
__________________
J.J. |
|
|
|
|
|
#5 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: best free HTML editor?
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#6 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 896
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: best free HTML editor?
Best, free... hmmm... Notepad for Windows which is the o/s you're using. So I'd just stop there. Why is it the best? It provides a much more old school feel to it. You don't get the syntax highlighting or the wysiwyg perks, but you get a better learning experience learning how to debug and learn from your mistakes than using a wysiwyg editor--which I am completely against because they add a LOT of useless crap--or syntax highlighting which I use now because I don't like looking for that missing " \ ' ) } or ; lol.
Honestly notepad is the best in my opinion, followed by notepad++ but there are MANY out there. Check out CNET aka download.com for a lot of free tools. Just play around with the advanced search options to find what you're looking for.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
|
|
#7 (permalink) |
|
TSF Enthusiast
|
Re: best free HTML editor?
first page 2006 gives false positives for viruses. There is nothing wrong with it.
But you can use Kompozer as previously suggested. it is pretty good. Also I have done some minor editing with open office and it seems to do a pretty good job with html.
__________________
there's been global warming since the ice age |
|
|
|
|
|
#10 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 896
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: best free HTML editor?
notepad++ it's not WYSIWYG, but it has syntax highlighting which is a big help.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
|
|
#11 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: best free HTML editor?
I'm assuming that feature of kompozer is moddable. The problem with WYSIWYG editors is that there aren't many free ones, and there are loads of expensive (but quite poor) ones. I'd say that in the way of HTML editing your best bet is to hand-code with a decent snippets plugin (Notepad++ with QuickText is very nice to work with). If you can't bare hand-coding and don't have the money to spend on Dreamweaver then get a basic linux distro (Ubuntu is easy to use for the first time user, Debian if you're used to linux) and try out all the Linux based WYSIWYG editors (there aren't many though).
Anyway, that's my two cents... Hope any of it helped. Cheers, Jamey |
|
|
|
|
|
#12 (permalink) |
|
Registered User
Join Date: Aug 2009
Posts: 10
OS: Vista Home Premium SP1
|
Re: best free HTML editor?
I personally hate WYSIWYG editors. I had to use one for a web design class in high school, one that I was taking just so I could spend more time on a computer at school. When looking at the source code of things they make, there was so much useless code, as ahmorrow mentioned.
I use Programmer's Notepad, which is like Notepad++, I definitely prefer entirely writing the code myself. I do a lot of javascript and I'd be amazed if an editor could write it better than I can. |
|
|
|
|
|
#13 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: best free HTML editor?
I used to feel EXACTLY the same... I hated WYSIWYG editors, personal pet peeves: Frontpage and Web Easy 7... They push out so much junk-code, leave stupid amounts of whitespace and generally are really ot efficient. But, i bought dreamweaver (Student Ed), and found it brilliant, at first it pushed out junkcode, basically coded in a nasty way. Then i found the extensive developer's docs, and started modding. You can customise it completely to code exactly as you would. The API is all JS based, and i've been a JS developer for many years so i found it nice and easy to work out.
As it is i do definately like hand-coding (Notepad++ being my fave editor), but i use Dreamweaver for mocking up small projects, or designing small pages (Mainly when plugging them with PHP). |
|
|
|
|
|
#14 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 896
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: best free HTML editor?
I agree if you find a WYSIWYG that you can mod and make it your own, do it. They're not horrible to work with, just make horrible code, and if you can fix that, you're set.
I'm still going to stick with my notepad... or gedit in my case :-)
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
|
|
#15 (permalink) |
|
Registered User
Join Date: Jun 2009
Posts: 124
OS: xp
|
Re: best free HTML editor?
ok ty guys for anwsers but id really dont like download notepad++...i there any other editor with highlights but doesnt change code at all?
Last edited by slayerdeath555; 08-12-2009 at 01:29 AM. |
|
|
|
|
|
#16 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros
|
Re: best free HTML editor?
http://editplus.info/wiki/Alternative_Editors Take a look there, see if you like any of them.
|
|
|
|
|
|
#17 (permalink) |
|
Registered User
Join Date: Jun 2009
Posts: 124
OS: xp
|
Re: best free HTML editor?
huh ty for your time but since i really dont understand half of stuff out there not event what means WYSIWYG :S so i would really aprechiate if someone could find me a cool editor with no self editing code ( <br /> to <br> ) and WITH included highligths (they help much) and some other nice features :)
please NO: first page (06) kompozer notepad++ |
|
|
|
|
|
#18 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 896
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: best free HTML editor?
notepad++ doesn't change any of your code. Just uses the syntax highlighting--which changes your color. Or at least that's all it does for me.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
|
|
#20 (permalink) |
|
God (TSF Enthusiast)
Join Date: May 2009
Location: Jeffersonville, IN
Posts: 896
OS: Ubuntu 9.10 [Karmic Koala]
|
Re: best free HTML editor?
I get that, but you're making it sound like it's changing your text and I wanted to be sure that was the reason behind it. Best HTML editor in my opinion has been and always will be notepad, not notepad++, but you said you wanted syntax highlighting.
__________________
If I have not responded to a post in 24 hours or more, PM me with a link to the thread and I'll get back to you. I do not help via PM/IM/Email. |
|
|
|
![]() |
| Thread Tools | |
|
|