473,386 Members | 1,973 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,386 software developers and data experts.

How to share and edit files?

Our family are collaborating on writing a book. Some of us do not live
close to the others. I would like to display a text file (from Word, but
it only has to be an ascii file) on a (password-protected) web page, let
the user make alterations and save them back to the server.

I don't want to have to teach them how to use an ftp client.

I've forgotten any html file manipulation commands I read in the past.
So, my apologies, but can anyone make this easy for us, please - what
would you recommend as the simplest way to accomplish this task?

The files can be fairly large - up to perhaps 8000 or 10,000 words - say
up to 250kb as a Word file.

My thanks,
Richard Treadgold
Jul 20 '05 #1
22 1742
On Thu, 15 Apr 2004 08:09:15 GMT, Richard Treadgold
<ri*****@NOSPAMwordshine.com> wrote:
Our family are collaborating on writing a book. Some of us do not live
close to the others. I would like to display a text file (from Word, but
it only has to be an ascii file) on a (password-protected) web page, let
the user make alterations and save them back to the server.

I don't want to have to teach them how to use an ftp client.

I've forgotten any html file manipulation commands I read in the past.
So, my apologies, but can anyone make this easy for us, please - what
would you recommend as the simplest way to accomplish this task?

The files can be fairly large - up to perhaps 8000 or 10,000 words - say
up to 250kb as a Word file.


Maybe you can use a Wiki to do the sharing and editing?

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Jul 20 '05 #2
On Thu, 15 Apr 2004 08:09:15 GMT, Richard Treadgold
<ri*****@NOSPAMwordshine.com> wrote:
Our family are collaborating on writing a book. Some of us do not live
close to the others. I would like to display a text file (from Word, but
it only has to be an ascii file) on a (password-protected) web page, let
the user make alterations and save them back to the server.

I don't want to have to teach them how to use an ftp client.

I've forgotten any html file manipulation commands I read in the past.
So, my apologies, but can anyone make this easy for us, please - what
would you recommend as the simplest way to accomplish this task?

The files can be fairly large - up to perhaps 8000 or 10,000 words - say
up to 250kb as a Word file.


Maybe you can use a Wiki to do the sharing and editing?

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Jul 20 '05 #3
"Rijk van Geijtenbeek" <ri**@opera.com> wrote in <opr6hv4euaicz8n2
@news.individual.net>:
Maybe you can use a Wiki to do the sharing and editing?


What's a Wiki, Rijk?
Jul 20 '05 #4
"Rijk van Geijtenbeek" <ri**@opera.com> wrote in <opr6hv4euaicz8n2
@news.individual.net>:
Maybe you can use a Wiki to do the sharing and editing?


What's a Wiki, Rijk?
Jul 20 '05 #5
Richard Treadgold wrote:
Rijk van Geijtenbeek wrote:
Maybe you can use a Wiki to do the sharing and editing?

What's a Wiki, Rijk?


11,400,000 answers already at www.google.com/search?q=WIKI
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #6
Richard Treadgold wrote:
Rijk van Geijtenbeek wrote:
Maybe you can use a Wiki to do the sharing and editing?

What's a Wiki, Rijk?


11,400,000 answers already at www.google.com/search?q=WIKI
--
Andrew Urquhart
- FAQ: www.htmlhelp.org/faq/html/
- Archive: www.tinyurl.com/2zw7m
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #7
Oh, ok, thanks, Andrew. I'll take a look. Thanks for your help.

Look, unless someone comes up with another brilliant idea (though it would
have to be one so brilliant you could use it to map the far side of the moon
on a stormy night), I've decided to just link to the files they want to read
and provide a textarea for them to type into. They can click a button to e-
mail their contributions to us.

It's free of complications and easy for innocents to manage. I hope that
sounds best to you. Thanks for your time!

Richard
Jul 20 '05 #8
Oh, ok, thanks, Andrew. I'll take a look. Thanks for your help.

Look, unless someone comes up with another brilliant idea (though it would
have to be one so brilliant you could use it to map the far side of the moon
on a stormy night), I've decided to just link to the files they want to read
and provide a textarea for them to type into. They can click a button to e-
mail their contributions to us.

It's free of complications and easy for innocents to manage. I hope that
sounds best to you. Thanks for your time!

Richard
Jul 20 '05 #9
"Richard Treadgold" <ri*****@NOSPAMwordshine.com> wrote in message
news:Xn******************************@203.96.92.12 ...
: Our family are collaborating on writing a book. Some of us do not live
: close to the others. I would like to display a text file (from Word, but
: it only has to be an ascii file) on a (password-protected) web page, let
: the user make alterations and save them back to the server.
:
: I don't want to have to teach them how to use an ftp client.
:
The simplest and most economical is file share by email, although
more work is required to coordinate things.

