Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Html Editor, non WYSIWYG
Tseng
post Jul 6 2005, 02:50 PM
Post #1


Advanced Member
*******

Group: Members
Posts: 128
Joined: 24-May 05
Member No.: 7,447



What editor can I download and use that isn't a WYSIWYG(what-you-see-is-what-you-get) and is free. Currently I use NotePad but I want something better.
Go to the top of the page
 
+Quote Post
palladin
post Jul 6 2005, 03:02 PM
Post #2


Member [Level 3]
******

Group: Members
Posts: 92
Joined: 28-June 05
Member No.: 8,782



There is many free editors, but most of them are bored/hard/uneasy to use cool.gif i personally use Dreamweaver MX but they are not free smile.gif
If you wanna use them in firm/commerce you need to buy it.

Notice from snlildude87:
Do you think giving out the website that posts serials is legal here at trap17? I don't think so.


This post has been edited by snlildude87: Jul 6 2005, 04:54 PM
Go to the top of the page
 
+Quote Post
snlildude87
post Jul 6 2005, 04:50 PM
Post #3


Moderator
***************

Group: Members
Posts: 2,325
Joined: 8-March 05
From: Mawson, Antarctica
Member No.: 4,254



I think there's Notepad++ out there. Search for it. It's not WYSIWYG, but I think extra features are added in such as colored code and line numbers.
Go to the top of the page
 
+Quote Post
Tseng
post Jul 6 2005, 06:18 PM
Post #4


Advanced Member
*******

Group: Members
Posts: 128
Joined: 24-May 05
Member No.: 7,447



thanks, I'll check that out...any other good ones?
Go to the top of the page
 
+Quote Post
moldboy
post Jul 6 2005, 06:36 PM
Post #5


Privileged Member
*********

Group: Members
Posts: 518
Joined: 29-April 05
From: Canada Eh?!?
Member No.: 6,408



Eversoft first page 2000, it claims it's WYSIWYG but all you see it code smile.gif

P.S it may be firstpage not first page.
Go to the top of the page
 
+Quote Post
shigajet
post Jul 7 2005, 01:20 AM
Post #6


"Betsuni"
***********

Group: Members
Posts: 1,023
Joined: 9-April 05
From: Japan
Member No.: 5,445



You could try Web-O-Rama or FirstPage 2000 as an alternative for Notepad. For a list of other Free HTML editors, check out The Free Site.

Hope this helps!
Go to the top of the page
 
+Quote Post
Tyssen
post Jul 7 2005, 02:52 AM
Post #7



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



This topic on CSS Forum has a good discussion about text HTML editors.
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jul 7 2005, 03:17 AM
Post #8


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,315
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



i used first page before easy to navigate around plus you can add some dhtml scripts and javascripts to your site design, first page is free i somehow got it for 10 bucks but this had other stuff on it as well but it still useful to use. but beware some of those free html editors can be loaded with spyware trojans and what not.
Go to the top of the page
 
+Quote Post
spacemonkey
post Jul 8 2005, 01:41 AM
Post #9


Member [Level 2]
*****

Group: Members
Posts: 76
Joined: 2-March 05
From: USA
Member No.: 4,110



Usually I prefer to use Notepad to do any HTML or CGI scripting that is relatively small scale. I find that using Notepad significantly strengthens both your logistic ability with the language as well as your troubleshooting and improvisational abilities.

If you are looking for a good, clean text editor that isn't What You See Is What You Get that has a lot of nice text-editing features (such as Regular Expression Find and Replace functions) and auto-cursor positioning for when you edit a lot of similar lines, you might want to try out TextPad. It is free and very functional and efficient.

http://www.textpad.com/

As an added bonus, you can even type Java into the editor and compile and run it, but the Java options and capabilities in no way interfere with your HTML features or projects.