Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS - Similar to Dreamweaver!! Pls Help

Status
Not open for further replies.

Fori

Programmer
Joined
Jun 18, 2003
Messages
84
Location
MT
Hi All,

I would like to develop a Content Managment system for a client of ours! He would like to edit his site from top to bottom when ever he likes! but he wants to do so in the easiest possible manner! Is there a way to create a cms similar to Dreamweaver! If yes are there any tips or suggestions in developing it! I'm quite new to php as i just changed from asp! so please bare with me and help me out if you can!

Thanks
Nick
 
A few thoughts:
There is a plethora of CMS out there. However, most of them are based on dynamic content generation. Dreamweaver is a bit different, especially the template aspect (.dwt).
It is in theory possible to write such a thing or at least the basic functions. The whole 'editable' regions business is nothing else than regular expressions.
In terms of display it would also be quite different as you are bound by the input mechanisms offered by HTML.
 
yes you're right! i wrote an asp page and its a superb wysiwyg web based application! but i cannot figure it out using asp since com doesn't work!!

Thakns anyways
Nick
 
Take a look at Macromedia Contribute.

It's a very neat solution to the CMS problem... and it's pretty inexpensive too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top