: I've forgotten any html file manipulation commands I read in the past.
: So, my apologies, but can anyone make this easy for us, please - what
: would you recommend as the simplest way to accomplish this task?
:
What you probably want is a CMS with a web interface where you
can manage files online. If you have the technical background you can
set up your own using available open source CMSes. Alternatively,
use a hosted solution with CMS services such as ours. More info
is available at our web site http://www.webcharm.ca/cms/

Long
www.webcharm.ca - content management web hosting

Jul 20 '05 #10
"Richard Treadgold" <ri*****@NOSPAMwordshine.com> wrote in message
news:Xn******************************@203.96.92.12 ...
: Our family are collaborating on writing a book. Some of us do not live
: close to the others. I would like to display a text file (from Word, but
: it only has to be an ascii file) on a (password-protected) web page, let
: the user make alterations and save them back to the server.
:
: I don't want to have to teach them how to use an ftp client.
:
The simplest and most economical is file share by email, although
more work is required to coordinate things.

: I've forgotten any html file manipulation commands I read in the past.
: So, my apologies, but can anyone make this easy for us, please - what
: would you recommend as the simplest way to accomplish this task?
:
What you probably want is a CMS with a web interface where you
can manage files online. If you have the technical background you can
set up your own using available open source CMSes. Alternatively,
use a hosted solution with CMS services such as ours. More info
is available at our web site http://www.webcharm.ca/cms/

Long
www.webcharm.ca - content management web hosting

Jul 20 '05 #11
On Thu, 15 Apr 2004 14:06:39 +0100, Andrew Urquhart <re***@website.in.sig>
wrote:
Richard Treadgold wrote:
Rijk van Geijtenbeek wrote:
Maybe you can use a Wiki to do the sharing and editing?

What's a Wiki, Rijk?


11,400,000 answers already at www.google.com/search?q=WIKI


Quite :)

I've worked with UseModWiki, which is really easy to set up if you can run
Perl scripts on your webserver.

http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Jul 20 '05 #12
On Thu, 15 Apr 2004 14:06:39 +0100, Andrew Urquhart <re***@website.in.sig>
wrote:
Richard Treadgold wrote:
Rijk van Geijtenbeek wrote:
Maybe you can use a Wiki to do the sharing and editing?

What's a Wiki, Rijk?


11,400,000 answers already at www.google.com/search?q=WIKI


Quite :)

I've worked with UseModWiki, which is really easy to set up if you can run
Perl scripts on your webserver.

http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Jul 20 '05 #13
> I've forgotten any html file manipulation commands I read in the past.
So, my apologies, but can anyone make this easy for us, please - what
would you recommend as the simplest way to accomplish this task?


Try WebDAV http://www.webdav.org (WebDAV = Web based Document
Authoring and Versioning)

In Peace,
Saqib Ali
http://validate.sf.net
Jul 20 '05 #14
> I've forgotten any html file manipulation commands I read in the past.
So, my apologies, but can anyone make this easy for us, please - what
would you recommend as the simplest way to accomplish this task?


Try WebDAV http://www.webdav.org (WebDAV = Web based Document
Authoring and Versioning)

In Peace,
Saqib Ali
http://validate.sf.net
Jul 20 '05 #15
Long - CM web hosting wrote:
The simplest and most economical is file share by email, although
more work is required to coordinate things.
I agree, but in our case the challenge lies more in the area of handling
attachments and moving between Word and Eudora (I mean, e-mail). That's why
I chose to let them edit in the browser, if they wish. Of course, the
skilled relatives can still compose in Word and either paste into the
textarea or simply e-mail the file in the "usual" way.
What you probably want is a CMS with a web interface where you
can manage files online. If you have the technical background you can
set up your own using available open source CMSes. Alternatively,
use a hosted solution with CMS services such as ours. More info
is available at our web site http://www.webcharm.ca/cms/


This is very interesting. I'd not heard about this, though it's been a long
time since I was looking for anything like it. Clearly there's a lot of
potential here. However, it's way too much trouble (expense?) for our
relatively small project. Also, it's not something we can run "from home".

Thanks for your suggestion, Long.
Jul 20 '05 #16
Long - CM web hosting wrote:
The simplest and most economical is file share by email, although
more work is required to coordinate things.
I agree, but in our case the challenge lies more in the area of handling
attachments and moving between Word and Eudora (I mean, e-mail). That's why
I chose to let them edit in the browser, if they wish. Of course, the
skilled relatives can still compose in Word and either paste into the
textarea or simply e-mail the file in the "usual" way.
What you probably want is a CMS with a web interface where you
can manage files online. If you have the technical background you can
set up your own using available open source CMSes. Alternatively,
use a hosted solution with CMS services such as ours. More info
is available at our web site http://www.webcharm.ca/cms/


This is very interesting. I'd not heard about this, though it's been a long
time since I was looking for anything like it. Clearly there's a lot of
potential here. However, it's way too much trouble (expense?) for our
relatively small project. Also, it's not something we can run "from home".

