473,406 Members | 2,378 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,406 software developers and data experts.

WYSIWYG *web-based* editor - uploading word docs?

I'm working on a site where one of the requirements is the ability to do a
newsletter. This newsletter would either be composed with or pasted into
some kind of WYSIWYG web-based editor OR they'd upload a word doc and I'd
process it. I've done similar things with ASP in the past, but not with
PHP. Could anyone tell me which of the above ways is going to be more
perilous before I embark? I get a feeling the word doc one will be, but
that's the one I prefer, in some ways. Because then they can do one
newsletter (they do a paper version anyway) in word and that would be
their source. From a user perspective, anything else is going to be a
hassle.

Any ideas?

Thanks,

Preston
Jul 17 '05 #1
8 2496
Barring this, is there a way to allow a user (aside from giving them an
ftp client) to upload a directory via PHP? This strikes me as another
possible way to give them this functionality. If they could do a
Word->SaveAsHTML then upload the directory.

Not dummy-proof, but user-friendlier than giving them a CMS, perhaps.

Preston
Jul 17 '05 #2

"Preston Crawford" <me@REMOVESPAMBLOCKprestoncrawford.com> wrote in message
news:pa****************************@REMOVESPAMBLOC Kprestoncrawford.com...
Barring this, is there a way to allow a user (aside from giving them an
ftp client) to upload a directory via PHP? This strikes me as another
possible way to give them this functionality. If they could do a
Word->SaveAsHTML then upload the directory.

Not dummy-proof, but user-friendlier than giving them a CMS, perhaps.

Preston


Anything that involves 'word' and the phrase 'save as html' in the same
sentence should more than likely be avoided like the plague...I would be
looking at a CMS, I cannot possibly see how doing the newsletter in word,
manually saving to a non-default format and then uploading it could be more
user friendly than doing the whole thing in one wack on a half decent online
CMS?
Jul 17 '05 #3
On Thu, 25 Mar 2004 18:52:25 +1000, Stephen Gordon wrote:
Anything that involves 'word' and the phrase 'save as html' in the same
sentence should more than likely be avoided like the plague...I would be
looking at a CMS, I cannot possibly see how doing the newsletter in word,
manually saving to a non-default format and then uploading it could be more
user friendly than doing the whole thing in one wack on a half decent online
CMS?


The problem is this project isn't for a small company. It's for a small
church. Their budget is so minimal that I'm basically doing this site as a
favor to my friend who is the head of the church. So...

#1 - Word isn't ideal, I agree, but for a small group of people that
likely all use Windows as their clients, the Word-generated HTML would
suffice.

#2 - They can't afford a CMS.

Preston
Jul 17 '05 #4
rw
Better use xml. I prefer openOffice - docs are in xml, use php xslt to
preserve some formating infomation like paragraphs, links and layout in
page wiev. MS word 2003 have xml native format to.
rw
Preston Crawford wrote:
On Thu, 25 Mar 2004 18:52:25 +1000, Stephen Gordon wrote:

Anything that involves 'word' and the phrase 'save as html' in the same
sentence should more than likely be avoided like the plague...I would be
looking at a CMS, I cannot possibly see how doing the newsletter in word,
manually saving to a non-default format and then uploading it could be more
user friendly than doing the whole thing in one wack on a half decent online
CMS?

The problem is this project isn't for a small company. It's for a small
church. Their budget is so minimal that I'm basically doing this site as a
favor to my friend who is the head of the church. So...

#1 - Word isn't ideal, I agree, but for a small group of people that
likely all use Windows as their clients, the Word-generated HTML would
suffice.

#2 - They can't afford a CMS.

Preston

Jul 17 '05 #5
On 2004-03-25, Preston Crawford <me@REMOVESPAMBLOCKprestoncrawford.com> wrote:
The problem is this project isn't for a small company. It's for a small
church. Their budget is so minimal that I'm basically doing this site as a
favor to my friend who is the head of the church. So... #2 - They can't afford a CMS.


LOL. But they can afford MS-Office?

