4
   

What do you use as an editor?

 
 
Wed 24 Mar, 2004 10:03 pm
I've been using windows notepad when I do coding for web sites but I don't like it because you don't get any syntax checking or color highlighting. I'm interested in an editor than can handle HTML, VBScript, JavaScript and PHP. It would be great if this editor had automatic syntax checking.

I know about Visual Interdev but I'm looking for something that's free.

What editor do you use and why do you like it? How about GWD Text editor? This is one that I've tried years ago. Does anybody use it to program?
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 4 • Views: 2,751 • Replies: 19
Topic Closed
No top replies

 
Craven de Kere
 
  1  
Wed 24 Mar, 2004 10:09 pm
I use Edit Pad Lite, it doesn't have syntax highlighting or checking but I hate syntax highlighting and checking.
0 Replies
 
caprice
 
  1  
Wed 24 Mar, 2004 10:19 pm
Use notepad and when you save it as an html, use Netscape to view it. Netscape's page source (CTRL + U) will highlight any errors (usually flashing) and stuff is colour coded, although whether it's to your preference or not, I couldn't tell ya. Try it! Smile
0 Replies
 
Craven de Kere
 
  1  
Thu 25 Mar, 2004 12:04 am
BTW, edit pad pro has syntax coloring that you can alter and customize. For many reasons I recommend edit pad.

It's cut down on my coding time a LOT. It's got a tabbed interface and can search and replace through all open docs at once (e.g. open all the files in a folder and then run a Ctr H through all at once).

When I code in remote locations, I download it first. I won't code without it and will only grudgingly use notepad as an alternative.
0 Replies
 
taffykaydee
 
  1  
Thu 25 Mar, 2004 12:52 am
I know this is off topic but it just one quick question. What did yall use to learn this stuff with?.. did you buy the books? off the internet? go to school? I'd like to learn some more of it.. ( i dont know that much of web design but still i dont want to go to school for it.... Very Happy.. -thanks-Jen;)
0 Replies
 
caprice
 
  1  
Thu 25 Mar, 2004 01:38 am
I first learned by looking at a page's source code. At that time web page authoring was very simplistic. I have got a couple of books which are more for reference than anything. I've also gained a lot of information from web "how to do it" sites. If I ever see something neat on a web page, I look up the source code to see how they did it. However, I haven't done much in the way of composing a web site in a couple of years now so I'm horribly out of date.
0 Replies
 
roverroad
 
  1  
Thu 25 Mar, 2004 02:02 am
Someone eMailed a freeware copy of Crimson Editor which I've been checking out tonight. It does syntax checking but I don't like that feature. I guess I don't really need it. I like the way it colorises my code though. I've been using notepad so long I had forgotten about how nice it is to have color in your code.

I will also try edit-pad. Thanks for the suggestion.
0 Replies
 
roverroad
 
  1  
Thu 25 Mar, 2004 02:30 am
taffykaydee wrote:
I know this is off topic but it just one quick question. What did yall use to learn this stuff with?.. did you buy the books? off the internet? go to school? I'd like to learn some more of it.. ( i dont know that much of web design but still i dont want to go to school for it.... Very Happy.. -thanks-Jen;)


Well, I learned through years of play. Basically when I had nothing better to do I'd sit down for hours and explore other peoples code. I started out playing with QuickBasic and then I bought a bunch of books and tackled Visual Basic. VB script is just a little different than Visual Basic.

HTML is nothing, anybody can learn it.

I'd suggest going to websites that offer free code samples and then try to hack up the free code. There's enough free code out there on the internet to do pretty much anything you want to do. So really all you need is a basic understanding of the syntax. Then you can just download blocks of code and hack them up the way you want them.

Eventually you will start to understand it well enough to be able to write your own code from scratch.

One of the most useful books I've ever read on the subject was ADO Programming for Visual Basic. It really helps to learn about databases and how to access them through code. Learn how to write SQL statements and how to access MySQL and SQLServer. MySQL is Free but SQL Server was about $1000.00 last time I checked. So MySQL is becoming very popular.
0 Replies
 
SealPoet
 
  1  
Thu 25 Mar, 2004 06:22 am
vi whenever I can.

As far as writing... MS Word, but my editor is Mrs. SealPoet.
0 Replies
 
Tarantulas
 
  1  
Sun 4 Apr, 2004 06:55 pm
I started building web pages with Notepad in 1994. At that time one of the only browsers around was NCSA Mosaic. Using that, you could find websites with HTML basics, and slowly it started to make sense. When Microsoft came out with FrontPage, that was a big improvement. Then a couple of years ago our company switched over to Adobe GoLive, and it was amazing to see all the errors that FrontPage had put into our web pages. Adobe's terms of use let you install a copy on your home computer, so I didn't have to pay $400 to buy it. GoLive has features comparable to Macromedia Dreamweaver - they're both good for maintaining large corporate websites.

