473,387 Members | 1,585 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Please help with authoring tool questions

I am doing a project for school that involves creating help files for a html
authoring tool.
If you could help me with answers to some questions it would really help.

1. What tasks do you expect an html authoring tool to help you accomplish?

2. What do you expect from online help for a html authoring tool?

3. What audience do you think a freeware html authoring tool is directed
towards?

4. What format is most useful for online help?

Thanks to any of you who take the time to help.
Jul 24 '05 #1
6 2967
d.warnermurray wrote:
I am doing a project for school that involves creating help files for a
html authoring tool.
If you could help me with answers to some questions it would really help.

1. What tasks do you expect an html authoring tool to help you accomplish?
A rich editor is expected to help you in keeping track of what you write. It
can also give you aids like search-and-replace, colours, auto-complete,
etc.

WYSIWYG tools help you if you have little or no HTML authoring experience.
They have other advantages too.
2. What do you expect from online help for a html authoring tool?
Popular authoring tools will have many Q&A threads. Web search engines can
be a powerful tool for finding help when needed.
3. What audience do you think a freeware html authoring tool is directed
towards?
Probably people who write HTML for non-professional purposes. However, free
does not mean poor. Tools like the GIMP, for example, are very professional
and yet OS.
4. What format is most useful for online help?
I do not understand your question.
Thanks to any of you who take the time to help.

Hope it helps,

Roy

--
Roy S. Schestowitz
http://Schestowitz.com
Jul 24 '05 #2
Gazing into my crystal ball I observed "d.warnermurray"
<d.************@comcast.net> writing in
news:ta********************@comcast.com:
I am doing a project for school that involves creating help files for a
html authoring tool.
If you could help me with answers to some questions it would really
help.

1. What tasks do you expect an html authoring tool to help you
accomplish?
I expect the tool to write clean markup. If it is a WYSIWYG, then I expect
to be able to go into Code View and see the code with syntax highlighting.
I also expect the tool to be able to use HTML-Tidy and have a good CSS
editor, or the ability to use a third party CSS authoring tool.

2. What do you expect from online help for a html authoring tool?
Frankly, I don't like online help. If I am not connected to the Internet,
then I can't get help. Help should be local.

With that said, each function should be fully explained, and any and all
options of that function should also be explained, even if they look really
simple.

3. What audience do you think a freeware html authoring tool is
directed towards?
Freeware does not necessarily mean that professionals will not use it. I
use a lot of freeware, mainly because they always seem to play nicely with
my other software.

Freeware is also attractive to developers who might not be using their own
system, and have to make a quick change to a file. Notepad is okay, but no
syntax highlighting and no line numbering, so you look around for some
freeware.

If the product is good, people will use it, no matter what the price. I
remember when Freixenet sparkling wine was 4.00 a bottle, when no one knew
about it, and now its 9.00 to 26.00 a bottle, and sells out quickly at New
Years. Trader Joe's has very nice wine at 1.99 a bottle, a lot of people
buy it, and like it a lot.

4. What format is most useful for online help?
Again, I don't really like online help. I especially don't like the online
help for Microsoft Office products. It seems I can never find anything.

If I am using online help, like a FAQ, and there a lot of topics, then it's
nice to have a frame based help, ala MSDN.

Thanks to any of you who take the time to help.


HTH

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 24 '05 #3
In article <ta********************@comcast.com>, d.************@comcast.net
enlightened us with...
I am doing a project for school that involves creating help files for a html
authoring tool.
If you could help me with answers to some questions it would really help.

You didn't say if this was an installed application, so I'll assume it IS
installed and is geared towards Windows.
1. What tasks do you expect an html authoring tool to help you accomplish?

Authoring web pages, what else?
And it better be able to FTP upload to my site or it's useless.
2. What do you expect from online help for a html authoring tool?
I expect it to NOT be online. There's nothing worse for a dial-up user than
to have a program installed on their PC that requires an internet connection
for help. Well, there might be something worse, but it's still a Bad Idea.

I now have broadband, but it does occasionally go down. Having the help docs
not be installed with the application is a bad move, IMNSHO.
It's my number one beef for a couple apps I use.

