A
Adrienne
Gazing into my crystal ball I observed (e-mail address removed) writing in
You are making some suppositions and recommendations there that might not
be a good idea. One of the problems with using the My Documents folder
is that it can get very difficult to manage very quickly, especially if
the user has not put subfolders in it. Imagine the poor person who is
trying to upload a site, and has to sit there and think about which
images and/or documents are supposed to go, and which are not.
I would also recommend against using Notepad as an editor.
1. It automtically assumes type txt, and will occasionally name
somepage.html.txt.
2. It does not have syntax highlighting and is therefore going to be even
more difficult for a beginner.
3. It does not have line numbering. Difficult to debug if the person is
validating and something is wrong on line 192.
4. It has a size limit. It's pretty small, I don't know the exact
number, anyone want to jump in?
What would be better is to offer a list of editors to your visitors, and
explain simply:
Start -> Programs -> (name of program) -> File -> New
You are making some suppositions and recommendations there that might not
be a good idea. One of the problems with using the My Documents folder
is that it can get very difficult to manage very quickly, especially if
the user has not put subfolders in it. Imagine the poor person who is
trying to upload a site, and has to sit there and think about which
images and/or documents are supposed to go, and which are not.
I would also recommend against using Notepad as an editor.
1. It automtically assumes type txt, and will occasionally name
somepage.html.txt.
2. It does not have syntax highlighting and is therefore going to be even
more difficult for a beginner.
3. It does not have line numbering. Difficult to debug if the person is
validating and something is wrong on line 192.
4. It has a size limit. It's pretty small, I don't know the exact
number, anyone want to jump in?
What would be better is to offer a list of editors to your visitors, and
explain simply:
Start -> Programs -> (name of program) -> File -> New