I bought a product called TextPad for around $30. It highlights your code in color and has a hex editor so you can actually look at .EXE files or anything else you want. I had a web page problem once that I couldn't even figure out with GoLive, but TextPad's color highlighting pointed out the problem area right away. At work they bought us UltraEdit-32 which is comparable to TextPad and costs $35. I don't know any free editors.
0 Replies
 
NeoGuin
 
  1  
Sun 4 Apr, 2004 09:01 pm
I've had great success with HTML-KIT
0 Replies
 
sparky
 
  1  
Fri 9 Apr, 2004 03:24 pm
I've been using HomeSite (Allaire/Macromedia) ever since I worked at Compaq. Even when I was lucky enough to escape from there, I continued to use it. Prior to that I used an editor called UltraEdit. I've heard it described as Notepad on steroids.

As far as learning, 800 years ago when I began doing this I started out with a WYSIWYG. I would create something and then view the code. I stopped using WYSIWYGs real quick. Where I work, we create pure raw code. There are plenty of books out there relating to all types of client and server-side scripting languages. I recommend reference books. You can learn as you go and they are always handy to have around. There are also some good reference sites online - w3schools.com is a good place to start.
0 Replies
 
SealPoet
 
  1  
Sat 10 Apr, 2004 07:08 am
WYSIWYG is fantasy.

WYGIWYG is truth.
0 Replies
 
sparky
 
  1  
Sat 10 Apr, 2004 09:14 pm
Smile Ooooh - that belongs in the poetry section. Very good.
0 Replies
 
forte
 
  1  
Sun 9 May, 2004 03:47 pm
Re: What do you use as an editor?
roverroad wrote:
I've been using windows notepad when I do coding for web sites but I don't like it because you don't get any syntax checking or color highlighting. I'm interested in an editor than can handle HTML, VBScript, JavaScript and PHP. It would be great if this editor had automatic syntax checking.



Hotdog Pro will handle all the above codes it, it colour codes the code which makes editing less of a strain on the eyes you can customise the colures if you wish, it has a syntax checking for some codes underlines in red bad nesting of code


Barrie,
0 Replies
 
ASC
 
  1  
Tue 11 May, 2004 11:31 am
I use http://www.textpad.com/
0 Replies
 
IcyGarnet
 
  1  
Mon 28 Jun, 2004 07:39 pm
I create websites with Dreamweaver MX. It is very convinient, but can be hard to learn. It took me 2 months to get used to all its fine features, and tools, and how to actually place my idea's on the program.

Edit (Moderator): Link removed
0 Replies
 
Arthur1972
 
  1  
Tue 6 Jul, 2004 03:56 pm
caprice wrote:
I first learned by looking at a page's source code. At that time web page authoring was very simplistic. I have got a couple of books which are more for reference than anything. I've also gained a lot of information from web "how to do it" sites. If I ever see something neat on a web page, I look up the source code to see how they did it. However, I haven't done much in the way of composing a web site in a couple of years now so I'm horribly out of date.


I learned html with a book called HTML 101. I liked it a lot and it came with some free software. I am by no means an expert but who is?
0 Replies
 
Arthur1972
 
  1  
Tue 6 Jul, 2004 04:11 pm
Re: What do you use as an editor?
roverroad wrote:

I've been using windows notepad when I do coding for web sites but I don't like it because you don't get any syntax checking or color highlighting. I'm interested in an editor than can handle HTML, VBScript, JavaScript and PHP. It would be great if this editor had automatic syntax checking.


I use Coffee Cup HTML editor. It has a free trial and it is not expensive. You can get all of there software free if you host with them for a year. It handles most or all the scripting request you have.

Why I like it?
It has a list of all the HTML tags and they are broken down in to groups so you know what you can and can not use.

I can create projects for each site that I am working with, this keeps me from having to drill down to the project I am working on every time I want to open or save a file they are all listed write there.

It has the most common tags easlie availible. Highlight what you want the tags around and then click on the tag button that you would like to use. This is greate when you are going to nest a butch of tags.

It has many useful wizards for text, table, scripts and the list goes on.

This is an editor to check out. It is 40 or $50 to buy. There are bunch of editors out there like this.

Best feature about this programs is the complete list of tags that can used with just one click. I have used a lot of HTML editors and this my favorite basic editor
0 Replies
 
Joe Belmaati
 
  0  
Wed 21 Jul, 2004 01:45 pm
I use Crimson Editor. It's free of charge and provides syntax high-lighting for html, php, perl, C and so on. You can switch off syntax high-lighting if you don't want it. One cool thing; you can execute a perl script straight from the editor without any need for a console prompt. Someone told me to switch to emacs, though.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » What do you use as an editor?
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/08/2024 at 08:57:20