Thanks for your suggestion, Long.
Jul 20 '05 #17
Saqib Ali wrote:
Try WebDAV http://www.webdav.org (WebDAV = Web based Document
Authoring and Versioning)

In Peace,
Saqib Ali


A most fascinating development. And all that effort going on entirely out of
my awareness! Thank you for bringing it to my attention, Saqib, although, as
I remarked to Long, I fear it offers far more complexity than we want to
confront.

And peace with you, my friend.
Jul 20 '05 #18
Saqib Ali wrote:
Try WebDAV http://www.webdav.org (WebDAV = Web based Document
Authoring and Versioning)

In Peace,
Saqib Ali


A most fascinating development. And all that effort going on entirely out of
my awareness! Thank you for bringing it to my attention, Saqib, although, as
I remarked to Long, I fear it offers far more complexity than we want to
confront.

And peace with you, my friend.
Jul 20 '05 #19
"Richard Treadgold" <ri*****@NOSPAMwordshine.com> wrote in message
news:Xn******************************@203.96.92.12 ...
: Long - CM web hosting wrote:
:
: >The simplest and most economical is file share by email, although
: >more work is required to coordinate things.
:
: I agree, but in our case the challenge lies more in the area of handling
: attachments and moving between Word and Eudora (I mean, e-mail). That's why
: I chose to let them edit in the browser, if they wish. Of course, the
: skilled relatives can still compose in Word and either paste into the
: textarea or simply e-mail the file in the "usual" way.
:
: >What you probably want is a CMS with a web interface where you
: >can manage files online. If you have the technical background you can
: >set up your own using available open source CMSes. Alternatively,
: >use a hosted solution with CMS services such as ours. More info
: >is available at our web site http://www.webcharm.ca/cms/
:
: This is very interesting. I'd not heard about this, though it's been a long
: time since I was looking for anything like it. Clearly there's a lot of
: potential here. However, it's way too much trouble (expense?) for our
: relatively small project. Also, it's not something we can run "from home".
:
I think a hosted solution would be more cost effective compared to
"run from home" since you would not need a dedicated server, required
software and effort in installation, configuration and maintenance.

I know our site lack hosting plan offerings, but we are working
on them and will be making a announcement in the coming weeks.

: Thanks for your suggestion, Long.
:
You're welcome.

Long

Jul 20 '05 #20
"Richard Treadgold" <ri*****@NOSPAMwordshine.com> wrote in message
news:Xn******************************@203.96.92.12 ...
: Long - CM web hosting wrote:
:
: >The simplest and most economical is file share by email, although
: >more work is required to coordinate things.
:
: I agree, but in our case the challenge lies more in the area of handling
: attachments and moving between Word and Eudora (I mean, e-mail). That's why
: I chose to let them edit in the browser, if they wish. Of course, the
: skilled relatives can still compose in Word and either paste into the
: textarea or simply e-mail the file in the "usual" way.
:
: >What you probably want is a CMS with a web interface where you
: >can manage files online. If you have the technical background you can
: >set up your own using available open source CMSes. Alternatively,
: >use a hosted solution with CMS services such as ours. More info
: >is available at our web site http://www.webcharm.ca/cms/
:
: This is very interesting. I'd not heard about this, though it's been a long
: time since I was looking for anything like it. Clearly there's a lot of
: potential here. However, it's way too much trouble (expense?) for our
: relatively small project. Also, it's not something we can run "from home".
:
I think a hosted solution would be more cost effective compared to
"run from home" since you would not need a dedicated server, required
software and effort in installation, configuration and maintenance.

I know our site lack hosting plan offerings, but we are working
on them and will be making a announcement in the coming weeks.

: Thanks for your suggestion, Long.
:
You're welcome.

Long

Jul 20 '05 #21
Long - CM web hosting wrote:
I know our site lack hosting plan offerings, but we are working
on them and will be making a announcement in the coming weeks.


I'll keep an eye out for it.
Richard.
Jul 20 '05 #22
Long - CM web hosting wrote:
I know our site lack hosting plan offerings, but we are working
on them and will be making a announcement in the coming weeks.


I'll keep an eye out for it.
Richard.
Jul 20 '05 #23

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

Similar topics

5
by: MK | last post by:
Dear friends, I have many HTML files and they all have some common HTML code which is basically bunch of tags which are in all the files. How can I put the common code in one file and then share...
4
by: Scott Nicholson | last post by:
I've got a site set up that uses a network share as it's home directory. Simple stuff is working fine. When I try to put a database in there, though, I run into problems. I'm using: dim...
0
by: Roshan | last post by:
Hi, I am writing an app which needs to access & edit files on a remote share using the UNC path. I can access and edit the file using a simple StreamReader/Writer as long as the share has full...
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.