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

Content Management System question

Jon
All,

I'm currently building sites for a fairly small dev shop, and we've run into
a subject that we simply don't know where to take. So, here we go:

We have built all of our sites statically for the most part, using
Dreamweaver Templates, and provided Contribute for the customer to edit the
site.

So, a while back my boss and our lead dev asked me to look into a Content
Management solution using PHP/MySQL. So, I have built a system (oo design
using classes for all queries) that allows users to add pages, edit their
current pages, etc.

My problem is that our boss is wanting to see a much more dynamic system
that will allow a user to format text WITHOUT using HTML (currently we
provide the customer a small HTML reference guide). After some discussion,
it came back to the fact that maybe we should simply stick with Contribute
and dog the CMS all together.

I have a few questions:

What is everyone's opinion here? Is Contribute still a better solution for
giving customers the ability to update a website? Or are there major
advantages of the CMS I'm not seeing?

Also - is it even possible to build a system that is true WYSIWYG design
that won't use HTML at all for editing? We don't want to just provide a
text-based management system, but our boss doesn't want HTML to be used. Is
there a better way to do this using PHP? Maybe get AJAX involved?

Thank you in advance.
Jan 13 '06 #1
4 1632
Jon wrote:

[snip]
What is everyone's opinion here? Is Contribute still a better solution for
giving customers the ability to update a website? Or are there major
advantages of the CMS I'm not seeing?
I have created my own custom CMS that is used for all of our clients
(only about 50 right now). We've had many comments of praise on the ease
of use, etc. but there are 3 clients that explicitly said that it is
much better than using Contribute as they had done in the past.
Also - is it even possible to build a system that is true WYSIWYG design
that won't use HTML at all for editing? We don't want to just provide a
text-based management system, but our boss doesn't want HTML to be used. Is
there a better way to do this using PHP? Maybe get AJAX involved?


In my CMS, I implement this:
http://koivi.com/WYSIWYG-Editor/

By using this, you control the content that they can actually mess up.
It's still possible to kill the layout by not closing tags and such, but
if you disable the toggle mode, they can't get into the source code, and
the supported browsers remember to close all tags that they create.

--
Justin Koivisto, ZCE - ju****@koivi.com
http://koivi.com
Jan 13 '06 #2
Jon schrieb:
Also - is it even possible to build a system that is true WYSIWYG design
that won't use HTML at all for editing? We don't want to just provide a
text-based management system, but our boss doesn't want HTML to be used. Is
there a better way to do this using PHP?


http://www.kevinroth.com/rte/demo.htm

You can adapt it for your needs by editing the javascripts - in my cases
I don't want the users to make tables and such stuff, or insert and
resize images. It works with Windows IE and with Firefox on both Windows
and Mac.

--
Markus
Jan 13 '06 #3
Using a CMS allows many other things than just allow the user to update the
content. The same content can be presented dynamically in different ways :
let's say you have products organised in categories. You enter products in
the database through the admin interface. Then on the website you can let
the user browse all products, products of a given categories, products of
severall selected categories. You can make a search engine, etc...

For WYSIWYG Editors, there are plenty on the web (see Google). I think
FCKEditor and HTMLArea are very good, and they both work in Firefox
(multi-platform) and IE (windows).

BLob
Jan 13 '06 #4
Jon
Awesome - I guess I had no idea there were HTML editors like this all over
the place. With as dynamic as I've built this system (basically I put in all
the bells and whistles I could to get these guys on board - and because I'm
a new developer :P ) this could put it over the top.

Thanks a ton for all the help guys :)

"Jon" <jo***@netins.com> wrote in message
news:dq**********@news.netins.net...
All,

I'm currently building sites for a fairly small dev shop, and we've run
into a subject that we simply don't know where to take. So, here we go:

We have built all of our sites statically for the most part, using
Dreamweaver Templates, and provided Contribute for the customer to edit
the site.

So, a while back my boss and our lead dev asked me to look into a Content
Management solution using PHP/MySQL. So, I have built a system (oo design
using classes for all queries) that allows users to add pages, edit their
current pages, etc.

My problem is that our boss is wanting to see a much more dynamic system
that will allow a user to format text WITHOUT using HTML (currently we
provide the customer a small HTML reference guide). After some discussion,
it came back to the fact that maybe we should simply stick with Contribute
and dog the CMS all together.

I have a few questions:

What is everyone's opinion here? Is Contribute still a better solution for
giving customers the ability to update a website? Or are there major
advantages of the CMS I'm not seeing?

Also - is it even possible to build a system that is true WYSIWYG design
that won't use HTML at all for editing? We don't want to just provide a
text-based management system, but our boss doesn't want HTML to be used.
Is there a better way to do this using PHP? Maybe get AJAX involved?

Thank you in advance.

Jan 13 '06 #5

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

Similar topics

42
by: Matthew Harrison | last post by:
I'm looking for a content management system that works. I've tried phpNuke, phpMyWeb and Jetbox so far. I cannot get any of them to even display the admin screens. I have an Apache 2/RH 9/PHP...
17
by: Scott | last post by:
Hi, Can I ask some advice in regards database solutions and content management solutions.? Do you have a philosophy on what is the best for databases - ASP, JSP, Cold fusion, PHP, etc. My...
12
by: jonathan.beckett | last post by:
Hi All, For the past few months I have been working on an open source Apache/PHP/MySQL content management system - and have recently made it available for download. It's still very much a...
0
by: jonathan.beckett | last post by:
Hi All, I have just made version 0.4.8 of the PluggedOut CMS Content Management System available for download - it's free, and covered by the GPL. It's still very much a work in progress...
4
by: | last post by:
Do any of the ASP programmers on this form utitlize ASP Content Management Systems for any of their customer (or own sites). If so, I would be grateful for any feedback and thoughts on using CMS in...
4
by: Jorge_Beteta | last post by:
Hello, I work for an attorney staff, so basically the whole day they are sending themselves a lot and a lot of papers (Word docs or Excell sheets). We are going to propose them the use of a...
0
by: Scott Abel | last post by:
For immediate release: The Rockley Group Content Management Workshop Series Coming to Atlanta, Seattle, Vancouver, Chicago, Washington, DC, Toronto, and Research Triangle Park Learn more:...
1
by: Epetruk | last post by:
Hello all, I'm sorry for the long post, but I think it's better if I'm as detailed as I can be so that I don't make a mistake in my choice and so that there's a clear understanding of to what...
7
by: Water Cooler v2 | last post by:
I know what it is, and yet the knowledge of what a CMS is, is so vague that I find myself asking this question every now and then. I've googled and read the resources too. However, the knowledge is...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.