Note that you can make help be HTML files that are LOCAL, not online. This,
IMO, is just fine. I have applications that do this and it's no problem.
3. What audience do you think a freeware html authoring tool is directed
towards?

Newbies, intermediate designers with a low budget, and those who aren't web
designers and don't want to be, but want a basic web page.
You have stiff competition from low-cost and mid-level cost tools that
intermediate to advanced users use, such as Coffee Cup and Homesite. So gear
it towards an audience that doesn't use those. ;)
4. What format is most useful for online help?


Not online, as I said.
And check out the help docs of other windows apps. Windows users expect
things to be similar across applications.

Having supplementary things online is fine, but basic help better be
available offline, too.

If it MUST be online, check out Macromedia Dreamweaver, Cold Fusion, and
Flash stuff (though they offer offline help, too). It's pretty extensive and
very nicely laid-out, IMO. A search function is an absolute MUST.

Anyway, my 2 cents.

--
--
~kaeli~
You can't have everything. Where would you put it?
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 24 '05 #4
Adrienne wrote:
Gazing into my crystal ball I observed "d.warnermurray"
<d.************@comcast.net> writing in
news:ta********************@comcast.com: <snip>
1. What tasks do you expect an html authoring tool to help you
accomplish?


I expect the tool to write clean markup.


That's open to interpretation. Do you mean:

- valid HTML?
- reasonably human-readable HTML?
- reasonably concise HTML?
- correct use of logical markup?
- no useless defaults (e.g. page titles, alt attributes)?
If it is a WYSIWYG, then I expect to be able to go into Code View and
see the code with syntax highlighting. I also expect the tool to be
able to use HTML-Tidy and have a good CSS editor, or the ability to
use a third party CSS authoring tool.