--
http://home.mysth.be/~timvw
Jul 17 '05 #6
Well, with IE a HTML editor is relatively easy to build. The contentEditable
attribute tell IE to make an element editable. Try the following:

<div id="edit" style="width:600;height:550;border:3px solid
#CCCCCC;border-style:inset;overflow:auto;"
contentEditable="true">&nbsp;</div>

Notice you how can make text bold by hitting ctrl-B, italic with ctrl-I. Add
a little toolbar that does the formatting and you're done--or steal the code
at Hotmail.

Uzytkownik "Preston Crawford" <me@REMOVESPAMBLOCKprestoncrawford.com>
napisal w wiadomosci
news:pa***************************@REMOVESPAMBLOCK prestoncrawford.com...
I'm working on a site where one of the requirements is the ability to do a
newsletter. This newsletter would either be composed with or pasted into
some kind of WYSIWYG web-based editor OR they'd upload a word doc and I'd
process it. I've done similar things with ASP in the past, but not with
PHP. Could anyone tell me which of the above ways is going to be more
perilous before I embark? I get a feeling the word doc one will be, but
that's the one I prefer, in some ways. Because then they can do one
newsletter (they do a paper version anyway) in word and that would be
their source. From a user perspective, anything else is going to be a
hassle.

Any ideas?

Thanks,

Preston

Jul 17 '05 #7
They can't afford a CMS?
How can they not afford Postnuke or PHPNuke or something like that?
Given of course that they have the technological backbone in place.

/M.
--
Martin Skjöldebrand
Family site: http://www.skjoldebrand.org
"Art" site: http://martoni.deviantart.com
Public key available at: http://wwwkeys.pgp.net
Jul 17 '05 #8
On Thu, 25 Mar 2004 06:36:23 -0800, Preston Crawford
<me@REMOVESPAMBLOCKprestoncrawford.com> wrote:
#2 - They can't afford a CMS.


http://www.pivotlog.net/

No database required. Just unzip the package on a web server that has
support for PHP, chmod files correctly, and type away :-)

JD.
Jul 17 '05 #9

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

Similar topics

5
by: ConTactMe | last post by:
Does anyone know of a WYSIWYG page/ad creator with ftp upload abilities? I need a tool that will let my computer-illiterate friends create an ad, with pictures selected from their machine, and have...
3
by: Martin | last post by:
Thanks to all those who assisted me with my last question re: What is the best way to produce WYSIWYG pages for viewing and printing. I think that I have mastered the form with scrolling picture...
12
by: Simon John | last post by:
I'm writing my 2nd large wxPython program, and after the problems I found doing the first's layout in code, I'd like to look at using a 'WYSIWYG' IDE, like VisualStudio does for MFC. I've tried...
6
by: Marty U. | last post by:
I know this topic has been beat to death. However, I was sitting here trying to figure out what Microsoft Does when they develop an ASP.net for WYSIWYG functionality. Visual Studio's sucks to be...
5
by: charliewest | last post by:
Hello - I am trying to implement a basic WYSIWYG feature on my website so that i can edit in HTML format basic text on my website and have this text saved (with the HTML formatting) in my MS SQL...
2
by: Burma Jones | last post by:
Does anyone know of any WYSIWYG HTML editors that do not reformat the source code?
6
by: dejavue82 | last post by:
Dear PHP users, I have be looking for a WYSIWYG web development tool for PHP that does the job of VWD (Visual Web Developer 2005) for ASP.NET or Java Studio Creator for J2EE Although Zend...
6
by: cbmeeks | last post by:
Any WYSIWYG text box controls out there for NON-HTML, NON-WEB text boxes? One that stores the text in XML format would be cool. Thanks cbmeeks
22
by: iKiLL | last post by:
Hi all I have been asked to develop a solution that is customisable by our clients. It is supposed to run on the Windows Mobile 5.0 CF2.0 environment using Merge Replication.
1
by: Aggelos | last post by:
Dear developers, I am trying to find an answer to that rpoblem of mine for a very long time now... and still I had no luck. I have my tinyMCE WYSIWYG and I want to let people create an e-mail...
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
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
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
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...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.