473,835 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1654
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.co m
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.c om> 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
3359
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 4/mySQL setup - all tested via a simple test.php script which does what it is meant to do. However - I get nowhere even getting an error displayed on the above CMS systems.
17
3205
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 company website site is going to be rebuilt and I am the lucky one to do this but I am unsure of the needs and complexity of the project, and what would be the best base code. Do you have any thoughts in this area? The site requires functionality...
12
3233
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 work in progress (current release version is 0.4.6), but you should get a very good idea of what it's about by visiting the site (which uses it, funnily enough), or downloading a copy of it and trying it out.
0
2331
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 (current release version is 0.4.8), but you should get a very good idea of what it's about by visiting the site (which uses it, funnily enough), or downloading a copy of it and trying it out.
4
1801
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 a hybrid static or asp web page environment. We are reaching the point where our site content and format is chaning too rapidly to be able to deploy custom asp applications quickly enough or smoothly enough. If this is too off-topic could...
4
3380
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 Document Exchange and Database System (like Lotus Notes or Oracle Managment Content, formerly known as Internet File System IFS ) with .NET interfazes. Basically the idea is that instead of sending papers the whole day,
0
2149
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: http://www.rockley.com/workshops.htm The Rockley Group Content Management Workshop Series is designed to
1
2431
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 I'm looking for. I'm looking for a content management system to use on a site (http://www.nigeriavillagesquare.com) that I help to moderate. Unfortunately (as I have discovered), there are literally hundreds of CMS's to choose from, so I am...
7
370
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 still not clear. It is so vague. Me: Just what is a content management system? Myself: A place where content can be stored.
0
10807
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10517
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9343
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7765
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6961
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5802
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4430
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3990
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3086
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.