Skip to main content
Inspiring
February 8, 2007
Answered

CONTENT management

  • February 8, 2007
  • 2 replies
  • 460 views
I have a requirement to produce a simple content management system to allow users to make simple text updates. Is there anyt facility or product or plug-in which goes with Dreamweaver8 to help with this or do I start with a CMS like CSMSimple or Drupal and leave Dreamweaver for this project? I am not experienced with PHP etc.

Thanks for your time.
This topic has been closed for replies.
Correct answer Newsgroup_User
I'd advise you to consider using DotNetNuke or Dozing Dogs both of which are
.NET applications and can be deployed without coding.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h

"ROGM" <barley.twist2@btinternet.com> wrote in message
news:eqfvk3$6d8$1@forums.macromedia.com...
>I have a requirement to produce a simple content management system to allow
> users to make simple text updates. Is there anyt facility or product or
> plug-in
> which goes with Dreamweaver8 to help with this or do I start with a CMS
> like
> CSMSimple or Drupal and leave Dreamweaver for this project? I am not
> experienced with PHP etc.
>
> Thanks for your time.
>


2 replies

Newsgroup_UserCorrect answer
Inspiring
February 9, 2007
I'd advise you to consider using DotNetNuke or Dozing Dogs both of which are
.NET applications and can be deployed without coding.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h

"ROGM" <barley.twist2@btinternet.com> wrote in message
news:eqfvk3$6d8$1@forums.macromedia.com...
>I have a requirement to produce a simple content management system to allow
> users to make simple text updates. Is there anyt facility or product or
> plug-in
> which goes with Dreamweaver8 to help with this or do I start with a CMS
> like
> CSMSimple or Drupal and leave Dreamweaver for this project? I am not
> experienced with PHP etc.
>
> Thanks for your time.
>


Inspiring
February 8, 2007
> I am not
> experienced with PHP etc.

Have you done any server side programming? If not, it's going to be hard to
build a custom CMS.

You're probably better off starting with something that is already out
there. Wordpress is a decent CMS for smaller sites. You might want to take a
look at that one.

FYI, there really is no such thing as a 'simple' CMS from the developer's
standpont. In fact, the more 'simple' the CMS is to use, likely the more
complex the back end code will be.

-Darrel