What should Code View do on a WYSIWYDG (what you see is what you don't get)?
2. What do you expect from online help for a html authoring tool?


Frankly, I don't like online help. If I am not connected to the Internet,
then I can't get help. Help should be local.


The OP might've meant the other meaning of "online help", which seemed
to be common in Windows 3.x days - help displayed on the computer
screen, as opposed to a dead-tree manual.

<snip>
3. What audience do you think a freeware html authoring tool is
directed towards?
Depends what kind of HTML authoring tool it is.

<snip> 4. What format is most useful for online help?


Again, I don't really like online help. I especially don't like the online
help for Microsoft Office products. It seems I can never find anything.

If I am using online help, like a FAQ, and there a lot of topics, then it's
nice to have a frame based help, ala MSDN.


I'd thought the OP meant "format" as in "file format". To which my
answer would be whatever's standard for the platform you're writing for.

Stewart.

--
My e-mail is valid but not my primary mailbox. Please keep replies on
the 'group where everyone may benefit.
Jul 24 '05 #5
Gazing into my crystal ball I observed Stewart Gordon
<sm*******@yahoo.com> writing in news:d3**********@sun-cc204.lut.ac.uk:
Adrienne wrote:
Gazing into my crystal ball I observed "d.warnermurray"
<d.************@comcast.net> writing in
news:ta********************@comcast.com:<snip>
1. What tasks do you expect an html authoring tool to help you
accomplish?


I expect the tool to write clean markup.


That's open to interpretation. Do you mean:

- valid HTML?
- reasonably human-readable HTML?
- reasonably concise HTML?
- correct use of logical markup?
- no useless defaults (e.g. page titles, alt attributes)?


All of the above.
If it is a WYSIWYG, then I expect to be able to go into Code View and
see the code with syntax highlighting. I also expect the tool to be
able to use HTML-Tidy and have a good CSS editor, or the ability to
use a third party CSS authoring tool.


What should Code View do on a WYSIWYDG (what you see is what you don't
get)?


Code View on a WYSIWYG should be what you have authored in HTML. If this
were a good tool, then it would not have any presentational markup. On
code view, or on preview, or whatever, it would figure out what was
presentational and write that to a stylesheet, leaving just the plain HTML
behind. It would probably make a mess of the CSS, but that could probably
be avoided if it were set to look for "duplicates".
2. What do you expect from online help for a html authoring tool?


Frankly, I don't like online help. If I am not connected to the
Internet, then I can't get help. Help should be local.


The OP might've meant the other meaning of "online help", which seemed
to be common in Windows 3.x days - help displayed on the computer
screen, as opposed to a dead-tree manual.

<snip>
3. What audience do you think a freeware html authoring tool is
directed towards?
Depends what kind of HTML authoring tool it is.

<snip> 4. What format is most useful for online help?


Again, I don't really like online help. I especially don't like the
online help for Microsoft Office products. It seems I can never find
anything.

If I am using online help, like a FAQ, and there a lot of topics, then
it's nice to have a frame based help, ala MSDN.


I'd thought the OP meant "format" as in "file format". To which my
answer would be whatever's standard for the platform you're writing
for.

Stewart.


--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 24 '05 #6
Adrienne wrote:
Gazing into my crystal ball I observed Stewart Gordon
<sm*******@yahoo.com> writing in
news:d3**********@sun-cc204.lut.ac.uk:
Adrienne wrote: <snip>
If it is a WYSIWYG, then I expect to be able to go into Code View
and see the code with syntax highlighting.
<snip> What should Code View do on a WYSIWYDG (what you see is what you
don't get)?

I was actually trying to ask here (I know it wasn't clear): if it's a
non-WYSIWYG editor, e.g.
- HTML-oriented or programmable text editor
- syntax-directed HTML editor
- program purporting to be WYSIWYG but which actually isn't

then what should the code view be like in comparison? For example,
shouldn't we have syntax highlighting at least to the same extent?
Code View on a WYSIWYG should be what you have authored in HTML. If
this were a good tool, then it would not have any presentational
markup. On code view, or on preview, or whatever, it would figure
out what was presentational
By "figure", do you mean filter away the <i> while leaving the <em> and
stuff like that? Or wild-guess whether the user who asked for italics
really wanted italics or emphasis?
and write that to a stylesheet, leaving just the plain HTML behind.
It would probably make a mess of the CSS, but that could probably be
avoided if it were set to look for "duplicates".

<snip>

Doing it quite like this seems a bit silly to me. But if it:

- looks for duplicates and writes these to styles
- does one-off presentational formatting as inline style attributes
- can still produce reasonably maintainable code
- can happily get along with the ability of the user to create a stylesheet
- will not get progressively messier as the page/stylesheet is saved and
loaded again and again

then I guess WYSIWY(D)G users (and those subjected to the code written
by them) would be on cloud seven.

Stewart.

--
My e-mail is valid but not my primary mailbox. Please keep replies on
the 'group where everyone may benefit.
Jul 24 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Andrew Thompson | last post by:
I only dipped back into the Javascript group again recently, after writing this document for regular reference in Java groups.. <http://www.physci.org/codes/sscce.jsp> In a nutshell, it calls...
14
by: jlemay | last post by:
if you look at http://www.emrose.net/contact1.html the last field is a textarea field and I can't make it align with the other text fields. it's pretty close, but this comes from trial and...
32
by: Roman | last post by:
Hello group, I'm wondering which authoring tool would be most flexible and useful for large websites using only html, css and javascrip. So far I've tried Dreamweaver MX, but have heard BBEdit...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
7
by: Ronald S. Cook | last post by:
I was just wondering if anyone knew the most common 3rd party tool to buy for help authoring for our .NET Windows apps. We're looking to choose/standardize on something. Or, is it possible there'...
1
by: Scott Abel | last post by:
Tony Self of HyperWrite presents an interesting and informative article entitled "Semantic, Structured Authoring: The Challenge for Technical Writers" that is sure to be of use to many technical...
0
by: dmarrese | last post by:
Greetings: I am a parent volunteer for two swim team websites (makoswim.org). I am have some knowledge of HTML technically oriented but not a deep techie. I want to give this site an extreme...
13
by: dmarrese | last post by:
I am a parent volunteer for a swim team website (makoswim.org) and am looking for a recommendation for a new web authoring tool . While I am technically oriented and have somehave some knowledge...
2
by: mix2plix | last post by:
ok.. been bangin by brains the past few days with this one and decided to seek you'z help. so here ya go. based on the code below and this concept.. how should i proceed? I have a table of 4...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.