Click here to get back home

Which editor do you use to write HTML?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Which editor do you use to write HTML? Viken Karaguesian 12-09-2005
Posted by Viken Karaguesian on December 9, 2005, 7:32 am
Please log in for more thread options


Hello everyone,

I'm just wondering what you all use to write and edit your HTML and
organize your websites. I currently use Microsoft Frontpage 2003. Hold
on! Before you all jump on me for using a Microsoft product, hear me
out! :>) Where I used to use Frontpage in WYSISYG mode, I have
completely forgone that and now use it in text edit mode. It's actually
a pretty powerful html editor.

There are certain features that Frontpage has that I really like and am
wondering if there are other editors that will do the same thing as
well or better than Frontpage. Here are some features that I like:

1) Color coded editing: HTML tags have a different color (purple). So
do attributes (red) and their text (blue). So <p style="text-align:
left"> would look like: <p (purple) style=(red)"text-align: left">
(blue).If you mis-type or forget a quotation, all the colors change to
"mistake" mode (all red), providing an easy visual that something is
wrong.

2) Keystoke based code snippets: By pressing CTRL-ENTER, I can easily
insert snippets of frequently used code (like Doctype declarations) to
save typing time.

3) Tag finders/selectors: If I think I have a wayward start or end tag
and can choose that tag and select "find matching tag". Same goes with
braces, etc.

4) I can use the Microsoft "Find/Replace" feature to change/replace/add
sections of code to multiple pages at a time. For instance, if I wanted
to replace my Transitonal Doctype with the Strict Doctype throughout
the whole website, I can use Find/Replace to change it in all the
pages, just selected pages, or just the open pages. If I wanted to
change <div class="today"> to <div class="tomorrow">, I can use
Find/Replace to replace that code throughout the site.

5) Site management tools: Frontpage keeps track of all the
files/hyperlinks and website structure. If I change a file name, it
will let me know how many pages are linked to that file and ask if I
want to update the links with the new file name. It will do the same if
I move the file to a new folder.

6) Visual, flow-chart style view of the website so you can see how the
site is layed out and how it flows.

7) Built-in FTP feature that will upload for your. Keeps track of
changes and gives you the option of only uploading changed files.
Compares local copy with published copy and tells you of any
mismatches.

Those are some of the features that I like. What other HTML editors or
site-management suites do the same types of things? What do you all
use? I'm wondering if what else there is out there (besides Macromedia
Dream Weaver) that I may possibly switch to?

Looking forward to hearing from you all...

Viken K.


Posted by Lars Eighner on December 10, 2005, 4:07 am
Please log in for more thread options


In our last episode,
the lovely and talented Viken Karaguesian
broadcast on comp.infosystems.www.authoring.html:

> Hello everyone,

> I'm just wondering what you all use to write and edit your HTML

Joe, tricked out with a number of macros to do tags and send
things through tidy and nsgmls whenever advisable. I do most
eveything with php cli, and joe does that as well with a logical
(and configurable) relation between the syntax coloring in both.
Generally I use lynx as my file manager, so it easy to view a
file as html and edit it with joe as the lynx editor. There are
two tiny annoyances with lynx - it converts all tags in view
source (but not in the file) to uppercase, and it doesn't have
an intuitive copy command, but in fact you can make one by using
the "download" screen.

I haven't actually done it yet, but the next step is to give joe
macros to run files through php cli.

--
Lars Eighner usenet@larseighner.com http://www.larseighner.com/
War on Terrorism: Bad News from the Sanity Front
"There's one thing ... that I do like about Rumsfeld, he's just a little bit
crazy, OK"? --Thomas Friedman, _The New York Times_

Posted by Ian Rastall on December 10, 2005, 4:00 pm
Please log in for more thread options


wrote:

>I'm just wondering what you all use to write and edit your HTML and
>organize your websites.

Hey Viken. I use NoteTab Pro for everything, except FTP, with which I
use WS_FTP Pro. NoteTab is a wonderful text editor:

http://www.notetab.com/

I couldn't even begin to list all the things it does, though syntax
highlighting is one of them. Their global search and replace is
excellent. It takes less than a minute to replace something in 2500 or
so files, as I've had to do. A few files is instantaneous. It has HTML
TIdy built in, as well as an interesting macro language in which you
write "clips" that automate certain tasks. The tabbed interface is
nice, too. So is the small footprint.

The main thing with any text editor is that it won't mess with your
code. Some of them are more robust than NoteTab, like JEdit, but I
found I didn't like what JEdit offered, and the plug-in system was
confusing. I generally don't like programs written in Java anyway, but
you didn't hear that from me. :-)

Ian
--
http://www.bookstacks.org/

Posted by Viken Karaguesian on December 11, 2005, 4:01 pm
Please log in for more thread options


Thanks for the suggestion, Ian. I'll have to check out NoteTab.

--

> wrote:
>
>>I'm just wondering what you all use to write and edit your HTML and
>>organize your websites.
>
> Hey Viken. I use NoteTab Pro for everything, except FTP, with which I
> use WS_FTP Pro. NoteTab is a wonderful text editor:
>
> http://www.notetab.com/
>
> I couldn't even begin to list all the things it does, though syntax
> highlighting is one of them. Their global search and replace is
> excellent. It takes less than a minute to replace something in 2500 or
> so files, as I've had to do. A few files is instantaneous. It has HTML
> TIdy built in, as well as an interesting macro language in which you
> write "clips" that automate certain tasks. The tabbed interface is
> nice, too. So is the small footprint.
>
> The main thing with any text editor is that it won't mess with your
> code. Some of them are more robust than NoteTab, like JEdit, but I
> found I didn't like what JEdit offered, and the plug-in system was
> confusing. I generally don't like programs written in Java anyway, but
> you didn't hear that from me. :-)
>
> Ian
> --
> http://www.bookstacks.org/



Posted by Craig Cockburn on December 11, 2005, 9:05 pm
Please log in for more thread options


>Hello everyone,
>
>I'm just wondering what you all use to write and edit your HTML and
>organize your websites.

I use HTMLValidator, try it out free here

http://www.siliconglen.com/usability/

--
Craig Cockburn ("coburn"). http://www.SiliconGlen.com/
Home to the first online guide to Scotland, founded 1994.
Scottish FAQ, weddings, website design, stop spam and more!

Similar ThreadsPosted
How to write html and pdf one time October 5, 2006, 5:13 pm
HELP, need to write an index.html and i'm stupid! May 15, 2007, 8:16 pm
How to "drag and drop" jpg's into html and have the code write itself. October 8, 2006, 12:54 pm
HTML editor vs. WYSIWYG editor, CSS May 10, 2006, 1:41 am
When you want to write for the web. December 8, 2007, 8:09 pm
HTML Editor with WYSIWYG & Manual HTML Editing July 18, 2007, 10:32 pm
Trying to write a form with checkboxes August 1, 2004, 4:47 pm
Best HTML editor? July 3, 2005, 10:54 am
Looking for an html editor May 30, 2007, 1:29 am
HTML editor.. September 18, 2007, 10:16 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap